summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-07 13:14:17 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-07 13:14:17 +0000
commit1888852c9a59631771efb5975aa51ddb0305ceb2 (patch)
tree023b8dc903ea9b8daf6c9087c1ca6885620ad340 /net.h
parentedf4d9a678835afecd061d364ab97f097edb0a76 (diff)
downloadrsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.tar.gz
rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.tar.xz
rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.zip
some cleanup
Diffstat (limited to 'net.h')
-rw-r--r--net.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/net.h b/net.h
index 1916f3ed..92a27096 100644
--- a/net.h
+++ b/net.h
@@ -114,15 +114,5 @@ ENDinterface(net)
/* prototypes */
PROTOTYPEObj(net);
-
-
-#if 0
-extern int ACLAddHostnameOnFail; /* add hostname to acl when DNS resolving has failed */
-extern int ACLDontResolve; /* add hostname to acl instead of resolving it to IP(s) */
-extern struct AllowedSenders *pAllowedSenders_UDP;
-extern struct AllowedSenders *pAllowedSenders_TCP;
-extern struct AllowedSenders *pAllowedSenders_GSS;
-#endif
-
#endif /* #ifdef SYSLOG_INET */
#endif /* #ifndef INCLUDED_NET_H */