1FireDNS Library
2---------------
3(c) 2002 Ian Gulliver under the GNU Public License, Version 2.
4See GPL for more details.
5
6From libfiredns(3):
7
8libfiredns is a library for handling asynchronous DNS
9requests.  It provides a very simple interface for sending
10requests and parsing reponses, as well as low-timeout
11blocking functions.  libfiredns functions have much lower
12timeouts than the stock functions and tend to be faster
13because they send requests to all configured system
14nameservers at the same time.
15
16If you have questions or comments, you can reach me at
17ian@penguinhosting.net.
18