| 194 |
|
/* Define to the shared archive member specification, say "(shr.o)". */ |
| 195 |
|
#undef LT_SHARED_LIB_MEMBER |
| 196 |
|
|
| 197 |
– |
/* Define to disable the memory pooling allocator. */ |
| 198 |
– |
#undef MEMPOOL_DISABLED |
| 199 |
– |
|
| 200 |
– |
/* Size of the auth mempool chunk. */ |
| 201 |
– |
#undef MP_CHUNK_SIZE_AUTH |
| 202 |
– |
|
| 203 |
– |
/* Size of the ban mempool chunk. */ |
| 204 |
– |
#undef MP_CHUNK_SIZE_BAN |
| 205 |
– |
|
| 206 |
– |
/* Size of the channel mempool chunk. */ |
| 207 |
– |
#undef MP_CHUNK_SIZE_CHANNEL |
| 208 |
– |
|
| 209 |
– |
/* Size of the client mempool chunk. */ |
| 210 |
– |
#undef MP_CHUNK_SIZE_CLIENT |
| 211 |
– |
|
| 212 |
– |
/* Size of the connection mempool chunk. */ |
| 213 |
– |
#undef MP_CHUNK_SIZE_CONNECTION |
| 214 |
– |
|
| 215 |
– |
/* Size of the dbuf mempool chunk. */ |
| 216 |
– |
#undef MP_CHUNK_SIZE_DBUF |
| 217 |
– |
|
| 218 |
– |
/* Size of the dlink_node mempool chunk. */ |
| 219 |
– |
#undef MP_CHUNK_SIZE_DNODE |
| 220 |
– |
|
| 221 |
– |
/* Size of the dns mempool chunk. */ |
| 222 |
– |
#undef MP_CHUNK_SIZE_DNS |
| 223 |
– |
|
| 224 |
– |
/* Size of the invite mempool chunk. */ |
| 225 |
– |
#undef MP_CHUNK_SIZE_INVITE |
| 226 |
– |
|
| 227 |
– |
/* Size of the ip_entry mempool chunk. */ |
| 228 |
– |
#undef MP_CHUNK_SIZE_IP_ENTRY |
| 229 |
– |
|
| 230 |
– |
/* Size of the channel-member mempool chunk. */ |
| 231 |
– |
#undef MP_CHUNK_SIZE_MEMBER |
| 232 |
– |
|
| 233 |
– |
/* Size of the userhost mempool chunk. */ |
| 234 |
– |
#undef MP_CHUNK_SIZE_USERHOST |
| 235 |
– |
|
| 236 |
– |
/* Size of the watch mempool chunk. */ |
| 237 |
– |
#undef MP_CHUNK_SIZE_WATCH |
| 238 |
– |
|
| 239 |
– |
/* Size of the Whowas mempool chunk. */ |
| 240 |
– |
#undef MP_CHUNK_SIZE_WHOWAS |
| 241 |
– |
|
| 197 |
|
/* Define to disable assert() statements. */ |
| 198 |
|
#undef NDEBUG |
| 199 |
|
|