diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-08-02 08:42:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-08-02 08:42:58 +0000 |
commit | ff9b4a8981c4af9c6107ae4193c782ae3c94a23b (patch) | |
tree | d6b304098d3e3e0858e5199f78181cb207a4449e /Config.h | |
parent | fdbac35b332ae3e7789e2663d7e3b1144c061207 (diff) | |
download | busybox-w32-ff9b4a8981c4af9c6107ae4193c782ae3c94a23b.tar.gz busybox-w32-ff9b4a8981c4af9c6107ae4193c782ae3c94a23b.tar.bz2 busybox-w32-ff9b4a8981c4af9c6107ae4193c782ae3c94a23b.zip |
Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing
for multibuild.pl -- I would have missed this stupid mess otherwise.
-Erik
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 19 |
1 files changed, 3 insertions, 16 deletions
@@ -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 |