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_*/
portable_types.hpp
Type definitions for integer types.
endianness.hpp
Determines the endianness of the platform.
char_sign.hpp
Tests in runtime to see if char is signed or not.
macros.hpp
Various macros useful for development.
windows.hpp
Custom setup for windoze.


ecl_config
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:13:53