Changeset 1424
- Timestamp:
- 10/11/09 10:31:09 (11 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dist-recursor (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dist-recursor
r1403 r1424 6 6 sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh \ 7 7 mplexer.hh win32_mtasker.hh win32_utility.cc ntservice.hh singleton.hh \ 8 recursorservice.hh dns_random.hh lua-pdns-recursor.hh" 8 recursorservice.hh dns_random.hh lua-pdns-recursor.hh namespaces.hh \ 9 md5.hh" 9 10 10 11 CFILES="syncres.cc misc.cc unix_utility.cc qtype.cc \ … … 14 15 selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \ 15 16 win32_mtasker.cc win32_rec_channel.cc win32_logger.cc ntservice.cc \ 16 recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc randomhelper.cc" 17 recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc randomhelper.cc \ 18 md5.cc devpollmplexer.cc" 17 19 18 20 cd docs