From f6b55aaef64e8347e3a7fc5cea9fc26b71140124 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Oct 2000 12:26:42 +0000 Subject: [PATCH] Implemented long tags and section limits (must be enabled in config.h first). --- lib/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/config.h b/lib/config.h index 37b19867..833e6362 100644 --- a/lib/config.h +++ b/lib/config.h @@ -1,7 +1,7 @@ /* * Sherlock Library -- Configuration-Dependent Definitions * - * (c) 1997--2000 Martin Mares, + * (c) 1997--2000 Martin Mares */ #ifndef _SHERLOCK_CONFIG_H @@ -17,6 +17,8 @@ #define SHERLOCK_CONFIG_LARGE_DB /* Support for DB files >4GB */ #define SHERLOCK_CONFIG_LFS /* Large files on 32-bit systems */ #undef SHERLOCK_CONFIG_LFS_LIBC /* LFS supported directly by libc */ +#undef SHERLOCK_CONFIG_LONG_TAGS /* Section tags are 32-bit */ +#undef SHERLOCK_CONFIG_SPLIT_GATHERER /* Don't merge documents from different sections */ /* Types */ -- 2.39.2