]> jfr.im git - solanum.git/blobdiff - include/ircd_defs.h
ircd: remove internal resolver, no longer used
[solanum.git] / include / ircd_defs.h
index 58411530a4ea9b86c6c7d97112f2883f26b2ee42..6816f97738588fd14e04e5da3fd50a34253f7e7a 100644 (file)
 #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