X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7827220c933cf2fd53437d1285b639a49b213508..ec8177c5c7b355a953871d6fded9ae77cf2a4a96:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index 5eed96e..855a78f 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -33,6 +33,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. */ #undef HAVE_FCNTL_H @@ -42,9 +45,18 @@ /* Define to 1 if you have the `ftime' function. */ #undef HAVE_FTIME +/* Define to 1 if you have the `gai_strerror' function. */ +#undef HAVE_GAI_STRERROR + /* Define to 1 if you have the header file. */ #undef HAVE_GC_GC_H +/* Define to 1 if you have the header file. */ +#undef HAVE_GEOIPCITY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_GEOIP_H + /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO @@ -63,12 +75,33 @@ /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE +/* Define to 1 if you have the `GetProcessTimes' function. */ +#undef HAVE_GETPROCESSTIMES + /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* Define this if you are using mod-helpserv */ +#undef HAVE_HELPSERV + +/* Define to 1 if you have the `inet_aton' function. */ +#undef HAVE_INET_ATON + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* 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 header file. */ +#undef HAVE_LDAP_H + +/* Define to 1 if you have the `coredumper' library (-lcoredumper). */ +#undef HAVE_LIBCOREDUMPER + /* Define to 1 if you have the `dl' library (-ldl). */ #undef HAVE_LIBDL @@ -81,6 +114,9 @@ /* Define to 1 if you have the `gc' library (-lgc). */ #undef HAVE_LIBGC +/* Define to 1 if you have the `GeoIP' library (-lGeoIP). */ +#undef HAVE_LIBGEOIP + /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM @@ -102,6 +138,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H +/* Define to 1 if you have the header file. */ +#undef HAVE_MATH_H + /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY @@ -117,12 +156,27 @@ /* 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 /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENSSL_BIO_H + +/* Define to 1 if you have the `regcomp' function. */ +#undef HAVE_REGCOMP + +/* Define to 1 if you have the `regexec' function. */ +#undef HAVE_REGEXEC + +/* Define to 1 if you have the `regfree' function. */ +#undef HAVE_REGFREE + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT @@ -177,6 +231,12 @@ /* 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_EVENT_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H @@ -210,6 +270,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TGMATH_H +/* Define to 1 if you have the `times' function. */ +#undef HAVE_TIMES + +/* Define this if you are using mod-track */ +#undef HAVE_TRACK + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -237,6 +303,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -245,7 +314,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 */ @@ -263,6 +332,18 @@ /* Version number of package */ #undef VERSION +/* 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 if LDAP libs are linked */ +#undef WITH_LDAP + /* Define if using the Boehm GC to garbage collect and check memory leaks */ #undef WITH_MALLOC_BOEHM_GC @@ -284,6 +365,12 @@ /* Define if using the P10 dialect of IRC */ #undef WITH_PROTOCOL_P10 +/* Define if using python */ +#undef WITH_PYTHON + +/* Define if SSL libs are linked */ +#undef WITH_SSL + /* Define to empty if `const' does not conform to ANSI C. */ #undef const