irix.hpp gecode/third-party/boost/config/posix_features.hpp BOOST_PLATFORM "SGI Irix" BOOST_NO_SWPRINTF BOOST_HAS_GETTIMEOFDAY BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE BOOST_HAS_UNISTD_H //(C)CopyrightJohnMaddock2001-2003. //(C)CopyrightJensMaurer2003. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //SGIIrixspecificconfigoptions: #defineBOOST_PLATFORM"SGIIrix" #defineBOOST_NO_SWPRINTF // //thesearenotautodetectedbyPOSIXfeaturetests: // #defineBOOST_HAS_GETTIMEOFDAY #defineBOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE #ifdef__GNUC__ //GNUConIRIXdoesnotsupportthreads(checkeduptogcc3.3) #defineBOOST_DISABLE_THREADS #endif //boilerplatecode: #defineBOOST_HAS_UNISTD_H #include<gecode/third-party/boost/config/posix_features.hpp>