mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 06:16:37 +02:00
27 lines
573 B
C
27 lines
573 B
C
/*
|
|
* VERSION: Unreal3.1.4 Meadows
|
|
* DATE: Sat Jun 15 13:43:51 EST 2002
|
|
* OS: Win-32
|
|
*
|
|
*/
|
|
|
|
#define DPATH "."
|
|
#define SPATH "."
|
|
#define DOMAINNAME "irc.net"
|
|
#define LISTEN_SIZE 5
|
|
#define MAXSENDQLENGTH 3000000
|
|
#define BUFFERPOOL (9 * MAXSENDQLENGTH)
|
|
#define MAXCONNECTIONS 1024
|
|
#define NICKNAMEHISTORYLENGTH 2000
|
|
#define OPEROVERRIDE_VERIFY 1
|
|
#undef CRYPT_OPER_PASSWORD
|
|
#undef USE_SSL
|
|
#undef CRYPT_LINK_PASSWORD
|
|
#undef CRYPT_ILINE_PASSWORD
|
|
#undef CRYPT_XLINE_PASSWORD
|
|
#undef ENABLE_INVISOPER
|
|
#define HUB 1
|
|
#define HAVE_REGEX 1
|
|
#define NOSPOOF 1
|
|
#define GLIBC2_x
|