X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/5e12fb10890c96b7e5aff83beb06de6891f37df5..aa3c7323761d6e546f0581a5bb78543517fc6892:/include/setup.h.in diff --git a/include/setup.h.in b/include/setup.h.in index 615f073..f999e3f 100644 --- a/include/setup.h.in +++ b/include/setup.h.in @@ -1,5 +1,8 @@ /* include/setup.h.in. Generated from configure.ac by autoheader. */ +/* Size of away heap. */ +#undef AWAY_HEAP_SIZE + /* Size of the ban heap. */ #undef BAN_HEAP_SIZE @@ -29,6 +32,9 @@ /* Prefix where config files are installed. */ #undef ETC_DIR +/* Size of fd heap. */ +#undef FD_HEAP_SIZE + /* Define to 1 if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA @@ -90,6 +96,9 @@ /* Define to 1 if you have the `poll' function. */ #undef HAVE_POLL +/* Define to 1 if you have the `port_getn' function. */ +#undef HAVE_PORT_GETN + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT