diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-01 16:01:11 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-01 16:01:11 +0000 |
commit | a4e240b392b5901b9ac42f6f7ee6a1c49c494520 (patch) | |
tree | c661196acbb1adfa81257a7f23b08bd15d653be8 /Config.h | |
parent | c612c4a23f6f69f1d7c692f5ad84f66298171a4c (diff) | |
download | busybox-w32-a4e240b392b5901b9ac42f6f7ee6a1c49c494520.tar.gz busybox-w32-a4e240b392b5901b9ac42f6f7ee6a1c49c494520.tar.bz2 busybox-w32-a4e240b392b5901b9ac42f6f7ee6a1c49c494520.zip |
Move the mtab support stuff into libbb
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2229 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |