~ubuntu-branches/ubuntu/trusty/nginx/trusty-proposed

« back to all changes in this revision

Viewing changes to auto/lib/pcre/patch.pcre.in.owc

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-04-25 12:51:45 UTC
  • mfrom: (1.3.28)
  • mto: (1.3.29) (15.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 64.
  • Revision ID: package-import@ubuntu.com-20130425125145-ugl0wor6bq0u5eae
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- pcre.in     Thu Aug 21 14:43:07 2003
2
 
+++ pcre.h      Tue Mar 22 12:56:59 2005
3
 
@@ -10,9 +10,9 @@
4
 
 /* The file pcre.h is build by "configure". Do not edit it; instead
5
 
 make changes to pcre.in. */
6
 
 
7
 
-#define PCRE_MAJOR          @PCRE_MAJOR@
8
 
-#define PCRE_MINOR          @PCRE_MINOR@
9
 
-#define PCRE_DATE           @PCRE_DATE@
10
 
+#define PCRE_MAJOR          4
11
 
+#define PCRE_MINOR          4
12
 
+#define PCRE_DATE           21-August-2003
13
 
 
14
 
 /* Win32 uses DLL by default */
15