From f3624af468d769f0cb05cf17cd18111f5faa9ec3 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 27 Jul 2007 17:02:24 +0000 Subject: Needs testbuilding in windows. I will probably do this in a minute. More clever tricks to eliminate ifdefs. With a bit of function pointer and functor magic we may be able to eliminate all ifdefs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7590 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 8a719f77e..022978766 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -239,6 +239,9 @@ class CoreExport ServerConfig : public Extensible public: + /* Pointer to function that validates dns server addresses (can be changed depending on platform) */ + Validator DNSServerValidator; + InspIRCd* GetInstance(); /** This holds all the information in the config file, -- cgit v1.2.3