From: Kurt Zeilenga Date: Thu, 27 Aug 1998 21:39:52 +0000 (+0000) Subject: Suck in BSD_REGEX cleanup X-Git-Tag: OPENLDAP_REL_ENG_1_0_1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c588ae96744e9e7e353b224fd7a22aa2aa5fe2;p=thirdparty%2Fopenldap.git Suck in BSD_REGEX cleanup --- diff --git a/include/portable.h b/include/portable.h index 808d0c0237..1f082a4f9b 100644 --- a/include/portable.h +++ b/include/portable.h @@ -96,16 +96,6 @@ #define OPENLOG_OPTIONS ( LOG_PID | LOG_NOWAIT ) #endif - -/* - * some systems don't have the BSD re_comp and re_exec routines - */ -#ifndef NEED_BSDREGEX -#if defined( SYSV ) || defined( VMS ) || defined( netbsd ) || defined( linux ) -#define NEED_BSDREGEX -#endif -#endif - /* * many systems do not have the setpwfile() library routine... we just * enable use for those systems we know have it.