diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-02-16 11:51:00 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-02-16 11:51:00 +0000 |
commit | ec091abff842fb5fc94d99d50f94080d25666ce9 (patch) | |
tree | fe7ac50efc536a5f4d808a100f28c83b746cff62 /rsyslog.h | |
parent | 5478a1a6589fb9a4ce2ac0583478bc309ab81c56 (diff) | |
download | rsyslog-ec091abff842fb5fc94d99d50f94080d25666ce9.tar.gz rsyslog-ec091abff842fb5fc94d99d50f94080d25666ce9.tar.xz rsyslog-ec091abff842fb5fc94d99d50f94080d25666ce9.zip |
some changes to support Solaris
Diffstat (limited to 'rsyslog.h')
-rw-r--r-- | rsyslog.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |