summaryrefslogtreecommitdiff
path: root/src/third_party/pcre-8.30/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/pcre-8.30/config.h')
-rw-r--r--src/third_party/pcre-8.30/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/pcre-8.30/config.h b/src/third_party/pcre-8.30/config.h
index 182c5f9a0f5..41d8c3c5e28 100644
--- a/src/third_party/pcre-8.30/config.h
+++ b/src/third_party/pcre-8.30/config.h
@@ -189,7 +189,7 @@ them both to 0; an emulation function will be used. */
--disable-stack-for-recursion). */
/* #undef NO_RECURSE */
/* mongodb: don't recurse, don't want to use much stack or blow stack */
-#ifndef __sunos__
+#ifndef __sun
/* TODO this doesn't compile on sunos?? */
#define NO_RECURSE 1
#endif