Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef BOOST_PREDEF_OS_ADROID_H
00009 #define BOOST_PREDEF_OS_ADROID_H
00010
00011 #include <boost/predef/version_number.h>
00012 #include <boost/predef/make.h>
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #define BOOST_OS_ANDROID BOOST_VERSION_NUMBER_NOT_AVAILABLE
00027
00028 #if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
00029 defined(__ANDROID__) \
00030 )
00031 # undef BOOST_OS_ANDROID
00032 # define BOOST_OS_ANDROID BOOST_VERSION_NUMBER_AVAILABLE
00033 #endif
00034
00035 #if BOOST_OS_ANDROID
00036 # define BOOST_OS_ANDROID_AVAILABLE
00037 # include <boost/predef/detail/os_detected.h>
00038 #endif
00039
00040 #define BOOST_OS_ANDROID_NAME "Android"
00041
00042 #endif
00043
00044 #include <boost/predef/detail/test.h>
00045 BOOST_PREDEF_DECLARE_TEST(BOOST_OS_ANDROID,BOOST_OS_ANDROID_NAME)