From 812c1cf2fa08781ff499ce6a704d5cf110298995 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Feb 2010 16:59:10 +0000 Subject: [PATCH] Rename to .h fiels as the predef should be usable from both C & C++. git-svn-id: http://svn.boost.org/svn/boost/sandbox/predef@59906 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- boost/predef.h | 13 ++++++ boost/predef.hpp | 13 ------ .../{architecture.hpp => architecture.h} | 8 ++-- boost/predef/architecture/{_.hpp => _.h} | 10 ++--- .../architecture/{alpha.hpp => alpha.h} | 10 ++--- .../architecture/{amd64.hpp => amd64.h} | 10 ++--- boost/predef/architecture/{arm.hpp => arm.h} | 10 ++--- .../predef/architecture/{ia64.hpp => ia64.h} | 10 ++--- .../predef/architecture/{m68k.hpp => m68k.h} | 10 ++--- .../predef/architecture/{mips.hpp => mips.h} | 10 ++--- .../architecture/{parisc.hpp => parisc.h} | 10 ++--- boost/predef/architecture/{ppc.hpp => ppc.h} | 10 ++--- .../predef/architecture/{rs6k.hpp => rs6k.h} | 10 ++--- .../architecture/{sparc.hpp => sparc.h} | 10 ++--- .../architecture/{superh.hpp => superh.h} | 10 ++--- .../architecture/{sys370.hpp => sys370.h} | 10 ++--- .../architecture/{sys390.hpp => sys390.h} | 10 ++--- boost/predef/architecture/{x86.hpp => x86.h} | 10 ++--- boost/predef/architecture/{z.hpp => z.h} | 10 ++--- boost/predef/compiler.h | 40 +++++++++++++++++++ boost/predef/compiler.hpp | 40 ------------------- .../compiler/{borland.hpp => borland.h} | 10 ++--- .../predef/compiler/{comeau.hpp => comeau.h} | 10 ++--- .../predef/compiler/{compaq.hpp => compaq.h} | 10 ++--- .../predef/compiler/{cygwin.hpp => cygwin.h} | 10 ++--- boost/predef/compiler/{diab.hpp => diab.h} | 10 ++--- .../{digitalmars.hpp => digitalmars.h} | 10 ++--- .../predef/compiler/{dignus.hpp => dignus.h} | 10 ++--- boost/predef/compiler/{edg.hpp => edg.h} | 10 ++--- .../compiler/{ekopath.hpp => ekopath.h} | 10 ++--- boost/predef/compiler/{gcc.hpp => gcc.h} | 10 ++--- .../compiler/{gcc_xml.hpp => gcc_xml.h} | 10 ++--- .../compiler/{greenhills.hpp => greenhills.h} | 10 ++--- .../predef/compiler/{hp_acc.hpp => hp_acc.h} | 10 ++--- boost/predef/compiler/{iar.hpp => iar.h} | 10 ++--- boost/predef/compiler/{ibm.hpp => ibm.h} | 10 ++--- boost/predef/compiler/{intel.hpp => intel.h} | 10 ++--- boost/predef/compiler/{kai.hpp => kai.h} | 10 ++--- boost/predef/compiler/{llvm.hpp => llvm.h} | 10 ++--- .../compiler/{metaware.hpp => metaware.h} | 10 ++--- .../compiler/{metrowerks.hpp => metrowerks.h} | 10 ++--- .../compiler/{microtec.hpp => microtec.h} | 10 ++--- boost/predef/compiler/{mingw.hpp => mingw.h} | 10 ++--- boost/predef/compiler/{mpw.hpp => mpw.h} | 10 ++--- boost/predef/compiler/{palm.hpp => palm.h} | 10 ++--- boost/predef/compiler/{pgi.hpp => pgi.h} | 10 ++--- .../{sgi_mipspro.hpp => sgi_mipspro.h} | 10 ++--- .../predef/compiler/{sunpro.hpp => sunpro.h} | 10 ++--- .../predef/compiler/{tendra.hpp => tendra.h} | 10 ++--- .../compiler/{visualc.hpp => visualc.h} | 10 ++--- .../predef/compiler/{watcom.hpp => watcom.h} | 10 ++--- boost/predef/detail/{vrp.hpp => vrp.h} | 6 +-- boost/predef/library.h | 12 ++++++ boost/predef/library.hpp | 12 ------ boost/predef/library/c.h | 16 ++++++++ boost/predef/library/c.hpp | 16 -------- boost/predef/library/c/{gnu.hpp => gnu.h} | 10 ++--- boost/predef/library/c/{uc.hpp => uc.h} | 10 ++--- boost/predef/library/c/{vms.hpp => vms.h} | 10 ++--- boost/predef/library/c/{zos.hpp => zos.h} | 10 ++--- boost/predef/library/{std.hpp => std.h} | 24 +++++------ .../std/{dinkumware.hpp => dinkumware.h} | 10 ++--- .../library/std/{libcomo.hpp => libcomo.h} | 10 ++--- .../library/std/{modena.hpp => modena.h} | 10 ++--- boost/predef/library/std/{msl.hpp => msl.h} | 10 ++--- .../std/{roguewave.hpp => roguewave.h} | 10 ++--- boost/predef/library/std/{sgi.hpp => sgi.h} | 10 ++--- .../library/std/{stdcpp3.hpp => stdcpp3.h} | 10 ++--- .../library/std/{stlport.hpp => stlport.h} | 10 ++--- .../predef/library/std/{vacpp.hpp => vacpp.h} | 10 ++--- boost/predef/os.h | 23 +++++++++++ boost/predef/os.hpp | 23 ----------- boost/predef/os/{aix.hpp => aix.h} | 10 ++--- boost/predef/os/{amigaos.hpp => amigaos.h} | 10 ++--- boost/predef/os/{beos.hpp => beos.h} | 10 ++--- boost/predef/os/{bsd.hpp => bsd.h} | 10 ++--- boost/predef/os/{cygwin.hpp => cygwin.h} | 10 ++--- boost/predef/os/{hpux.hpp => hpux.h} | 10 ++--- boost/predef/os/{irix.hpp => irix.h} | 10 ++--- boost/predef/os/{linux.hpp => linux.h} | 10 ++--- boost/predef/os/{macos.hpp => macos.h} | 10 ++--- boost/predef/os/{qnxnto.hpp => qnxnto.h} | 10 ++--- boost/predef/os/{solaris.hpp => solaris.h} | 10 ++--- boost/predef/os/{unix.hpp => unix.h} | 10 ++--- boost/predef/os/{windows.hpp => windows.h} | 10 ++--- .../{version_number.hpp => version_number.h} | 6 +-- 86 files changed, 486 insertions(+), 486 deletions(-) create mode 100644 boost/predef.h delete mode 100644 boost/predef.hpp rename boost/predef/{architecture.hpp => architecture.h} (51%) rename boost/predef/architecture/{_.hpp => _.h} (63%) rename boost/predef/architecture/{alpha.hpp => alpha.h} (77%) rename boost/predef/architecture/{amd64.hpp => amd64.h} (68%) rename boost/predef/architecture/{arm.hpp => arm.h} (77%) rename boost/predef/architecture/{ia64.hpp => ia64.h} (68%) rename boost/predef/architecture/{m68k.hpp => m68k.h} (82%) rename boost/predef/architecture/{mips.hpp => mips.h} (83%) rename boost/predef/architecture/{parisc.hpp => parisc.h} (76%) rename boost/predef/architecture/{ppc.hpp => ppc.h} (80%) rename boost/predef/architecture/{rs6k.hpp => rs6k.h} (71%) rename boost/predef/architecture/{sparc.hpp => sparc.h} (73%) rename boost/predef/architecture/{superh.hpp => superh.h} (79%) rename boost/predef/architecture/{sys370.hpp => sys370.h} (64%) rename boost/predef/architecture/{sys390.hpp => sys390.h} (64%) rename boost/predef/architecture/{x86.hpp => x86.h} (79%) rename boost/predef/architecture/{z.hpp => z.h} (63%) create mode 100644 boost/predef/compiler.h delete mode 100644 boost/predef/compiler.hpp rename boost/predef/compiler/{borland.hpp => borland.h} (62%) rename boost/predef/compiler/{comeau.hpp => comeau.h} (62%) rename boost/predef/compiler/{compaq.hpp => compaq.h} (67%) rename boost/predef/compiler/{cygwin.hpp => cygwin.h} (62%) rename boost/predef/compiler/{diab.hpp => diab.h} (62%) rename boost/predef/compiler/{digitalmars.hpp => digitalmars.h} (60%) rename boost/predef/compiler/{dignus.hpp => dignus.h} (62%) rename boost/predef/compiler/{edg.hpp => edg.h} (62%) rename boost/predef/compiler/{ekopath.hpp => ekopath.h} (64%) rename boost/predef/compiler/{gcc.hpp => gcc.h} (72%) rename boost/predef/compiler/{gcc_xml.hpp => gcc_xml.h} (61%) rename boost/predef/compiler/{greenhills.hpp => greenhills.h} (60%) rename boost/predef/compiler/{hp_acc.hpp => hp_acc.h} (62%) rename boost/predef/compiler/{iar.hpp => iar.h} (63%) rename boost/predef/compiler/{ibm.hpp => ibm.h} (74%) rename boost/predef/compiler/{intel.hpp => intel.h} (66%) rename boost/predef/compiler/{kai.hpp => kai.h} (62%) rename boost/predef/compiler/{llvm.hpp => llvm.h} (62%) rename boost/predef/compiler/{metaware.hpp => metaware.h} (61%) rename boost/predef/compiler/{metrowerks.hpp => metrowerks.h} (85%) rename boost/predef/compiler/{microtec.hpp => microtec.h} (60%) rename boost/predef/compiler/{mingw.hpp => mingw.h} (66%) rename boost/predef/compiler/{mpw.hpp => mpw.h} (62%) rename boost/predef/compiler/{palm.hpp => palm.h} (62%) rename boost/predef/compiler/{pgi.hpp => pgi.h} (61%) rename boost/predef/compiler/{sgi_mipspro.hpp => sgi_mipspro.h} (68%) rename boost/predef/compiler/{sunpro.hpp => sunpro.h} (62%) rename boost/predef/compiler/{tendra.hpp => tendra.h} (62%) rename boost/predef/compiler/{visualc.hpp => visualc.h} (81%) rename boost/predef/compiler/{watcom.hpp => watcom.h} (62%) rename boost/predef/detail/{vrp.hpp => vrp.h} (93%) create mode 100644 boost/predef/library.h delete mode 100644 boost/predef/library.hpp create mode 100644 boost/predef/library/c.h delete mode 100644 boost/predef/library/c.hpp rename boost/predef/library/c/{gnu.hpp => gnu.h} (72%) rename boost/predef/library/c/{uc.hpp => uc.h} (65%) rename boost/predef/library/c/{vms.hpp => vms.h} (67%) rename boost/predef/library/c/{zos.hpp => zos.h} (62%) rename boost/predef/library/{std.hpp => std.h} (66%) rename boost/predef/library/std/{dinkumware.hpp => dinkumware.h} (70%) rename boost/predef/library/std/{libcomo.hpp => libcomo.h} (62%) rename boost/predef/library/std/{modena.hpp => modena.h} (64%) rename boost/predef/library/std/{msl.hpp => msl.h} (70%) rename boost/predef/library/std/{roguewave.hpp => roguewave.h} (74%) rename boost/predef/library/std/{sgi.hpp => sgi.h} (69%) rename boost/predef/library/std/{stdcpp3.hpp => stdcpp3.h} (70%) rename boost/predef/library/std/{stlport.hpp => stlport.h} (76%) rename boost/predef/library/std/{vacpp.hpp => vacpp.h} (61%) create mode 100644 boost/predef/os.h delete mode 100644 boost/predef/os.hpp rename boost/predef/os/{aix.hpp => aix.h} (77%) rename boost/predef/os/{amigaos.hpp => amigaos.h} (63%) rename boost/predef/os/{beos.hpp => beos.h} (61%) rename boost/predef/os/{bsd.hpp => bsd.h} (96%) rename boost/predef/os/{cygwin.hpp => cygwin.h} (61%) rename boost/predef/os/{hpux.hpp => hpux.h} (64%) rename boost/predef/os/{irix.hpp => irix.h} (62%) rename boost/predef/os/{linux.hpp => linux.h} (64%) rename boost/predef/os/{macos.hpp => macos.h} (73%) rename boost/predef/os/{qnxnto.hpp => qnxnto.h} (73%) rename boost/predef/os/{solaris.hpp => solaris.h} (64%) rename boost/predef/os/{unix.hpp => unix.h} (67%) rename boost/predef/os/{windows.hpp => windows.h} (67%) rename boost/predef/{version_number.hpp => version_number.h} (82%) diff --git a/boost/predef.h b/boost/predef.h new file mode 100644 index 0000000..5ad641e --- /dev/null +++ b/boost/predef.h @@ -0,0 +1,13 @@ +//~ Copyright Redshift Software, Inc. 2008-2010 +//~ Distributed under the Boost Software License, Version 1.0. +//~ (See accompanying file LICENSE_1_0.txt or copy at +//~ http://www.boost.org/LICENSE_1_0.txt) + +#ifndef BOOST_PREDEF_H +#define BOOST_PREDEF_H + +#include +#include +#include + +#endif diff --git a/boost/predef.hpp b/boost/predef.hpp deleted file mode 100644 index c7c77f3..0000000 --- a/boost/predef.hpp +++ /dev/null @@ -1,13 +0,0 @@ -//~ Copyright Redshift Software, Inc. 2008 -//~ Distributed under the Boost Software License, Version 1.0. -//~ (See accompanying file LICENSE_1_0.txt or copy at -//~ http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_PREDEF_HPP -#define BOOST_PREDEF_HPP - -#include -#include -#include - -#endif diff --git a/boost/predef/architecture.hpp b/boost/predef/architecture.h similarity index 51% rename from boost/predef/architecture.hpp rename to boost/predef/architecture.h index b85adb7..ad017d6 100644 --- a/boost/predef/architecture.hpp +++ b/boost/predef/architecture.h @@ -1,11 +1,11 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_HPP -#define BOOST_PREDEF_ARCHITECTURE_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_H +#define BOOST_PREDEF_ARCHITECTURE_H -#include +#include #endif diff --git a/boost/predef/architecture/_.hpp b/boost/predef/architecture/_.h similarity index 63% rename from boost/predef/architecture/_.hpp rename to boost/predef/architecture/_.h index ec69b01..641a07a 100644 --- a/boost/predef/architecture/_.hpp +++ b/boost/predef/architecture/_.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE__HPP -#define BOOST_PREDEF_ARCHITECTURE__HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_H +#define BOOST_PREDEF_ARCHITECTURE_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_ BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/alpha.hpp b/boost/predef/architecture/alpha.h similarity index 77% rename from boost/predef/architecture/alpha.hpp rename to boost/predef/architecture/alpha.h index ad25065..ea4274f 100644 --- a/boost/predef/architecture/alpha.hpp +++ b/boost/predef/architecture/alpha.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_ALPHA_HPP -#define BOOST_PREDEF_ARCHITECTURE_ALPHA_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_ALPHA_H +#define BOOST_PREDEF_ARCHITECTURE_ALPHA_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_ALPHA BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/amd64.hpp b/boost/predef/architecture/amd64.h similarity index 68% rename from boost/predef/architecture/amd64.hpp rename to boost/predef/architecture/amd64.h index f469fb2..3dc253e 100644 --- a/boost/predef/architecture/amd64.hpp +++ b/boost/predef/architecture/amd64.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_AMD64_HPP -#define BOOST_PREDEF_ARCHITECTURE_AMD64_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_AMD64_H +#define BOOST_PREDEF_ARCHITECTURE_AMD64_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_AMD64 BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/arm.hpp b/boost/predef/architecture/arm.h similarity index 77% rename from boost/predef/architecture/arm.hpp rename to boost/predef/architecture/arm.h index 1c991d6..2fbbd03 100644 --- a/boost/predef/architecture/arm.hpp +++ b/boost/predef/architecture/arm.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_ARM_HPP -#define BOOST_PREDEF_ARCHITECTURE_ARM_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_ARM_H +#define BOOST_PREDEF_ARCHITECTURE_ARM_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_ARM BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/ia64.hpp b/boost/predef/architecture/ia64.h similarity index 68% rename from boost/predef/architecture/ia64.hpp rename to boost/predef/architecture/ia64.h index 56918e4..2b35b20 100644 --- a/boost/predef/architecture/ia64.hpp +++ b/boost/predef/architecture/ia64.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_IA64_HPP -#define BOOST_PREDEF_ARCHITECTURE_IA64_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_IA64_H +#define BOOST_PREDEF_ARCHITECTURE_IA64_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_IA64 BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/m68k.hpp b/boost/predef/architecture/m68k.h similarity index 82% rename from boost/predef/architecture/m68k.hpp rename to boost/predef/architecture/m68k.h index bec1e85..4689b4a 100644 --- a/boost/predef/architecture/m68k.hpp +++ b/boost/predef/architecture/m68k.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_M68K_HPP -#define BOOST_PREDEF_ARCHITECTURE_M68K_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_M68K_H +#define BOOST_PREDEF_ARCHITECTURE_M68K_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_M68K BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/mips.hpp b/boost/predef/architecture/mips.h similarity index 83% rename from boost/predef/architecture/mips.hpp rename to boost/predef/architecture/mips.h index b99e007..46798b2 100644 --- a/boost/predef/architecture/mips.hpp +++ b/boost/predef/architecture/mips.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_MIPS_HPP -#define BOOST_PREDEF_ARCHITECTURE_MIPS_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_MIPS_H +#define BOOST_PREDEF_ARCHITECTURE_MIPS_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_MIPS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/parisc.hpp b/boost/predef/architecture/parisc.h similarity index 76% rename from boost/predef/architecture/parisc.hpp rename to boost/predef/architecture/parisc.h index abe0485..dc5554a 100644 --- a/boost/predef/architecture/parisc.hpp +++ b/boost/predef/architecture/parisc.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_PARISC_HPP -#define BOOST_PREDEF_ARCHITECTURE_PARISC_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_PARISC_H +#define BOOST_PREDEF_ARCHITECTURE_PARISC_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_PARISC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/ppc.hpp b/boost/predef/architecture/ppc.h similarity index 80% rename from boost/predef/architecture/ppc.hpp rename to boost/predef/architecture/ppc.h index d620ea6..05d345f 100644 --- a/boost/predef/architecture/ppc.hpp +++ b/boost/predef/architecture/ppc.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_PPC_HPP -#define BOOST_PREDEF_ARCHITECTURE_PPC_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_PPC_H +#define BOOST_PREDEF_ARCHITECTURE_PPC_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_PPC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/rs6k.hpp b/boost/predef/architecture/rs6k.h similarity index 71% rename from boost/predef/architecture/rs6k.hpp rename to boost/predef/architecture/rs6k.h index 5944766..e34f05a 100644 --- a/boost/predef/architecture/rs6k.hpp +++ b/boost/predef/architecture/rs6k.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_RS6K_HPP -#define BOOST_PREDEF_ARCHITECTURE_RS6K_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_RS6K_H +#define BOOST_PREDEF_ARCHITECTURE_RS6K_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_RS6000 BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/sparc.hpp b/boost/predef/architecture/sparc.h similarity index 73% rename from boost/predef/architecture/sparc.hpp rename to boost/predef/architecture/sparc.h index 708b6d4..5536b3e 100644 --- a/boost/predef/architecture/sparc.hpp +++ b/boost/predef/architecture/sparc.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_SPARC_HPP -#define BOOST_PREDEF_ARCHITECTURE_SPARC_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_SPARC_H +#define BOOST_PREDEF_ARCHITECTURE_SPARC_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_SPARC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/superh.hpp b/boost/predef/architecture/superh.h similarity index 79% rename from boost/predef/architecture/superh.hpp rename to boost/predef/architecture/superh.h index e54cc6e..50b8607 100644 --- a/boost/predef/architecture/superh.hpp +++ b/boost/predef/architecture/superh.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_SUPERH_HPP -#define BOOST_PREDEF_ARCHITECTURE_SUPERH_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_SUPERH_H +#define BOOST_PREDEF_ARCHITECTURE_SUPERH_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_SH BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/sys370.hpp b/boost/predef/architecture/sys370.h similarity index 64% rename from boost/predef/architecture/sys370.hpp rename to boost/predef/architecture/sys370.h index 82aa0df..f8b7b17 100644 --- a/boost/predef/architecture/sys370.hpp +++ b/boost/predef/architecture/sys370.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_SYS370_HPP -#define BOOST_PREDEF_ARCHITECTURE_SYS370_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_SYS370_H +#define BOOST_PREDEF_ARCHITECTURE_SYS370_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_SYS370 BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/sys390.hpp b/boost/predef/architecture/sys390.h similarity index 64% rename from boost/predef/architecture/sys390.hpp rename to boost/predef/architecture/sys390.h index 5c6289d..4fc2a05 100644 --- a/boost/predef/architecture/sys390.hpp +++ b/boost/predef/architecture/sys390.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_SYS390_HPP -#define BOOST_PREDEF_ARCHITECTURE_SYS390_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_SYS390_H +#define BOOST_PREDEF_ARCHITECTURE_SYS390_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_SYS390 BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/x86.hpp b/boost/predef/architecture/x86.h similarity index 79% rename from boost/predef/architecture/x86.hpp rename to boost/predef/architecture/x86.h index 97987b4..8b64e49 100644 --- a/boost/predef/architecture/x86.hpp +++ b/boost/predef/architecture/x86.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_X86_HPP -#define BOOST_PREDEF_ARCHITECTURE_X86_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_X86_H +#define BOOST_PREDEF_ARCHITECTURE_X86_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_X86 BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/architecture/z.hpp b/boost/predef/architecture/z.h similarity index 63% rename from boost/predef/architecture/z.hpp rename to boost/predef/architecture/z.h index 7d57cd8..a7656ea 100644 --- a/boost/predef/architecture/z.hpp +++ b/boost/predef/architecture/z.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_ARCHITECTURE_Z_HPP -#define BOOST_PREDEF_ARCHITECTURE_Z_HPP +#ifndef BOOST_PREDEF_ARCHITECTURE_Z_H +#define BOOST_PREDEF_ARCHITECTURE_Z_H -#include -#include +#include +#include #define BOOST_ARCHITECTURE_Z BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler.h b/boost/predef/compiler.h new file mode 100644 index 0000000..c18ef54 --- /dev/null +++ b/boost/predef/compiler.h @@ -0,0 +1,40 @@ +//~ Copyright Redshift Software, Inc. 2008-2010 +//~ Distributed under the Boost Software License, Version 1.0. +//~ (See accompanying file LICENSE_1_0.txt or copy at +//~ http://www.boost.org/LICENSE_1_0.txt) + +#ifndef BOOST_PREDEF_COMPILER_H +#define BOOST_PREDEF_COMPILER_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif diff --git a/boost/predef/compiler.hpp b/boost/predef/compiler.hpp deleted file mode 100644 index 2b78b1e..0000000 --- a/boost/predef/compiler.hpp +++ /dev/null @@ -1,40 +0,0 @@ -//~ Copyright Redshift Software, Inc. 2008 -//~ Distributed under the Boost Software License, Version 1.0. -//~ (See accompanying file LICENSE_1_0.txt or copy at -//~ http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_PREDEF_COMPILER_HPP -#define BOOST_PREDEF_COMPILER_HPP - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#endif diff --git a/boost/predef/compiler/borland.hpp b/boost/predef/compiler/borland.h similarity index 62% rename from boost/predef/compiler/borland.hpp rename to boost/predef/compiler/borland.h index 5b25321..b0701f6 100644 --- a/boost/predef/compiler/borland.hpp +++ b/boost/predef/compiler/borland.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_BORLAND_HPP -#define BOOST_PREDEF_COMPILER_BORLAND_HPP +#ifndef BOOST_PREDEF_COMPILER_BORLAND_H +#define BOOST_PREDEF_COMPILER_BORLAND_H -#include -#include +#include +#include #define BOOST_CXX_BORLAND BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/comeau.hpp b/boost/predef/compiler/comeau.h similarity index 62% rename from boost/predef/compiler/comeau.hpp rename to boost/predef/compiler/comeau.h index 4d8d9f9..6f768fb 100644 --- a/boost/predef/compiler/comeau.hpp +++ b/boost/predef/compiler/comeau.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_COMEAU_HPP -#define BOOST_PREDEF_COMPILER_COMEAU_HPP +#ifndef BOOST_PREDEF_COMPILER_COMEAU_H +#define BOOST_PREDEF_COMPILER_COMEAU_H -#include -#include +#include +#include #define BOOST_CXX_COMO BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/compaq.hpp b/boost/predef/compiler/compaq.h similarity index 67% rename from boost/predef/compiler/compaq.hpp rename to boost/predef/compiler/compaq.h index 4111498..08c51c9 100644 --- a/boost/predef/compiler/compaq.hpp +++ b/boost/predef/compiler/compaq.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_COMPAQ_HPP -#define BOOST_PREDEF_COMPILER_COMPAQ_HPP +#ifndef BOOST_PREDEF_COMPILER_COMPAQ_H +#define BOOST_PREDEF_COMPILER_COMPAQ_H -#include -#include +#include +#include #define BOOST_CXX_DEC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/cygwin.hpp b/boost/predef/compiler/cygwin.h similarity index 62% rename from boost/predef/compiler/cygwin.hpp rename to boost/predef/compiler/cygwin.h index a133190..c6f5741 100644 --- a/boost/predef/compiler/cygwin.hpp +++ b/boost/predef/compiler/cygwin.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_CYGWIN_HPP -#define BOOST_PREDEF_COMPILER_CYGWIN_HPP +#ifndef BOOST_PREDEF_COMPILER_CYGWIN_H +#define BOOST_PREDEF_COMPILER_CYGWIN_H -#include -#include +#include +#include #define BOOST_CXX_CYGWIN BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/diab.hpp b/boost/predef/compiler/diab.h similarity index 62% rename from boost/predef/compiler/diab.hpp rename to boost/predef/compiler/diab.h index 9803af9..81e75cf 100644 --- a/boost/predef/compiler/diab.hpp +++ b/boost/predef/compiler/diab.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_DIAB_HPP -#define BOOST_PREDEF_COMPILER_BORLAND_HPP +#ifndef BOOST_PREDEF_COMPILER_DIAB_H +#define BOOST_PREDEF_COMPILER_BORLAND_H -#include -#include +#include +#include #define BOOST_CXX_DIAB BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/digitalmars.hpp b/boost/predef/compiler/digitalmars.h similarity index 60% rename from boost/predef/compiler/digitalmars.hpp rename to boost/predef/compiler/digitalmars.h index aaad9c4..8073d4a 100644 --- a/boost/predef/compiler/digitalmars.hpp +++ b/boost/predef/compiler/digitalmars.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_DIGITALMARS_HPP -#define BOOST_PREDEF_COMPILER_DIGITALMARS_HPP +#ifndef BOOST_PREDEF_COMPILER_DIGITALMARS_H +#define BOOST_PREDEF_COMPILER_DIGITALMARS_H -#include -#include +#include +#include #define BOOST_CXX_DMC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/dignus.hpp b/boost/predef/compiler/dignus.h similarity index 62% rename from boost/predef/compiler/dignus.hpp rename to boost/predef/compiler/dignus.h index 8f895b6..0349fc3 100644 --- a/boost/predef/compiler/dignus.hpp +++ b/boost/predef/compiler/dignus.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_DIGNUS_HPP -#define BOOST_PREDEF_COMPILER_DIGNUS_HPP +#ifndef BOOST_PREDEF_COMPILER_DIGNUS_H +#define BOOST_PREDEF_COMPILER_DIGNUS_H -#include -#include +#include +#include #define BOOST_CXX_SYSC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/edg.hpp b/boost/predef/compiler/edg.h similarity index 62% rename from boost/predef/compiler/edg.hpp rename to boost/predef/compiler/edg.h index 443d739..29ee058 100644 --- a/boost/predef/compiler/edg.hpp +++ b/boost/predef/compiler/edg.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_EDG_HPP -#define BOOST_PREDEF_COMPILER_EDG_HPP +#ifndef BOOST_PREDEF_COMPILER_EDG_H +#define BOOST_PREDEF_COMPILER_EDG_H -#include -#include +#include +#include #define BOOST_CXX_EDG BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/ekopath.hpp b/boost/predef/compiler/ekopath.h similarity index 64% rename from boost/predef/compiler/ekopath.hpp rename to boost/predef/compiler/ekopath.h index 51da1e4..2f99c81 100644 --- a/boost/predef/compiler/ekopath.hpp +++ b/boost/predef/compiler/ekopath.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_EKOPATH_HPP -#define BOOST_PREDEF_COMPILER_EKOPATH_HPP +#ifndef BOOST_PREDEF_COMPILER_EKOPATH_H +#define BOOST_PREDEF_COMPILER_EKOPATH_H -#include -#include +#include +#include #define BOOST_CXX_PATH BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/gcc.hpp b/boost/predef/compiler/gcc.h similarity index 72% rename from boost/predef/compiler/gcc.hpp rename to boost/predef/compiler/gcc.h index 55f4e77..6916885 100644 --- a/boost/predef/compiler/gcc.hpp +++ b/boost/predef/compiler/gcc.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_GCC_HPP -#define BOOST_PREDEF_COMPILER_GCC_HPP +#ifndef BOOST_PREDEF_COMPILER_GCC_H +#define BOOST_PREDEF_COMPILER_GCC_H -#include -#include +#include +#include #define BOOST_CXX_GNUC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/gcc_xml.hpp b/boost/predef/compiler/gcc_xml.h similarity index 61% rename from boost/predef/compiler/gcc_xml.hpp rename to boost/predef/compiler/gcc_xml.h index a79bd4b..58d58b5 100644 --- a/boost/predef/compiler/gcc_xml.hpp +++ b/boost/predef/compiler/gcc_xml.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_GCC_XML_HPP -#define BOOST_PREDEF_COMPILER_GCC_XML_HPP +#ifndef BOOST_PREDEF_COMPILER_GCC_XML_H +#define BOOST_PREDEF_COMPILER_GCC_XML_H -#include -#include +#include +#include #define BOOST_CXX_GCCXML BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/greenhills.hpp b/boost/predef/compiler/greenhills.h similarity index 60% rename from boost/predef/compiler/greenhills.hpp rename to boost/predef/compiler/greenhills.h index 3ca415c..498db47 100644 --- a/boost/predef/compiler/greenhills.hpp +++ b/boost/predef/compiler/greenhills.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_GREENHILLS_HPP -#define BOOST_PREDEF_COMPILER_GREENHILLS_HPP +#ifndef BOOST_PREDEF_COMPILER_GREENHILLS_H +#define BOOST_PREDEF_COMPILER_GREENHILLS_H -#include -#include +#include +#include #define BOOST_CXX_GHS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/hp_acc.hpp b/boost/predef/compiler/hp_acc.h similarity index 62% rename from boost/predef/compiler/hp_acc.hpp rename to boost/predef/compiler/hp_acc.h index fc5b78c..7779873 100644 --- a/boost/predef/compiler/hp_acc.hpp +++ b/boost/predef/compiler/hp_acc.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_HP_ACC_HPP -#define BOOST_PREDEF_COMPILER_HP_ACC_HPP +#ifndef BOOST_PREDEF_COMPILER_HP_ACC_H +#define BOOST_PREDEF_COMPILER_HP_ACC_H -#include -#include +#include +#include #define BOOST_CXX_HPACC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/iar.hpp b/boost/predef/compiler/iar.h similarity index 63% rename from boost/predef/compiler/iar.hpp rename to boost/predef/compiler/iar.h index 10639c4..0c7ca3e 100644 --- a/boost/predef/compiler/iar.hpp +++ b/boost/predef/compiler/iar.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_IAR_HPP -#define BOOST_PREDEF_COMPILER_IAR_HPP +#ifndef BOOST_PREDEF_COMPILER_IAR_H +#define BOOST_PREDEF_COMPILER_IAR_H -#include -#include +#include +#include #define BOOST_CXX_IAR BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/ibm.hpp b/boost/predef/compiler/ibm.h similarity index 74% rename from boost/predef/compiler/ibm.hpp rename to boost/predef/compiler/ibm.h index 7c60383..60e211e 100644 --- a/boost/predef/compiler/ibm.hpp +++ b/boost/predef/compiler/ibm.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_IBM_HPP -#define BOOST_PREDEF_COMPILER_IBM_HPP +#ifndef BOOST_PREDEF_COMPILER_IBM_H +#define BOOST_PREDEF_COMPILER_IBM_H -#include -#include +#include +#include #define BOOST_CXX_IBM BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/intel.hpp b/boost/predef/compiler/intel.h similarity index 66% rename from boost/predef/compiler/intel.hpp rename to boost/predef/compiler/intel.h index 5a78ff2..0ec4505 100644 --- a/boost/predef/compiler/intel.hpp +++ b/boost/predef/compiler/intel.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_INTEL_HPP -#define BOOST_PREDEF_COMPILER_INTEL_HPP +#ifndef BOOST_PREDEF_COMPILER_INTEL_H +#define BOOST_PREDEF_COMPILER_INTEL_H -#include -#include +#include +#include #define BOOST_CXX_INTEL BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/kai.hpp b/boost/predef/compiler/kai.h similarity index 62% rename from boost/predef/compiler/kai.hpp rename to boost/predef/compiler/kai.h index bf2a0dc..e3108cd 100644 --- a/boost/predef/compiler/kai.hpp +++ b/boost/predef/compiler/kai.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_KAI_HPP -#define BOOST_PREDEF_COMPILER_KAI_HPP +#ifndef BOOST_PREDEF_COMPILER_KAI_H +#define BOOST_PREDEF_COMPILER_KAI_H -#include -#include +#include +#include #define BOOST_CXX_KCC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/llvm.hpp b/boost/predef/compiler/llvm.h similarity index 62% rename from boost/predef/compiler/llvm.hpp rename to boost/predef/compiler/llvm.h index 970a254..0a46031 100644 --- a/boost/predef/compiler/llvm.hpp +++ b/boost/predef/compiler/llvm.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_LLVM_HPP -#define BOOST_PREDEF_COMPILER_LLVM_HPP +#ifndef BOOST_PREDEF_COMPILER_LLVM_H +#define BOOST_PREDEF_COMPILER_LLVM_H -#include -#include +#include +#include #define BOOST_CXX_LLVM BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/metaware.hpp b/boost/predef/compiler/metaware.h similarity index 61% rename from boost/predef/compiler/metaware.hpp rename to boost/predef/compiler/metaware.h index 7f0fd15..07ba653 100644 --- a/boost/predef/compiler/metaware.hpp +++ b/boost/predef/compiler/metaware.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_METAWARE_HPP -#define BOOST_PREDEF_COMPILER_METAWARE_HPP +#ifndef BOOST_PREDEF_COMPILER_METAWARE_H +#define BOOST_PREDEF_COMPILER_METAWARE_H -#include -#include +#include +#include #define BOOST_CXX_HIGHC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/metrowerks.hpp b/boost/predef/compiler/metrowerks.h similarity index 85% rename from boost/predef/compiler/metrowerks.hpp rename to boost/predef/compiler/metrowerks.h index 572fa3e..cbab925 100644 --- a/boost/predef/compiler/metrowerks.hpp +++ b/boost/predef/compiler/metrowerks.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_METROWERKS_HPP -#define BOOST_PREDEF_COMPILER_METROWERKS_HPP +#ifndef BOOST_PREDEF_COMPILER_METROWERKS_H +#define BOOST_PREDEF_COMPILER_METROWERKS_H -#include -#include +#include +#include #define BOOST_CXX_MWERKS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/microtec.hpp b/boost/predef/compiler/microtec.h similarity index 60% rename from boost/predef/compiler/microtec.hpp rename to boost/predef/compiler/microtec.h index a72d6df..a28c4b4 100644 --- a/boost/predef/compiler/microtec.hpp +++ b/boost/predef/compiler/microtec.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_MICROTEC_HPP -#define BOOST_PREDEF_COMPILER_MICROTEC_HPP +#ifndef BOOST_PREDEF_COMPILER_MICROTEC_H +#define BOOST_PREDEF_COMPILER_MICROTEC_H -#include -#include +#include +#include #define BOOST_CXX_MRI BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/mingw.hpp b/boost/predef/compiler/mingw.h similarity index 66% rename from boost/predef/compiler/mingw.hpp rename to boost/predef/compiler/mingw.h index 3c2d396..c7526f7 100644 --- a/boost/predef/compiler/mingw.hpp +++ b/boost/predef/compiler/mingw.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_MINGW_HPP -#define BOOST_PREDEF_COMPILER_MINGW_HPP +#ifndef BOOST_PREDEF_COMPILER_MINGW_H +#define BOOST_PREDEF_COMPILER_MINGW_H -#include -#include +#include +#include #define BOOST_CXX_MINGW BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/mpw.hpp b/boost/predef/compiler/mpw.h similarity index 62% rename from boost/predef/compiler/mpw.hpp rename to boost/predef/compiler/mpw.h index a34f012..e2da33f 100644 --- a/boost/predef/compiler/mpw.hpp +++ b/boost/predef/compiler/mpw.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_MPW_HPP -#define BOOST_PREDEF_COMPILER_MPW_HPP +#ifndef BOOST_PREDEF_COMPILER_MPW_H +#define BOOST_PREDEF_COMPILER_MPW_H -#include -#include +#include +#include #define BOOST_CXX_MPW BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/palm.hpp b/boost/predef/compiler/palm.h similarity index 62% rename from boost/predef/compiler/palm.hpp rename to boost/predef/compiler/palm.h index 7d0ff1d..5796ebd 100644 --- a/boost/predef/compiler/palm.hpp +++ b/boost/predef/compiler/palm.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_PALM_HPP -#define BOOST_PREDEF_COMPILER_PALM_HPP +#ifndef BOOST_PREDEF_COMPILER_PALM_H +#define BOOST_PREDEF_COMPILER_PALM_H -#include -#include +#include +#include #define BOOST_CXX_PALM BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/pgi.hpp b/boost/predef/compiler/pgi.h similarity index 61% rename from boost/predef/compiler/pgi.hpp rename to boost/predef/compiler/pgi.h index f4a638d..4f42782 100644 --- a/boost/predef/compiler/pgi.hpp +++ b/boost/predef/compiler/pgi.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_PGI_HPP -#define BOOST_PREDEF_COMPILER_PGI_HPP +#ifndef BOOST_PREDEF_COMPILER_PGI_H +#define BOOST_PREDEF_COMPILER_PGI_H -#include -#include +#include +#include #define BOOST_CXX_PGI BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/sgi_mipspro.hpp b/boost/predef/compiler/sgi_mipspro.h similarity index 68% rename from boost/predef/compiler/sgi_mipspro.hpp rename to boost/predef/compiler/sgi_mipspro.h index 85ad479..fa7e3af 100644 --- a/boost/predef/compiler/sgi_mipspro.hpp +++ b/boost/predef/compiler/sgi_mipspro.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_SGI_MIPSPRO_HPP -#define BOOST_PREDEF_COMPILER_SGI_MIPSPRO_HPP +#ifndef BOOST_PREDEF_COMPILER_SGI_MIPSPRO_H +#define BOOST_PREDEF_COMPILER_SGI_MIPSPRO_H -#include -#include +#include +#include #define BOOST_CXX_SGI BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/sunpro.hpp b/boost/predef/compiler/sunpro.h similarity index 62% rename from boost/predef/compiler/sunpro.hpp rename to boost/predef/compiler/sunpro.h index 3009221..49081f2 100644 --- a/boost/predef/compiler/sunpro.hpp +++ b/boost/predef/compiler/sunpro.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_SUNPRO_HPP -#define BOOST_PREDEF_COMPILER_SUNPRO_HPP +#ifndef BOOST_PREDEF_COMPILER_SUNPRO_H +#define BOOST_PREDEF_COMPILER_SUNPRO_H -#include -#include +#include +#include #define BOOST_CXX_SUNPRO BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/tendra.hpp b/boost/predef/compiler/tendra.h similarity index 62% rename from boost/predef/compiler/tendra.hpp rename to boost/predef/compiler/tendra.h index a27415d..7e0c2ca 100644 --- a/boost/predef/compiler/tendra.hpp +++ b/boost/predef/compiler/tendra.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_TENDRA_HPP -#define BOOST_PREDEF_COMPILER_TENDRA_HPP +#ifndef BOOST_PREDEF_COMPILER_TENDRA_H +#define BOOST_PREDEF_COMPILER_TENDRA_H -#include -#include +#include +#include #define BOOST_CXX_TENDRA BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/visualc.hpp b/boost/predef/compiler/visualc.h similarity index 81% rename from boost/predef/compiler/visualc.hpp rename to boost/predef/compiler/visualc.h index f1bc8d5..e60b4ad 100644 --- a/boost/predef/compiler/visualc.hpp +++ b/boost/predef/compiler/visualc.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_VISUALC_HPP -#define BOOST_PREDEF_COMPILER_VISUALC_HPP +#ifndef BOOST_PREDEF_COMPILER_VISUALC_H +#define BOOST_PREDEF_COMPILER_VISUALC_H -#include -#include +#include +#include #define BOOST_CXX_MSVC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/compiler/watcom.hpp b/boost/predef/compiler/watcom.h similarity index 62% rename from boost/predef/compiler/watcom.hpp rename to boost/predef/compiler/watcom.h index 8ccaa55..0e23da9 100644 --- a/boost/predef/compiler/watcom.hpp +++ b/boost/predef/compiler/watcom.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_WATCOM_HPP -#define BOOST_PREDEF_COMPILER_WATCOM_HPP +#ifndef BOOST_PREDEF_COMPILER_WATCOM_H +#define BOOST_PREDEF_COMPILER_WATCOM_H -#include -#include +#include +#include #define BOOST_CXX_WATCOM BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/detail/vrp.hpp b/boost/predef/detail/vrp.h similarity index 93% rename from boost/predef/detail/vrp.hpp rename to boost/predef/detail/vrp.h index 14a8ee0..78f8922 100644 --- a/boost/predef/detail/vrp.hpp +++ b/boost/predef/detail/vrp.h @@ -1,10 +1,10 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_DETAIL_VRP_HPP -#define BOOST_PREDEF_DETAIL_VRP_HPP +#ifndef BOOST_PREDEF_DETAIL_VRP_H +#define BOOST_PREDEF_DETAIL_VRP_H //~ Shorthands for the common version number formats used by vendors... diff --git a/boost/predef/library.h b/boost/predef/library.h new file mode 100644 index 0000000..4dc5c3f --- /dev/null +++ b/boost/predef/library.h @@ -0,0 +1,12 @@ +//~ Copyright Redshift Software, Inc. 2008-2010 +//~ Distributed under the Boost Software License, Version 1.0. +//~ (See accompanying file LICENSE_1_0.txt or copy at +//~ http://www.boost.org/LICENSE_1_0.txt) + +#ifndef BOOST_PREDEF_LIBRARY_H +#define BOOST_PREDEF_LIBRARY_H + +#include +#include + +#endif diff --git a/boost/predef/library.hpp b/boost/predef/library.hpp deleted file mode 100644 index ab3bbc3..0000000 --- a/boost/predef/library.hpp +++ /dev/null @@ -1,12 +0,0 @@ -//~ Copyright Redshift Software, Inc. 2008 -//~ Distributed under the Boost Software License, Version 1.0. -//~ (See accompanying file LICENSE_1_0.txt or copy at -//~ http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_PREDEF_LIBRARY_HPP -#define BOOST_PREDEF_LIBRARY_HPP - -#include -#include - -#endif diff --git a/boost/predef/library/c.h b/boost/predef/library/c.h new file mode 100644 index 0000000..d3a28b6 --- /dev/null +++ b/boost/predef/library/c.h @@ -0,0 +1,16 @@ +//~ Copyright Redshift Software, Inc. 2008-2010 +//~ Distributed under the Boost Software License, Version 1.0. +//~ (See accompanying file LICENSE_1_0.txt or copy at +//~ http://www.boost.org/LICENSE_1_0.txt) + +#ifndef BOOST_PREDEF_LIBRARY_C_H +#define BOOST_PREDEF_LIBRARY_C_H + +#include + +#include +#include +#include +#include + +#endif diff --git a/boost/predef/library/c.hpp b/boost/predef/library/c.hpp deleted file mode 100644 index edeb0bc..0000000 --- a/boost/predef/library/c.hpp +++ /dev/null @@ -1,16 +0,0 @@ -//~ Copyright Redshift Software, Inc. 2008 -//~ Distributed under the Boost Software License, Version 1.0. -//~ (See accompanying file LICENSE_1_0.txt or copy at -//~ http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_PREDEF_LIBRARY_C_HPP -#define BOOST_PREDEF_LIBRARY_C_HPP - -#include - -#include -#include -#include -#include - -#endif diff --git a/boost/predef/library/c/gnu.hpp b/boost/predef/library/c/gnu.h similarity index 72% rename from boost/predef/library/c/gnu.hpp rename to boost/predef/library/c/gnu.h index 76bc4b9..bf10a48 100644 --- a/boost/predef/library/c/gnu.hpp +++ b/boost/predef/library/c/gnu.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_C_GNU_HPP -#define BOOST_PREDEF_LIBRARY_C_GNU_HPP +#ifndef BOOST_PREDEF_LIBRARY_C_GNU_H +#define BOOST_PREDEF_LIBRARY_C_GNU_H -#include -#include +#include +#include #define BOOST_LIBC_GNU BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/c/uc.hpp b/boost/predef/library/c/uc.h similarity index 65% rename from boost/predef/library/c/uc.hpp rename to boost/predef/library/c/uc.h index b8cd0b5..420fcef 100644 --- a/boost/predef/library/c/uc.hpp +++ b/boost/predef/library/c/uc.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_C_UC_HPP -#define BOOST_PREDEF_LIBRARY_C_UC_HPP +#ifndef BOOST_PREDEF_LIBRARY_C_UC_H +#define BOOST_PREDEF_LIBRARY_C_UC_H -#include -#include +#include +#include #define BOOST_LIBC_UC BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/c/vms.hpp b/boost/predef/library/c/vms.h similarity index 67% rename from boost/predef/library/c/vms.hpp rename to boost/predef/library/c/vms.h index dcd48b3..3331c51 100644 --- a/boost/predef/library/c/vms.hpp +++ b/boost/predef/library/c/vms.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_C_VMS_HPP -#define BOOST_PREDEF_LIBRARY_C_VMS_HPP +#ifndef BOOST_PREDEF_LIBRARY_C_VMS_H +#define BOOST_PREDEF_LIBRARY_C_VMS_H -#include -#include +#include +#include #define BOOST_LIBC_VMS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/c/zos.hpp b/boost/predef/library/c/zos.h similarity index 62% rename from boost/predef/library/c/zos.hpp rename to boost/predef/library/c/zos.h index 3bf4396..7759c4a 100644 --- a/boost/predef/library/c/zos.hpp +++ b/boost/predef/library/c/zos.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_C_ZOS_HPP -#define BOOST_PREDEF_LIBRARY_C_ZOS_HPP +#ifndef BOOST_PREDEF_LIBRARY_C_ZOS_H +#define BOOST_PREDEF_LIBRARY_C_ZOS_H -#include -#include +#include +#include #define BOOST_LIBC_ZOS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std.hpp b/boost/predef/library/std.h similarity index 66% rename from boost/predef/library/std.hpp rename to boost/predef/library/std.h index 2964f60..fc31904 100644 --- a/boost/predef/library/std.hpp +++ b/boost/predef/library/std.h @@ -1,12 +1,12 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Copyright John Maddock 2001-2003 //~ Copyright Jens Maurer 2001-2002 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_HPP -#define BOOST_PREDEF_LIBRARY_STD_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_H +#define BOOST_PREDEF_LIBRARY_STD_H // We need to include an STD header to gives us the context // of which library we are using. The "smallest" code-wise header @@ -22,18 +22,18 @@ // STLPort library; this _must_ come first, otherwise since // STLport typically sits on top of some other library, we // can end up detecting that first rather than STLport: -#include +#include // The rest in apha order, except for Dinkumware. -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include // Dinkumware Library (this has to appear after any possible replacement libraries): -#include +#include #endif diff --git a/boost/predef/library/std/dinkumware.hpp b/boost/predef/library/std/dinkumware.h similarity index 70% rename from boost/predef/library/std/dinkumware.hpp rename to boost/predef/library/std/dinkumware.h index 8daed8f..24b6bfd 100644 --- a/boost/predef/library/std/dinkumware.hpp +++ b/boost/predef/library/std/dinkumware.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_DINKUMWARE_HPP -#define BOOST_PREDEF_LIBRARY_STD_DINKUMWARE_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_DINKUMWARE_H +#define BOOST_PREDEF_LIBRARY_STD_DINKUMWARE_H -#include -#include +#include +#include #define BOOST_LIBSTD_DINKUMWARE BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std/libcomo.hpp b/boost/predef/library/std/libcomo.h similarity index 62% rename from boost/predef/library/std/libcomo.hpp rename to boost/predef/library/std/libcomo.h index 95d6ebb..bd33f21 100644 --- a/boost/predef/library/std/libcomo.hpp +++ b/boost/predef/library/std/libcomo.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_LIBCOMO_HPP -#define BOOST_PREDEF_LIBRARY_STD_LIBCOMO_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_LIBCOMO_H +#define BOOST_PREDEF_LIBRARY_STD_LIBCOMO_H -#include -#include +#include +#include #define BOOST_LIBSTD_COMO BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std/modena.hpp b/boost/predef/library/std/modena.h similarity index 64% rename from boost/predef/library/std/modena.hpp rename to boost/predef/library/std/modena.h index 045cfd9..de777a5 100644 --- a/boost/predef/library/std/modena.hpp +++ b/boost/predef/library/std/modena.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_MODENA_HPP -#define BOOST_PREDEF_LIBRARY_STD_MODENA_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_MODENA_H +#define BOOST_PREDEF_LIBRARY_STD_MODENA_H -#include -#include +#include +#include #define BOOST_LIBSTD_MSIPL BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std/msl.hpp b/boost/predef/library/std/msl.h similarity index 70% rename from boost/predef/library/std/msl.hpp rename to boost/predef/library/std/msl.h index 5c87f85..25465d5 100644 --- a/boost/predef/library/std/msl.hpp +++ b/boost/predef/library/std/msl.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_MSL_HPP -#define BOOST_PREDEF_LIBRARY_STD_MSL_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_MSL_H +#define BOOST_PREDEF_LIBRARY_STD_MSL_H -#include -#include +#include +#include #define BOOST_LIBSTD_MSL BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std/roguewave.hpp b/boost/predef/library/std/roguewave.h similarity index 74% rename from boost/predef/library/std/roguewave.hpp rename to boost/predef/library/std/roguewave.h index 77cd30a..4d111a5 100644 --- a/boost/predef/library/std/roguewave.hpp +++ b/boost/predef/library/std/roguewave.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_ROGUEWAVE_HPP -#define BOOST_PREDEF_LIBRARY_STD_ROGUEWAVE_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_ROGUEWAVE_H +#define BOOST_PREDEF_LIBRARY_STD_ROGUEWAVE_H -#include -#include +#include +#include #define BOOST_LIBSTD_RW BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std/sgi.hpp b/boost/predef/library/std/sgi.h similarity index 69% rename from boost/predef/library/std/sgi.hpp rename to boost/predef/library/std/sgi.h index 203b596..42fda3f 100644 --- a/boost/predef/library/std/sgi.hpp +++ b/boost/predef/library/std/sgi.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_SGI_HPP -#define BOOST_PREDEF_LIBRARY_STD_SGI_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_SGI_H +#define BOOST_PREDEF_LIBRARY_STD_SGI_H -#include -#include +#include +#include #define BOOST_LIBSTD_SGI BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std/stdcpp3.hpp b/boost/predef/library/std/stdcpp3.h similarity index 70% rename from boost/predef/library/std/stdcpp3.hpp rename to boost/predef/library/std/stdcpp3.h index f649a84..35d0730 100644 --- a/boost/predef/library/std/stdcpp3.hpp +++ b/boost/predef/library/std/stdcpp3.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_STDCPP3_HPP -#define BOOST_PREDEF_LIBRARY_STD_STDCPP3_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_STDCPP3_H +#define BOOST_PREDEF_LIBRARY_STD_STDCPP3_H -#include -#include +#include +#include #define BOOST_LIBSTD_GNU BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std/stlport.hpp b/boost/predef/library/std/stlport.h similarity index 76% rename from boost/predef/library/std/stlport.hpp rename to boost/predef/library/std/stlport.h index e61cc58..0f13e2b 100644 --- a/boost/predef/library/std/stlport.hpp +++ b/boost/predef/library/std/stlport.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_STLPORT_HPP -#define BOOST_PREDEF_LIBRARY_STD_STLPORT_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_STLPORT_H +#define BOOST_PREDEF_LIBRARY_STD_STLPORT_H -#include -#include +#include +#include #define BOOST_LIBSTD_STLPORT BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/library/std/vacpp.hpp b/boost/predef/library/std/vacpp.h similarity index 61% rename from boost/predef/library/std/vacpp.hpp rename to boost/predef/library/std/vacpp.h index 9a20971..55a20e1 100644 --- a/boost/predef/library/std/vacpp.hpp +++ b/boost/predef/library/std/vacpp.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_LIBRARY_STD_VACPP_HPP -#define BOOST_PREDEF_LIBRARY_STD_VACPP_HPP +#ifndef BOOST_PREDEF_LIBRARY_STD_VACPP_H +#define BOOST_PREDEF_LIBRARY_STD_VACPP_H -#include -#include +#include +#include #define BOOST_LIBSTD_IBM BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os.h b/boost/predef/os.h new file mode 100644 index 0000000..ca02341 --- /dev/null +++ b/boost/predef/os.h @@ -0,0 +1,23 @@ +//~ Copyright Redshift Software, Inc. 2008-2010 +//~ Distributed under the Boost Software License, Version 1.0. +//~ (See accompanying file LICENSE_1_0.txt or copy at +//~ http://www.boost.org/LICENSE_1_0.txt) + +#ifndef BOOST_PREDEF_OS_H +#define BOOST_PREDEF_OS_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif diff --git a/boost/predef/os.hpp b/boost/predef/os.hpp deleted file mode 100644 index 644d0c2..0000000 --- a/boost/predef/os.hpp +++ /dev/null @@ -1,23 +0,0 @@ -//~ Copyright Redshift Software, Inc. 2008 -//~ Distributed under the Boost Software License, Version 1.0. -//~ (See accompanying file LICENSE_1_0.txt or copy at -//~ http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_PREDEF_OS_HPP -#define BOOST_PREDEF_OS_HPP - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#endif diff --git a/boost/predef/os/aix.hpp b/boost/predef/os/aix.h similarity index 77% rename from boost/predef/os/aix.hpp rename to boost/predef/os/aix.h index 16d5e2c..c225144 100644 --- a/boost/predef/os/aix.hpp +++ b/boost/predef/os/aix.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_AIX_HPP -#define BOOST_PREDEF_COMPILER_AIX_HPP +#ifndef BOOST_PREDEF_COMPILER_AIX_H +#define BOOST_PREDEF_COMPILER_AIX_H -#include -#include +#include +#include #define BOOST_OS_AIX BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/amigaos.hpp b/boost/predef/os/amigaos.h similarity index 63% rename from boost/predef/os/amigaos.hpp rename to boost/predef/os/amigaos.h index c418cbe..9b9a3a0 100644 --- a/boost/predef/os/amigaos.hpp +++ b/boost/predef/os/amigaos.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_AMIGAOS_HPP -#define BOOST_PREDEF_COMPILER_AMIGAOS_HPP +#ifndef BOOST_PREDEF_COMPILER_AMIGAOS_H +#define BOOST_PREDEF_COMPILER_AMIGAOS_H -#include -#include +#include +#include #define BOOST_OS_AMIGAOS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/beos.hpp b/boost/predef/os/beos.h similarity index 61% rename from boost/predef/os/beos.hpp rename to boost/predef/os/beos.h index 2953640..7646f7f 100644 --- a/boost/predef/os/beos.hpp +++ b/boost/predef/os/beos.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_BEOS_HPP -#define BOOST_PREDEF_COMPILER_BEOS_HPP +#ifndef BOOST_PREDEF_COMPILER_BEOS_H +#define BOOST_PREDEF_COMPILER_BEOS_H -#include -#include +#include +#include #define BOOST_OS_BEOS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/bsd.hpp b/boost/predef/os/bsd.h similarity index 96% rename from boost/predef/os/bsd.hpp rename to boost/predef/os/bsd.h index 80541e4..df3dc18 100644 --- a/boost/predef/os/bsd.hpp +++ b/boost/predef/os/bsd.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_BSD_HPP -#define BOOST_PREDEF_COMPILER_BSD_HPP +#ifndef BOOST_PREDEF_COMPILER_BSD_H +#define BOOST_PREDEF_COMPILER_BSD_H -#include -#include +#include +#include #define BOOST_OS_BSD BOOST_VERSION_NUMBER(0,0,0) #define BOOST_OS_DRAGONFLY_BSD BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/cygwin.hpp b/boost/predef/os/cygwin.h similarity index 61% rename from boost/predef/os/cygwin.hpp rename to boost/predef/os/cygwin.h index fa77ffd..7395a8f 100644 --- a/boost/predef/os/cygwin.hpp +++ b/boost/predef/os/cygwin.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_CYGWIN_HPP -#define BOOST_PREDEF_COMPILER_CYGWIN_HPP +#ifndef BOOST_PREDEF_COMPILER_CYGWIN_H +#define BOOST_PREDEF_COMPILER_CYGWIN_H -#include -#include +#include +#include #define BOOST_OS_CYGWIN BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/hpux.hpp b/boost/predef/os/hpux.h similarity index 64% rename from boost/predef/os/hpux.hpp rename to boost/predef/os/hpux.h index 56c2f60..07f33e4 100644 --- a/boost/predef/os/hpux.hpp +++ b/boost/predef/os/hpux.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_HPUX_HPP -#define BOOST_PREDEF_COMPILER_HPUX_HPP +#ifndef BOOST_PREDEF_COMPILER_HPUX_H +#define BOOST_PREDEF_COMPILER_HPUX_H -#include -#include +#include +#include #define BOOST_OS_HPUX BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/irix.hpp b/boost/predef/os/irix.h similarity index 62% rename from boost/predef/os/irix.hpp rename to boost/predef/os/irix.h index cdd29c3..71f8ff1 100644 --- a/boost/predef/os/irix.hpp +++ b/boost/predef/os/irix.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER_IRIX_HPP -#define BOOST_PREDEF_COMPILER_IRIX_HPP +#ifndef BOOST_PREDEF_COMPILER_IRIX_H +#define BOOST_PREDEF_COMPILER_IRIX_H -#include -#include +#include +#include #define BOOST_OS_IRIX BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/linux.hpp b/boost/predef/os/linux.h similarity index 64% rename from boost/predef/os/linux.hpp rename to boost/predef/os/linux.h index e34dd5e..39878ca 100644 --- a/boost/predef/os/linux.hpp +++ b/boost/predef/os/linux.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER__HPP -#define BOOST_PREDEF_COMPILER__HPP +#ifndef BOOST_PREDEF_COMPILER_H +#define BOOST_PREDEF_COMPILER_H -#include -#include +#include +#include #define BOOST_OS_LINUX BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/macos.hpp b/boost/predef/os/macos.h similarity index 73% rename from boost/predef/os/macos.hpp rename to boost/predef/os/macos.h index 158b3fe..3f72923 100644 --- a/boost/predef/os/macos.hpp +++ b/boost/predef/os/macos.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER__HPP -#define BOOST_PREDEF_COMPILER__HPP +#ifndef BOOST_PREDEF_COMPILER_H +#define BOOST_PREDEF_COMPILER_H -#include -#include +#include +#include #define BOOST_OS_MACOS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/qnxnto.hpp b/boost/predef/os/qnxnto.h similarity index 73% rename from boost/predef/os/qnxnto.hpp rename to boost/predef/os/qnxnto.h index e009195..51a047e 100644 --- a/boost/predef/os/qnxnto.hpp +++ b/boost/predef/os/qnxnto.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER__HPP -#define BOOST_PREDEF_COMPILER__HPP +#ifndef BOOST_PREDEF_COMPILER_H +#define BOOST_PREDEF_COMPILER_H -#include -#include +#include +#include #define BOOST_OS_QNX BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/solaris.hpp b/boost/predef/os/solaris.h similarity index 64% rename from boost/predef/os/solaris.hpp rename to boost/predef/os/solaris.h index f1ded61..0a2eb8c 100644 --- a/boost/predef/os/solaris.hpp +++ b/boost/predef/os/solaris.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER__HPP -#define BOOST_PREDEF_COMPILER__HPP +#ifndef BOOST_PREDEF_COMPILER_H +#define BOOST_PREDEF_COMPILER_H -#include -#include +#include +#include #define BOOST_OS_SOLARIS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/unix.hpp b/boost/predef/os/unix.h similarity index 67% rename from boost/predef/os/unix.hpp rename to boost/predef/os/unix.h index 1c88ee5..88d77bc 100644 --- a/boost/predef/os/unix.hpp +++ b/boost/predef/os/unix.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER__HPP -#define BOOST_PREDEF_COMPILER__HPP +#ifndef BOOST_PREDEF_COMPILER_H +#define BOOST_PREDEF_COMPILER_H -#include -#include +#include +#include #define BOOST_OS_UNIX BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/os/windows.hpp b/boost/predef/os/windows.h similarity index 67% rename from boost/predef/os/windows.hpp rename to boost/predef/os/windows.h index abdcd5d..5ef6f5f 100644 --- a/boost/predef/os/windows.hpp +++ b/boost/predef/os/windows.h @@ -1,13 +1,13 @@ -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_COMPILER__HPP -#define BOOST_PREDEF_COMPILER__HPP +#ifndef BOOST_PREDEF_COMPILER_H +#define BOOST_PREDEF_COMPILER_H -#include -#include +#include +#include #define BOOST_OS_WINDOWS BOOST_VERSION_NUMBER(0,0,0) diff --git a/boost/predef/version_number.hpp b/boost/predef/version_number.h similarity index 82% rename from boost/predef/version_number.hpp rename to boost/predef/version_number.h index 5a2abc4..dcf6855 100644 --- a/boost/predef/version_number.hpp +++ b/boost/predef/version_number.h @@ -1,11 +1,11 @@ //~ Copyright Rene Rivera 2005 -//~ Copyright Redshift Software, Inc. 2008 +//~ Copyright Redshift Software, Inc. 2008-2010 //~ Distributed under the Boost Software License, Version 1.0. //~ (See accompanying file LICENSE_1_0.txt or copy at //~ http://www.boost.org/LICENSE_1_0.txt) -#ifndef BOOST_PREDEF_VERSION_NUMBER_HPP -#define BOOST_PREDEF_VERSION_NUMBER_HPP +#ifndef BOOST_PREDEF_VERSION_NUMBER_H +#define BOOST_PREDEF_VERSION_NUMBER_H /// Defines standard version numbers, with these properties: /// * Decimal base whole numbers in the range [0,major*10000000]