Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / unsetenv
blob909cec97d2e20f58d99f03dcec637b2d308390c9
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 if test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1; then
16   AC_LIBOBJ([unsetenv])
17   gl_PREREQ_UNSETENV
19 gl_STDLIB_MODULE_INDICATOR([unsetenv])
21 Makefile.am:
23 Include:
24 <stdlib.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all