1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 20:43:12 +02:00

Get rid of various never used config options and also port

the U4 fix for Windows where it says "Too many connections"
way too quickly. (Sorry for mixing both in 1 commit..)
This commit is contained in:
Bram Matthys
2019-08-25 17:48:32 +02:00
parent 38b55fb3c5
commit ebaac5a6b8
6 changed files with 25 additions and 91 deletions
+3 -8
View File
@@ -231,14 +231,9 @@ typedef OperPermission (*OperClassEntryEvalCallback)(OperClassACLEntryVar* varia
/*
** flags for bootup options (command line flags)
*/
#define BOOT_CONSOLE 1
#define BOOT_QUICK 2
#define BOOT_DEBUG 4
#define BOOT_INETD 8
#define BOOT_TTY 16
#define BOOT_OPER 32
#define BOOT_AUTODIE 64
#define BOOT_NOFORK 128
#define BOOT_DEBUG 1
#define BOOT_TTY 2
#define BOOT_NOFORK 4
#define STAT_LOG -7 /* logfile for -x */
#define STAT_CONNECTING -6