AC_PROG_INSTALL
AC_HEADER_CHECK(ndbm.h,AC_DEFINE(NDBM))
AC_CONST
-CHECK_FCNTL
KRB5_POSIX_LOCKS
AC_HEADER_CHECK(unistd.h,AC_DEFINE(HAS_UNISTD_H))
ET_RULES
#include <string.h>
#include <sys/types.h>
#include <sys/file.h>
-#ifdef NEED_SYS_FCNTL_H
-/* just for O_* for sco */
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h> /* just for O_* for sco */
long kdb_get_master_key_from(prompt, master_key, master_key_sched, verify,
kfilename)
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_CONST
-CHECK_FCNTL
KRB5_POSIX_LOCKS
AC_HEADER_CHECK(unistd.h,AC_DEFINE(HAS_UNISTD_H))
AC_CHECK_HEADERS(sys/select.h time.h)
#include <sys/param.h>
#endif
#include <errno.h>
-#ifdef NEED_SYS_FCNTL_H
-/* for sconix, to get O_RDWR */
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h>
#ifndef O_SYNC
#define O_SYNC 0
#include <string.h>
#include "krb.h"
#include <sys/file.h>
-#ifdef NEED_SYS_FCNTL_H
-/* just for O_RDWR for sco */
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h>
#include <sys/stat.h>
#ifdef TKT_SHMEM
#include <sys/param.h>
#include <string.h>
#include <sys/file.h>
#include <stdio.h>
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h>
#ifdef HAS_UNISTD_H
#include <unistd.h>
#endif
ET_RULES
SS_RULES
CHECK_DIRENT
-CHECK_FCNTL
CHECK_WAIT_TYPE
CHECK_SIGNALS
CHECK_SIGPROCMASK
#include <sys/param.h>
#include <sys/types.h>
#include <sys/file.h>
-#ifdef NEED_SYS_FCNTL_H
-/* just for O_* */
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h> /* just for O_* */
#include <sys/wait.h>
#include "ss_internal.h"
#include "copyright.h"