0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

NO_RECURSE with pcre so we dont use much stack space

This commit is contained in:
Dwight 2011-05-31 11:29:28 -04:00
parent d5f7ca3acc
commit 299abff183

View File

@ -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"