* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: config.h.in,v 1.29 2001-05-29 19:32:45 thib Exp $ */
+ /* $Id: config.h.in,v 1.30 2001-06-03 10:59:09 thib Exp $ */
/* *********************************************************** */
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
+/* Define if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
AC_CHECK_HEADERS(errno.h sys/fcntl.h getopt.h limits.h)
AC_CHECK_HEADERS(stdarg.h)
AC_CHECK_HEADERS(sys/termios.h)
+AC_CHECK_HEADERS(strings.h)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: global.h,v 1.28 2001-05-28 18:48:48 thib Exp $ */
+ /* $Id: global.h,v 1.29 2001-06-03 10:57:18 thib Exp $ */
/*
#include <stdlib.h>
#include <string.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
#ifdef HAVE_SYS_FILE_H
#include <sys/file.h>
#endif