summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-02-16 11:51:00 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-02-16 11:51:00 +0000
commitec091abff842fb5fc94d99d50f94080d25666ce9 (patch)
treefe7ac50efc536a5f4d808a100f28c83b746cff62 /rsyslog.h
parent5478a1a6589fb9a4ce2ac0583478bc309ab81c56 (diff)
downloadrsyslog-ec091abff842fb5fc94d99d50f94080d25666ce9.tar.gz
rsyslog-ec091abff842fb5fc94d99d50f94080d25666ce9.tar.xz
rsyslog-ec091abff842fb5fc94d99d50f94080d25666ce9.zip
some changes to support Solaris
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 36ab14e4..59210753 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -16,6 +16,9 @@
* ############################################################# */
#ifndef NOLARGEFILE
+# undef _LARGEFILE_SOURCE
+# undef _LARGEFILE64_SOURCE
+# undef _FILE_OFFSET_BITS
# define _GNU_SOURCE
# define _LARGEFILE_SOURCE
# define _LARGEFILE64_SOURCE