8 lines
136 B
C
8 lines
136 B
C
#ifndef MSH_CONFIG_H
|
|
#define MSH_CONFIG_H
|
|
|
|
#define DEF_HISTSIZE 512
|
|
#define DEF_HISTPATH ".history"
|
|
#define DEF_SHELLRC ".mshrc"
|
|
|
|
#endif |