| 3 |
|
/* Define if building universal (internal helper macro) */ |
| 4 |
|
#undef AC_APPLE_UNIVERSAL_BUILD |
| 5 |
|
|
| 6 |
+ |
/* Size of the auth heap. */ |
| 7 |
+ |
#undef AUTH_HEAP_SIZE |
| 8 |
+ |
|
| 9 |
|
/* Size of the ban heap. */ |
| 10 |
|
#undef BAN_HEAP_SIZE |
| 11 |
|
|
| 27 |
|
/* Size of the dlink_node heap. */ |
| 28 |
|
#undef DNODE_HEAP_SIZE |
| 29 |
|
|
| 30 |
+ |
/* Size of the dns heap. */ |
| 31 |
+ |
#undef DNS_HEAP_SIZE |
| 32 |
+ |
|
| 33 |
|
/* Define to 1 if this server will be an EFnet server. */ |
| 34 |
|
#undef EFNET |
| 35 |
|
|
| 60 |
|
/* Define to 1 if you have the `argz_stringify' function. */ |
| 61 |
|
#undef HAVE_ARGZ_STRINGIFY |
| 62 |
|
|
| 57 |
– |
/* Define to 1 if you have the `basename' function. */ |
| 58 |
– |
#undef HAVE_BASENAME |
| 59 |
– |
|
| 63 |
|
/* Define to 1 if you have the `closedir' function. */ |
| 64 |
|
#undef HAVE_CLOSEDIR |
| 65 |
|
|
| 100 |
|
/* Define to 1 if the system has the type `error_t'. */ |
| 101 |
|
#undef HAVE_ERROR_T |
| 102 |
|
|
| 103 |
+ |
/* Define to 1 if you have the `EVP_bf_cfb' function. */ |
| 104 |
+ |
#undef HAVE_EVP_BF_CFB |
| 105 |
+ |
|
| 106 |
+ |
/* Define to 1 if you have the `EVP_cast5_cfb' function. */ |
| 107 |
+ |
#undef HAVE_EVP_CAST5_CFB |
| 108 |
+ |
|
| 109 |
+ |
/* Define to 1 if you have the `EVP_des_cfb' function. */ |
| 110 |
+ |
#undef HAVE_EVP_DES_CFB |
| 111 |
+ |
|
| 112 |
+ |
/* Define to 1 if you have the `EVP_des_ede3_cfb' function. */ |
| 113 |
+ |
#undef HAVE_EVP_DES_EDE3_CFB |
| 114 |
+ |
|
| 115 |
+ |
/* Define to 1 if you have the `EVP_idea_cfb' function. */ |
| 116 |
+ |
#undef HAVE_EVP_IDEA_CFB |
| 117 |
+ |
|
| 118 |
+ |
/* Define to 1 if you have the `EVP_rc5_32_12_16_cfb' function. */ |
| 119 |
+ |
#undef HAVE_EVP_RC5_32_12_16_CFB |
| 120 |
+ |
|
| 121 |
|
/* Define to 1 if you have the `inet_aton' function. */ |
| 122 |
|
#undef HAVE_INET_ATON |
| 123 |
|
|
| 130 |
|
/* Define to 1 if you have the <inttypes.h> header file. */ |
| 131 |
|
#undef HAVE_INTTYPES_H |
| 132 |
|
|
| 133 |
< |
/* If we support ssl */ |
| 133 |
> |
/* Define to 1 if you have the `crypto' library (-lcrypto). */ |
| 134 |
|
#undef HAVE_LIBCRYPTO |
| 135 |
|
|
| 136 |
|
/* Define if you have the libdl library or equivalent. */ |
| 139 |
|
/* Define if libdlloader will be built on this platform */ |
| 140 |
|
#undef HAVE_LIBDLLOADER |
| 141 |
|
|
| 142 |
< |
/* Define to 1 if you have the <libgen.h> header file. */ |
| 143 |
< |
#undef HAVE_LIBGEN_H |
| 142 |
> |
/* Define to 1 if libpcre (-lpcre) is available. */ |
| 143 |
> |
#undef HAVE_LIBPCRE |
| 144 |
|
|
| 145 |
|
/* Define to 1 if zlib (-lz) is available. */ |
| 146 |
|
#undef HAVE_LIBZ |
| 148 |
|
/* Define to 1 if you have the <link.h> header file. */ |
| 149 |
|
#undef HAVE_LINK_H |
| 150 |
|
|
| 130 |
– |
/* Define to 1 if you have the `lrand48' function. */ |
| 131 |
– |
#undef HAVE_LRAND48 |
| 132 |
– |
|
| 151 |
|
/* Define this if a modern libltdl is already installed */ |
| 152 |
|
#undef HAVE_LTDL |
| 153 |
|
|
| 172 |
|
/* Define if you have the shl_load function. */ |
| 173 |
|
#undef HAVE_SHL_LOAD |
| 174 |
|
|
| 175 |
< |
/* Define to 1 if you have the `snprintf' function. */ |
| 176 |
< |
#undef HAVE_SNPRINTF |
| 175 |
> |
/* Define to 1 if you have the `socketpair' function. */ |
| 176 |
> |
#undef HAVE_SOCKETPAIR |
| 177 |
|
|
| 178 |
|
/* Define to 1 if you have the <socket.h> header file. */ |
| 179 |
|
#undef HAVE_SOCKET_H |
| 180 |
|
|
| 163 |
– |
/* Define to 1 if you have the `srand48' function. */ |
| 164 |
– |
#undef HAVE_SRAND48 |
| 165 |
– |
|
| 166 |
– |
/* Define to 1 if you have the <stddef.h> header file. */ |
| 167 |
– |
#undef HAVE_STDDEF_H |
| 168 |
– |
|
| 181 |
|
/* Define to 1 if you have the <stdint.h> header file. */ |
| 182 |
|
#undef HAVE_STDINT_H |
| 183 |
|
|
| 205 |
|
/* Define to 1 if the system has the type `struct sockaddr_in'. */ |
| 206 |
|
#undef HAVE_STRUCT_SOCKADDR_IN |
| 207 |
|
|
| 208 |
< |
/* Define to 1 if the system has the type `struct sockaddr_in6'. */ |
| 197 |
< |
#undef HAVE_STRUCT_SOCKADDR_IN6 |
| 198 |
< |
|
| 199 |
< |
/* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */ |
| 208 |
> |
/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */ |
| 209 |
|
#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN |
| 210 |
|
|
| 211 |
|
/* Define to 1 if the system has the type `struct sockaddr_storage'. */ |
| 247 |
|
/* Define to 1 if you have the `usleep' function. */ |
| 248 |
|
#undef HAVE_USLEEP |
| 249 |
|
|
| 241 |
– |
/* Define to 1 if you have the `vsnprintf' function. */ |
| 242 |
– |
#undef HAVE_VSNPRINTF |
| 243 |
– |
|
| 250 |
|
/* Define to 1 if you have the <wait.h> header file. */ |
| 251 |
|
#undef HAVE_WAIT_H |
| 252 |
|
|
| 253 |
|
/* This value is set to 1 to indicate that the system argz facility works */ |
| 254 |
|
#undef HAVE_WORKING_ARGZ |
| 255 |
|
|
| 250 |
– |
/* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */ |
| 251 |
– |
#undef INVARIANTS |
| 252 |
– |
|
| 256 |
|
/* Define to 1 if you have IPv6 support. */ |
| 257 |
|
#undef IPV6 |
| 258 |
|
|
| 277 |
|
/* The archive extension */ |
| 278 |
|
#undef LT_LIBEXT |
| 279 |
|
|
| 280 |
+ |
/* The archive prefix */ |
| 281 |
+ |
#undef LT_LIBPREFIX |
| 282 |
+ |
|
| 283 |
|
/* Define to the extension used for runtime loadable modules, say, ".so". */ |
| 284 |
|
#undef LT_MODULE_EXT |
| 285 |
|
|
| 291 |
|
*/ |
| 292 |
|
#undef LT_OBJDIR |
| 293 |
|
|
| 294 |
+ |
/* Define to the shared library suffix, say, ".dylib". */ |
| 295 |
+ |
#undef LT_SHARED_EXT |
| 296 |
+ |
|
| 297 |
|
/* Define to 1 to disable debugging. */ |
| 298 |
|
#undef NDEBUG |
| 299 |
|
|
| 321 |
|
/* Define to the one symbol short name of this package. */ |
| 322 |
|
#undef PACKAGE_TARNAME |
| 323 |
|
|
| 324 |
+ |
/* Define to the home page for this package. */ |
| 325 |
+ |
#undef PACKAGE_URL |
| 326 |
+ |
|
| 327 |
|
/* Define to the version of this package. */ |
| 328 |
|
#undef PACKAGE_VERSION |
| 329 |
|
|
| 333 |
|
/* Set to prefix. */ |
| 334 |
|
#undef PREFIX |
| 335 |
|
|
| 324 |
– |
/* The size of `int64_t', as computed by sizeof. */ |
| 325 |
– |
#undef SIZEOF_INT64_T |
| 326 |
– |
|
| 327 |
– |
/* The size of `long long', as computed by sizeof. */ |
| 328 |
– |
#undef SIZEOF_LONG_LONG |
| 329 |
– |
|
| 336 |
|
/* Define to 1 if you have the ANSI C header files. */ |
| 337 |
|
#undef STDC_HEADERS |
| 338 |
|
|
| 351 |
|
/* Size of the topic heap. */ |
| 352 |
|
#undef TOPIC_HEAP_SIZE |
| 353 |
|
|
| 348 |
– |
/* If Defined to 1 server links to your network must have a minimum of TS5. */ |
| 349 |
– |
#undef TS5_ONLY |
| 350 |
– |
|
| 354 |
|
/* use this iopoll mechanism */ |
| 355 |
|
#undef USE_IOPOLL_MECHANISM |
| 356 |
|
|
| 400 |
|
/* Define so that glibc/gnulib argp.h does not typedef error_t. */ |
| 401 |
|
#undef __error_t_defined |
| 402 |
|
|
| 400 |
– |
/* Define to empty if `const' does not conform to ANSI C. */ |
| 401 |
– |
#undef const |
| 402 |
– |
|
| 403 |
|
/* Define to a type to use for `error_t' if it is not otherwise available. */ |
| 404 |
|
#undef error_t |
| 405 |
– |
|
| 406 |
– |
/* Define to `__inline__' or `__inline' if that's what the C compiler |
| 407 |
– |
calls it, or to nothing if 'inline' is not supported under any name. */ |
| 408 |
– |
#ifndef __cplusplus |
| 409 |
– |
#undef inline |
| 410 |
– |
#endif |
| 411 |
– |
|
| 412 |
– |
/* Define to `long long' if <sys/types.h> does not define. */ |
| 413 |
– |
#undef int64_t |
| 414 |
– |
|
| 415 |
– |
/* Define to `unsigned long long' if <sys/types.h> does not define. */ |
| 416 |
– |
#undef uint64_t |