gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / secure_getenv
blobd322c5e370f08d1ef8eac1b409f78bee1eb97bfd
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 gl_CONDITIONAL([GL_COND_OBJ_SECURE_GETENV], [test $HAVE_SECURE_GETENV = 0])
15 AM_COND_IF([GL_COND_OBJ_SECURE_GETENV], [
16   gl_PREREQ_SECURE_GETENV
18 gl_STDLIB_MODULE_INDICATOR([secure_getenv])
20 Makefile.am:
21 if GL_COND_OBJ_SECURE_GETENV
22 lib_SOURCES += secure_getenv.c
23 endif
25 Include:
26 <stdlib.h>
28 Link:
30 License:
31 LGPLv2+
33 Maintainer:
34 all