Fix problem with getdate on mingw32 reported by Simon Josefsson
[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
12 configure.ac:
13 gl_FUNC_UNSETENV
14 gl_STDLIB_MODULE_INDICATOR([unsetenv])
15
16 Makefile.am:
17
18 Include:
19 <stdlib.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26