aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h19
1 files changed, 3 insertions, 16 deletions
diff --git a/Config.h b/Config.h
index 831eb933a..2d332426a 100644
--- a/Config.h
+++ b/Config.h
@@ -401,9 +401,9 @@
401#if defined __UCLIBC__ && ! defined __UCLIBC_HAS_MMU__ 401#if defined __UCLIBC__ && ! defined __UCLIBC_HAS_MMU__
402 #undef BB_RPM2CPIO /* Uses gz_open(), which uses fork() */ 402 #undef BB_RPM2CPIO /* Uses gz_open(), which uses fork() */
403 #undef BB_DPKG_DEB /* Uses gz_open(), which uses fork() */ 403 #undef BB_DPKG_DEB /* Uses gz_open(), which uses fork() */
404 #undef BB_FEATURE_ASH /* Uses fork() */ 404 #undef BB_ASH /* Uses fork() */
405 #undef BB_FEATURE_HUSH /* Uses fork() */ 405 #undef BB_HUSH /* Uses fork() */
406 #undef BB_FEATURE_LASH /* Uses fork() */ 406 #undef BB_LASH /* Uses fork() */
407 #undef BB_INIT /* Uses fork() */ 407 #undef BB_INIT /* Uses fork() */
408 #undef BB_FEATURE_TAR_GZIP /* Uses fork() */ 408 #undef BB_FEATURE_TAR_GZIP /* Uses fork() */
409 #undef BB_SYSLOGD /* Uses daemon() */ 409 #undef BB_SYSLOGD /* Uses daemon() */
@@ -419,19 +419,6 @@
419 #undef BB_FEATURE_COMMAND_USERNAME_COMPLETION 419 #undef BB_FEATURE_COMMAND_USERNAME_COMPLETION
420 #undef BB_FEATURE_SH_FANCY_PROMPT 420 #undef BB_FEATURE_SH_FANCY_PROMPT
421 #endif 421 #endif
422 #if ! defined BB_FEATURE_LASH && ! defined BB_FEATURE_HUSH && ! defined BB_FEATURE_MSH && ! defined BB_FEATURE_ASH
423 #define BB_FEATURE_MSH
424 #endif
425 #if defined BB_FEATURE_ASH
426 #undef BB_FEATURE_MSH
427 #undef BB_FEATURE_HUSH
428 #undef BB_FEATURE_LASH
429 #elif defined BB_FEATURE_MSH
430 #undef BB_FEATURE_HUSH
431 #undef BB_FEATURE_LASH
432 #elif defined BB_FEATURE_HUSH
433 #undef BB_FEATURE_LASH
434 #endif
435#else 422#else
436 #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN 423 #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
437 #undef BB_FEATURE_SH_STANDALONE_SHELL 424 #undef BB_FEATURE_SH_STANDALONE_SHELL