Double check if pdns_recursor is also happy with this change (probably not)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2742
d19b8d6e-7fed-0310-83ef-
9ca221ded41b
#include "lua-auth.hh"
-#if !defined(PDNS_ENABLE_LUA)
+#if !defined(HAVE_LUA)
AuthLua::AuthLua(const std::string &fname)
: PowerDNSLua(fname)
// empty
}
-bool AuthLua::prequery(DNSPacket *p)
+DNSPacket* AuthLua::prequery(DNSPacket *p)
{
return false;
}
#include "lua-pdns.hh"
// #include "syncres.hh"
#include <boost/foreach.hpp>
+#include "config.h"
-#if !defined(PDNS_ENABLE_LUA)
+#if !defined(HAVE_LUA)
// stub implementation