Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-08-10 01:00:15 +0400
committerMatt Kraai <kraai@debian.org>2001-08-10 01:00:15 +0400
commitd0b5be6da872097f46d66b21ec9557c264c7966a (patch)
tree52a9beafe6c2d9b6b57d01bd22103ff0f774c39e /debian/Config.h-udeb
parent2338d3176bdb6fb607a8ce81534e88522d8c516c (diff)
Remove BB_SH define entirely.
Diffstat (limited to 'debian/Config.h-udeb')
-rw-r--r--debian/Config.h-udeb4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb
index 51446ff89..8e7594dc4 100644
--- a/debian/Config.h-udeb
+++ b/debian/Config.h-udeb
@@ -459,15 +459,11 @@
#endif
//
#if defined BB_ASH && defined BB_FEATURE_SH_IS_ASH
-# define BB_SH
# define shell_main ash_main
#elif defined BB_HUSH && defined BB_FEATURE_SH_IS_HUSH
-# define BB_SH
# define shell_main hush_main
#elif defined BB_LASH && defined BB_FEATURE_SH_IS_LASH
-# define BB_SH
# define shell_main lash_main
#elif defined BB_MSH && defined BB_FEATURE_SH_IS_MSH
-# define BB_SH
# define shell_main msh_main
#endif