Embedded TCP/IP stack  4.7.0
fnet_config.h
1 /**************************************************************************
2 *
3 * Copyright 2008-2018 by Andrey Butok. FNET Community.
4 *
5 ***************************************************************************
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License"); you may
8 * not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 *
19 ***************************************************************************
20 *
21 * Main FNET default configuration file.
22 *
23 ***************************************************************************/
24 
25 /************************************************************************
26  * !!!DO NOT MODIFY THIS FILE!!!
27  ************************************************************************/
28 
29 #ifndef _FNET_CONFIG_H_
30 
31 #define _FNET_CONFIG_H_
32 
33 /* !! Do not change the order !! */
34 
35 #ifndef __DOXYGEN__
36  #include "fnet_user_config.h" /* User configuration. Highest priority. */
37 #else
38  #include "fnet_doxygen_user_config.h" /* Configuration used during generation of documentation.*/
39 #endif
40 
41 #include "port/compiler/fnet_comp_config.h" /* Default compiler specific configuration. */
42 #include "port/cpu/fnet_cpu_config.h" /* Default platform configuration. */
43 #include "stack/fnet_stack_config.h" /* Default TCP/IP stack configuration. */
44 #include "service/fnet_service_config.h" /* Default service configuration. */
45 
46 #endif /* _FNET_CONFIG_H_ */

© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net