]> git.sur5r.net Git - openldap/commitdiff
Remove BSDREGEX junk
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Aug 1998 21:32:49 +0000 (21:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Aug 1998 21:32:49 +0000 (21:32 +0000)
include/portable.h

index 808d0c023767adde601912133e6007de186d3f7d..1f082a4f9b746d9a5fc15f2662b1197cc150c0f5 100644 (file)
 #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.