On Sat, Oct 28, 2000 at 03:51:15PM -0500, Albert Chin-A-Young wrote:
> LOG_INFO is in <syslog.h> on Solaris. Should we possibly turn this
> into:
> #ifdef HAVE_LIBWRAP
> #ifdef HAVE_SYSLOG_H
> #include <syslog.h>
> #endif
> int allow_severity = LOG_INFO;
> int deny_severity = LOG_WARNING;
> #endif
Oops. Never mind. Just saw the #include in ntop.h. Rather than
checking for HAVE_TCPD_H in ntop.h, it is enough to check for
HAVE_LIBWRAP (which should only be defined if tcpd.h is found and the
libwrap library is found).
--
albert chin ([EMAIL PROTECTED])