aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-11-29 06:58:58 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-11-29 06:58:58 +0800
commite365109fdc5f0fb5c2929c7fa14720fbcc86ad37 (patch)
treeadba723835412f0622ea2b12a1e7521189533dd1 /camel
parent06a83735415c1cd4e037839ce352e7d2d074be37 (diff)
downloadgsoc2013-evolution-e365109fdc5f0fb5c2929c7fa14720fbcc86ad37.tar
gsoc2013-evolution-e365109fdc5f0fb5c2929c7fa14720fbcc86ad37.tar.gz
gsoc2013-evolution-e365109fdc5f0fb5c2929c7fa14720fbcc86ad37.tar.bz2
gsoc2013-evolution-e365109fdc5f0fb5c2929c7fa14720fbcc86ad37.tar.lz
gsoc2013-evolution-e365109fdc5f0fb5c2929c7fa14720fbcc86ad37.tar.xz
gsoc2013-evolution-e365109fdc5f0fb5c2929c7fa14720fbcc86ad37.tar.zst
gsoc2013-evolution-e365109fdc5f0fb5c2929c7fa14720fbcc86ad37.zip
Add USE_FLOCK, USE_FCNTL, USE_FLOCK
2000-11-28 JP Rosevear <jpr@helixcode.com> * acconfig.h: Add USE_FLOCK, USE_FCNTL, USE_FLOCK * configure.in: Auto* magic for various camel locking types 2000-11-28 JP Rosevear <jpr@helixcode.com> * camel-lock.c: No longer hard code the enabled lock types svn path=/trunk/; revision=6703
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>