]> 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 f999e3f7c94391c81d7bba9661a228797cb29fd6..5a50b6bfe469ea2068e5e3019fca1f332eba5f2d 100644 (file)
 /* 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