* `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