From e120b4a0b0c501133fb73acba48b8082b4cb35ce Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 24 Jan 2001 22:46:16 +0000 Subject: Cleanup for build problem found using regression script git-svn-id: svn://busybox.net/trunk/busybox@1655 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config.h b/Config.h index 73001694a..22882b6c2 100644 --- a/Config.h +++ b/Config.h @@ -304,9 +304,11 @@ // 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 +#endif // #if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH #define BB_CMDEDIT -- cgit v1.2.3-55-g6feb