iconv: Work around AIX 6.1..7.1 bug.
[gnulib.git] / modules / unsetenv
1 Description:
2 unsetenv() function: remove an environment variable.
3
4 Files:
5 lib/unsetenv.c
6 m4/setenv.m4
7
8 Depends-on:
9 stdlib
10 unistd
11 environ
12
13 configure.ac:
14 gl_FUNC_UNSETENV
15 gl_STDLIB_MODULE_INDICATOR([unsetenv])
16
17 Makefile.am:
18
19 Include:
20 <stdlib.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible
27