X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/631ef23987ef1b68a7525a18dc275c7ce6d2b1cf..ed6565a5a0f276a469e208774bf5a9e4da0e2b9b:/include/m_info.h?ds=sidebyside diff --git a/include/m_info.h b/include/m_info.h index 326d34b..8e32da4 100644 --- a/include/m_info.h +++ b/include/m_info.h @@ -21,7 +21,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: m_info.h 3356 2007-04-03 09:31:11Z nenolod $ */ #ifndef INCLUDED_m_info_h @@ -84,7 +83,7 @@ Info MyInformation[] = { "Maximum Queue Length of Pending Connections"}, #endif /* SOMAXCONN */ -#ifdef IPV6 +#ifdef RB_IPV6 {"IPV6", "ON", 0, "IPv6 Support"}, #else {"IPV6", "OFF", 0, "IPv6 Support"},