AC_INIT(movemail.c)
CONFIG_RULES
AC_PROG_INSTALL
-CHECK_FCNTL
AC_HAVE_HEADERS(stdlib.h string.h unistd.h)
KRB5_LIBRARIES
V5_USE_SHARED_LIB
#include <sys/stat.h>
#include <sys/file.h>
#include <errno.h>
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h>
+
#define NO_SHORTNAMES /* Tell config not to load remap.h */
/* #include "../src/config.h" */
AC_FUNC_CHECK(vsprintf,AC_DEFINE(HAS_VSPRINTF))
AC_CHECK_LIB(BSD,main)
CHECK_WAIT_TYPE
-CHECK_FCNTL
KRB5_POSIX_LOCKS
AC_HAVE_HEADERS(strings.h)
#include <sys/types.h>
#include <sys/file.h>
#include <sys/wait.h>
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h>
#ifdef HAS_PATHS_H
#include <paths.h>
#endif
#if defined(_MACINTOSH)
-
#ifdef NEED_LOWLEVEL_IO
#include <fcntl.h>
#endif
friends */
#endif
-#if defined(SYSV) || defined(_AIX)
#include <fcntl.h>
-#endif
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
#endif /* KRB5_SYSINCL__ */
/*
#include <sys/stat.h>
#include <sys/errno.h>
#include <ctype.h>
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h>
#include "krb.h"
#ifndef KRB_REALM
AC_CHECK_HEADERS(sys/time.h)
AC_HEADER_CHECK(stdlib.h,AC_DEFINE(HAS_STDLIB_H))
CHECK_WAIT_TYPE
-CHECK_FCNTL
CHECK_SIGNALS
ET_RULES
USE_KDB5_LIBRARY
#include <kadm_err.h>
#include <krb_db.h>
#include <syslog.h>
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#ifdef TIME_WITH_SYS_TIME