* lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc.
[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 malloc-posix    [test $REPLACE_PUTENV = 1]
11
12 configure.ac:
13 gl_FUNC_PUTENV
14 if test $REPLACE_PUTENV = 1; then
15   AC_LIBOBJ([putenv])
16 fi
17 gl_STDLIB_MODULE_INDICATOR([putenv])
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Jim Meyering, glibc
29