Minor fixes to being a standalone shell.
 -Erik
diff --git a/busybox.def.h b/busybox.def.h
index 296c7f9..430671d 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -204,7 +204,7 @@
 //Allow the shell to invoke all the compiled in BusyBox commands as if they
 //were shell builtins.  Nice for staticly linking an emergency rescue shell
 //amoung other thing.
-#ifdef BB_FEATURE_STANDALONE_SHELL
+#define BB_FEATURE_STANDALONE_SHELL
 //
 // Enable tab completion in the shell (not yet 
 // working very well -- so don't turn this on)