Go to the documentation of this file.00001
00002
00003
00004
00005
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
00015
00016
00017
00018
00019
00020
00021
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)