Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef BOOST_PREDEF_OS_BSD_DRAGONFLY_H
00009 #define BOOST_PREDEF_OS_BSD_DRAGONFLY_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_DRAGONFLY BOOST_VERSION_NUMBER_NOT_AVAILABLE
00026
00027 #if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
00028 defined(__DragonFly__) \
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_DRAGONFLY
00035 # if defined(__DragonFly__)
00036 # define BOOST_OS_DRAGONFLY_BSD BOOST_VERSION_NUMBER_AVAILABLE
00037 # endif
00038 #endif
00039
00040 #if BOOST_OS_BSD_DRAGONFLY
00041 # define BOOST_OS_BSD_DRAGONFLY_AVAILABLE
00042 # include <boost/predef/detail/os_detected.h>
00043 #endif
00044
00045 #define BOOST_OS_BSD_DRAGONFLY_NAME "DragonFly BSD"
00046
00047 #endif
00048
00049 #include <boost/predef/detail/test.h>
00050 BOOST_PREDEF_DECLARE_TEST(BOOST_OS_BSD_DRAGONFLY,BOOST_OS_BSD_DRAGONFLY_NAME)