From: Bert Hubert Date: Thu, 30 Jul 2009 21:44:26 +0000 (+0000) Subject: small touchups for 3.1.7.1 X-Git-Tag: rec-3.1.7.1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dacb4cef0e722096067042228f1cd4672efdfb55;p=pdns small touchups for 3.1.7.1 git-svn-id: svn://svn.powerdns.com/pdns/tags/pdns-3.1.7.1@1390 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index 42c752c14..3738cb769 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -22,8 +22,7 @@ PDNS_RECURSOR_OBJECTS=syncres.o misc.o unix_utility.o qtype.o logger.o \ arguments.o lwres.o pdns_recursor.o recursor_cache.o dnsparser.o \ dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \ rec_channel.o rec_channel_rec.o selectmplexer.o sillyrecords.o \ -dns_random.o aescrypt.o aeskey.o aes_modes.o aestab.o lua-pdns-recursor.o \ -randomhelper.o +dns_random.o aescrypt.o aeskey.o aes_modes.o aestab.o lua-pdns-recursor.o REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o diff --git a/pdns/dist-recursor b/pdns/dist-recursor index 0b638233e..d50f8d078 100755 --- a/pdns/dist-recursor +++ b/pdns/dist-recursor @@ -13,7 +13,7 @@ recursor_cache.cc dnsparser.cc dnswriter.cc dnsrecords.cc rcpgenerator.cc \ base64.cc zoneparser-tng.cc rec_channel.cc rec_channel_rec.cc rec_control.cc \ selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \ win32_mtasker.cc win32_rec_channel.cc win32_logger.cc ntservice.cc \ -recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc randomhelper.cc" +recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc" cd docs make pdns_recursor.1 rec_control.1 diff --git a/pdns/lua-pdns-recursor.cc b/pdns/lua-pdns-recursor.cc index 820efc886..05ce83290 100644 --- a/pdns/lua-pdns-recursor.cc +++ b/pdns/lua-pdns-recursor.cc @@ -1,6 +1,6 @@ #include "lua-pdns-recursor.hh" -#if !defined(PDNS_ENABLE_LUA) && defined(LIBDIR) +#if !defined(PDNS_ENABLE_LUA) && !defined(LIBDIR) // stub implementation