From: Gary Williams Date: Tue, 27 Jul 1999 17:26:15 +0000 (+0000) Subject: define SLAPD_RLOOKUPS since it looks like connection_init wont work without it X-Git-Tag: OPENLDAP_REL_ENG_2_BP~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=67cdcb8df919eaa4ee5c61d852fee018dbf570ea;p=openldap define SLAPD_RLOOKUPS since it looks like connection_init wont work without it --- diff --git a/include/portable.h.nt b/include/portable.h.nt index 9215f415bc..2b3a2a9c84 100644 --- a/include/portable.h.nt +++ b/include/portable.h.nt @@ -294,7 +294,7 @@ typedef char * caddr_t; /* #undef SLAPD_PHONETIC */ /* define this for Reverse Lookup support */ -/* #undef SLAPD_RLOOKUPS */ +#define SLAPD_RLOOKUPS 1 /* define this to use SLAPD shell backend */ /* #undef SLAPD_SHELL */