X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fconfig.h.win32;h=ddc85200716aa574f87ac1927e7196cb94fd4371;hb=b116cebd87576151bd16c2ebb556f1f214160b65;hp=d58ae4c79896e6b2f5691e8d32b4b851da356813;hpb=f6e136248c4e58caa2cd0baa9581a9c085b0af80;p=srvx.git diff --git a/src/config.h.win32 b/src/config.h.win32 index d58ae4c..ddc8520 100644 --- a/src/config.h.win32 +++ b/src/config.h.win32 @@ -46,6 +46,9 @@ /* Define to 1 if you have the 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 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 @@ -199,6 +208,9 @@ /* Define to 1 if you have the `sysconf' function. */ #undef HAVE_SYSCONF +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_EPOLL_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H @@ -229,6 +241,9 @@ /* Define to 1 if you have the 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 header file. */ #define HAVE_UNISTD_H 1 @@ -251,20 +266,20 @@ #define PACKAGE_NAME "srvx" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "srvx 1.3.1-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 */ @@ -280,7 +295,7 @@ #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 @@ -288,6 +303,9 @@ /* 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 @@ -316,4 +334,4 @@ #endif /* type to use in place of socklen_t if not defined */ -#undef socklen_t +#define socklen_t int