$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-01-16 15:46:56
Author: turkanis
Date: 2008-01-16 15:46:56 EST (Wed, 16 Jan 2008)
New Revision: 42825
URL: http://svn.boost.org/trac/boost/changeset/42825
Log:
replaced __IBMCPP__ with _AIX
Text files modified: 
   trunk/boost/iostreams/detail/config/rtl.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/iostreams/detail/config/rtl.hpp
==============================================================================
--- trunk/boost/iostreams/detail/config/rtl.hpp	(original)
+++ trunk/boost/iostreams/detail/config/rtl.hpp	2008-01-16 15:46:56 EST (Wed, 16 Jan 2008)
@@ -46,7 +46,7 @@
 #else // Non-windows
 # if defined(_LARGEFILE64_SOURCE) && \
          (!defined(_FILE_OFFSET_BITS) || _FILE_OFFSET_BITS != 64) || \
-     defined(__IBMCPP__) && !defined(_LARGE_FILES) || \
+     defined(_AIX) && !defined(_LARGE_FILES) || \
      defined(BOOST_IOSTREAMS_HAS_LARGE_FILE_EXTENSIONS)
      /**/