Support programs like Emacs that use gnulib but not gettext.
[gnulib.git] / modules / xsetenv
1 Description:
2 xsetenv() function: set an environment variable, with out-of-memory checking.
3 unsetenv() function: remove an environment variable.
4
5 Files:
6 lib/xsetenv.h
7 lib/xsetenv.c
8
9 Depends-on:
10 setenv
11 error
12 exit
13 gettext-h
14
15 configure.ac:
16
17 Makefile.am:
18 lib_SOURCES += xsetenv.h xsetenv.c
19
20 Include:
21 "xsetenv.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Bruno Haible