]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/config.h.in
This should fix the nickserv module complaining about not enough parameters when...
[irc/evilnet/x3.git] / src / config.h.in
index 589f6bf6b8c985a6f687fb09a42d1bb392bc9d55..be573297f05b4e6fea76d92985349aa7a6b345c2 100644 (file)
 /* Define to 1 if you have the <sys/wait.h> header file. */
 #undef HAVE_SYS_WAIT_H
 
+/* Define to 1 if you have the <tgmath.h> header file. */
+#undef HAVE_TGMATH_H
+
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
 /* Define if using the mpatrol malloc debugging package */
 #undef WITH_MALLOC_MPATROL
 
+/* Define if using the slab internal debug allocator */
+#undef WITH_MALLOC_SLAB
+
 /* Define if using the system's malloc */
 #undef WITH_MALLOC_SYSTEM
 
+/* Define if using the x3 internal debug allocator */
+#undef WITH_MALLOC_X3
+
 /* Define if using the Bahamut dialect of IRC */
 #undef WITH_PROTOCOL_BAHAMUT
 
 #ifndef __cplusplus
 #undef inline
 #endif
+
+/* type to use in place of socklen_t if not defined */
+#undef socklen_t