mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 00:32:08 -04:00
Include of portable.h must be before use of USE_SYSCONF
This commit is contained in:
parent
01e55fb42c
commit
57a9fc6655
2 changed files with 5 additions and 0 deletions
4
CHANGES
4
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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue