X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/5b1166fd070aa5309698541178ea12a3adcce16e..7b0150f8ee4d699706369f3f1d1304bcd20e7f06:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index e19227a..ae64996 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -30,9 +30,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DIRENT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - /* Define to 1 if you have the header file. */ #undef HAVE_DMALLOC_H @@ -48,6 +45,12 @@ /* 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 @@ -72,6 +75,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_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 @@ -84,6 +90,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 @@ -96,6 +105,9 @@ /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET +/* Define to 1 if you have the `tre' library (-ltre). */ +#undef HAVE_LIBTRE + /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R @@ -245,7 +257,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 */ @@ -281,9 +293,6 @@ /* Define if using the X3 internal debug allocator */ #undef WITH_MALLOC_X3 -/* Define if using the Bahamut dialect of IRC */ -#undef WITH_PROTOCOL_BAHAMUT - /* Define if using the P10 dialect of IRC */ #undef WITH_PROTOCOL_P10