+Sat Oct 22 10:13:25 1994 (tytso@rsx-11)
+
+ * kdb_dbm.c: Don't need to define POSIX_FILE_LOCKS; just include
+ config.h instead.
+
Wed Oct 19 12:15:36 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: make install obey $(DESTDIR) completely
#include <sys/types.h>
#include <utime.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
-
#if defined (POSIX_FILE_LOCKS) && !defined(unicos61)
#include <fcntl.h>
#endif