10 lines
163 B
C
10 lines
163 B
C
#ifndef MSH_CONFIG_H
|
|
#define MSH_CONFIG_H
|
|
|
|
#define DEF_HISTSIZE 512
|
|
#define DEF_HISTPATH ".history"
|
|
#define DEF_SHELLRC ".mshrc"
|
|
#define DEF_CHUNKSIZE 256
|
|
|
|
#endif
|