config.hpp
Go to the documentation of this file.
00001 
00012 /*****************************************************************************
00013 ** Ifdefs
00014 *****************************************************************************/
00015 
00016 #ifndef ECL_CONFIG_HPP_
00017 #define ECL_CONFIG_HPP_
00018 
00019 /*****************************************************************************
00020 ** Includes
00021 *****************************************************************************/
00022 
00023 #include <ecl/config/ecl.hpp>
00024 #include "config/macros.hpp"
00025 #include "config/portable_types.hpp"
00026 #include "config/endianness.hpp"
00027 #include "config/char_sign.hpp"
00028 
00029 /*****************************************************************************
00030  * Includes
00031  ****************************************************************************/
00032 
00033 #if defined(ECL_IS_WIN32)
00034         #include "config/windows.hpp"
00035 #elif defined(ECL_IS_POSIX)
00036     #include <unistd.h>
00037 #endif
00038 
00039 
00040 #endif /*ECL_CONFIG_HPP_*/


ecl_config
Author(s): Daniel Stonier
autogenerated on Thu Jun 16 2016 09:47:10