Fri Apr 28 13:03:23 1995 Theodore Y. Ts'o <tytso@dcl>
+ * tf_util.c, configure.in: Added check for POSIX_FILE_LOCK to
+ enable POSIX file locking.
+
* tf_util.c: Add #include of fcntl.h
* month_sname.c, one.c: Remove unnecessary include of conf.h
AC_PROG_INSTALL
AC_CONST
CHECK_FCNTL
+KRB5_POSIX_LOCKS
AC_HEADER_CHECK(unistd.h,AC_DEFINE(HAS_UNISTD_H))
dnl need MSBFIRST, LSBFIRST, BITS16, BITS32
AC_MSG_CHECKING([if system is msbfirst])
#define LOCK_NB 4 /* don't block when locking */
#define LOCK_UN 8 /* unlock */
#endif
-#ifdef POSIX
+
+
+#ifdef POSIX_FILE_LOCKS
#include <fcntl.h>
/*