mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
Remove BSDREGEX junk
This commit is contained in:
parent
ed27d2f5ea
commit
8c5cd2a474
1 changed files with 0 additions and 10 deletions
|
|
@ -96,16 +96,6 @@
|
||||||
#define OPENLOG_OPTIONS ( LOG_PID | LOG_NOWAIT )
|
#define OPENLOG_OPTIONS ( LOG_PID | LOG_NOWAIT )
|
||||||
#endif
|
#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
|
* many systems do not have the setpwfile() library routine... we just
|
||||||
* enable use for those systems we know have it.
|
* enable use for those systems we know have it.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue