Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #define BOOST_PLATFORM "Mac OS"
00013
00014 #if __MACH__ && !defined(_MSL_USING_MSL_C)
00015
00016
00017
00018 # ifndef BOOST_HAS_UNISTD_H
00019 # define BOOST_HAS_UNISTD_H
00020 # endif
00021
00022
00023
00024
00025
00026
00027
00028 # include <boost/config/posix_features.hpp>
00029 # ifndef BOOST_HAS_STDINT_H
00030 # define BOOST_HAS_STDINT_H
00031 # endif
00032
00033
00034
00035
00036
00037
00038 # define BOOST_HAS_SCHED_YIELD
00039 # define BOOST_HAS_GETTIMEOFDAY
00040 # define BOOST_HAS_SIGACTION
00041
00042 # if (__GNUC__ < 3) && !defined( __APPLE_CC__)
00043
00044
00045
00046
00047 # define BOOST_NO_STDC_NAMESPACE
00048 # endif
00049
00050 # if (__GNUC__ == 4)
00051
00052
00053 # define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
00054 # define BOOST_HAS_NANOSLEEP
00055
00056 # endif
00057
00058 #else
00059
00060
00061
00062
00063
00064 # if ( defined(TARGET_API_MAC_CARBON) && TARGET_API_MAC_CARBON ) || ( defined(TARGET_CARBON) && TARGET_CARBON )
00065
00066 # if !defined(BOOST_HAS_PTHREADS)
00067 # define BOOST_HAS_MPTASKS
00068 # elif ( __dest_os == __mac_os_x )
00069
00070
00071 # define BOOST_HAS_GETTIMEOFDAY
00072 # endif
00073
00074
00075
00076 # define BOOST_HAS_THREADS
00077
00078
00079 # define BOOST_BIND_ENABLE_PASCAL
00080
00081 # endif
00082
00083 #endif
00084
00085
00086