malloc-h: New module.
[gnulib.git] / modules / secure_getenv
blob495549d4987ad1925e564ca681ca9b78d9a566d0
1 Description:
2 Look up an environment variable, returning 0 in insecure situations.
4 Files:
5 lib/secure_getenv.c
6 m4/secure_getenv.m4
8 Depends-on:
9 stdlib
10 extensions
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
18 gl_STDLIB_MODULE_INDICATOR([secure_getenv])
20 Makefile.am:
22 Include:
23 <stdlib.h>
25 Link:
27 License:
28 LGPLv2+
30 Maintainer:
31 all