]> jfr.im git - solanum.git/blobdiff - include/ircd_defs.h
remove RB_IPV6
[solanum.git] / include / ircd_defs.h
index 4e9ea0373e4016ab9b6873647208910caf00133e..2736a93e1d1f91b918c6ea925c00c99937265e42 100644 (file)
 #define CLIENT_PARSE_ERROR -1
 #define CLIENT_OK      1
 
-#ifdef RB_IPV6
 #ifndef AF_INET6
 #error "AF_INET6 not defined"
 #endif
 
-
-#else /* #ifdef RB_IPV6 */
-
-#ifndef AF_INET6
-#define AF_INET6 AF_MAX                /* Dummy AF_INET6 declaration */
-#endif
-#endif /* #ifdef RB_IPV6 */
-
-#ifdef RB_IPV6
 #define PATRICIA_BITS  128
-#else
-#define PATRICIA_BITS  32
-#endif
 
 /* Read buffer size */
 #define READBUF_SIZE 16384