summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-26 09:55:37 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-26 09:55:37 +0000
commit002c04988d4430013496c4cab75e1f024421a45c (patch)
treeb2d2807e8370ea9bb274ce9647dd59cfd8e69720 /syslogd.c
parent2c8eae6a0c00b1e067cca8a1a77b7f9ca4a9e7f3 (diff)
downloadrsyslog-002c04988d4430013496c4cab75e1f024421a45c.tar.gz
rsyslog-002c04988d4430013496c4cab75e1f024421a45c.tar.xz
rsyslog-002c04988d4430013496c4cab75e1f024421a45c.zip
moved cross-platform define for AI_NUMERICSERV to net.h
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/syslogd.c b/syslogd.c
index bcc9cdaf..cc8afbc5 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -282,19 +282,6 @@
#define _PATH_TTY "/dev/tty"
#endif
-/* IPv6 compatibility layer for older platforms
- * We need to handle a few things different if we are running
- * on an older platform which does not support all the glory
- * of IPv6. We try to limit toll on features and reliability,
- * but obviously it is better to run rsyslog on a platform that
- * supports everything...
- * rgerhards, 2007-06-22
- */
-#ifndef AI_NUMERICSERV
-# define AI_NUMERICSERV 0
-#endif
-
-
static uchar *ConfFile = (uchar*) _PATH_LOGCONF; /* read-only after startup */
static char *PidFile = _PATH_LOGPID; /* read-only after startup */
static uchar *pModDir = NULL; /* read-only after startup */