Changeset 1390
- Timestamp:
- 07/30/09 23:44:26 (4 years ago)
- Location:
- tags/pdns-3.1.7.1/pdns
- Files:
-
- 3 modified
-
Makefile-recursor (modified) (1 diff)
-
dist-recursor (modified) (1 diff)
-
lua-pdns-recursor.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/pdns-3.1.7.1/pdns/Makefile-recursor
r1380 r1390 23 23 dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \ 24 24 rec_channel.o rec_channel_rec.o selectmplexer.o sillyrecords.o \ 25 dns_random.o aescrypt.o aeskey.o aes_modes.o aestab.o lua-pdns-recursor.o \ 26 randomhelper.o 25 dns_random.o aescrypt.o aeskey.o aes_modes.o aestab.o lua-pdns-recursor.o 27 26 28 27 REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o -
tags/pdns-3.1.7.1/pdns/dist-recursor
r1388 r1390 14 14 selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \ 15 15 win32_mtasker.cc win32_rec_channel.cc win32_logger.cc ntservice.cc \ 16 recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc randomhelper.cc"16 recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc" 17 17 18 18 cd docs -
tags/pdns-3.1.7.1/pdns/lua-pdns-recursor.cc
r1377 r1390 1 1 #include "lua-pdns-recursor.hh" 2 2 3 #if !defined(PDNS_ENABLE_LUA) && defined(LIBDIR)3 #if !defined(PDNS_ENABLE_LUA) && !defined(LIBDIR) 4 4 5 5 // stub implementation