Drill
-----

Drill is a tool ala dig, but is supposed to be more powerfull and
has been designed with DNSSEC in mind.

Building
--------
o Unpack the source
o cd drill/
o autoconf ; ./configure; make

after that you should have a drill executable.

We still have a dependency on 'dig' when making drill. With dig we
get a listing of the current root nameservers and save that information 
in root.c

You need a gcc > 3 for building. Edit the Makefile.in at the top and
add your specific gcc version of the default doesn't work.

Query behavoir
First send a query with EDNS0
If that fails send a normal query
If the TC bit is then on send a TCP query
