aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/camel-lock.c5
2 files changed, 4 insertions, 5 deletions
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 <jpr@helixcode.com>
+
+ * camel-lock.c: No longer hard code the enabled lock types
+
2000-11-28 Dan Winship <danw@helixcode.com>
* 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 <config.h>
-/* need configure checks or some configurable thingy here */
-#define USE_DOT
-#define USE_FCNTL
-#define USE_FLOCK
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>