]> granicus.if.org Git - fcron/commitdiff
added USERNAME, GROUPNAME, HAVE_MKSTEMP, HAVE_SETREGID, HAVE_SETREUIDD.
authorthib <thib>
Fri, 10 Nov 2000 17:38:21 +0000 (17:38 +0000)
committerthib <thib>
Fri, 10 Nov 2000 17:38:21 +0000 (17:38 +0000)
config.h.in

index 15ce0d9a8e6a0db954eca0ffb72d7a9878fb4ee9..83eac9a3b706a32acf6c8cd24d983c64a9a987a0 100644 (file)
@@ -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 $ */
 
 
 /* *********************************************************** */
 /* 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
 /* 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
 
 /* 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