From c4cef5ab063d7abb604d48610424566202dcade0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 1 Apr 2001 16:01:11 +0000 Subject: Move the mtab support stuff into libbb -Erik --- debian/Config.h-udeb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'debian/Config.h-udeb') diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index 4028a71da..7aeba2873 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb @@ -208,7 +208,7 @@ #define BB_FEATURE_MOUNT_LOOP // // Enable support for a real /etc/mtab file instead of /proc/mounts -//#define BB_FEATURE_MOUNT_MTAB_SUPPORT +//#define BB_FEATURE_MTAB_SUPPORT // // Enable support for mounting remote NFS volumes. // You may need to mount with "-o nolock" if you are @@ -343,14 +343,6 @@ // 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 -- cgit v1.2.3