Compile Notes
-------------

This documents serves two purposes. It lists all the unixes this program has
successfully been compiled on. It also documents how to compile it :)



Worked
------

  * Redhat Linux
  * Slackware Linux
  * Solaris 2.6
  * OSF1 (What is this?? OpenBSD?)



Compile notes
-------------
Easiest way to compile the server is to try run the "c" shell script. This
shell script does a quick check as to what type of unix system you are
running, and runs a "compile.xxxxx" script based on what it determins you
are running. If your system is not known to the "c" script, then you may
want to try run each of the "compile.xxxx" scripts till it works. Please
email me in this situation the output gotten from "uname -a" and if you got
it working, what compile options.

Note: libadns is a pre-requisite. You may need to edit the include and lib
directory. The default is /usr/local/include and /usr/local/lib for libadns.
