From 04887a9480b5cc52d50225ac0f66f46cd2f6b7d3 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Sun, 28 Mar 1999 09:05:19 +0000 Subject: * config.h.in (WITH_REGEX): Remove. * configure.in (AM_WITH_REGEX): Remove. * src/lid.c (rx.h): Remove #include. --- src/lid.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lid.c') diff --git a/src/lid.c b/src/lid.c index 9b8ba6f..7fd2399 100644 --- a/src/lid.c +++ b/src/lid.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "xstring.h" #include "xunistd.h" #include "xnls.h" @@ -38,11 +39,6 @@ #if HAVE_LIMITS_H # include #endif -#if WITH_REGEX -# include -#else -# include -#endif typedef void (*report_func_t) __P((char const *name, struct file_link **flinkv)); typedef int (*query_func_t) __P((char const *arg, report_func_t)); -- cgit v1.2.3