home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-A.06 / NETKIT-A / NetKit-A-0.06 / tcp_wrapper-6.3 / 6compat.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-27  |  349 b   |  14 lines

  1.  /*
  2.   * These are defined here in case the application uses the pre-6.0 libwrap.a
  3.   * interface with static logging severities.
  4.   */
  5.  
  6. #ifndef lint
  7. static char sccsid[] = "@(#) 6compat.c 1.1 93/09/29 08:31:33";
  8. #endif
  9.  
  10. #include <syslog.h>
  11.  
  12. int     allow_severity = SEVERITY;    /* run-time adjustable */
  13. int     deny_severity = LOG_WARNING;    /* ditto */
  14.