diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-05 07:56:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-05 07:56:07 +0100 |
commit | 56764b912ea944a0abc7d92429d7520c2247cdd9 (patch) | |
tree | 7719d2f8589a5eb0cb8ef5505c6b73f3d417e247 /runtime/rsyslog.h | |
parent | 2a494ffc41cd33124bbfea01ad41750b8967efed (diff) | |
parent | 0b84d47f7a244c25f63fadcec92d12ebfbe319a4 (diff) | |
download | rsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.tar.gz rsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.tar.xz rsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.zip |
Merge branch 'v4-stable' into v4-stable-solaris
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 0f489a7f..8979893a 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -46,15 +46,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 */ |