Changeset 811
- Timestamp:
- 04/30/06 13:52:11 (4 years ago)
- Location:
- trunk/pdns/pdns
- Files:
-
- 2 modified
-
Makefile-recursor.win32 (modified) (1 diff)
-
dist-recursor (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/Makefile-recursor.win32
r801 r811 12 12 arguments.o lwres.o pdns_recursor.o recursor_cache.o dnsparser.o \ 13 13 dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \ 14 malloc.o selectmplexer.o win32_logger.o win32_rec_channel.o rec_channel_rec.o 14 malloc.o selectmplexer.o win32_logger.o win32_rec_channel.o rec_channel_rec.o \ 15 recursorservice.o ntservice.o 15 16 16 17 # REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o -
trunk/pdns/pdns/dist-recursor
r806 r811 5 5 recursor_cache.hh rec_channel.hh qtype.hh misc.hh dns.hh syncres.hh \ 6 6 sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh \ 7 mplexer.hh win32_mtasker.hh win32_utility.cc" 7 mplexer.hh win32_mtasker.hh win32_utility.cc ntservice.hh singleton.hh \ 8 recursorservice.hh" 8 9 9 10 CFILES="syncres.cc misc.cc unix_utility.cc qtype.cc \ … … 12 13 base64.cc zoneparser-tng.cc rec_channel.cc rec_channel_rec.cc rec_control.cc \ 13 14 selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \ 14 win32_mtasker.cc win32_rec_channel.cc win32_logger.cc" 15 win32_mtasker.cc win32_rec_channel.cc win32_logger.cc ntservice.cc \ 16 recursorservice.cc" 15 17 16 18 cd docs