blob: b5c47557b5b0508422b6fe3c6adaf8cae6219b9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ea,v 1.1 2005/10/01 19:36:01 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 */
|