From 3206b1b79445129220a6e3babc4e57a87ef9380d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 12 Nov 1998 23:28:47 +0000 Subject: [PATCH] Eliminate #ifdef DOS --- clients/ud/main.c | 4 ---- clients/ud/ud.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/clients/ud/main.c b/clients/ud/main.c index 22323537f7..93f5e1ae15 100644 --- a/clients/ud/main.c +++ b/clients/ud/main.c @@ -675,11 +675,7 @@ void initialize_client() } /* enabled local caching of ldap results, 15 minute lifetime */ -#ifdef DOS - ldap_enable_cache( ld, 60 * 15, 100 * 1024 ); /* 100k max memory */ -#else /* DOS */ ldap_enable_cache( ld, 60 * 15, 0 ); /* no memory limit */ -#endif /* DOS */ /* initialize the search filters */ if ((lfdp = ldap_init_getfilter(filter_file)) == NULL) { diff --git a/clients/ud/ud.h b/clients/ud/ud.h index e4868c1be7..56ed57f6c6 100644 --- a/clients/ud/ud.h +++ b/clients/ud/ud.h @@ -10,11 +10,7 @@ * is provided ``as is'' without express or implied warranty. */ -#ifdef DOS -#define MAX_VALUES 8 -#else #define MAX_VALUES 1000 -#endif /* !DOS */ /***************************************************************************** ** -- 2.39.5