X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0b565f3d116f2ac987e69ef517b16776835afbcf..30f7b947f03d97a3d526bbadb50b9dd71aba4117:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index 589f6bf..fcd6953 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -275,9 +275,15 @@ /* 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