aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-13 14:23:12 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-13 14:23:12 +0000
commit2b2183a77d7e8a01723fb96e7a39f109b15475f4 (patch)
tree3f7c27589c441fd1b82c8487b2c8eea70ee3d356 /shell/hush.c
parent323cbbfaa25f6bdc1ef343db01e58da3fea7fe6d (diff)
downloadbusybox-2b2183a77d7e8a01723fb96e7a39f109b15475f4.tar.gz
hush: make function support configurable
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 9c2c0f324..ba3e2c3f0 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -83,8 +83,6 @@
* Keeping 1 for now even in released versions.
*/
#define HUSH_DEBUG 1
-/* In progress... */
-#define ENABLE_HUSH_FUNCTIONS 1
#if BUILD_AS_NOMMU