X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/631ef23987ef1b68a7525a18dc275c7ce6d2b1cf..aa3c7323761d6e546f0581a5bb78543517fc6892:/include/setup.h.in diff --git a/include/setup.h.in b/include/setup.h.in index 9944027..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 @@ -39,9 +45,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_CRYPT_H -/* Define to 1 if you have the header file. */ -#undef HAVE_DEVPOLL_H - /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@ -93,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 @@ -129,9 +135,6 @@ /* Define to 1 if you have the `strndup' function. */ #undef HAVE_STRNDUP -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_DEVPOLL_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_EPOLL_H @@ -237,9 +240,6 @@ /* Size of the pre-client heap. */ #undef PCLIENT_HEAP_SIZE -/* Define to 1 if you are using the assembly-based hashing routines. */ -#undef RICER_HASHING - /* This is the type of IO loop we are using */ #undef SELECT_TYPE