]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/setup.h.in
presence: Remove user.away, replaced by a metadata entry.
[irc/rqf/shadowircd.git] / include / setup.h.in
index 627dd80a1ad950ada38dfb2e172a0f058370e28d..5a50b6bfe469ea2068e5e3019fca1f332eba5f2d 100644 (file)
@@ -32,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
 
 /* Prefix where help file are installed. */
 #undef HELP_DIR
 
-/* Define if IPv6 support is present and available. */
-#undef IPV6
-
 /* Prefix where the ircd is installed. */
 #undef IRCD_PREFIX
 
 /* Prefix where to write logfiles. */
 #undef LOG_DIR
 
-/* the system's memory page size */
-#undef MALLOC_PAGESIZE
-
 /* Sizeof member heap. */
 #undef MEMBER_HEAP_SIZE
 
 /* Define to 1 if you wish to disable the block allocator. */
 #undef NOBALLOC
 
-/* Define to 1 if your system has no in6addr_any. */
-#undef NO_IN6ADDR_ANY
-
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT
 
 /* The size of `short', as computed by sizeof. */
 #undef SIZEOF_SHORT
 
-/* Define to 1 if sockaddr has a 'sa_len' member. */
-#undef SOCKADDR_IN_HAS_LEN
-
 /* Define this to enable soft asserts. */
 #undef SOFT_ASSERT