X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fconfig.h.win32;h=ef0902f6f6a230881ca861aebac6ba852a5b99cb;hb=6f22223d9d80a148babc60a6483dd50c74cce723;hp=d58ae4c79896e6b2f5691e8d32b4b851da356813;hpb=ed506a25fb6056b4a226c88591d259015c61be4b;p=srvx.git diff --git a/src/config.h.win32 b/src/config.h.win32 index d58ae4c..ef0902f 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 @@ -76,8 +79,11 @@ /* 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 +#undef HAVE_GETTIMEOFDAY /* Define to 1 if you have the `inet_aton' function. */ #undef HAVE_INET_ATON @@ -199,6 +205,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 +238,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 @@ -264,7 +276,7 @@ /* 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 */ @@ -288,6 +300,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