From 57a9fc6655a4fb039ef8271b60c3660fe988542f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 10 Dec 1998 19:38:38 +0000 Subject: [PATCH] Include of portable.h must be before use of USE_SYSCONF --- CHANGES | 4 ++++ tests/data/slapd-master.conf | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 799d380a44..2b7bc46e39 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenLDAP Change Log Changes included in OpenLDAP Stable CVS Tag: OPENLDAP_STABLE + Fixed go500gw.c USE_SYSCONF compiling bug. + +Changes included in OpenLDAP Stable + CVS Tag: OPENLDAP_STABLE_981207 Added build/mkdep $CC support Fixed DCE Threading issues Fixed ldif2index atol bug diff --git a/tests/data/slapd-master.conf b/tests/data/slapd-master.conf index 2b936ab605..59657b7444 100644 --- a/tests/data/slapd-master.conf +++ b/tests/data/slapd-master.conf @@ -10,6 +10,7 @@ schemacheck off ####################################################################### database ldbm +cachesize 4 suffix "o=University of Michigan, c=US" directory ./test-db rootdn "cn=Manager, o=University of Michigan, c=US" -- 2.47.2