home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume39 / tcp_wrappers / part04 / 6compat.c next >
Encoding:
C/C++ Source or Header  |  1993-09-29  |  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.