changeset 1417:317224592ba9

remove ifdef around inclusion of regex.h altogether!!
author Jim Meyering <jim@meyering.net>
date Sat, 04 Jul 1998 01:44:01 +0000
parents 2b268b8a21a7
children 2bff629b579f
files lib/rpmatch.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/rpmatch.c
+++ b/lib/rpmatch.c
@@ -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>