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 bf8219514d30e490224a1eb94e8f85980e188a16..3a439d7e318153128b311912c2850d83f16f3877 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>