config.hpp
Go to the documentation of this file.
1 
12 /*****************************************************************************
13 ** Ifdefs
14 *****************************************************************************/
15 
16 #ifndef ECL_CONFIG_HPP_
17 #define ECL_CONFIG_HPP_
18 
19 /*****************************************************************************
20 ** Includes
21 *****************************************************************************/
22 
23 #include <ecl/config/ecl.hpp>
24 #include "config/macros.hpp"
26 #include "config/endianness.hpp"
27 #include "config/char_sign.hpp"
28 
29 /*****************************************************************************
30  * Includes
31  ****************************************************************************/
32 
33 #if defined(ECL_IS_WIN32)
34  #include "config/windows.hpp"
35 #elif defined(ECL_IS_POSIX)
36  #include <unistd.h>
37 #endif
38 
39 
40 #endif /*ECL_CONFIG_HPP_*/
Custom setup for windoze.
Determines the endianness of the platform.
Various macros useful for development.
Type definitions for integer types.
Tests in runtime to see if char is signed or not.


ecl_config
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:09:02