This is a preliminary port of OpenBSD's native ntpd to other Unix flavours
adding autoconf support and the necessary compatibility layer.  It is
strongly influenced by, and based in part on, the OpenSSH Portable project.

OpenNTPD has a web site at http://www.openntpd.org/

I occasionally put up pre-release snapshots and various experimental
patches at http://www.zip.com.au/~dtucker/openntpd/

Requirements
------------
self-seeding OpenSSL or a working /dev/random.

At the time of writing the Portable version is known to build and work on:
OpenBSD (3.5)
Linux (Redhat 9)
FreeBSD (4.x, 5.x)
Solaris (2.5.1[1], 8)
Mac OS X
HP-UX (11.00)

It may work on others, but it's still a work in progress.

[1] socket() won't work in a chroot without some device special files in
the chroot too:
tar cfh - dev/tcp dev/udp dev/zero dev/ti* | (cd /var/empty; tar xfv -)

	-Darren Tucker (dtucker at zip.com.au)
	2004-10-26
