| 24 |
|
/* Define to 1 if this server will be an EFnet server. */ |
| 25 |
|
#undef EFNET |
| 26 |
|
|
| 27 |
– |
/* Size of the floodserv fmsg heap. */ |
| 28 |
– |
#undef FMSG_HEAP_SIZE |
| 29 |
– |
|
| 27 |
|
/* Define to 1 if you want halfops support. */ |
| 28 |
|
#undef HALFOPS |
| 29 |
|
|
| 57 |
|
/* Define to 1 if you have the <libgen.h> header file. */ |
| 58 |
|
#undef HAVE_LIBGEN_H |
| 59 |
|
|
| 60 |
+ |
/* Define to 1 if zlib (-lz) is available. */ |
| 61 |
+ |
#undef HAVE_LIBZ |
| 62 |
+ |
|
| 63 |
|
/* Define to 1 if you have the <link.h> header file. */ |
| 64 |
|
#undef HAVE_LINK_H |
| 65 |
|
|
| 135 |
|
/* Define to 1 if you have IPv6 support. */ |
| 136 |
|
#undef IPV6 |
| 137 |
|
|
| 138 |
– |
/* Size of the ircd heap. */ |
| 139 |
– |
#undef IRCD_HEAP_SIZE |
| 140 |
– |
|
| 138 |
|
/* Size of the local client heap. */ |
| 139 |
|
#undef LCLIENT_HEAP_SIZE |
| 140 |
|
|
| 147 |
|
/* Set to syslog facility to use. */ |
| 148 |
|
#undef LOG_FACILITY |
| 149 |
|
|
| 153 |
– |
/* Size of the floodserv mqueue heap. */ |
| 154 |
– |
#undef MQUEUE_HEAP_SIZE |
| 155 |
– |
|
| 150 |
|
/* Define to 1 to disable debugging. */ |
| 151 |
|
#undef NDEBUG |
| 152 |
|
|
| 174 |
|
/* Define to the version of this package. */ |
| 175 |
|
#undef PACKAGE_VERSION |
| 176 |
|
|
| 177 |
+ |
/* Path to /dev/null */ |
| 178 |
+ |
#undef PATH_DEVNULL |
| 179 |
+ |
|
| 180 |
|
/* Set to prefix. */ |
| 181 |
|
#undef PREFIX |
| 182 |
|
|