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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-27
|
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 */