summaryrefslogtreecommitdiffstats
path: root/dirty.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-17 10:11:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-17 10:11:29 +0200
commit4824e56aed37b5edffc883cb53c91f0b61c3df62 (patch)
treeb693a073c057a425e8957d763036eec03509e00d /dirty.h
parent911101ed26292c766eae0b48575e5911b96d2ea7 (diff)
downloadrsyslog-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dirty.h b/dirty.h
index 10347fbf..f8e9f959 100644
--- a/dirty.h
+++ b/dirty.h
@@ -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;