home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume39
/
tcp_wrappers
/
part04
/
6compat.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-29
|
349 b
|
14 lines
/*
* These are defined here in case the application uses the pre-6.0 libwrap.a
* interface with static logging severities.
*/
#ifndef lint
static char sccsid[] = "@(#) 6compat.c 1.1 93/09/29 08:31:33";
#endif
#include <syslog.h>
int allow_severity = SEVERITY; /* run-time adjustable */
int deny_severity = LOG_WARNING; /* ditto */