to supply this #define if necessary.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4601
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Oct 31 17:02:04 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * fcc_maybe.c: Back out POSIX_FILE_LOCKS change. (Should be
+ depending on autoconf.h to supply this #define if
+ necessary.)
+
Thu Oct 13 17:23:42 1994 Theodore Y. Ts'o (tytso@maytag)
* configure.in: Add ISODE_DEFS
#include <krb5/los-proto.h>
#include <stdio.h>
-#ifdef _POSIX_VERSION
- /* Is there a better way to decide whether or not we should use flock */
- /* vs. fcntl. Example: broken SunOS tmpfs.... */
-#define POSIX_FILE_LOCKS
-#endif
-
#ifdef POSIX_FILE_LOCKS
#ifndef unicos61
#include <fcntl.h>
+Mon Oct 31 17:04:08 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * lock_file.c: Back out POSIX_FILE_LOCKS change. (Should be
+ depending on autoconf.h to supply this #define if
+ necessary.)
+
Thu Oct 13 17:24:31 1994 Theodore Y. Ts'o (tytso@maytag)
* configure.in: Add ISODE_DEFS
#include <stdio.h>
-#ifdef _POSIX_VERSION
- /* Is there a better way to decide whether or not we should use flock */
- /* vs. fcntl. Example: broken SunOS tmpfs.... */
-#define POSIX_FILE_LOCKS
-#endif
-
-
#ifdef POSIX_FILE_LOCKS
#include <errno.h>
#include <fcntl.h>