mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-19 14:30:57 +08:00
Use #error if no <regex.h>
This commit is contained in:
parent
620c1c40fe
commit
9176cd7f14
@ -24,6 +24,7 @@
|
||||
|
||||
For NT: http://people.delphi.com/gjc/hs_regex.html
|
||||
*/
|
||||
#error "No POSIX REGEX available."
|
||||
#else
|
||||
/* have regex.h, assume it's POSIX compliant */
|
||||
# include <regex.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user