1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430
|
/* include/defs.h.in. Generated automatically from configure.in by autoheader. */
/* Define if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
#undef _ALL_SOURCE
#endif
/* Define if the closedir function returns void instead of int. */
#undef CLOSEDIR_VOID
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define if you have the strftime function. */
#undef HAVE_STRFTIME
/* Define to `int' if <sys/types.h> doesn't define. */
#undef mode_t
/* Define if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
/* Define if your Fortran 77 compiler doesn't accept -c and -o together. */
#undef F77_NO_MINUS_C_MINUS_O
/* Define to `int' if <sys/types.h> doesn't define. */
#undef pid_t
/* Define if you need to in order for stat and other things to work. */
#undef _POSIX_SOURCE
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
/* Define to the type of arg1 for select(). */
#undef SELECT_TYPE_ARG1
/* Define to the type of args 2, 3 and 4 for select(). */
#undef SELECT_TYPE_ARG234
/* Define to the type of arg5 for select(). */
#undef SELECT_TYPE_ARG5
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
/* Define if the closedir function returns void instead of int. */
#undef VOID_CLOSEDIR
/* define if allow sys/time.h with time.h */
#undef TIME_WITH_SYS_TIME
/* define this if you are using BSD wait union thigs */
#undef BSDWAIT
/* define this if you are using sigaction() instead of signal() */
#undef USE_SIGACTION
/* define this if you are using sigset() instead of signal() */
#undef USE_SIGSET
/* define this if you are using system V (unreliable) signals */
#undef SYSVSIGNALS
/* define this if you are using -lcurses, or if termcap(3) requires it */
#undef INCLUDE_CURSES_H
/* define this if wait3() is declared */
#undef WAIT3_DECLARED
/* define this if waitpid() is declared */
#undef WAITPID_DECLARED
/* define this if waitpid() is unavailable */
#undef NEED_WAITPID
/* define this to the name of the AMS mail file */
#undef AMS_MAIL
/* define this if you have scandir() */
#undef HAVE_SCANDIR
/* define this if you have memmove() */
#undef HAVE_MEMMOVE
/* define this if you have setsid() */
#undef HAVE_SETSID
/* define this if you have getsid() */
#undef HAVE_GETSID
/* define this if you have getpgid() */
#undef HAVE_GETPGID
/* define this if your getpgrp() doesn't take a pid argument */
#undef BROKEN_GETPGRP
/* define this if you need getcwd() */
#undef NEED_GETCWD
/* define this if you have hpux version 7 */
#undef HPUX7
/* define this if you have hpux version 8 */
#undef HPUX8
/* define this if you have an unknown hpux version (pre ver 7) */
#undef HPUXUNKNOWN
/* define this if an unsigned long is 32 bits */
#undef UNSIGNED_LONG32
/* define this if an unsigned int is 32 bits */
#undef UNSIGNED_INT32
/* define this if you are unsure what is is 32 bits */
#undef UNKNOWN_32INT
/* define this if you don't have struct linger */
#undef NO_STRUCT_LINGER
/* define this if you are on svr3/twg */
#undef WINS
/* define this if you need fchmod */
#undef NEED_FCHMOD
/* define this to the location of normal unix mail */
#undef UNIX_MAIL
/* define this to be the name[:port] of the default server */
#undef DEFAULT_SERVER
/* define this if you want to be paranoid */
#undef PARANOID
/* define this if your header files declare sys_errlist */
#undef SYS_ERRLIST_DECLARED
/* define this if your header files declare errno */
#undef ERRNO_DECLARED
/* define this if you have uname(2) */
#undef HAVE_UNAME
/* define this if you need strerror(3) */
#undef NEED_STRERROR
/* define this if you have posix strftime(3) */
#undef HAVE_STRFTIME
/* define this if you have (working) POSIX (O_NONBLOCK) non-blocking */
#undef NBLOCK_POSIX
/* define this if you have BSD (O_NDELAY) non-blocking */
#undef NBLOCK_BSD
/* define this if you have SYSV (FIONBIO) non-blocking */
#undef NBLOCK_SYSV
/* define this if you have writev(2) and <sys/uio.h> */
#undef HAVE_WRITEV
#undef HAVE_SYS_UIO_H
/* Define this if compiling with SOCKS (the firewall traversal library).
Also, you must define connect, getsockname, bind, accept, listen, and
select to their R-versions. */
#undef SOCKS
#undef SOCKS4
#undef SOCKS5
#undef connect
#undef getsockname
#undef bind
#undef accept
#undef listen
#undef select
#undef dup
#undef dup2
#undef fclose
#undef gethostbyname
#undef getpeername
#undef read
#undef recv
#undef recvfrom
#undef rresvport
#undef send
#undef sendto
#undef shutdown
/*
* Are we doing non-blocking connects? Note: SOCKS support precludes
* us from using this feature.
*/
#if (defined(NBLOCK_POSIX) || defined(NBLOCK_BSD) || defined(NBLOCK_SYSV)) && \
!defined(SOCKS)
# define NON_BLOCKING_CONNECTS
#endif
/* define these to the ZCAT program/args of your choice */
#undef ZCAT
#undef ZSUFFIX
#undef ZARGS
/*
* define HAVE_DEV_RANDOM if you have /dev/random (*BSD/LINUX).
* the CAST code uses this if present instead of random(3).
*/
#undef HAVE_DEV_RANDOM
#undef DEV_RANDOM_PATH
/* define to `int' if <sys/types.h> doesn't define */
#undef ssize_t
/* define this if you have IPv6 API support */
#undef INET6
/* define this if you have vasprintf(3) */
#undef HAVE_VASPRINTF
/* define this if you have vsnprintf(3) */
#undef HAVE_VSNPRINTF
/* define this if you have snprintf(3) */
#undef HAVE_SNPRINTF
/* define this if you have crypt(3) */
#undef HAVE_CRYPT
/* define this if you have fputc(3) */
#undef HAVE_FPUTC
/* define this if you have fwrite(3) */
#undef HAVE_FWRITE
/* define this if your struct sockaddr has a sa_len member */
#undef HAVE_SOCKADDR_SA_LEN
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define if you have the <iconv.h> header file. */
#undef HAVE_ICONV_H
/* Define if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H
/* Define if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
/* Define if you have the <process.h> header file. */
#undef HAVE_PROCESS_H
/* Define if you have the <sgtty.h> header file. */
#undef HAVE_SGTTY_H
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H
/* Define if you have the <sys/fcntl.h> header file. */
#undef HAVE_SYS_FCNTL_H
/* Define if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
/* Define if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H
/* Define if you have the <sys/ptem.h> header file. */
#undef HAVE_SYS_PTEM_H
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/twg_config.h> header file. */
#undef HAVE_SYS_TWG_CONFIG_H
/* Define if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H
/* Define if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H
/* Define if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
/* Define if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H
/* Define if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
/* Define if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H
/* Define if you have the sun library (-lsun). */
#undef HAVE_LIBSUN
/* define this if you have iconv_open(3) */
#undef HAVE_ICONV_OPEN
/* define this if your iconv(3)'s 2nd argument is const */
#undef ICONV_CONST_ARG2
/**************************** PATCHED by Flier ******************************/
/* Define this if you have GNU TLS */
#undef HAVE_SSL
/* Define this if you have OpenSSL */
#undef HAVE_OPENSSL
/* Define this if you have getloadavg(), BSD systems do */
#undef HAVEGETLOADAVG
/* Define this if you have regexec(), POSIX.2 systems do */
#undef HAVE_REGCOMP
/* Define this if you have GMP library */
#undef HAVE_GMP
/* Define this if you want one OperVision window for several servers */
#undef MULTI_SERVER_OV
/* Define this if you want client with ANSI (color) support */
#define WANTANSI
/* Define this if you want OperVision support in the client */
#define OPERVISION
/* Define this if you want following optional stuff:
- /AUTOINV - Invites on Notify - /LOGO
- /FIND - /SVER - /BKT
- /DIRLMK - /DIRLNK - /BKI
- /MODELOCK - /MODEUNLOCK - Mode Lock Checking
- /LLOOKUP - /LLOOK - /RANLK
- /MN - /ML - /TERMINATE
- /MSAY - /DOBANS */
#define EXTRAS
/* Define this if you want formatted /CSCAN */
#define NEWCSCAN
/* Define this if you want () around nick in public messages */
#undef ALTERNATIVE_PUBLICS
/* Define this if you feel users should be invited to non +i channels on
notify signon */
#undef ACID
/* Define this if you want sorted nicks in /CSCAN */
#define SORTED_NICKS
/* Define this if you want scatter kicks */
#undef SCKICKS
/* Define this if you want to compile with Celerity C-Script */
#undef CELE
#include "celerity.h"
/* Define this if you don't want ScrollZ trademarks in KICKs and AWAY msgs */
#undef VILAS
/* Define this if you want better /NEWHOST */
#define JIMMIE
/* Define this if you want CTCP PAGE by BiGhEaD */
#define CTCPPAGE
/* Define this if you want different messages, chat messages and CDCC */
#undef TDF
/* Define this if you want $country() in the client */
#define COUNTRY
/* Define this if you want client with Win32 support */
#undef SZ32
/* Define this if you want irc oper stuff (not OperVision!) */
#define OPER
/* Define this if you want ogre's cosmetics in OperVision */
#define OGRE
/* Define this if you want client w/o certain functionality */
#undef LITE
/* Define this if you want mIRC compatible DCC resume */
/* #undef BROKEN_MIRC_RESUME */
/* Define this if you want client to remember /OPER password and
send it on reconnect */
#undef BLAXTHOS
/****************************************************************************/
|