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"
25 #include "config/portable_types.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_*/


xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13