aboutsummaryrefslogtreecommitdiff
path: root/Config.h.Hurd
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-04-25 17:05:51 +0000
committerMark Whitley <markw@lineo.com>2001-04-25 17:05:51 +0000
commit67d7fe66e753aa1e96639a10a0a9a781912c74ca (patch)
treec2aa08153c06ee4663fb4a50835a026729b38acd /Config.h.Hurd
parent4f3558af1774569b3de73bd45232d2dacb4fb71e (diff)
downloadbusybox-67d7fe66e753aa1e96639a10a0a9a781912c74ca.tar.gz
Sync'ed up the olympus section between this and stock Config.h
Diffstat (limited to 'Config.h.Hurd')
-rw-r--r--Config.h.Hurd49
1 files changed, 0 insertions, 49 deletions
diff --git a/Config.h.Hurd b/Config.h.Hurd
index f94e4a9e5..621fbb5a9 100644
--- a/Config.h.Hurd
+++ b/Config.h.Hurd
@@ -275,20 +275,9 @@
// Nothing beyond this point should ever be touched by
// mere mortals so leave this stuff alone.
//
-#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
- #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
- #define BB_MTAB
- #endif
-#else
- #undef BB_MTAB
-#endif
-//
#if defined BB_SH
#if defined BB_FEATURE_COMMAND_EDITING
#define BB_CMDEDIT
- #ifndef BB_FEATURE_USE_TERMIOS
- #define BB_FEATURE_USE_TERMIOS
- #endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_COMMAND_TAB_COMPLETION
@@ -296,7 +285,6 @@
#define BB_FEATURE_SH_SIMPLE_PROMPT
#endif
#else
- #undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
#undef BB_FEATURE_SH_STANDALONE_SHELL
#undef BB_FEATURE_SH_SIMPLE_PROMPT
@@ -312,38 +300,6 @@
#undef BB_FEATURE_LINUXRC
#endif
//
-#ifdef BB_GZIP
- #ifndef BB_GUNZIP
- #define BB_GUNZIP
- #endif
-#endif
-//
-#ifdef BB_DPKG
- #ifndef BB_DPKG_DEB
- #define BB_DPKG_DEB
- #endif
-#endif
-//
-#ifdef BB_DPKG_DEB
- #ifndef BB_AR
- #define BB_AR
- #endif
- #ifndef BB_TAR
- #define BB_TAR
- #endif
- #ifndef BB_FEATURE_TAR_GZIP
- #define BB_FEATURE_TAR_GZIP
- #endif
-#endif
-//
-#ifdef BB_TAR
- #ifdef BB_FEATURE_TAR_GZIP
- #ifndef BB_GUNZIP
- #define BB_GUNZIP
- #endif
- #endif
-#endif
-//
#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
#define BB_NFSMOUNT
#endif
@@ -365,8 +321,3 @@
#define BB_LOGREAD
#endif
#endif
-//
-#if defined BB_DOS2UNIX
- #define BB_UNIX2DOS
-#endif
-