README 640 B

1234567891011121314151617
  1. This directory contains a pure-pascal netdb implementation:
  2. It is written mainly to be able to implement network applications that
  3. do hostname lookups independent of the C library.
  4. This provides the equivalent of the Inet unit, but the implementation is
  5. written completely in pascal. It parses the hosts,services and networks
  6. files just as the C library does (it should, anyway).
  7. The DNS routines also do a DNS lookup and parse /etc/resolv.conf
  8. The 'domain' and 'search' entries in this file are parsed, but ignored.
  9. Only the 'nameserver' entries are used at the moment.
  10. The various test programs show how to use this.
  11. Enjoy!
  12. Michael.