| 6 |
|
/* Set to datadir. */ |
| 7 |
|
#undef DATADIR |
| 8 |
|
|
| 9 |
< |
/* Define to 1 if you want halfops support. */ |
| 10 |
< |
#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 |
| 82 |
|
/* Define if libdlloader will be built on this platform */ |
| 83 |
|
#undef HAVE_LIBDLLOADER |
| 84 |
|
|
| 85 |
< |
/* Define to 1 if libpcre (-lpcre) is available. */ |
| 86 |
< |
#undef HAVE_LIBPCRE |
| 85 |
> |
/* Define to 1 if libGeoIP (-lGeoIP) is available. */ |
| 86 |
> |
#undef HAVE_LIBGEOIP |
| 87 |
|
|
| 88 |
|
/* Define to 1 if you have the `ssl' library (-lssl). */ |
| 89 |
|
#undef HAVE_LIBSSL |
| 237 |
|
/* Size of the dns mempool chunk. */ |
| 238 |
|
#undef MP_CHUNK_SIZE_DNS |
| 239 |
|
|
| 240 |
+ |
/* Size of the ip_entry mempool chunk. */ |
| 241 |
+ |
#undef MP_CHUNK_SIZE_IP_ENTRY |
| 242 |
+ |
|
| 243 |
|
/* Size of the local client mempool chunk. */ |
| 244 |
|
#undef MP_CHUNK_SIZE_LCLIENT |
| 245 |
|
|
| 246 |
< |
/* Size of the channel mempool chunk. */ |
| 246 |
> |
/* Size of the channel-member mempool chunk. */ |
| 247 |
|
#undef MP_CHUNK_SIZE_MEMBER |
| 248 |
|
|
| 249 |
+ |
/* Size of the namehost mempool chunk. */ |
| 250 |
+ |
#undef MP_CHUNK_SIZE_NAMEHOST |
| 251 |
+ |
|
| 252 |
+ |
/* Size of the userhost mempool chunk. */ |
| 253 |
+ |
#undef MP_CHUNK_SIZE_USERHOST |
| 254 |
+ |
|
| 255 |
|
/* Size of the watch mempool chunk. */ |
| 256 |
|
#undef MP_CHUNK_SIZE_WATCH |
| 257 |
|
|
| 261 |
|
/* Define if dlsym() requires a leading underscore in symbol names. */ |
| 262 |
|
#undef NEED_USCORE |
| 263 |
|
|
| 255 |
– |
/* Length of nicknames. */ |
| 256 |
– |
#undef NICKLEN |
| 257 |
– |
|
| 264 |
|
/* Size of the WHOWAS array. */ |
| 265 |
|
#undef NICKNAMEHISTORYLENGTH |
| 266 |
|
|
| 294 |
|
/* Set to sysconfdir. */ |
| 295 |
|
#undef SYSCONFDIR |
| 296 |
|
|
| 291 |
– |
/* Length of topics. */ |
| 292 |
– |
#undef TOPICLEN |
| 293 |
– |
|
| 297 |
|
/* use this iopoll mechanism */ |
| 298 |
|
#undef USE_IOPOLL_MECHANISM |
| 299 |
|
|
| 331 |
|
/* poll mechanism */ |
| 332 |
|
#undef __IOPOLL_MECHANISM_POLL |
| 333 |
|
|
| 331 |
– |
/* rtsigio mechanism */ |
| 332 |
– |
#undef __IOPOLL_MECHANISM_RTSIGIO |
| 333 |
– |
|
| 334 |
|
/* select mechanism */ |
| 335 |
|
#undef __IOPOLL_MECHANISM_SELECT |
| 336 |
|
|