From: oes Date: Sat, 10 Aug 2002 11:22:31 +0000 (+0000) Subject: - Add two AC_DEFINEs that indicate if the pcre*.h headers X-Git-Tag: v_2_9_20~9 X-Git-Url: http://www.privoxy.org/gitweb/@user-manual@@actions-help-prefix@DEANIMATE-GIFS?a=commitdiff_plain;h=f4c0149badb6c745681822a546e8bede97f91af0;p=privoxy.git - Add two AC_DEFINEs that indicate if the pcre*.h headers are located in a pcre/ subdir to the include path. --- diff --git a/acconfig.h b/acconfig.h index fa6706b5..04646d9b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -2,7 +2,7 @@ #define CONFIG_H_INCLUDED /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/acconfig.h,v $ + * File : $Source: /cvsroot/ijbswa/current/Attic/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,12 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.27 2002/04/25 19:13:57 morcego + * Removed RPM release number declaration on configure.in + * Changed makefile to use given value for RPM_PACKAGEV when on uploading + * targets (will produce an error, explaining who to do it, if no value + * if provided). + * * Revision 1.26 2002/04/11 11:00:21 oes * Applied Moritz' fix for socklen_t on Solaris * @@ -386,6 +392,13 @@ */ #undef socklen_t +/* Define if pcre.h must be included as + */ +#undef PCRE_H_IN_SUBDIR + +/* Define if pcreposix.h must be included as + */ +#undef PCREPOSIX_H_IN_SUBDIR @BOTTOM@