Update config.h.win32 for more recent versions of mingw32.
[srvx.git] / src / config.h.win32
index 262ff37c377ebee7856d72ee8a5032fe633840f6..ddc85200716aa574f87ac1927e7196cb94fd4371 100644 (file)
@@ -46,6 +46,9 @@
 /* Define to 1 if you have the <dmalloc.h> header file. */
 #undef HAVE_DMALLOC_H
 
+/* Define to 1 if you have the `epoll_create' function. */
+#undef HAVE_EPOLL_CREATE
+
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
@@ -64,6 +67,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
 
@@ -76,6 +82,9 @@
 /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE
 
+/* Define to 1 if you have the `GetProcessTimes' function. */
+#define HAVE_GETPROCESSTIMES 1
+
 /* Define to 1 if you have the `gettimeofday' function. */
 #define HAVE_GETTIMEOFDAY 1
 
 /* Define to 1 if you have the `sysconf' function. */
 #undef HAVE_SYSCONF
 
+/* Define to 1 if you have the <sys/epoll.h> header file. */
+#undef HAVE_SYS_EPOLL_H
+
 /* Define to 1 if you have the <sys/mman.h> header file. */
 #undef HAVE_SYS_MMAN_H
 
 /* Define to 1 if you have the <sys/wait.h> header file. */
 #undef HAVE_SYS_WAIT_H
 
+/* Define to 1 if you have the `times' function. */
+#undef HAVE_TIMES
+
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
 #define PACKAGE_NAME "srvx"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "srvx 1.31-win"
+#define PACKAGE_STRING "srvx 1.4-win"
 
 /* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "srvx-1.3.1"
+#define PACKAGE_TARNAME "srvx-1.4"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3.1"
+#define PACKAGE_VERSION "1.4"
 
 /* Define as the return type of signal handlers (`int' or `void'). */
 #define RETSIGTYPE void
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
+   automatically deduced at runtime.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
 #define TM_IN_SYS_TIME 1
 
 /* Version number of package */
-#define VERSION 1.3.1
+#define VERSION 1.4
 
 /* Define if using the Win32 I/O backend */
 #define WITH_IOSET_WIN32 1
 /* Define if using the epoll I/O backend */
 #undef WITH_IOSET_EPOLL
 
+/* Define if using the select() I/O backend */
+#undef WITH_IOSET_SELECT
+
 /* Define if using the Boehm GC to garbage collect and check memory leaks */
 #undef WITH_MALLOC_BOEHM_GC
 
 #endif
 
 /* type to use in place of socklen_t if not defined */
-#undef socklen_t
+#define socklen_t int