X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/5b1166fd070aa5309698541178ea12a3adcce16e..5c6bff847f4904432e77dc856945f7d36669e444:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index e19227a..ea831a5 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 @@ -84,6 +87,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 +102,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 @@ -281,9 +290,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