Generate #error instead of just letting the compile fail.

This commit is contained in:
Kurt Zeilenga 1999-04-30 00:48:47 +00:00
parent 786bbe4fc1
commit 135d850ee6

View 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>