X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/8f0a1bf3ac3a8148138e991a6ea3edacf72dae84..2f9687c48ce748ddf3a33a7da1a1db450e7fde74:/include/setup.h.in diff --git a/include/setup.h.in b/include/setup.h.in index ea38d3d7..71dd4622 100644 --- a/include/setup.h.in +++ b/include/setup.h.in @@ -1,8 +1,20 @@ /* include/setup.h.in. Generated from configure.ac by autoheader. */ +/* Define if building universal (internal helper macro) */ +#undef AC_APPLE_UNIVERSAL_BUILD + +/* Size of away heap. */ +#undef AWAY_HEAP_SIZE + /* Size of the ban heap. */ #undef BAN_HEAP_SIZE +/* Custom branding name. */ +#undef BRANDING_NAME + +/* Custom branding name. */ +#undef BRANDING_VERSION + /* Size of the channel heap. */ #undef CHANNEL_HEAP_SIZE @@ -20,6 +32,9 @@ */ #undef CRAY_STACKSEG_END +/* Define if custom branding is enabled. */ +#undef CUSTOM_BRANDING + /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA @@ -29,6 +44,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 @@ -165,12 +183,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WAIT_H -/* Prefix where help file are installed. */ +/* Prefix where help files are installed. */ #undef HELP_DIR -/* Define if IPv6 support is present and available. */ -#undef IPV6 - /* Prefix where the ircd is installed. */ #undef IRCD_PREFIX @@ -183,9 +198,6 @@ /* Prefix where to write logfiles. */ #undef LOG_DIR -/* the system's memory page size */ -#undef MALLOC_PAGESIZE - /* Sizeof member heap. */ #undef MEMBER_HEAP_SIZE @@ -210,9 +222,6 @@ /* 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 @@ -225,6 +234,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -234,6 +246,18 @@ /* Size of the pre-client heap. */ #undef PCLIENT_HEAP_SIZE +/* Directory where binaries the IRCd itself spawns live */ +#undef PKGLIBEXECDIR + +/* Directory in which to store state, such as ban database */ +#undef PKGLOCALSTATEDIR + +/* Directory to store pidfile in. */ +#undef PKGRUNDIR + +/* String with which all programs intended to be in PATH are prefixed. */ +#undef PROGRAM_PREFIX + /* This is the type of IO loop we are using */ #undef SELECT_TYPE @@ -252,9 +276,6 @@ /* 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 @@ -291,18 +312,53 @@ /* Define this to enable IO Debug hooks. */ #undef USE_IODEBUG_HOOKS -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN +/* Enable extensions on AIX 3, Interix. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif +/* Enable threading extensions on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif + + +/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel). */ +#if defined AC_APPLE_UNIVERSAL_BUILD +# if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +# endif +#else +# ifndef WORDS_BIGENDIAN +# undef WORDS_BIGENDIAN +# endif +#endif /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# undef _GNU_SOURCE -#endif +/* Define to 1 if on MINIX. */ +#undef _MINIX + +/* Define to 2 if the system does not provide POSIX.1 features except with + this defined. */ +#undef _POSIX_1_SOURCE + +/* Define to 1 if you need to in order for `stat' and other things to work. */ +#undef _POSIX_SOURCE /* This is needed to use strtok_r on Solaris. */ #undef __EXTENSIONS__