VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
source
shell
sys
linux
port
busybox
config.h
Go to the documentation of this file.
1
#include "../../vsf_linux_cfg.h"
2
3
#ifndef VSH_HISTORY_NUM
4
# define VSH_HISTORY_NUM 10
5
#endif
6
#ifndef VSH_LINEEND
7
# define VSH_LINEEND "\r\n"
8
#endif
9
#ifndef VSH_HAS_COLOR
10
# define VSH_HAS_COLOR 1
11
#endif
12
#ifndef VSH_CMD_SIZE
13
# define VSH_CMD_SIZE 256
14
#endif
15
#ifndef VSH_ENTER_CHAR
16
# define VSH_ENTER_CHAR '\r'
17
#endif
Generated by
1.9.8