vxworks.hpp gecode/third-party/boost/config/posix_features.hpp BOOST_PLATFORM "vxWorks" BOOST_NO_CWCHAR BOOST_NO_INTRINSIC_WCHAR_T BOOST_HAS_UNISTD_H _POSIX_TIMERS 1 _POSIX_THREADS 1 BOOST_ASIO_DISABLE_SERIAL_PORT //(C)CopyrightDustinSpicuzza2009. //Use,modificationanddistributionaresubjecttothe //BoostSoftwareLicense,Version1.0.(Seeaccompanyingfile //LICENSE_1_0.txtorcopyathttp://www.boost.org/LICENSE_1_0.txt) //Seehttp://www.boost.orgformostrecentversion. //vxWorksspecificconfigoptions: #defineBOOST_PLATFORM"vxWorks" #defineBOOST_NO_CWCHAR #defineBOOST_NO_INTRINSIC_WCHAR_T #ifdefined(__GNUC__)&&defined(__STRICT_ANSI__) #defineBOOST_NO_INT64_T #endif #defineBOOST_HAS_UNISTD_H //theseallowposix_featurestowork,sincevxWorksdoesn't //definethemitself #define_POSIX_TIMERS1 #define_POSIX_THREADS1 //vxworksdoesn'tworkwithasioserialports #defineBOOST_ASIO_DISABLE_SERIAL_PORT //boilerplatecode: #include<gecode/third-party/boost/config/posix_features.hpp>