blob: f4fac185292211461ad82185776038850f5f7144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bd,v 1.1 2005/11/01 21:49:31 adrianp Exp $
--- Modules/pcre.h.orig 2000-06-28 21:56:30.000000000 +0100
+++ Modules/pcre.h
@@ -40,6 +40,7 @@ extern "C" {
#ifdef FOR_PYTHON
#define PCRE_LOCALE 0x0200
#endif
+#define PCRE_NO_AUTO_CAPTURE 0x1000
/* Exec-time error codes */
|