X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/23475fc6e820f19c3fcdf8a6ba38ebbcb6275ee8..4a2a9a4e6a8fccd440da203bdfb8bba3f0b973a9:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index 9c09a77..ea831a5 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,8 +1,5 @@ /* src/config.h.in. Generated from configure.in by autoheader. */ -/* Define if the system regex library is unreliable. */ -#undef BROKEN_REGEX - /* Code name for this release */ #undef CODENAME @@ -30,12 +27,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H -/* Define to 1 if you have the `bcopy' function. */ -#undef HAVE_BCOPY - -/* Define if struct dirent exists and includes the d_type element. */ -#undef HAVE_DIRENT_D_TYPE - /* Define to 1 if you have the header file. */ #undef HAVE_DIRENT_H @@ -45,8 +36,8 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H -/* Define to 1 if you have the header file. */ -#undef HAVE_TGMATH_H +/* Define to 1 if you have the `freeaddrinfo' function. */ +#undef HAVE_FREEADDRINFO /* Define to 1 if you have the `ftime' function. */ #undef HAVE_FTIME @@ -54,6 +45,18 @@ /* 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 + +/* Define to 1 if you have the `getnameinfo' function. */ +#undef HAVE_GETNAMEINFO + /* Define to 1 if you have the `getopt' function. */ #undef HAVE_GETOPT @@ -69,9 +72,6 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY -/* Define to 1 if you have the `inet_ntoa' function. */ -#undef HAVE_INET_NTOA - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -87,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 @@ -99,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 @@ -126,18 +132,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_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 header file. */ -#undef HAVE_REGEX_H - -/* Define to 1 if you have the `regfree' function. */ -#undef HAVE_REGFREE - /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT @@ -147,6 +141,9 @@ /* Define if struct sockaddr_in contains a sin_len field */ #undef HAVE_SIN_LEN +/* Define if struct sockaddr has sa_len field */ +#undef HAVE_SOCKADDR_SA_LEN + /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET @@ -183,6 +180,9 @@ /* Define to 1 if you have the `strtoul' function. */ #undef HAVE_STRTOUL +/* Define if struct addrinfo declared */ +#undef HAVE_STRUCT_ADDRINFO + /* Define to 1 if you have the `sysconf' function. */ #undef HAVE_SYSCONF @@ -216,6 +216,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_TGMATH_H + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H @@ -284,12 +287,9 @@ /* Define if using the system's malloc */ #undef WITH_MALLOC_SYSTEM -/* Define if using the x3 internal debug allocator */ +/* 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 @@ -301,3 +301,6 @@ #ifndef __cplusplus #undef inline #endif + +/* type to use in place of socklen_t if not defined */ +#undef socklen_t