summaryrefslogtreecommitdiff
path: root/gnulib/modules/xsetenv
blob: 66c1c4c373d85e3c9552b3089bdf3ceddedc4739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
stdlib

configure.ac:

Makefile.am:
lib_SOURCES += xsetenv.h xsetenv.c

Include:
"xsetenv.h"

License:
GPL

Maintainer:
Bruno Haible