From e197e92c81fa482d05bd444f16e89a814d9671e1 Mon Sep 17 00:00:00 2001 From: Shantonu Sen Date: Fri, 22 Dec 2000 23:49:08 +0000 Subject: [PATCH] add --with-locking option --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c3ea4a..b9ed7d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Fri Dec 22 23:42:16 2000 Shantonu Sen + + * Made a new ./configure option called + "--with-locking" that allows the file + locking mechanism to be chosen there instead of + requiring a manual edit of config.h. + + * If the option is not explicitly set, or an + invalid option is specified, "dot" locking is + chosen. Valid options are "dot", "fcntl", + "flock", and "lockf". We need a way to tell + the user that these are the valid options, and + change the flag "--with-locking" if it's not + descriptive enough. + Fri Dec 22 19:21:29 2000 Shantonu Sen * Remove the lex-specific memory hints at the -- 1.7.10.4