From 512fd1ee9ee3376658648d37f1fac923201d2fa8 Mon Sep 17 00:00:00 2001 From: cvpcs Date: Thu, 3 Jun 2010 10:39:05 -0500 Subject: removed "help" internal, as it seems pretty useless --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 2e6f0fd..dcdc9d1 100644 --- a/config.h +++ b/config.h @@ -74,7 +74,7 @@ /* Define HELP_BUILTIN if you want the `help' shell builtin and the long documentation strings compiled into the shell. */ -#define HELP_BUILTIN 1 +/* #undef HELP_BUILTIN */ /* Define RESTRICTED_SHELL if you want the generated shell to have the ability to be a restricted one. The shell thus generated can become -- cgit v1.1