verify: new macro 'assume'
[gnulib.git] / modules / putenv
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