X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/68876ea24b3d1782d404a39989ad855b328e5304..7bab07d4d30245bf5ba272b236dc7b1c1e309c4d:/include/s_conf.h diff --git a/include/s_conf.h b/include/s_conf.h index 584fab5..2a7661d 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -46,7 +46,7 @@ struct hostent; struct ip_value { - struct irc_sockaddr_storage ip; + struct rb_sockaddr_storage ip; int ip_mask; int type; }; @@ -271,11 +271,11 @@ struct server_info char *network_desc; int hub; struct sockaddr_in ip; -#ifdef IPV6 +#ifdef RB_IPV6 struct sockaddr_in6 ip6; #endif int specific_ipv4_vhost; -#ifdef IPV6 +#ifdef RB_IPV6 int specific_ipv6_vhost; #endif