Embedded TCP/IP stack: fnet_shell_config.h Source File

FNET

fnet_shell_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 * FNET Shell Library configuration file.
23 *
24 ***************************************************************************/
25 
26 /**************************************************************************
27  * !!!DO NOT MODIFY THIS FILE!!!
28  **************************************************************************/
29 
30 #ifndef _FNET_SHELL_CONFIG_H_
31 
32 #define _FNET_SHELL_CONFIG_H_
33 
37 /**************************************************************************/
42 #ifndef FNET_CFG_SHELL_MAX
43  #define FNET_CFG_SHELL_MAX (1u+(FNET_CFG_TELNET*FNET_CFG_TELNET_SESSION_MAX))
44 #endif
45 
46 /**************************************************************************/
56 #ifndef FNET_CFG_SHELL_ARGS_MAX
57  #define FNET_CFG_SHELL_ARGS_MAX (16u)
58 #endif
59 
60 /**************************************************************************/
70 #ifndef FNET_CFG_SHELL_HELP_FORMAT
71  #define FNET_CFG_SHELL_HELP_FORMAT (">%10s %-35s - %s")
72 #endif
73 
76 #endif

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