ptsname_r: support ptys returned by FreeBSD posix_openpt
[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 fi
18 gl_STDLIB_MODULE_INDICATOR([putenv])
19
20 Makefile.am:
21
22 Include:
23 <stdlib.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Jim Meyering, glibc
30