X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fsetenv;h=0458c388d41257ca2bb771185403e08cf72500c8;hb=548521fdc6765481e09537489cb9eec5f6ac1cd5;hp=5f95ae6f12000c18d7605b7d89182ea583206c68;hpb=cca613ab9274178a7655f1974539428f25728f72;p=gnulib.git diff --git a/modules/setenv b/modules/setenv index 5f95ae6f1..0458c388d 100644 --- a/modules/setenv +++ b/modules/setenv @@ -1,24 +1,28 @@ Description: setenv() function: set an environment variable. -unsetenv() function: remove an environment variable. Files: -lib/setenv.h lib/setenv.c -lib/unsetenv.c m4/setenv.m4 Depends-on: -allocsa +stdlib +malloca +alloca-opt +unistd +environ configure.ac: -gt_FUNC_SETENV +gl_FUNC_SETENV +gl_STDLIB_MODULE_INDICATOR([setenv]) Makefile.am: -lib_SOURCES += setenv.h Include: -"setenv.h" + + +License: +LGPL Maintainer: Bruno Haible