aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:53:15 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2015-12-03 11:53:15 +0000
commitc23721b4ca41ad5d70dfbce4b8a8dd11e244e397 (patch)
tree68e829d1281cef0e924fdaa01ece3a2f78fd859d /w32
parent738ba14cc90436fa71d709f27ba8baa9b97897fc (diff)
downloadlibmicrohttpd-c23721b4ca41ad5d70dfbce4b8a8dd11e244e397.tar.gz
libmicrohttpd-c23721b4ca41ad5d70dfbce4b8a8dd11e244e397.zip
connection.c: refactor get_date_string() for clarity, distinguish
different gmtime_s() forms, support C11 gmtime_s()
Diffstat (limited to 'w32')
-rw-r--r--w32/common/MHD_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/w32/common/MHD_config.h b/w32/common/MHD_config.h
index 77ecf5fd..fd23da2c 100644
--- a/w32/common/MHD_config.h
+++ b/w32/common/MHD_config.h
@@ -65,8 +65,8 @@
65/* Define to 1 if you have the `_lseeki64' function. */ 65/* Define to 1 if you have the `_lseeki64' function. */
66#define HAVE___LSEEKI64 1 66#define HAVE___LSEEKI64 1
67 67
68/* Define to 1 if you have the `gmtime_s' function. */ 68/* Define to 1 if you have the `gmtime_s' function in W32 form. */
69#define HAVE_GMTIME_S 1 69#define HAVE_W32_GMTIME_S 1
70 70
71#if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */ 71#if _MSC_VER >= 1900 /* snprintf() supported natively since VS2015 */
72/* Define to 1 if you have the `snprintf' function. */ 72/* Define to 1 if you have the `snprintf' function. */