summaryrefslogtreecommitdiff
path: root/src/mongo/config.h.in
diff options
context:
space:
mode:
authorJason Carey <jcarey@argv.me>2016-04-06 13:32:33 -0400
committerJason Carey <jcarey@argv.me>2016-04-19 15:31:14 -0400
commit6d7be60bbbf5a6be21c57398ab8616c4241b50a7 (patch)
tree9c4091cededc49d7de44d4ae9c7a6ee4df54f049 /src/mongo/config.h.in
parent3f86bc56c7e3e9c69ab0725e2b140a1d1f138062 (diff)
downloadmongo-6d7be60bbbf5a6be21c57398ab8616c4241b50a7.tar.gz
SERVER-23570 Make SecureAllocator a real allocator
Also adds SecureT, a wrapper proxy for newing objects on the secure heap.
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 c94fa484177..e3274e09615 100644
--- a/src/mongo/config.h.in
+++ b/src/mongo/config.h.in
@@ -67,6 +67,9 @@
// Defined if std::make_unique is available
@mongo_config_have_std_make_unique@
+// Defined if std::align is available
+@mongo_config_have_std_align@
+
// Defined if strnlen is available
@mongo_config_have_strnlen@