Embedded TCP/IP stack: fnet_service_config.h Source File

FNET

fnet_service_config.h
1 /**************************************************************************
2 *
3 * Copyright 2011-2017 by Andrey Butok. FNET Community.
4 * Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
5 *
6 ***************************************************************************
7 *
8 * Licensed under the Apache License, Version 2.0 (the "License"); you may
9 * not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
11 *
12 * http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing, software
15 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
16 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 * See the License for the specific language governing permissions and
18 * limitations under the License.
19 *
20 ***************************************************************************
21 *
22 * Service default configuration.
23 *
24 ***************************************************************************/
25 
26 /**************************************************************************
27  * !!!DO NOT MODIFY THIS FILE!!!
28  **************************************************************************/
29 
30 #ifndef _FNET_SERVICE_CONFIG_H_
31 
32 #define _FNET_SERVICE_CONFIG_H_
33 
37 /**************************************************************************/
43 #ifndef FNET_CFG_SERVICE_MAX
44  #define FNET_CFG_SERVICE_MAX (12u)
45 #endif
46 
47 #include "service/dhcp/fnet_dhcp_config.h"
48 #include "service/autoip/fnet_autoip_config.h"
49 #include "service/tls/fnet_tls_config.h"
50 #include "service/http/fnet_http_config.h"
51 #include "service/fs/fnet_fs_config.h"
52 #include "service/tftp/fnet_tftp_config.h"
53 #include "service/telnet/fnet_telnet_config.h"
54 #include "service/dns/fnet_dns_config.h"
55 #include "service/ping/fnet_ping_config.h"
56 #include "service/serial/fnet_serial_config.h"
57 #include "service/shell/fnet_shell_config.h"
58 #include "service/sntp/fnet_sntp_config.h"
59 #include "service/llmnr/fnet_llmnr_config.h"
60 #include "service/mdns/fnet_mdns_config.h"
61 #include "service/flash/fnet_flash_config.h"
62 #include "service/link/fnet_link_config.h"
63 #include "service/bench/fnet_bench_config.h"
64 
67 #endif /* _FNET_SERVICE_CONFIG_H_ */

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net