1Description:
2Look up an environment variable, returning 0 in insecure situations.
3
4Files:
5lib/secure_getenv.c
6m4/secure_getenv.m4
7
8Depends-on:
9stdlib
10extensions
11
12configure.ac:
13gl_FUNC_SECURE_GETENV
14if test $HAVE_SECURE_GETENV = 0; then
15  AC_LIBOBJ([secure_getenv])
16  gl_PREREQ_SECURE_GETENV
17fi
18gl_STDLIB_MODULE_INDICATOR([secure_getenv])
19
20Makefile.am:
21
22Include:
23<stdlib.h>
24
25Link:
26
27License:
28LGPLv2+
29
30Maintainer:
31all
32