1 Index: boost/predef/os/bsd/bsdi.h
2 ===================================================================
3 --- boost/predef/os/bsd/bsdi.h (revision 86709)
4 +++ boost/predef/os/bsd/bsdi.h (working copy)
7 #define BOOST_OS_BSD_BSDI BOOST_VERSION_NUMBER_NOT_AVAILABLE
9 -#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
10 +#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
13 # ifndef BOOST_OS_BSD_AVAILABLE
14 Index: boost/predef/os/bsd/dragonfly.h
15 ===================================================================
16 --- boost/predef/os/bsd/dragonfly.h (revision 86709)
17 +++ boost/predef/os/bsd/dragonfly.h (working copy)
20 #define BOOST_OS_BSD_DRAGONFLY BOOST_VERSION_NUMBER_NOT_AVAILABLE
22 -#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
23 +#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
24 defined(__DragonFly__) \
26 # ifndef BOOST_OS_BSD_AVAILABLE
27 Index: boost/predef/os/bsd/free.h
28 ===================================================================
29 --- boost/predef/os/bsd/free.h (revision 86709)
30 +++ boost/predef/os/bsd/free.h (working copy)
33 #define BOOST_OS_BSD_FREE BOOST_VERSION_NUMBER_NOT_AVAILABLE
35 -#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
36 +#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
37 defined(__FreeBSD__) \
39 # ifndef BOOST_OS_BSD_AVAILABLE
40 Index: boost/predef/os/bsd/net.h
41 ===================================================================
42 --- boost/predef/os/bsd/net.h (revision 86709)
43 +++ boost/predef/os/bsd/net.h (working copy)
46 #define BOOST_OS_BSD_NET BOOST_VERSION_NUMBER_NOT_AVAILABLE
48 -#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
49 +#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
50 defined(__NETBSD__) || defined(__NetBSD__) \
52 # ifndef BOOST_OS_BSD_AVAILABLE
53 Index: boost/predef/os/bsd/open.h
54 ===================================================================
55 --- boost/predef/os/bsd/open.h (revision 86709)
56 +++ boost/predef/os/bsd/open.h (working copy)
59 #define BOOST_OS_BSD_OPEN BOOST_VERSION_NUMBER_NOT_AVAILABLE
61 -#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
62 +#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
63 defined(__OpenBSD__) \
65 # ifndef BOOST_OS_BSD_AVAILABLE
66 Index: boost/predef/os/bsd.h
67 ===================================================================
68 --- boost/predef/os/bsd.h (revision 86709)
69 +++ boost/predef/os/bsd.h (working copy)
71 #define BOOST_OS_BSD BOOST_VERSION_NUMBER_NOT_AVAILABLE
74 -#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
75 +#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
77 defined(_SYSTYPE_BSD) \
79 Index: boost/predef/os/macos.h
80 ===================================================================
81 --- boost/predef/os/macos.h (revision 86709)
82 +++ boost/predef/os/macos.h (working copy)
85 #define BOOST_OS_MACOS BOOST_VERSION_NUMBER_NOT_AVAILABLE
87 -#if !BOOST_PREDEF_DETAIL_OS_DETECTED && ( \
88 +#if !defined(BOOST_PREDEF_DETAIL_OS_DETECTED) && ( \
89 defined(macintosh) || defined(Macintosh) || \
90 (defined(__APPLE__) && defined(__MACH__)) \