| 3 |
|
/* Define if building universal (internal helper macro) */ |
| 4 |
|
#undef AC_APPLE_UNIVERSAL_BUILD |
| 5 |
|
|
| 6 |
– |
/* Size of the ban heap. */ |
| 7 |
– |
#undef BAN_HEAP_SIZE |
| 8 |
– |
|
| 9 |
– |
/* Size of the channel heap. */ |
| 10 |
– |
#undef CHANNEL_HEAP_SIZE |
| 11 |
– |
|
| 12 |
– |
/* Size of the client heap. */ |
| 13 |
– |
#undef CLIENT_HEAP_SIZE |
| 14 |
– |
|
| 6 |
|
/* Set to datadir. */ |
| 7 |
|
#undef DATADIR |
| 8 |
|
|
| 9 |
< |
/* Size of the dbuf heap. */ |
| 10 |
< |
#undef DBUF_HEAP_SIZE |
| 20 |
< |
|
| 21 |
< |
/* Define to 1 to enable debugging. */ |
| 22 |
< |
#undef DEBUG |
| 23 |
< |
|
| 24 |
< |
/* Size of the dlink_node heap. */ |
| 25 |
< |
#undef DNODE_HEAP_SIZE |
| 26 |
< |
|
| 27 |
< |
/* Define to 1 if this server will be an EFnet server. */ |
| 28 |
< |
#undef EFNET |
| 29 |
< |
|
| 30 |
< |
/* Define to 1 if you want halfops support. */ |
| 31 |
< |
#undef HALFOPS |
| 9 |
> |
/* Define if SSP C support is enabled. */ |
| 10 |
> |
#undef ENABLE_SSP_CC |
| 11 |
|
|
| 12 |
|
/* Define to 1 if you have the `argz_add' function. */ |
| 13 |
|
#undef HAVE_ARGZ_ADD |
| 33 |
|
/* Define to 1 if you have the `argz_stringify' function. */ |
| 34 |
|
#undef HAVE_ARGZ_STRINGIFY |
| 35 |
|
|
| 57 |
– |
/* Define to 1 if you have the `basename' function. */ |
| 58 |
– |
#undef HAVE_BASENAME |
| 59 |
– |
|
| 36 |
|
/* Define to 1 if you have the `closedir' function. */ |
| 37 |
|
#undef HAVE_CLOSEDIR |
| 38 |
|
|
| 67 |
|
/* Define if you have the _dyld_func_lookup function. */ |
| 68 |
|
#undef HAVE_DYLD |
| 69 |
|
|
| 94 |
– |
/* Define to 1 if you have the <errno.h> header file. */ |
| 95 |
– |
#undef HAVE_ERRNO_H |
| 96 |
– |
|
| 70 |
|
/* Define to 1 if the system has the type `error_t'. */ |
| 71 |
|
#undef HAVE_ERROR_T |
| 72 |
|
|
| 100 |
– |
/* Define to 1 if you have the `inet_aton' function. */ |
| 101 |
– |
#undef HAVE_INET_ATON |
| 102 |
– |
|
| 103 |
– |
/* Define to 1 if you have the `inet_ntop' function. */ |
| 104 |
– |
#undef HAVE_INET_NTOP |
| 105 |
– |
|
| 106 |
– |
/* Define to 1 if you have the `inet_pton' function. */ |
| 107 |
– |
#undef HAVE_INET_PTON |
| 108 |
– |
|
| 73 |
|
/* Define to 1 if you have the <inttypes.h> header file. */ |
| 74 |
|
#undef HAVE_INTTYPES_H |
| 75 |
|
|
| 76 |
< |
/* If we support ssl */ |
| 76 |
> |
/* Define to 1 if you have the `crypto' library (-lcrypto). */ |
| 77 |
|
#undef HAVE_LIBCRYPTO |
| 78 |
|
|
| 79 |
|
/* Define if you have the libdl library or equivalent. */ |
| 82 |
|
/* Define if libdlloader will be built on this platform */ |
| 83 |
|
#undef HAVE_LIBDLLOADER |
| 84 |
|
|
| 85 |
< |
/* Define to 1 if you have the <libgen.h> header file. */ |
| 86 |
< |
#undef HAVE_LIBGEN_H |
| 123 |
< |
|
| 124 |
< |
/* Define to 1 if zlib (-lz) is available. */ |
| 125 |
< |
#undef HAVE_LIBZ |
| 85 |
> |
/* Define to 1 if libGeoIP (-lGeoIP) is available. */ |
| 86 |
> |
#undef HAVE_LIBGEOIP |
| 87 |
|
|
| 88 |
< |
/* Define to 1 if you have the <link.h> header file. */ |
| 89 |
< |
#undef HAVE_LINK_H |
| 88 |
> |
/* Define to 1 if you have the `gnutls' library (-lgnutls). */ |
| 89 |
> |
#undef HAVE_LIBGNUTLS |
| 90 |
|
|
| 91 |
< |
/* Define to 1 if you have the `lrand48' function. */ |
| 92 |
< |
#undef HAVE_LRAND48 |
| 91 |
> |
/* Define to 1 if you have the `ssl' library (-lssl). */ |
| 92 |
> |
#undef HAVE_LIBSSL |
| 93 |
|
|
| 94 |
|
/* Define this if a modern libltdl is already installed */ |
| 95 |
|
#undef HAVE_LTDL |
| 100 |
|
/* Define to 1 if you have the <memory.h> header file. */ |
| 101 |
|
#undef HAVE_MEMORY_H |
| 102 |
|
|
| 142 |
– |
/* Define to 1 if you have the `mmap' function. */ |
| 143 |
– |
#undef HAVE_MMAP |
| 144 |
– |
|
| 103 |
|
/* Define to 1 if you have the `opendir' function. */ |
| 104 |
|
#undef HAVE_OPENDIR |
| 105 |
|
|
| 112 |
|
/* Define if you have the shl_load function. */ |
| 113 |
|
#undef HAVE_SHL_LOAD |
| 114 |
|
|
| 157 |
– |
/* Define to 1 if you have the `snprintf' function. */ |
| 158 |
– |
#undef HAVE_SNPRINTF |
| 159 |
– |
|
| 115 |
|
/* Define to 1 if you have the <socket.h> header file. */ |
| 116 |
|
#undef HAVE_SOCKET_H |
| 117 |
|
|
| 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 |
– |
|
| 118 |
|
/* Define to 1 if you have the <stdint.h> header file. */ |
| 119 |
|
#undef HAVE_STDINT_H |
| 120 |
|
|
| 136 |
|
/* Define to 1 if you have the `strtok_r' function. */ |
| 137 |
|
#undef HAVE_STRTOK_R |
| 138 |
|
|
| 190 |
– |
/* Define to 1 if the system has the type `struct addrinfo'. */ |
| 191 |
– |
#undef HAVE_STRUCT_ADDRINFO |
| 192 |
– |
|
| 193 |
– |
/* Define to 1 if the system has the type `struct sockaddr_in'. */ |
| 194 |
– |
#undef HAVE_STRUCT_SOCKADDR_IN |
| 195 |
– |
|
| 196 |
– |
/* 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'. */ |
| 200 |
– |
#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN |
| 201 |
– |
|
| 202 |
– |
/* Define to 1 if the system has the type `struct sockaddr_storage'. */ |
| 203 |
– |
#undef HAVE_STRUCT_SOCKADDR_STORAGE |
| 204 |
– |
|
| 205 |
– |
/* Define to 1 if you have the <syslog.h> header file. */ |
| 206 |
– |
#undef HAVE_SYSLOG_H |
| 207 |
– |
|
| 139 |
|
/* Define to 1 if you have the <sys/devpoll.h> header file. */ |
| 140 |
|
#undef HAVE_SYS_DEVPOLL_H |
| 141 |
|
|
| 151 |
|
/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 152 |
|
#undef HAVE_SYS_STAT_H |
| 153 |
|
|
| 223 |
– |
/* Define to 1 if you have the <sys/syslog.h> header file. */ |
| 224 |
– |
#undef HAVE_SYS_SYSLOG_H |
| 225 |
– |
|
| 154 |
|
/* Define to 1 if you have the <sys/types.h> header file. */ |
| 155 |
|
#undef HAVE_SYS_TYPES_H |
| 156 |
|
|
| 163 |
|
/* Define to 1 if you have the <unistd.h> header file. */ |
| 164 |
|
#undef HAVE_UNISTD_H |
| 165 |
|
|
| 238 |
– |
/* Define to 1 if you have the `usleep' function. */ |
| 239 |
– |
#undef HAVE_USLEEP |
| 240 |
– |
|
| 241 |
– |
/* Define to 1 if you have the `vsnprintf' function. */ |
| 242 |
– |
#undef HAVE_VSNPRINTF |
| 243 |
– |
|
| 244 |
– |
/* Define to 1 if you have the <wait.h> header file. */ |
| 245 |
– |
#undef HAVE_WAIT_H |
| 246 |
– |
|
| 166 |
|
/* This value is set to 1 to indicate that the system argz facility works */ |
| 167 |
|
#undef HAVE_WORKING_ARGZ |
| 168 |
|
|
| 250 |
– |
/* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */ |
| 251 |
– |
#undef INVARIANTS |
| 252 |
– |
|
| 253 |
– |
/* Define to 1 if you have IPv6 support. */ |
| 254 |
– |
#undef IPV6 |
| 255 |
– |
|
| 256 |
– |
/* Size of the local client heap. */ |
| 257 |
– |
#undef LCLIENT_HEAP_SIZE |
| 258 |
– |
|
| 169 |
|
/* Set to libdir. */ |
| 170 |
|
#undef LIBDIR |
| 171 |
|
|
| 172 |
|
/* Set to localstatedir. */ |
| 173 |
|
#undef LOCALSTATEDIR |
| 174 |
|
|
| 265 |
– |
/* Set to syslog facility to use. */ |
| 266 |
– |
#undef LOG_FACILITY |
| 267 |
– |
|
| 175 |
|
/* Define if the OS needs help to load dependent libraries for dlopen(). */ |
| 176 |
|
#undef LTDL_DLOPEN_DEPLIBS |
| 177 |
|
|
| 181 |
|
/* The archive extension */ |
| 182 |
|
#undef LT_LIBEXT |
| 183 |
|
|
| 184 |
+ |
/* The archive prefix */ |
| 185 |
+ |
#undef LT_LIBPREFIX |
| 186 |
+ |
|
| 187 |
|
/* Define to the extension used for runtime loadable modules, say, ".so". */ |
| 188 |
|
#undef LT_MODULE_EXT |
| 189 |
|
|
| 191 |
|
module search path. */ |
| 192 |
|
#undef LT_MODULE_PATH_VAR |
| 193 |
|
|
| 194 |
< |
/* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 285 |
< |
*/ |
| 194 |
> |
/* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 195 |
|
#undef LT_OBJDIR |
| 196 |
|
|
| 197 |
< |
/* Define to 1 to disable debugging. */ |
| 197 |
> |
/* Define to the shared library suffix, say, ".dylib". */ |
| 198 |
> |
#undef LT_SHARED_EXT |
| 199 |
> |
|
| 200 |
> |
/* Define to the shared archive member specification, say "(shr.o)". */ |
| 201 |
> |
#undef LT_SHARED_LIB_MEMBER |
| 202 |
> |
|
| 203 |
> |
/* Size of the auth mempool chunk. */ |
| 204 |
> |
#undef MP_CHUNK_SIZE_AUTH |
| 205 |
> |
|
| 206 |
> |
/* Size of the ban mempool chunk. */ |
| 207 |
> |
#undef MP_CHUNK_SIZE_BAN |
| 208 |
> |
|
| 209 |
> |
/* Size of the channel mempool chunk. */ |
| 210 |
> |
#undef MP_CHUNK_SIZE_CHANNEL |
| 211 |
> |
|
| 212 |
> |
/* Size of the client mempool chunk. */ |
| 213 |
> |
#undef MP_CHUNK_SIZE_CLIENT |
| 214 |
> |
|
| 215 |
> |
/* Size of the connection mempool chunk. */ |
| 216 |
> |
#undef MP_CHUNK_SIZE_CONNECTION |
| 217 |
> |
|
| 218 |
> |
/* Size of the dbuf mempool chunk. */ |
| 219 |
> |
#undef MP_CHUNK_SIZE_DBUF |
| 220 |
> |
|
| 221 |
> |
/* Size of the dlink_node mempool chunk. */ |
| 222 |
> |
#undef MP_CHUNK_SIZE_DNODE |
| 223 |
> |
|
| 224 |
> |
/* Size of the dns mempool chunk. */ |
| 225 |
> |
#undef MP_CHUNK_SIZE_DNS |
| 226 |
> |
|
| 227 |
> |
/* Size of the invite mempool chunk. */ |
| 228 |
> |
#undef MP_CHUNK_SIZE_INVITE |
| 229 |
> |
|
| 230 |
> |
/* Size of the ip_entry mempool chunk. */ |
| 231 |
> |
#undef MP_CHUNK_SIZE_IP_ENTRY |
| 232 |
> |
|
| 233 |
> |
/* Size of the channel-member mempool chunk. */ |
| 234 |
> |
#undef MP_CHUNK_SIZE_MEMBER |
| 235 |
> |
|
| 236 |
> |
/* Size of the namehost mempool chunk. */ |
| 237 |
> |
#undef MP_CHUNK_SIZE_NAMEHOST |
| 238 |
> |
|
| 239 |
> |
/* Size of the userhost mempool chunk. */ |
| 240 |
> |
#undef MP_CHUNK_SIZE_USERHOST |
| 241 |
> |
|
| 242 |
> |
/* Size of the watch mempool chunk. */ |
| 243 |
> |
#undef MP_CHUNK_SIZE_WATCH |
| 244 |
> |
|
| 245 |
> |
/* Size of the Whowas mempool chunk. */ |
| 246 |
> |
#undef MP_CHUNK_SIZE_WHOWAS |
| 247 |
> |
|
| 248 |
> |
/* Define to disable assert() statements. */ |
| 249 |
|
#undef NDEBUG |
| 250 |
|
|
| 251 |
|
/* Define if dlsym() requires a leading underscore in symbol names. */ |
| 252 |
|
#undef NEED_USCORE |
| 253 |
|
|
| 294 |
– |
/* Length of nicknames. */ |
| 295 |
– |
#undef NICKLEN |
| 296 |
– |
|
| 297 |
– |
/* Size of the WHOWAS array. */ |
| 298 |
– |
#undef NICKNAMEHISTORYLENGTH |
| 299 |
– |
|
| 254 |
|
/* Name of package */ |
| 255 |
|
#undef PACKAGE |
| 256 |
|
|
| 266 |
|
/* Define to the one symbol short name of this package. */ |
| 267 |
|
#undef PACKAGE_TARNAME |
| 268 |
|
|
| 269 |
+ |
/* Define to the home page for this package. */ |
| 270 |
+ |
#undef PACKAGE_URL |
| 271 |
+ |
|
| 272 |
|
/* Define to the version of this package. */ |
| 273 |
|
#undef PACKAGE_VERSION |
| 274 |
|
|
| 318 |
– |
/* Path to /dev/null */ |
| 319 |
– |
#undef PATH_DEVNULL |
| 320 |
– |
|
| 275 |
|
/* Set to prefix. */ |
| 276 |
|
#undef PREFIX |
| 277 |
|
|
| 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 |
– |
|
| 278 |
|
/* Define to 1 if you have the ANSI C header files. */ |
| 279 |
|
#undef STDC_HEADERS |
| 280 |
|
|
| 281 |
|
/* Set to sysconfdir. */ |
| 282 |
|
#undef SYSCONFDIR |
| 283 |
|
|
| 336 |
– |
/* Send oper log stuff to syslog. */ |
| 337 |
– |
#undef SYSLOG_OPER |
| 338 |
– |
|
| 339 |
– |
/* Send user log stuff to syslog. */ |
| 340 |
– |
#undef SYSLOG_USERS |
| 341 |
– |
|
| 342 |
– |
/* Length of topics. */ |
| 343 |
– |
#undef TOPICLEN |
| 344 |
– |
|
| 345 |
– |
/* Size of the topic heap. */ |
| 346 |
– |
#undef TOPIC_HEAP_SIZE |
| 347 |
– |
|
| 348 |
– |
/* If Defined to 1 server links to your network must have a minimum of TS5. */ |
| 349 |
– |
#undef TS5_ONLY |
| 350 |
– |
|
| 284 |
|
/* use this iopoll mechanism */ |
| 285 |
|
#undef USE_IOPOLL_MECHANISM |
| 286 |
|
|
| 354 |
– |
/* Define to 1 if you want to use syslog. */ |
| 355 |
– |
#undef USE_SYSLOG |
| 356 |
– |
|
| 287 |
|
/* Version number of package */ |
| 288 |
|
#undef VERSION |
| 289 |
|
|
| 318 |
|
/* poll mechanism */ |
| 319 |
|
#undef __IOPOLL_MECHANISM_POLL |
| 320 |
|
|
| 391 |
– |
/* rtsigio mechanism */ |
| 392 |
– |
#undef __IOPOLL_MECHANISM_RTSIGIO |
| 393 |
– |
|
| 394 |
– |
/* select mechanism */ |
| 395 |
– |
#undef __IOPOLL_MECHANISM_SELECT |
| 396 |
– |
|
| 321 |
|
/* Define so that glibc/gnulib argp.h does not typedef error_t. */ |
| 322 |
|
#undef __error_t_defined |
| 323 |
|
|
| 324 |
< |
/* 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. */ |
| 324 |
> |
/* Define to a type to use for 'error_t' if it is not otherwise available. */ |
| 325 |
|
#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 |