repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
secure_getenv
blob
495549d4987ad1925e564ca681ca9b78d9a566d0
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