From: oes Date: Fri, 6 Sep 2002 12:14:12 +0000 (+0000) Subject: Added missing preproc symbols PCRE*_H_IN_SUBDIR X-Git-Tag: v_3_1_archive_branchpoint~146 X-Git-Url: http://www.privoxy.org/gitweb/%40proxy-info-url%40?a=commitdiff_plain;h=24f983c817d37ea3ff45942216c0622aa212346e;p=privoxy.git Added missing preproc symbols PCRE*_H_IN_SUBDIR --- 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. */