]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/config.h.dist
Pretty symlink logic for help files
[irc/rqf/shadowircd.git] / include / config.h.dist
index 860af7b88cde63a9203cddefb4ed6b69bbdd590c..0470d2ea641c4608aecc1e673a8e1f2832e5e2df 100644 (file)
  */
 #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
-
-/* USE_LOGFILE - log errors and such to LPATH
- * If you wish to have the server send 'vital' messages about server
- * to a logfile, define USE_LOGFILE.
- */
-#define USE_LOGFILE
-
-/* CLIENT_FLOOD - client excess flood threshold(in messages)
- * The number of messages that we can receive before we disconnect the
- * remote client...
- */
-#define CLIENT_FLOOD 20
-
 /* 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
  */
 #define RATBOX_SOMAXCONN 25
 
+/* MAX_BUFFER
+ * The amount of fds to reserve for clients exempt from limits
+ * and dns lookups.
+ */
+#define MAX_BUFFER      60
+
 /* ----------------------------------------------------------------
  * STOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOP
  * ----------------------------------------------------------------
  * ----------------------------------------------------------------
  */
 
-/* MAX_BUFFER
- * The amount of fds to reserve for clients exempt from limits
- * and dns lookups.
- */
-#define MAX_BUFFER      60
-
 #define CONFIG_RATBOX_LEVEL_2
 
 #include "defaults.h"