]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/config.h.in
fixing delpeon bug
[irc/evilnet/x3.git] / src / config.h.in
index e19227acd62ea981f8464ef2763dee4d234969b0..ae649966c68035bf29aab2313f2ac56ca44fcf89 100644 (file)
@@ -30,9 +30,6 @@
 /* Define to 1 if you have the <dirent.h> header file. */
 #undef HAVE_DIRENT_H
 
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
 /* Define to 1 if you have the <dmalloc.h> header file. */
 #undef HAVE_DMALLOC_H
 
 /* Define to 1 if you have the <gc/gc.h> header file. */
 #undef HAVE_GC_GC_H
 
+/* Define to 1 if you have the <GeoIPCity.h> header file. */
+#undef HAVE_GEOIPCITY_H
+
+/* Define to 1 if you have the <GeoIP.h> 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 <inttypes.h> 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
 
 /* 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
 
 
 /* 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 */
 /* 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