X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fconfig.h.win32;h=2c1177e7d694943fd5a5ec0b48638531c5e13769;hb=HEAD;hp=9fa87b754b8e0e4154d68d838a4b81926fa5100c;hpb=80cb5da4e17bcc430410fb82a614d69c8ffaa27a;p=srvx.git diff --git a/src/config.h.win32 b/src/config.h.win32 index 9fa87b7..2c1177e 100644 --- a/src/config.h.win32 +++ b/src/config.h.win32 @@ -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 @@ -58,6 +55,9 @@ /* Define to 1 if you have the `ftime' function. */ #define HAVE_FTIME 1 +/* Define to 1 if you have the `gai_strerror' function. */ +#define HAVE_GAI_STRERROR 1 + /* Define to 1 if you have the header file. */ #undef HAVE_GC_GC_H @@ -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 @@ -91,6 +91,12 @@ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 +/* Define to 1 if you have the `kevent' function. */ +#undef HAVE_KEVENT + +/* Define to 1 if you have the `kqueue' function. */ +#undef HAVE_KQUEUE + /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL @@ -112,6 +118,9 @@ /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Define to 1 if you have the `localtime' function. */ +#define HAVE_LOCALTIME 1 + /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R @@ -133,6 +142,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MPATROL_H +/* Define to 1 if you have the `mprotect' function. */ +#undef HAVE_MPROTECT + /* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H @@ -152,7 +164,7 @@ #undef HAVE_REGFREE /* Define to 1 if you have the `select' function. */ -#undef HAVE_SELECT +#define HAVE_SELECT 1 /* Define to 1 if you have the `setrlimit' function. */ #undef HAVE_SETRLIMIT @@ -208,6 +220,9 @@ /* 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_EVENT_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H @@ -294,14 +309,17 @@ /* Version number of package */ #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 kevent I/O backend */ +#undef WITH_IOSET_KEVENT + /* Define if using the select() I/O backend */ -#undef WITH_IOSET_SELECT +#define WITH_IOSET_SELECT 1 + +/* Define if using the Win32 I/O backend */ +#define WITH_IOSET_WIN32 1 /* Define if using the Boehm GC to garbage collect and check memory leaks */ #undef WITH_MALLOC_BOEHM_GC @@ -321,6 +339,12 @@ /* Define if using the system's malloc */ #undef WITH_MALLOC_SYSTEM +/* Define if using the Bahamut dialect of IRC */ +#undef WITH_PROTOCOL_BAHAMUT + +/* Define if using the P10 dialect of IRC */ +#define WITH_PROTOCOL_P10 1 + /* Define to empty if `const' does not conform to ANSI C. */ #undef const