mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
net.endian: resolution dependence on Boost
This commit is contained in:
parent
74669a5a8a
commit
f2c09dd3af
139 changed files with 4800 additions and 202 deletions
31
sprout/predef/os.hpp
Normal file
31
sprout/predef/os.hpp
Normal file
|
@ -0,0 +1,31 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2015 Bolero MURAKAMI
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
Distributed under the sprout Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.sprout.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_PREDEF_OS_HPP
|
||||
#define SPROUT_PREDEF_OS_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/predef/os/aix.hpp>
|
||||
#include <sprout/predef/os/amigaos.hpp>
|
||||
#include <sprout/predef/os/android.hpp>
|
||||
#include <sprout/predef/os/beos.hpp>
|
||||
#include <sprout/predef/os/bsd.hpp>
|
||||
#include <sprout/predef/os/cygwin.hpp>
|
||||
#include <sprout/predef/os/haiku.hpp>
|
||||
#include <sprout/predef/os/hpux.hpp>
|
||||
#include <sprout/predef/os/irix.hpp>
|
||||
#include <sprout/predef/os/ios.hpp>
|
||||
#include <sprout/predef/os/linux.hpp>
|
||||
#include <sprout/predef/os/macos.hpp>
|
||||
#include <sprout/predef/os/os400.hpp>
|
||||
#include <sprout/predef/os/qnxnto.hpp>
|
||||
#include <sprout/predef/os/solaris.hpp>
|
||||
#include <sprout/predef/os/unix.hpp>
|
||||
#include <sprout/predef/os/vms.hpp>
|
||||
#include <sprout/predef/os/windows.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_PREDEF_OS_HPP
|
Loading…
Add table
Add a link
Reference in a new issue