PlanckLinux/src/dish/config.h

10 lines
158 B
C

#ifndef _DISH_CONFIG_H
#define _DISH_CONFIG_H
#define DEFAULT_PATH "/usr/local/bin:/usr/bin:/bin"
#define CFG_INPUT_BUFFER 4096
#define CFG_DEBUG 1
#endif