macos.hpp BOOST_PLATFORM "Mac OS" //(C)CopyrightJohnMaddock2001-2003. //(C)CopyrightDarinAdler2001-2002. //(C)CopyrightBillKempf2002. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //MacOSspecificconfigoptions: #defineBOOST_PLATFORM"MacOS" #if__MACH__&&!defined(_MSL_USING_MSL_C) //UsingtheMacOSXsystemBSD-styleClibrary. #ifndefBOOST_HAS_UNISTD_H #defineBOOST_HAS_UNISTD_H #endif // //BeginbyincludingourboilerplatecodeforPOSIX //featuredetection,thisissafeevenwhenusing //theMSLasMetrowerkssupplytheirown<unistd.h> //toreplacetheplatform-nativeBSDone.G++users //shouldalsoalwaysbeabletodothisonMaxOSX. // #include<gecode/third-party/boost/config/posix_features.hpp> #ifndefBOOST_HAS_STDINT_H #defineBOOST_HAS_STDINT_H #endif // //BSDruntimehaspthreads,sigaction,sched_yieldandgettimeofday, //oftheseonlypthreadsareadvertisedin<unistd.h>,sosetthe //otheroptionsexplicitly: // #defineBOOST_HAS_SCHED_YIELD #defineBOOST_HAS_GETTIMEOFDAY #defineBOOST_HAS_SIGACTION #if(__GNUC__<3)&&!defined(__APPLE_CC__) //GCCstrange"ignorestd"modeworksbetterifyoupretendeverything //isinthestdnamespace,forthemostpart. #defineBOOST_NO_STDC_NAMESPACE #endif #if(__GNUC__==4) //Bothgccandintelrequirethese. #defineBOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE #defineBOOST_HAS_NANOSLEEP #endif #else //UsingtheMSLClibrary. //Wewilleventuallysupportthreadsinnon-Carbonbuilds,butwedo //notsupportthisyet. #if(defined(TARGET_API_MAC_CARBON)&&TARGET_API_MAC_CARBON)||(defined(TARGET_CARBON)&&TARGET_CARBON) #if!defined(BOOST_HAS_PTHREADS) //MPTaskssupportisdeprecated/removedfromBoost: //#defineBOOST_HAS_MPTASKS #elif(__dest_os==__mac_os_x) //WearedoingaCarbon/Mach-O/MSLbuildwhichhaspthreads,butonlythe //gettimeofdayandnoposix. #defineBOOST_HAS_GETTIMEOFDAY #endif #ifdefBOOST_HAS_PTHREADS #defineBOOST_HAS_THREADS #endif //Theremotecallmanagerdependsonthis. #defineBOOST_BIND_ENABLE_PASCAL #endif #endif