From 8a72d04b8b988e57309dbb0243fd99e0bf618a03 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Jan 2025 21:14:58 +0900 Subject: Remove support for Tru64 and OSF Signed-off-by: Michele Calgaro --- indexlib/boost-compat/config/stdlib/libstdcpp3.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'indexlib/boost-compat/config/stdlib/libstdcpp3.h') diff --git a/indexlib/boost-compat/config/stdlib/libstdcpp3.h b/indexlib/boost-compat/config/stdlib/libstdcpp3.h index 99e711ce..bbf29559 100644 --- a/indexlib/boost-compat/config/stdlib/libstdcpp3.h +++ b/indexlib/boost-compat/config/stdlib/libstdcpp3.h @@ -22,12 +22,6 @@ # define BOOST_NO_STD_WSTREAMBUF #endif -#if defined(__osf__) && !defined(_REENTRANT) && defined(_GLIBCXX_HAVE_GTHR_DEFAULT) -// GCC 3.4 on Tru64 forces the definition of _REENTRANT when any std lib header -// file is included, therefore for consistency we define it here as well. -# define _REENTRANT -#endif - #ifdef __GLIBCXX__ // gcc 3.4 and greater: # ifdef _GLIBCXX_HAVE_GTHR_DEFAULT // -- cgit v1.2.3