summaryrefslogtreecommitdiff
path: root/package/sash/src/sash.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/sash/src/sash.h')
-rw-r--r--package/sash/src/sash.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/package/sash/src/sash.h b/package/sash/src/sash.h
index eb2321fa0..2d272840a 100644
--- a/package/sash/src/sash.h
+++ b/package/sash/src/sash.h
@@ -12,16 +12,14 @@
#include <malloc.h>
#include <ctype.h>
-#define PATHLEN 256
+#define PATHLEN 256
#define CMDLEN 1024
-#define MAXARGS 50
+#define MAXARGS 50
#define ALIASALLOC 20
#define STDIN 0
#define STDOUT 1
#define MAXSOURCE 10
-#ifdef COMMAND_HISTORY
#define HISTORY_SIZE 20 /* Number of entries in command history */
-#endif
#ifndef isblank
#define isblank(ch) (((ch) == ' ') || ((ch) == '\t'))
@@ -38,14 +36,14 @@ typedef int BOOL;
#define TRUE ((BOOL) 1)
-extern void do_alias(), do_cd(), do_exec(), do_exit(), do_prompt();
-extern void do_source(), do_umask(), do_unalias(), do_help(), do_ln();
+extern void do_cd(), do_exec(), do_exit(), do_prompt();
+extern void do_source(), do_umask(), do_help(), do_ln();
extern void do_cp(), do_mv(), do_rm(), do_chmod(), do_mkdir(), do_rmdir();
extern void do_mknod(), do_chown(), do_chgrp(), do_sync(), do_printenv();
-extern void do_more(), do_cmp(), do_touch(), do_ls(), do_dd(), do_tar();
+extern void do_more(), do_cmp(), do_touch(), do_ls();
extern void do_mount(), do_umount(), do_setenv(), do_pwd(), do_echo();
-extern void do_kill(), do_grep(), do_ed(), do_hexdump(), do_pid();
-extern void do_df(), do_ps(), do_reboot(), do_cat(), do_time(), do_free();
+extern void do_kill(), do_hexdump(), do_pid();
+extern void do_df(), do_ps(), do_cat(), do_free();
extern void do_hostname(), do_sleep();
extern void do_date();