mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Generate #error instead of just letting the compile fail.
This commit is contained in:
parent
786bbe4fc1
commit
135d850ee6
@ -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…
Reference in New Issue
Block a user