From 40b71cd8e8ce28467fc3cf34d7e835ae46fb712f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 10 Jun 2000 07:19:07 +0000 Subject: [PATCH] undef DEFSEP before defining it --- clients/tools/ldapsearch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/tools/ldapsearch.c b/clients/tools/ldapsearch.c index 319b31b886..0bae49a3e1 100644 --- a/clients/tools/ldapsearch.c +++ b/clients/tools/ldapsearch.c @@ -32,6 +32,7 @@ #include "ldif.h" #include "ldap_defaults.h" +#undef DEPSEP #define DEFSEP "=" static void -- 2.39.5