]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/config.h.in
Added 3 new hooks available for python scripts: new_user, nick_change, and server_link
[irc/evilnet/x3.git] / src / config.h.in
index 61cfef59e54d447ab4b5bfb991138d830015367d..2877b31d6490c4f3726d8877156ff106118457db 100644 (file)
 /* Define to 1 if you have the <malloc.h> header file. */
 #undef HAVE_MALLOC_H
 
+/* Define to 1 if you have the <math.h> header file. */
+#undef HAVE_MATH_H
+
 /* Define to 1 if you have the `memcpy' function. */
 #undef HAVE_MEMCPY
 
 /* Define if LDAP libs are linked */
 #undef WITH_LDAP
 
-/* Define if using python */
-#undef WITH_PYTHON
-
 /* Define if using the Boehm GC to garbage collect and check memory leaks */
 #undef WITH_MALLOC_BOEHM_GC
 
 /* Define if using the P10 dialect of IRC */
 #undef WITH_PROTOCOL_P10
 
+/* Define if using python */
+#undef WITH_PYTHON
+
 /* Define if SSL libs are linked */
 #undef WITH_SSL