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
#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 */
/* 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 */