blob: eec2419bb5fd5a011e962ad0d12eda2fc098958e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ea,v 1.1 2005/10/01 19:59:39 recht Exp $
--- Modules/pcre.h.orig 2000-06-28 22:56:30.000000000 +0200
+++ Modules/pcre.h 2005-10-01 21:13:56.000000000 +0200
@@ -40,6 +40,7 @@
#ifdef FOR_PYTHON
#define PCRE_LOCALE 0x0200
#endif
+#define PCRE_NO_AUTO_CAPTURE 0x1000
/* Exec-time error codes */
|