From: Thibault Godouet Date: Fri, 10 Nov 2000 17:38:21 +0000 (+0000) Subject: added USERNAME, GROUPNAME, HAVE_MKSTEMP, HAVE_SETREGID, HAVE_SETREUIDD. X-Git-Tag: ver2_9_4~510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c281f53c694ab20476fcb256c525abe094f00b80;p=thirdparty%2Ffcron.git added USERNAME, GROUPNAME, HAVE_MKSTEMP, HAVE_SETREGID, HAVE_SETREUIDD. --- diff --git a/config.h.in b/config.h.in index 15ce0d9..83eac9a 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.22 2000-11-02 19:13:59 thib Exp $ */ + /* $Id: config.h.in,v 1.23 2000-11-10 17:38:21 thib Exp $ */ /* *********************************************************** */ @@ -152,6 +152,11 @@ /* 1 if you want foreground mode by default */ #undef FOREGROUND +/* username to run under */ +#undef USERNAME + +/* groupname to run under */ +#undef GROUPNAME /* Define to empty if the keyword does not work. */ #undef const @@ -205,12 +210,12 @@ /* Define if you have the getcwd function. */ #undef HAVE_GETCWD -/* Define if you have the getloadavg function. */ -#undef HAVE_GETLOADAVG - /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY +/* Define if you have the mkstemp function. */ +#undef HAVE_MKSTEMP + /* Define if you have the mktime function. */ #undef HAVE_MKTIME @@ -220,6 +225,12 @@ /* Define if you have the setenv function. */ #undef HAVE_SETENV +/* Define if you have the setregid function. */ +#undef HAVE_SETREGID + +/* Define if you have the setreuid function. */ +#undef HAVE_SETREUID + /* Define if you have the strerror function. */ #undef HAVE_STRERROR