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