File: weak_symbols.c

package info (click to toggle)
tcp-wrappers 7.6.q-24
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,628 kB
  • sloc: ansic: 15,196; makefile: 1,869; sh: 53
file content (10 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
 /*
  * Author: Anthony Towns <ajt@debian.org>
  */

#ifdef HAVE_WEAKSYMS
#include "tcpd.h"
#include <syslog.h>
int deny_severity = LOG_WARNING;
int allow_severity = SEVERITY;
#endif