]> granicus.if.org Git - apache/commitdiff
Ok, if I remember right, somewhere along the way we decided not to
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 8 Oct 2000 23:59:45 +0000 (23:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 8 Oct 2000 23:59:45 +0000 (23:59 +0000)
  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

index b66e2de9536872e6451b43d1e3199d0c0b4fd58f..eb6d3bbbedb5c078922726361421f2ff0031354e 100644 (file)
@@ -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 <sys/types.h>
 #include <stdlib.h>
 
 /* Allow for C++ users */