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 1ae9c83b84e..07e95406b80 100644
--- a/src/mongo/config.h.in
+++ b/src/mongo/config.h.in
@@ -52,6 +52,9 @@
// Defined if unitstd.h is available
@mongo_config_have_header_unistd_h@
+// Defined if memset_s is available
+@mongo_config_have_memset_s@
+
// Defined if a POSIX monotonic clock is available
@mongo_config_have_posix_monotonic_clock@