From e365109fdc5f0fb5c2929c7fa14720fbcc86ad37 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 28 Nov 2000 22:58:58 +0000 Subject: Add USE_FLOCK, USE_FCNTL, USE_FLOCK 2000-11-28 JP Rosevear * acconfig.h: Add USE_FLOCK, USE_FCNTL, USE_FLOCK * configure.in: Auto* magic for various camel locking types 2000-11-28 JP Rosevear * camel-lock.c: No longer hard code the enabled lock types svn path=/trunk/; revision=6703 --- camel/ChangeLog | 4 ++++ camel/camel-lock.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index 430cfc7c99..1d3c75262b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2000-11-28 JP Rosevear + + * camel-lock.c: No longer hard code the enabled lock types + 2000-11-28 Dan Winship * camel-remote-store.c (remote_recv_line): Don't set exception to diff --git a/camel/camel-lock.c b/camel/camel-lock.c index ab70cfd891..8b9b159001 100644 --- a/camel/camel-lock.c +++ b/camel/camel-lock.c @@ -22,11 +22,6 @@ #include -/* need configure checks or some configurable thingy here */ -#define USE_DOT -#define USE_FCNTL -#define USE_FLOCK - #include #include #include -- cgit v1.2.3