summaryrefslogtreecommitdiff
path: root/modules/xsetenv
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-27 13:37:35 +0000
committerBruno Haible <bruno@clisp.org>2003-01-27 13:37:35 +0000
commitdd2c1e84650acc6eaafa2675c5c689104103d029 (patch)
treef77280c6e2df46051de7cd43d9d66b8a355749cc /modules/xsetenv
parentf41ea585f353dfc759d35d19a88787ec3e260f8d (diff)
downloadgnulib-dd2c1e84650acc6eaafa2675c5c689104103d029.tar.gz
New module xsetenv.
Diffstat (limited to 'modules/xsetenv')
-rw-r--r--modules/xsetenv25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/xsetenv b/modules/xsetenv
new file mode 100644
index 0000000000..1b85048292
--- /dev/null
+++ b/modules/xsetenv
@@ -0,0 +1,25 @@
+Description:
+xsetenv() function: set an environment variable, with out-of-memory checking.
+unsetenv() function: remove an environment variable.
+
+Files:
+lib/xsetenv.h
+lib/xsetenv.c
+
+Depends-on:
+setenv
+error
+exit
+gettext
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += xsetenv.h xsetenv.c
+
+Include:
+"xsetenv.h"
+
+Maintainer:
+Bruno Haible
+