X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fsetenv;h=95ff0a0e3de5203931be7c7aad9abf8db57abb7c;hb=3e5de6c5160e5d0263c789120e43d52f0d5fc819;hp=eaab550dffd709d83abe986b12afa608c3e9e00d;hpb=5e576318cdb5628381e4082c3f4a29c1e97f27a8;p=pspp diff --git a/modules/setenv b/modules/setenv index eaab550dff..95ff0a0e3d 100644 --- a/modules/setenv +++ b/modules/setenv @@ -1,25 +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 -alloca +stdlib +malloca [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +alloca-opt [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +unistd [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] +environ [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1] configure.ac: -gt_FUNC_SETENV +gl_FUNC_SETENV +gl_STDLIB_MODULE_INDICATOR([setenv]) Makefile.am: -lib_SOURCES += setenv.h Include: -"setenv.h" + + +License: +LGPLv2+ Maintainer: Bruno Haible