diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-11-29 06:58:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-11-29 06:58:58 +0800 |
commit | e365109fdc5f0fb5c2929c7fa14720fbcc86ad37 (patch) | |
tree | adba723835412f0622ea2b12a1e7521189533dd1 /camel/camel-lock.c | |
parent | 06a83735415c1cd4e037839ce352e7d2d074be37 (diff) | |
download | gsoc2013-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/camel-lock.c')
-rw-r--r-- | camel/camel-lock.c | 5 |
1 files changed, 0 insertions, 5 deletions
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> |