Use #error if no <regex.h>

This commit is contained in:
Kurt Zeilenga 1999-05-31 02:48:31 +00:00
parent 620c1c40fe
commit 9176cd7f14

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>