diff options
author | Erik Andersen | 2000-05-03 03:19:06 +0000 |
---|---|---|
committer | Erik Andersen | 2000-05-03 03:19:06 +0000 |
commit | 0a704e8ff62a7fdcd08f1fcc89ca66133da2db07 (patch) | |
tree | 6c6b2f7615f63ddf6f209c23ce02424b58346651 /busybox.def.h | |
parent | a19bc64653aab46f6335ed6aa7d7d70ff7b5fb0b (diff) | |
download | busybox-0a704e8ff62a7fdcd08f1fcc89ca66133da2db07.zip busybox-0a704e8ff62a7fdcd08f1fcc89ca66133da2db07.tar.gz |
Remove BB_FEATURE_REMOUNT (small, and should always be present)
and fix documentation dependancy checks, so it is only built when
it should be built.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/busybox.def.h b/busybox.def.h index 5187bc5..c5b7de9 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -181,9 +181,6 @@ // Enable support for a real /etc/mtab file instead of /proc/mounts //#define BB_FEATURE_MOUNT_MTAB_SUPPORT // -// Enable support for remounting filesystems -#define BB_FEATURE_REMOUNT -// // Enable support for mounting remote NFS volumes //#define BB_FEATURE_NFSMOUNT // @@ -236,12 +233,6 @@ #endif #endif // -#ifdef BB_INIT -#ifndef BB_FEATURE_REMOUNT -#define BB_FEATURE_REMOUNT -#endif -#endif -// #ifdef BB_FEATURE_LINUXRC #ifndef BB_INIT #define BB_INIT |