From ca1c2a0bac6e3ceab5c232ab800a1085db346144 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 14 Oct 2000 21:33:19 +0000 Subject: Add support for GNU rx library for those lacking regexp support --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index a17cba825..3bf61ec92 100644 --- a/acconfig.h +++ b/acconfig.h @@ -52,6 +52,9 @@ /* Define if you are on Cygwin */ #undef HAVE_CYGWIN +/* Define if you lack native POSIX regex and you are using GNU rx library */ +#undef HAVE_LIBRX + /* Define if you are on NeXT */ #undef HAVE_NEXT -- cgit v1.2.3