From: thib 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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fb249e7a66763d26e872b27b80d768fb9e58166;p=fcron 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