1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/putenv
Bruno Haible c124cabd67 putenv: Support for MSVC.
* modules/putenv (Depends-on): Add environ.
* lib/putenv.c (environ): Disable declaration.
* lib/unistd.in.h: Update comment.
2011-09-17 17:34:03 +02:00

31 lines
421 B
Plaintext

Description:
putenv() function: change or add an environment variable.
Files:
lib/putenv.c
m4/putenv.m4
Depends-on:
stdlib
environ [test $REPLACE_PUTENV = 1]
malloc-posix [test $REPLACE_PUTENV = 1]
configure.ac:
gl_FUNC_PUTENV
if test $REPLACE_PUTENV = 1; then
AC_LIBOBJ([putenv])
fi
gl_STDLIB_MODULE_INDICATOR([putenv])
Makefile.am:
Include:
<stdlib.h>
License:
LGPL
Maintainer:
Jim Meyering, glibc