17 lines
526 B
Text
17 lines
526 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $
|
|
|
|
--- src/pulsar_deliver.c.orig 2003-09-07 17:29:23.000000000 +0200
|
|
+++ src/pulsar_deliver.c 2004-03-14 12:03:48.000000000 +0100
|
|
@@ -35,6 +35,11 @@
|
|
#include "users.h"
|
|
#include "error_facility.h"
|
|
|
|
+#ifdef WITH_TCP_WRAPPERS
|
|
+int allow_severity;
|
|
+int deny_severity;
|
|
+#endif /* WITH_TCP_WRAPPERS */
|
|
+
|
|
strStaticData g;
|
|
//------------------------------------------------------------------------------------------------------------
|
|
void help(const char *filename) {
|
|
|