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
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
putenv
blob
e39f1450f62440316c6883b1a1476866b7c9924c
1
Description:
2
putenv() function: change or add an environment variable.
3
4
Files:
5
lib/putenv.c
6
m4/putenv.m4
7
8
Depends-on:
9
stdlib
10
environ [test $REPLACE_PUTENV = 1]
11
malloc-posix [test $REPLACE_PUTENV = 1]
12
13
configure.ac:
14
gl_FUNC_PUTENV
15
if test $REPLACE_PUTENV = 1; then
16
AC_LIBOBJ([putenv])
17
gl_PREREQ_PUTENV
18
fi
19
gl_STDLIB_MODULE_INDICATOR([putenv])
20
21
Makefile.am:
22
23
Include:
24
<stdlib.h>
25
26
License:
27
LGPL
28
29
Maintainer:
30
Jim Meyering, glibc