boot-time, readutmp: Add a Native Windows boot time fallback.
[gnulib.git] / modules / unsetenv
blob0e603a5b7611d56206ce090b261a8adcb695e687
1 Description:
2 unsetenv() function: remove an environment variable.
4 Files:
5 lib/unsetenv.c
6 m4/setenv.m4
8 Depends-on:
9 stdlib
10 unistd          [test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1]
11 environ         [test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1]
13 configure.ac:
14 gl_FUNC_UNSETENV
15 gl_CONDITIONAL([GL_COND_OBJ_UNSETENV],
16                [test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1])
17 AM_COND_IF([GL_COND_OBJ_UNSETENV], [
18   gl_PREREQ_UNSETENV
20 gl_STDLIB_MODULE_INDICATOR([unsetenv])
22 Makefile.am:
23 if GL_COND_OBJ_UNSETENV
24 lib_SOURCES += unsetenv.c
25 endif
27 Include:
28 <stdlib.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all