From 03a1bf15b1da7643b237c22db1a478916a976ccf Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 23 Feb 2010 18:45:26 +0000 Subject: Replace #define IPV6 with , and autodetect if not specified git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index c63b46779..57134390a 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -211,6 +211,9 @@ class CoreExport ServerConfig /** True if this configuration is valid enough to run with */ bool valid; + /** Bind to IPv6 by default */ + bool WildcardIPv6; + /** Used to indicate who we announce invites to on a channel */ enum InviteAnnounceState { INVITE_ANNOUNCE_NONE, INVITE_ANNOUNCE_ALL, INVITE_ANNOUNCE_OPS, INVITE_ANNOUNCE_DYNAMIC }; -- cgit v1.2.3