oops. Leave the default feature set enbled for now...

1_00_stable_10817
Eric Andersen 2004-02-10 01:30:21 +00:00
parent 37032b4d6c
commit 95b26250a7
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@
#define expand_t glob_t
/* Always enable for the moment... */
//#define CONFIG_LASH_PIPE_N_REDIRECTS
//#define CONFIG_LASH_JOB_CONTROL
#define CONFIG_LASH_PIPE_N_REDIRECTS
#define CONFIG_LASH_JOB_CONTROL
static const int MAX_READ = 128; /* size of input buffer for `read' builtin */
#define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n"