bsdi.h
Go to the documentation of this file.
00001 /*
00002 Copyright Rene Rivera 2012-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_BSD_BSDI_H
00009 #define BOOST_PREDEF_OS_BSD_BSDI_H
00010 
00011 #include <boost/predef/os/bsd.h>
00012 
00013 /*`
00014 [heading `BOOST_OS_BSD_BSDI`]
00015 
00016 [@http://en.wikipedia.org/wiki/BSD/OS BSDi BSD/OS] operating system.
00017 
00018 [table
00019     [[__predef_symbol__] [__predef_version__]]
00020 
00021     [[`__bsdi__`] [__predef_detection__]]
00022     ]
00023  */
00024 
00025 #define BOOST_OS_BSD_BSDI BOOST_VERSION_NUMBER_NOT_AVAILABLE
00026 
00027 #if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
00028     defined(__bsdi__) \
00029     )
00030 #   ifndef BOOST_OS_BSD_AVAILABLE
00031 #       define BOOST_OS_BSD BOOST_VERSION_NUMBER_AVAILABLE
00032 #       define BOOST_OS_BSD_AVAILABLE
00033 #   endif
00034 #   undef BOOST_OS_BSD_BSDI
00035 #   define BOOST_OS_BSD_BSDI BOOST_VERSION_NUMBER_AVAILABLE
00036 #endif
00037 
00038 #if BOOST_OS_BSD_BSDI
00039 #   define BOOST_OS_BSD_BSDI_AVAILABLE
00040 #   include <boost/predef/detail/os_detected.h>
00041 #endif
00042 
00043 #define BOOST_OS_BSD_BSDI_NAME "BSDi BSD/OS"
00044 
00045 #endif
00046 
00047 #include <boost/predef/detail/test.h>
00048 BOOST_PREDEF_DECLARE_TEST(BOOST_OS_BSD_BSDI,BOOST_OS_BSD_BSDI_NAME)


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