On Debian and FreeBSD, TinyMUX doesn't need to link against these
libraries, so I've removed the following from
configure.in/
configure.ac:
AC_CHECK_LIB(resolv, main)
AC_CHECK_LIB(nsl, main)
I'll build on other environments later to prove whether this is a good
idea or not, but if you feel like beating me to the punch, feel free.
Brazil