From: Thibault Godouet Date: Wed, 13 Sep 2000 15:39:08 +0000 (+0000) Subject: included HAVE_PUTENV X-Git-Tag: ver2_9_4~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a3e1be147cee292c2b110ce2308154790190e7;p=thirdparty%2Ffcron.git included HAVE_PUTENV --- diff --git a/config.h.in b/config.h.in index 480b4c4..c8e0b24 100644 --- a/config.h.in +++ b/config.h.in @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: config.h.in,v 1.17 2000-09-12 19:55:14 thib Exp $ */ + /* $Id: config.h.in,v 1.18 2000-09-13 15:39:08 thib Exp $ */ /* *********************************************************** */ @@ -206,6 +206,9 @@ /* Define if you have the putenv function. */ #undef HAVE_PUTENV +/* Define if you have the setenv function. */ +#undef HAVE_SETENV + /* Define if you have the strerror function. */ #undef HAVE_STRERROR