remove ifdef around inclusion of regex.h altogether!!
authorJim Meyering <jim@meyering.net>
Sat, 4 Jul 1998 01:44:01 +0000 (01:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Jul 1998 01:44:01 +0000 (01:44 +0000)
lib/rpmatch.c

index bf82195..3a439d7 100644 (file)
@@ -30,9 +30,7 @@
 #endif
 
 #include <sys/types.h>
-#if ! HAVE_LIBC_REGEX
-# include <regex.h>
-#endif
+#include <regex.h>
 
 #if ENABLE_NLS
 # include <libintl.h>