3 |
/* Define if building universal (internal helper macro) */ |
/* Define if building universal (internal helper macro) */ |
4 |
#undef AC_APPLE_UNIVERSAL_BUILD |
#undef AC_APPLE_UNIVERSAL_BUILD |
5 |
|
|
6 |
|
/* Size of the auth heap. */ |
7 |
|
#undef AUTH_HEAP_SIZE |
8 |
|
|
9 |
/* Size of the ban heap. */ |
/* Size of the ban heap. */ |
10 |
#undef BAN_HEAP_SIZE |
#undef BAN_HEAP_SIZE |
11 |
|
|
27 |
/* Size of the dlink_node heap. */ |
/* Size of the dlink_node heap. */ |
28 |
#undef DNODE_HEAP_SIZE |
#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. */ |
/* Define to 1 if this server will be an EFnet server. */ |
34 |
#undef EFNET |
#undef EFNET |
35 |
|
|