From 24f983c817d37ea3ff45942216c0622aa212346e Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 6 Sep 2002 12:14:12 +0000 Subject: [PATCH] Added missing preproc symbols PCRE*_H_IN_SUBDIR --- acconfig.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/acconfig.h b/acconfig.h index b53c0190..0aeaabc7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -2,7 +2,7 @@ #define CONFIG_H_INCLUDED /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/Attic/acconfig.h,v $ + * File : $Source: /cvsroot/ijbswa/current/acconfig.h,v $ * * Purpose : This file should be the first thing included in every * .c file. (Before even system headers). It contains @@ -37,6 +37,9 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.29 2002/09/04 12:03:18 oes + * re-enable build on older setups + * * * Revision 1.27 2002/04/25 19:13:57 morcego * Removed RPM release number declaration on configure.in @@ -252,6 +255,16 @@ */ #undef STATIC_PCRS +/* + * Does pcre.h need to be included as ? + */ +#undef PCRE_H_IN_SUBDIR + +/* + * Does pcreposix.h need to be included as ? + */ +#undef PCREPOSIX_H_IN_SUBDIR + /* * Allows the use of an ACL to control access to the proxy by IP address. */ -- 2.39.2