From f4c0149badb6c745681822a546e8bede97f91af0 Mon Sep 17 00:00:00 2001 From: oes Date: Sat, 10 Aug 2002 11:22:31 +0000 Subject: [PATCH] - Add two AC_DEFINEs that indicate if the pcre*.h headers are located in a pcre/ subdir to the include path. --- acconfig.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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@ -- 2.49.0