mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
a3e2064472
* modules/xsetenv (Description): Restore the description of unsetenv.
33 lines
431 B
Plaintext
33 lines
431 B
Plaintext
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
|
|
unsetenv
|
|
error
|
|
gettext-h
|
|
gnulib-i18n
|
|
stdlib-h
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xsetenv.h xsetenv.c
|
|
|
|
Include:
|
|
"xsetenv.h"
|
|
|
|
Link:
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|