From c97b1affc53cbe2c9a0777b7c9b9d400b09b2f89 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 7 Dec 2001 17:20:47 +0000 Subject: - (bal) PCRE no longer required. Banished from the source along with fake-regex.h --- acconfig.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 1e3b80e68..766a92687 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.119 2001/11/03 19:09:33 tim Exp $ */ +/* $Id: acconfig.h,v 1.120 2001/12/07 17:20:48 mouring Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -59,9 +59,6 @@ /* Define if you are on Cygwin */ #undef HAVE_CYGWIN -/* Define if you lack native POSIX regex and you are using PCRE */ -#undef HAVE_LIBPCRE - /* Define if you have a broken realpath. */ #undef BROKEN_REALPATH -- cgit v1.2.3