summaryrefslogtreecommitdiff
path: root/src/mongo/config.h.in
diff options
context:
space:
mode:
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@