diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 13:14:17 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-07 13:14:17 +0000 |
commit | 1888852c9a59631771efb5975aa51ddb0305ceb2 (patch) | |
tree | 023b8dc903ea9b8daf6c9087c1ca6885620ad340 /net.h | |
parent | edf4d9a678835afecd061d364ab97f097edb0a76 (diff) | |
download | rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.tar.gz rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.tar.xz rsyslog-1888852c9a59631771efb5975aa51ddb0305ceb2.zip |
some cleanup
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 */ |