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 191a6cf9..89b750a3 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -75,6 +75,9 @@
75/* Define to 1 if you have the usable `calloc' function. */ 75/* Define to 1 if you have the usable `calloc' function. */
76#define HAVE_CALLOC 1 76#define HAVE_CALLOC 1
77 77
78/* Define if you have usable assert() and assert.h */
79#define HAVE_ASSERT 1
80
78#if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */ 81#if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */
79/* Define to 1 if you have the `snprintf' function. */ 82/* Define to 1 if you have the `snprintf' function. */
80#define HAVE_SNPRINTF 1 83#define HAVE_SNPRINTF 1