From 6bb889f442bd7c5c6f640021014014ebc59bac27 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 11 Mar 2004 15:42:41 +0000 Subject: nginx-0.0.2-2004-03-11-18:42:41 import --- auto/lib/pcre/patch.pcre | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 auto/lib/pcre/patch.pcre (limited to 'auto/lib/pcre/patch.pcre') diff --git a/auto/lib/pcre/patch.pcre b/auto/lib/pcre/patch.pcre deleted file mode 100644 index 3406548b5..000000000 --- a/auto/lib/pcre/patch.pcre +++ /dev/null @@ -1,15 +0,0 @@ ---- pcre.in.orig Thu Aug 21 14:43:07 2003 -+++ pcre.in Sun Mar 7 02:10:11 2004 -@@ -10,9 +10,9 @@ - /* The file pcre.h is build by "configure". Do not edit it; instead - make changes to pcre.in. */ - --#define PCRE_MAJOR @PCRE_MAJOR@ --#define PCRE_MINOR @PCRE_MINOR@ --#define PCRE_DATE @PCRE_DATE@ -+#define PCRE_MAJOR 4 -+#define PCRE_MINOR 4 -+#define PCRE_DATE 21-August-2003 - - /* Win32 uses DLL by default */ - -- cgit