X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/35305a49c0973c0e29e4a607c2b507a2d8face43..a6fa003552075b0cd7873939a555da6f2de6f332:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index 9d3a98e..5c718eb 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -45,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 @@ -66,9 +72,18 @@ /* 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 header file. */ #undef HAVE_INTTYPES_H +/* 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 +96,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 @@ -123,6 +141,9 @@ /* 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 `select' function. */ #undef HAVE_SELECT @@ -210,6 +231,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TGMATH_H +/* Define this if you are using mod-track */ +#undef HAVE_TRACK + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -245,7 +269,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 +287,9 @@ /* Version number of package */ #undef VERSION +/* 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 @@ -281,12 +308,12 @@ /* 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 +/* Define if SSL libs are linked */ +#undef WITH_SSL + /* Define to empty if `const' does not conform to ANSI C. */ #undef const