aboutsummaryrefslogtreecommitdiff
path: root/w32/common/MHD_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'w32/common/MHD_config.h')
-rw-r--r--w32/common/MHD_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index bfa7ce8d..0101756a 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -74,6 +74,9 @@
74/* Define to 1 if you have the `gmtime_s' function in W32 form. */ 74/* Define to 1 if you have the `gmtime_s' function in W32 form. */
75#define HAVE_W32_GMTIME_S 1 75#define HAVE_W32_GMTIME_S 1
76 76
77/* Define to 1 if you have the usable `calloc' function. */
78#define HAVE_CALLOC 1
79
77#if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */ 80#if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */
78/* Define to 1 if you have the `snprintf' function. */ 81/* Define to 1 if you have the `snprintf' function. */
79#define HAVE_SNPRINTF 1 82#define HAVE_SNPRINTF 1