remove \r
[extl.git] / extl / config / sub_config.h
blob2fb24e8c2a9c85c9c7b45edcea58a5e964aabd07
1 /* ///////////////////////////////////////////////////////////////////////
2 * File: sub_config.h
4 * Created: 08.11.20
5 * Updated: 08.11.20
7 * Brief: sub-library configuration
9 * [<Home>]
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 /* //////////////////////////////////////////////////////////////////// */
14 #ifndef EXTL_CONFIG_SUB_H
15 #define EXTL_CONFIG_SUB_H
17 #ifndef EXTL_CONFIG_H
18 # error This file must be included of extl\config\config.h
19 #endif
21 #ifndef EXTL_CONFIG_SUFFIX_H
22 # error This file must be included of extl\config\suffix.h
23 #endif
25 /* ///////////////////////////////////////////////////////////////////////
26 * Includes
29 /* The Type Library */
30 #include "../type/config/config.h"
32 /* The Utility Library */
33 #include "../utility/config/config.h"
35 /* The MPL Library */
36 #include "../mpl/config/config.h"
38 /* The Compiler Library */
39 #include "../compiler/config/config.h"
41 /* The Error Library */
42 #include "../error/config/config.h"
44 /* The Math Library */
45 #include "../math/config/config.h"
47 /* The Algorithm Library */
48 #include "../algorithm/config/config.h"
50 /* The Memory Library */
51 #include "../memory/config/config.h"
53 /* The Iterator Library */
54 #include "../iterator/config/config.h"
56 /* The Conversion Library */
57 #include "../conversion/config/config.h"
59 /* The String Library */
60 #include "../string/config/config.h"
62 /* The Container Library */
63 #include "../container/config/config.h"
65 /* The Functional Library */
66 #include "../functional/config/config.h"
68 /* The SmartPtr Library */
69 #include "../smartptr/config/config.h"
71 /* The Counter Library */
72 #include "../counter/config/config.h"
74 /* The Intelligence Library */
75 #include "../intelligence/config/config.h"
77 /* The Graphic Library */
78 #include "../graphic/config/config.h"
80 /* The Synchronous Library */
81 #include "../synch/config/config.h"
83 /* The Media Library */
84 #include "../media/config/config.h"
86 /* //////////////////////////////////////////////////////////////////// */
87 #endif /* EXTL_CONFIG_SUB_H */
88 /* //////////////////////////////////////////////////////////////////// */