]> granicus.if.org Git - fcron/commitdiff
added HAVE_* for setresgid, setresuid, signal and sigset
authorthib <thib>
Sat, 12 Mar 2005 12:40:01 +0000 (12:40 +0000)
committerthib <thib>
Sat, 12 Mar 2005 12:40:01 +0000 (12:40 +0000)
config.h.in

index 3eab2ebdfd9bd5062c36221603dd2834659b4b65..0962ef2bd45ecf790e32d6a1319d99eb33ea4057 100644 (file)
@@ -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 $ */
 
 
 /* *********************************************************** */
 /* 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