From 6fb249e7a66763d26e872b27b80d768fb9e58166 Mon Sep 17 00:00:00 2001 From: thib Date: Sat, 12 Mar 2005 12:40:01 +0000 Subject: [PATCH] added HAVE_* for setresgid, setresuid, signal and sigset --- config.h.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 -- 2.40.0