From 4baac9cb999220cf36aa236d1b73caa5e73d81bd Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 8 Oct 2000 23:59:45 +0000 Subject: [PATCH] Ok, if I remember right, somewhere along the way we decided not to generate a pcre.h header from pcre.in, but Win32 (at this instant) still generates pcre.h from the pcre.hw source. For this moment (T-0001 to tag and roll) this is the reasonable fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86461 13f79535-47bb-0310-9956-ffa450edef68 --- srclib/pcre/pcre.hw | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srclib/pcre/pcre.hw b/srclib/pcre/pcre.hw index b66e2de953..eb6d3bbbed 100644 --- a/srclib/pcre/pcre.hw +++ b/srclib/pcre/pcre.hw @@ -7,9 +7,12 @@ #ifndef _PCRE_H #define _PCRE_H +/* The file pcre.h is build by "configure" or copied from pcre.hw +Do not edit it; instead make changes to pcre.in and/or pcre.hw */ + #define PCRE_MAJOR 3 -#define PCRE_MINOR 1 -#define PCRE_DATE 09-Feb-2000 +#define PCRE_MINOR 2 +#define PCRE_DATE 12-May-2000 /* Win32 uses DLL by default */ @@ -26,7 +29,6 @@ /* Have to include stdlib.h in order to ensure that size_t is defined; it is needed here for malloc. */ -#include #include /* Allow for C++ users */ -- 2.50.1