diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-31 22:10:20 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-01 17:56:27 +0900 |
| commit | 41b715c98980fb74858ed2e337a152c22de3927b (patch) | |
| tree | 99a82e2742e8c1f5fbdfe5692086dbcc1cee75e1 /indexlib/boost-compat/config/platform | |
| parent | d086d9436d1c40ad85369b1b4a0959a879645bb3 (diff) | |
| download | tdepim-master.tar.gz tdepim-master.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'indexlib/boost-compat/config/platform')
| -rw-r--r-- | indexlib/boost-compat/config/platform/irix.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/indexlib/boost-compat/config/platform/irix.h b/indexlib/boost-compat/config/platform/irix.h deleted file mode 100644 index aeae49c8..00000000 --- a/indexlib/boost-compat/config/platform/irix.h +++ /dev/null @@ -1,31 +0,0 @@ -// (C) Copyright John Maddock 2001 - 2003. -// (C) Copyright Jens Maurer 2003. -// Use, modification and distribution are subject to the -// Boost Software License, Version 1.0. (See accompanying file -// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - - -// See http://www.boost.org for most recent version. - -// SGI Irix specific config options: - -#define BOOST_PLATFORM "SGI Irix" - -#define BOOST_NO_SWPRINTF -// -// these are not auto detected by POSIX feature tests: -// -#define BOOST_HAS_GETTIMEOFDAY -#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE - -#ifdef __GNUC__ - // GNU C on IRIX does not support threads (checked up to gcc 3.3) -# define BOOST_DISABLE_THREADS -#endif - -// boilerplate code: -#define BOOST_HAS_UNISTD_H -#include <boost/config/posix_features.hpp> - - - |
