summaryrefslogtreecommitdiff
path: root/pcre.in
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:29 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:29 +0000
commitb82aaed025b2fb55a381b51a3cf13a06c2e8ceff (patch)
tree34837270c9c014af7709a8bff05b8d097fa58f7e /pcre.in
parent88a7c5f66e21a48da1bfc24248379d0e462fd408 (diff)
downloadpcre-b82aaed025b2fb55a381b51a3cf13a06c2e8ceff.tar.gz
Load pcre-3.2 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@47 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.in')
-rw-r--r--pcre.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/pcre.in b/pcre.in
index 74b0cfc..8a53167 100644
--- a/pcre.in
+++ b/pcre.in
@@ -7,6 +7,9 @@
#ifndef _PCRE_H
#define _PCRE_H
+/* 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@
@@ -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 */