summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2011-05-31 11:29:28 -0400
committerDwight <dwight@10gen.com>2011-05-31 11:29:28 -0400
commit299abff183a70b663854074aa23c89a2a19479d7 (patch)
tree8b4159f22e597ce70cf1348bea802de0d8b935ba
parentd5f7ca3acc62b4cf5f7d4788d04425b2ddc9f2c0 (diff)
downloadmongo-299abff183a70b663854074aa23c89a2a19479d7.tar.gz
NO_RECURSE with pcre so we dont use much stack space
-rw-r--r--pcre-7.4/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcre-7.4/config.h b/pcre-7.4/config.h
index 1dda8bdf8f5..8ae2b55eea9 100644
--- a/pcre-7.4/config.h
+++ b/pcre-7.4/config.h
@@ -161,6 +161,8 @@ them both to 0; an emulation function will be used. */
that support it, "configure" can be used to set this in the Makefile (use
--disable-stack-for-recursion). */
/* #undef NO_RECURSE */
+/* mongodb: don't recurse, don't want to use much stack or blow stack */
+#define NO_RECURSE
/* Name of package */
#define PACKAGE "pcre"