Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / putenv
blobe39f1450f62440316c6883b1a1476866b7c9924c
1 Description:
2 putenv() function: change or add an environment variable.
4 Files:
5 lib/putenv.c
6 m4/putenv.m4
8 Depends-on:
9 stdlib
10 environ         [test $REPLACE_PUTENV = 1]
11 malloc-posix    [test $REPLACE_PUTENV = 1]
13 configure.ac:
14 gl_FUNC_PUTENV
15 if test $REPLACE_PUTENV = 1; then
16   AC_LIBOBJ([putenv])
17   gl_PREREQ_PUTENV
19 gl_STDLIB_MODULE_INDICATOR([putenv])
21 Makefile.am:
23 Include:
24 <stdlib.h>
26 License:
27 LGPL
29 Maintainer:
30 Jim Meyering, glibc