view modules/unsetenv @ 29236:ac34a764569d

Split setenv module into setenv and unsetenv. Get rid of setenv.h.
author Bruno Haible <bruno@clisp.org>
date Wed, 26 Dec 2007 16:20:10 +0100
parents
children 1d443a80afc4
line wrap: on
line source

Description:
unsetenv() function: remove an environment variable.

Files:
lib/unsetenv.c
m4/setenv.m4

Depends-on:
stdlib
unistd

configure.ac:
gl_FUNC_UNSETENV
gl_STDLIB_MODULE_INDICATOR([unsetenv])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
Bruno Haible