aix.hpp gecode/third-party/boost/config/posix_features.hpp BOOST_PLATFORM "IBM Aix" BOOST_HAS_UNISTD_H BOOST_HAS_NL_TYPES_H BOOST_HAS_NANOSLEEP BOOST_HAS_CLOCK_GETTIME BOOST_HAS_STDINT_H BOOST_HAS_PTHREADS BOOST_HAS_PTHREAD_DELAY_NP BOOST_HAS_SCHED_YIELD //(C)CopyrightJohnMaddock2001-2002. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //IBM/Aixspecificconfigoptions: #defineBOOST_PLATFORM"IBMAix" #defineBOOST_HAS_UNISTD_H #defineBOOST_HAS_NL_TYPES_H #defineBOOST_HAS_NANOSLEEP #defineBOOST_HAS_CLOCK_GETTIME //Thisneedssupportin"gecode/third-party/boost/cstdint.hpp"exactlylikeFreeBSD. //Thisplatformhasheadernamed<inttypes.h>whichincludesall //thethingsneeded. #defineBOOST_HAS_STDINT_H //ThreadingAPI's: #defineBOOST_HAS_PTHREADS #defineBOOST_HAS_PTHREAD_DELAY_NP #defineBOOST_HAS_SCHED_YIELD //#defineBOOST_HAS_PTHREAD_YIELD //boilerplatecode: #include<gecode/third-party/boost/config/posix_features.hpp>