]> jfr.im git - solanum.git/blobdiff - include/ircd_defs.h
ircd: support restarting ssld processes
[solanum.git] / include / ircd_defs.h
index a3f73b527bb5834af443e8869570aa61e8767121..6816f97738588fd14e04e5da3fd50a34253f7e7a 100644 (file)
@@ -27,7 +27,7 @@
 
 /*
  * NOTE: NICKLEN and TOPICLEN do not live here anymore. Set it with configure
- * Otherwise there are no user servicable part here. 
+ * Otherwise there are no user servicable part here.
  *
  */
 
 #define HOSTLEN         63     /* Length of hostname.  Updated to         */
                                /* comply with RFC1123                     */
 
+/* Longest hostname we're willing to work with.
+ * Due to DNSBLs this is more than HOSTLEN.
+ */
+#define IRCD_RES_HOSTLEN 255
+
 #define USERLEN         10
 #define REALLEN         50
 #define CHANNELLEN      200
@@ -91,8 +96,8 @@
 
 #define HELPLEN         400
 
-/* 
- * message return values 
+/*
+ * message return values
  */
 #define CLIENT_EXITED    -2
 #define CLIENT_PARSE_ERROR -1