From 67cdcb8df919eaa4ee5c61d852fee018dbf570ea Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Tue, 27 Jul 1999 17:26:15 +0000 Subject: [PATCH] define SLAPD_RLOOKUPS since it looks like connection_init wont work without it --- include/portable.h.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5