diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-01 16:01:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-01 16:01:11 +0000 |
commit | c4cef5ab063d7abb604d48610424566202dcade0 (patch) | |
tree | c661196acbb1adfa81257a7f23b08bd15d653be8 /Config.h | |
parent | f77d88641d934fbd9ed0da8c8e31c84dc5856532 (diff) | |
download | busybox-w32-c4cef5ab063d7abb604d48610424566202dcade0.tar.gz busybox-w32-c4cef5ab063d7abb604d48610424566202dcade0.tar.bz2 busybox-w32-c4cef5ab063d7abb604d48610424566202dcade0.zip |
Move the mtab support stuff into libbb
-Erik
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -210,7 +210,7 @@ | |||
210 | #define BB_FEATURE_MOUNT_LOOP | 210 | #define BB_FEATURE_MOUNT_LOOP |
211 | // | 211 | // |
212 | // Enable support for a real /etc/mtab file instead of /proc/mounts | 212 | // Enable support for a real /etc/mtab file instead of /proc/mounts |
213 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 213 | //#define BB_FEATURE_MTAB_SUPPORT |
214 | // | 214 | // |
215 | // Enable support for mounting remote NFS volumes. | 215 | // Enable support for mounting remote NFS volumes. |
216 | // You may need to mount with "-o nolock" if you are | 216 | // You may need to mount with "-o nolock" if you are |
@@ -345,14 +345,6 @@ | |||
345 | // Nothing beyond this point should ever be touched by | 345 | // Nothing beyond this point should ever be touched by |
346 | // mere mortals so leave this stuff alone. | 346 | // mere mortals so leave this stuff alone. |
347 | // | 347 | // |
348 | #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF | ||
349 | #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT | ||
350 | #define BB_MTAB | ||
351 | #endif | ||
352 | #else | ||
353 | #undef BB_MTAB | ||
354 | #endif | ||
355 | // | ||
356 | #if defined BB_SH | 348 | #if defined BB_SH |
357 | #if defined BB_FEATURE_COMMAND_EDITING | 349 | #if defined BB_FEATURE_COMMAND_EDITING |
358 | #define BB_CMDEDIT | 350 | #define BB_CMDEDIT |