Convert time-related variables to consistently use "unsigned long".
[srvx.git] / src / config.h.win32
index 9fa87b754b8e0e4154d68d838a4b81926fa5100c..eabe16fbbab9fe651f645b95a1c9ad40488682ab 100644 (file)
@@ -24,9 +24,6 @@
 /* Define if tokenized P10 desired */
 #define ENABLE_TOKENS 1
 
-/* Define to printf format for a time_t variable */
-#define FMT_TIME_T "%ld"
-
 /* Define to 1 if you have `alloca', as a function or macro. */
 #define HAVE_ALLOCA 1
 
@@ -67,6 +64,9 @@
 /* Define to 1 if you have the `getnameinfo' function. */
 #define HAVE_GETNAMEINFO 1
 
+/* Define to 1 if you have the `getnameinfo' function. */
+#define HAVE_GAI_STRERROR 1
+
 /* Define to 1 if you have the `getopt' function. */
 #undef HAVE_GETOPT
 
@@ -83,7 +83,7 @@
 #define HAVE_GETPROCESSTIMES 1
 
 /* Define to 1 if you have the `gettimeofday' function. */
-#undef HAVE_GETTIMEOFDAY
+#define HAVE_GETTIMEOFDAY 1
 
 /* Define to 1 if you have the `inet_aton' function. */
 #undef HAVE_INET_ATON