From: Thibault Godouet Date: Sat, 12 Mar 2005 12:40:01 +0000 (+0000) Subject: added HAVE_* for setresgid, setresuid, signal and sigset X-Git-Tag: ver2_9_6~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92f30d76853d49d0c83ff146b5c20e4dd40b5cd7;p=thirdparty%2Ffcron.git added HAVE_* for setresgid, setresuid, signal and sigset --- diff --git a/config.h.in b/config.h.in index 3eab2eb..0962ef2 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.54 2004-11-13 19:43:21 thib Exp $ */ + /* $Id: config.h.in,v 1.55 2005-03-12 12:40:01 thib Exp $ */ /* *********************************************************** */ @@ -284,6 +284,18 @@ /* Define if you have the strerror function. */ #undef HAVE_STRERROR +/* Define if you have the setresgid function. */ +#undef HAVE_SETRESGID + +/* Define if you have the setresuid function. */ +#undef HAVE_SETRESUID + +/* Define if you have the signal function. */ +#undef HAVE_SIGNAL + +/* Define if you have the sigset function. */ +#undef HAVE_SIGSET + /* Define if you have the strftime function. */ #undef HAVE_STRFTIME