gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36721 - libmicrohttpd/w32/common


From: gnunet
Subject: [GNUnet-SVN] r36721 - libmicrohttpd/w32/common
Date: Thu, 3 Dec 2015 12:53:09 +0100

Author: Karlson2k
Date: 2015-12-03 12:53:09 +0100 (Thu, 03 Dec 2015)
New Revision: 36721

Modified:
   libmicrohttpd/w32/common/MHD_config.h
Log:
VS projects: added missing define for gmtime_s() to MHD_config.h for VS

Modified: libmicrohttpd/w32/common/MHD_config.h
===================================================================
--- libmicrohttpd/w32/common/MHD_config.h       2015-12-03 11:53:07 UTC (rev 
36720)
+++ libmicrohttpd/w32/common/MHD_config.h       2015-12-03 11:53:09 UTC (rev 
36721)
@@ -65,7 +65,10 @@
 /* Define to 1 if you have the `_lseeki64' function. */
 #define HAVE___LSEEKI64 1
 
+/* Define to 1 if you have the `gmtime_s' function. */
+#define HAVE_GMTIME_S 1
 
+
 /* *** Headers information *** */
 /* Not really important as not used by code currently */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]