Cleanup for build problem found using regression script

This commit is contained in:
Eric Andersen 2001-01-24 22:46:16 +00:00
parent 088d9e0f05
commit 26439a2991

View File

@ -304,9 +304,11 @@
// Nothing beyond this point should ever be touched by // Nothing beyond this point should ever be touched by
// mere mortals so leave this stuff alone. // mere mortals so leave this stuff alone.
// //
#if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF
#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
#define BB_MTAB #define BB_MTAB
#endif #endif
#endif
// //
#if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH #if defined BB_FEATURE_SH_COMMAND_EDITING && defined BB_SH
#define BB_CMDEDIT #define BB_CMDEDIT