diff options
author | Jason Carey <jcarey@argv.me> | 2016-04-06 13:32:33 -0400 |
---|---|---|
committer | Jason Carey <jcarey@argv.me> | 2016-04-19 15:31:14 -0400 |
commit | 6d7be60bbbf5a6be21c57398ab8616c4241b50a7 (patch) | |
tree | 9c4091cededc49d7de44d4ae9c7a6ee4df54f049 /src/mongo/config.h.in | |
parent | 3f86bc56c7e3e9c69ab0725e2b140a1d1f138062 (diff) | |
download | mongo-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.in | 3 |
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@ |