diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-05 09:54:42 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-05 09:54:42 +0100 |
commit | 40be6cb6e7a167402039d24e047c94bdb19bd22e (patch) | |
tree | a254249ee29f09c88ee82990d2049ede0ffabb07 /runtime/rsyslog.h | |
parent | 424de9fb94725769cfcbb0f0a5937781376c4e73 (diff) | |
parent | 396e211e5cfd195b7135947d425b089a0447fa88 (diff) | |
download | rsyslog-40be6cb6e7a167402039d24e047c94bdb19bd22e.tar.gz rsyslog-40be6cb6e7a167402039d24e047c94bdb19bd22e.tar.bz2 rsyslog-40be6cb6e7a167402039d24e047c94bdb19bd22e.zip |
Merge branch 'v4-stable-solaris' into master-solaris
Conflicts:
ChangeLog
configure.ac
doc/manual.html
tests/rt-init.c
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index a75d2bc0..4cb20163 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -57,15 +57,6 @@ * # End Config Settings # * * ############################################################# */ -#ifndef NOLARGEFILE -# undef _LARGEFILE_SOURCE -# undef _LARGEFILE64_SOURCE -# undef _FILE_OFFSET_BITS -# define _LARGEFILE_SOURCE -# define _LARGEFILE64_SOURCE -# define _FILE_OFFSET_BITS 64 -#endif - /* portability: not all platforms have these defines, so we * define them here if they are missing. -- rgerhards, 2008-03-04 */ |