From: Shantonu Sen Date: Fri, 22 Dec 2000 23:49:08 +0000 (+0000) Subject: add --with-locking option X-Git-Tag: RELEASE_1_2~174 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=e197e92c81fa482d05bd444f16e89a814d9671e1;hp=2ccd02143402aab6732ad1d2b84513949ddd7cb2 add --with-locking option --- 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