]> git.sur5r.net Git - openldap/commitdiff
Generate #error instead of just letting the compile fail.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 30 Apr 1999 00:48:47 +0000 (00:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 30 Apr 1999 00:48:47 +0000 (00:48 +0000)
include/ac/regex.h

index 87033a8b7e1cfe342d086b00946e68d2d07a230c..99afaec3d8756a9aaf485ba7e7136006713815d5 100644 (file)
@@ -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>