summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins
diff options
context:
space:
mode:
authorDavid Boreham <dboreham@redhat.com>2005-01-28 20:16:03 +0000
committerDavid Boreham <dboreham@redhat.com>2005-01-28 20:16:03 +0000
commitb1034b6c140fe5dbaf2dc4948b32a92072c402cd (patch)
tree5324769519e99d1ff0ebb90f9ef36feafc804bd2 /ldap/servers/plugins
parent829fec96dcd2b5eee93834923ae9b459612eca7c (diff)
downloadds-b1034b6c140fe5dbaf2dc4948b32a92072c402cd.tar.gz
ds-b1034b6c140fe5dbaf2dc4948b32a92072c402cd.tar.xz
ds-b1034b6c140fe5dbaf2dc4948b32a92072c402cd.zip
Always use the internal regex functions : checkin lost in the AOL/RH move.
Diffstat (limited to 'ldap/servers/plugins')
-rw-r--r--ldap/servers/plugins/syntaxes/string.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ldap/servers/plugins/syntaxes/string.c b/ldap/servers/plugins/syntaxes/string.c
index d06a15f5..36609f8f 100644
--- a/ldap/servers/plugins/syntaxes/string.c
+++ b/ldap/servers/plugins/syntaxes/string.c
@@ -12,9 +12,6 @@
#if defined(IRIX)
#include <unistd.h>
#endif
-#if defined( MACOS ) || defined( DOS ) || defined( _WIN32 ) || defined( NEED_BSDREGEX )
-#include "regex.h"
-#endif
static int string_filter_approx( struct berval *bvfilter,
Slapi_Value **bvals, Slapi_Value **retVal );