summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/syslogd.c b/syslogd.c
index 618c3847..13944a46 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -58,10 +58,6 @@
#include "config.h"
#include "rsyslog.h"
-#ifdef __FreeBSD__
-#define BSD
-#endif
-
/* change the following setting to e.g. 32768 if you would like to
* support large message sizes for IHE (32k is the current maximum
* needed for IHE). I was initially tempted to increase it to 32k,