Embedded TCP/IP stack  4.7.0
fnet_service_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 * Service default configuration.
22 *
23 ***************************************************************************/
24 
25 /**************************************************************************
26  * !!!DO NOT MODIFY THIS FILE!!!
27  **************************************************************************/
28 
29 #ifndef _FNET_SERVICE_CONFIG_H_
30 
31 #define _FNET_SERVICE_CONFIG_H_
32 
36 /**************************************************************************/
42 #ifndef FNET_CFG_SERVICE_MAX
43  #define FNET_CFG_SERVICE_MAX (12u)
44 #endif
45 
46 #include "service/dhcp/fnet_dhcp_config.h"
47 #include "service/autoip/fnet_autoip_config.h"
48 #include "service/tls/fnet_tls_config.h"
49 #include "service/http/fnet_http_config.h"
50 #include "service/fs/fnet_fs_config.h"
51 #include "service/tftp/fnet_tftp_config.h"
52 #include "service/telnet/fnet_telnet_config.h"
53 #include "service/dns/fnet_dns_config.h"
54 #include "service/ping/fnet_ping_config.h"
55 #include "service/serial/fnet_serial_config.h"
56 #include "service/shell/fnet_shell_config.h"
57 #include "service/sntp/fnet_sntp_config.h"
58 #include "service/llmnr/fnet_llmnr_config.h"
59 #include "service/mdns/fnet_mdns_config.h"
60 #include "service/flash/fnet_flash_config.h"
61 #include "service/link/fnet_link_config.h"
62 #include "service/bench/fnet_bench_config.h"
63 #include "service/azure/fnet_azure_config.h"
64 
67 #endif /* _FNET_SERVICE_CONFIG_H_ */

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