summaryrefslogtreecommitdiff
path: root/src/mongo/config.h.in
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2020-01-24 22:20:23 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-05 21:00:41 +0000
commit969151e9ab69dcb53397cf40f810e718421db081 (patch)
treeeb7d4cd83e4c70df67d87847b6e269f05bd75929 /src/mongo/config.h.in
parent2985a71befe421902b5d15e9567e3b449e65ecdd (diff)
downloadmongo-969151e9ab69dcb53397cf40f810e718421db081.tar.gz
SERVER-45677 libunwind on by default where possible
- SCons configure to probe for libunwind support - gracefully handle SIGUSR2 without libunwind - integrate libunwind on-by-default (linux-x86_64) into evergreen
Diffstat (limited to 'src/mongo/config.h.in')
-rw-r--r--src/mongo/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/config.h.in b/src/mongo/config.h.in
index c7a9e1f5fd9..54e7a14787d 100644
--- a/src/mongo/config.h.in
+++ b/src/mongo/config.h.in
@@ -89,5 +89,8 @@
// Set to which provider defines USDT
@mongo_config_usdt_provider@
+// Defined if using libunwind.
+@mongo_config_use_libunwind@
+
// Defined if WiredTiger storage engine is enabled
@mongo_config_wiredtiger_enabled@