summaryrefslogtreecommitdiff
path: root/modules/secure_getenv
blob: 495549d4987ad1925e564ca681ca9b78d9a566d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
Look up an environment variable, returning 0 in insecure situations.

Files:
lib/secure_getenv.c
m4/secure_getenv.m4

Depends-on:
stdlib
extensions

configure.ac:
gl_FUNC_SECURE_GETENV
if test $HAVE_SECURE_GETENV = 0; then
  AC_LIBOBJ([secure_getenv])
  gl_PREREQ_SECURE_GETENV
fi
gl_STDLIB_MODULE_INDICATOR([secure_getenv])

Makefile.am:

Include:
<stdlib.h>

Link:

License:
LGPLv2+

Maintainer:
all