X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/acba5bbe80f41cb7c21683b24601c1df933496b3..76db5f7dd4bda1d99888c90d0455ebed4fd0b39b:/include/config.h.dist diff --git a/include/config.h.dist b/include/config.h.dist index d20bfd9..9baeabe 100644 --- a/include/config.h.dist +++ b/include/config.h.dist @@ -61,12 +61,7 @@ /* files */ #define SPATH BINPATH "/ircd" /* ircd executable */ #define LIPATH LIBPATH "/libircd" SHARED_SUFFIX /* ircd library */ -#define SLPATH BINPATH "/servlink" /* servlink executable */ #define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */ -#define KPATH ETCPATH "/kline.conf" /* kline file */ -#define DLPATH ETCPATH "/dline.conf" /* dline file */ -#define XPATH ETCPATH "/xline.conf" /* xline file */ -#define RESVPATH ETCPATH "/resv.conf" /* resv file */ #define RPATH ETCPATH "/ircd.rsa" /* ircd rsa private keyfile */ #define MPATH ETCPATH "/ircd.motd" /* MOTD file */ #define LPATH LOGPATH "/ircd.log" /* ircd logfile */ @@ -81,21 +76,6 @@ */ #undef IGNORE_BOGUS_TS -/* HIDE_SERVERS_IPS - * - * If this is undefined, anyone can see a servers ip. If it is defined, - * noone can. - */ -#define HIDE_SERVERS_IPS - -/* TS6_ONLY - * - * If this is defined only TS6 servers may link to the network. See - * doc/TS6.txt for more information. If your network has old servers - * (hyb7.0, ircd-ratbox-1.x, +CSr) or hybserv you should NOT define this. - */ -#undef TS6_ONLY - /* HANGONGOODLINK and HANGONRETRYDELAY * Often net breaks for a short time and it's useful to try to * establishing the same connection again faster than CONNECTFREQUENCY