summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon>2008-04-09 08:11:22 +0200
committerRainer Gerhards <rgerhards@adiscon>2008-04-09 08:11:22 +0200
commita61f8543ff89a9eef1bef1686fff1035f5f79249 (patch)
tree90e0ebe8077ea234c1ed9e4e2bdc807ec14120ca /configure.ac
parent9b5fa059d026777ca9d95b66b17d95296fd6c1ff (diff)
downloadrsyslog-a61f8543ff89a9eef1bef1686fff1035f5f79249.tar.gz
rsyslog-a61f8543ff89a9eef1bef1686fff1035f5f79249.tar.xz
rsyslog-a61f8543ff89a9eef1bef1686fff1035f5f79249.zip
our BSD define conflicted with a BSD system define
renamed to OS_BSD
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1516ef71..586f03e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ case "${host}" in
*-*-linux*)
;;
*-*-*darwin*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
- AC_DEFINE([BSD], [1], [Description])
+ AC_DEFINE([OS_BSD], [1], [Description])
;;
esac