android.h
Go to the documentation of this file.
00001 /*
00002 Copyright Rene Rivera 2015
00003 Distributed under the Boost Software License, Version 1.0.
00004 (See accompanying file LICENSE_1_0.txt or copy at
00005 http://www.boost.org/LICENSE_1_0.txt)
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 [heading `BOOST_OS_ANDROID`]
00016 
00017 [@http://en.wikipedia.org/wiki/Android_%28operating_system%29 Android] operating system.
00018 
00019 [table
00020     [[__predef_symbol__] [__predef_version__]]
00021 
00022     [[`__ANDROID__`] [__predef_detection__]]
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)


cv_bridge
Author(s): Patrick Mihelich, James Bowman
autogenerated on Wed Aug 9 2017 02:51:41