summaryrefslogtreecommitdiffstats
path: root/src/lid.c
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1999-03-28 09:05:19 +0000
committerGreg McGary <greg@mcgary.org>1999-03-28 09:05:19 +0000
commit04887a9480b5cc52d50225ac0f66f46cd2f6b7d3 (patch)
treef814661fb6839af68c151ca4d211cf4ceb8b3782 /src/lid.c
parent79cda246d1dad732c4da0fcd9fcbb051cb0b8ee3 (diff)
downloadidutils-04887a9480b5cc52d50225ac0f66f46cd2f6b7d3.tar.gz
idutils-04887a9480b5cc52d50225ac0f66f46cd2f6b7d3.tar.bz2
idutils-04887a9480b5cc52d50225ac0f66f46cd2f6b7d3.zip
* config.h.in (WITH_REGEX): Remove.
* configure.in (AM_WITH_REGEX): Remove. * src/lid.c (rx.h): Remove #include.
Diffstat (limited to 'src/lid.c')
-rw-r--r--src/lid.c6
1 files changed, 1 insertions, 5 deletions
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 <sys/wait.h>
#include <assert.h>
#include <getopt.h>
+#include <regex.h>
#include "xstring.h"
#include "xunistd.h"
#include "xnls.h"
@@ -38,11 +39,6 @@
#if HAVE_LIMITS_H
# include <limits.h>
#endif
-#if WITH_REGEX
-# include <regex.h>
-#else
-# include <rx.h>
-#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));