bugzilla 612 - write recipients list in X-Envelope-To header of MBOX spool file
[exim.git] / src / src / pcre / config.h
index 715471ee18022e259656d155b42e68886e0f39a3..1cd8fcfe3bbd3c73a1dc56796c2eb6850c19abbc 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/pcre/config.h,v 1.2 2006/11/07 16:50:36 ph10 Exp $ */
+/* $Cambridge: exim/src/src/pcre/config.h,v 1.4 2007/11/12 13:02:19 nm4 Exp $ */
 
 /*************************************************
 *           config.h for PCRE for Exim           *
@@ -19,6 +19,9 @@ in its os.h-SunOS4 file. We interface this to PCRE by including the os.h file
 here, and then defining HAVE_MEMOVE so that PCRE's code in internal.h leaves
 things alone. */
 
+#ifndef PCRE_CONFIG_H
+#define PCRE_CONFIG_H
+
 #include "../os.h"
 #define HAVE_MEMMOVE 1
 
@@ -36,9 +39,10 @@ PCRE, can be adjusted by "configure". */
 #define MAX_DUPLENGTH           30000
 
 /* There is some stuff in the PCRE sources for compilation on non-Unix systems
-and non-ASCII systems. For Exim's purposes, just flatten it all. */
+and non-ASCII systems. For Exim's purposes, just flatten it. */
+
+#undef EBCDIC
 
-#define EBCDIC 0
-#define EXPORT
+#endif // include once
 
 /* End */