remove \r
[extl.git] / extl / mpl / config / config.h
blob3ebf6ad8ef583b8dbc961e9bace6200fd3086264
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: config.h
4 * Created: 08.11.20
5 * Updated: 08.11.20
7 * Brief: The MPL Library Configuration
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_MPL_CONFIG_H
15 #define EXTL_MPL_CONFIG_H
17 #ifndef EXTL_CONFIG_SUB_H
18 # error This file must be included of extl\config\sub_config.h
19 #endif
21 /* ///////////////////////////////////////////////////////////////////////
22 * Includes
24 #include "namespace.h"
25 #include "support.h"
27 /* //////////////////////////////////////////////////////////////////// */
28 #endif /* EXTL_MPL_CONFIG_H */
29 /* //////////////////////////////////////////////////////////////////// */