* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: config.h.in,v 1.49 2003-12-25 22:50:37 thib Exp $ */
+ /* $Id: config.h.in,v 1.50 2003-12-29 14:31:28 thib Exp $ */
/* *********************************************************** */
#undef SYSFCRONTAB
/* some systems (*BSD, ...) use O_FSYNC instead of O_SYNC for open() */
+#ifdef HAVE_FCNTL_H
+#include <fcntl.h>
+#elif HAVE_SYS_FCNTL_H
+#include <sys/fcntl.h>
+#endif
#ifndef O_SYNC
#define O_SYNC O_FSYNC
#endif