diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 10:11:29 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 10:11:29 +0200 |
commit | 4824e56aed37b5edffc883cb53c91f0b61c3df62 (patch) | |
tree | b693a073c057a425e8957d763036eec03509e00d /dirty.h | |
parent | 911101ed26292c766eae0b48575e5911b96d2ea7 (diff) | |
download | rsyslog-4824e56aed37b5edffc883cb53c91f0b61c3df62.tar.gz rsyslog-4824e56aed37b5edffc883cb53c91f0b61c3df62.tar.xz rsyslog-4824e56aed37b5edffc883cb53c91f0b61c3df62.zip |
moved "DisableDNS" variable to global data pool
Diffstat (limited to 'dirty.h')
-rw-r--r-- | dirty.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ #define ADDDATE 0x004 /* add a date to the message */ #define MARK 0x008 /* this message is a mark */ -extern int DisableDNS; extern char **StripDomains; extern char *LocalDomain; extern char**LocalHosts; |