diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 10:58:30 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-17 10:58:30 +0200 |
commit | e1791996b81b486e53a36ec753c3bb595f671983 (patch) | |
tree | 67f468124cda86d5898a755b9026c8b936925bed /dirty.h | |
parent | 4824e56aed37b5edffc883cb53c91f0b61c3df62 (diff) | |
download | rsyslog-e1791996b81b486e53a36ec753c3bb595f671983.tar.gz rsyslog-e1791996b81b486e53a36ec753c3bb595f671983.tar.bz2 rsyslog-e1791996b81b486e53a36ec753c3bb595f671983.zip |
moved host/domain-name related variables to global data pool
Diffstat (limited to 'dirty.h')
-rw-r--r-- | dirty.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -37,11 +37,6 @@ #define ADDDATE 0x004 /* add a date to the message */ #define MARK 0x008 /* this message is a mark */ -extern char **StripDomains; -extern char *LocalDomain; -extern char**LocalHosts; -extern uchar *LocalHostName; - #define MSG_PARSE_HOSTNAME 1 #define MSG_DONT_PARSE_HOSTNAME 0 |