From c68c550912a30d4295c5467ebb24807a5611eabe Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 21 Oct 2000 10:01:41 +0000 Subject: [PATCH] Enough of pcre.h, begone vile beast git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86679 13f79535-47bb-0310-9956-ffa450edef68 --- srclib/pcre/pcre.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srclib/pcre/pcre.in b/srclib/pcre/pcre.in index 8a531671a9..020dba702f 100644 --- a/srclib/pcre/pcre.in +++ b/srclib/pcre/pcre.in @@ -7,8 +7,8 @@ #ifndef _PCRE_H #define _PCRE_H -/* The file pcre.h is build by "configure". Do not edit it; instead -make changes to pcre.in. */ +/* 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 @PCRE_MAJOR@ #define PCRE_MINOR @PCRE_MINOR@ -- 2.50.1