diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Config.h-deb | 10 | ||||
-rw-r--r-- | debian/Config.h-static | 10 | ||||
-rw-r--r-- | debian/Config.h-udeb | 10 |
3 files changed, 3 insertions, 27 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index 075e23557..606204bfe 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb | |||
@@ -208,7 +208,7 @@ | |||
208 | #define BB_FEATURE_MOUNT_LOOP | 208 | #define BB_FEATURE_MOUNT_LOOP |
209 | // | 209 | // |
210 | // Enable support for a real /etc/mtab file instead of /proc/mounts | 210 | // Enable support for a real /etc/mtab file instead of /proc/mounts |
211 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 211 | //#define BB_FEATURE_MTAB_SUPPORT |
212 | // | 212 | // |
213 | // Enable support for mounting remote NFS volumes. | 213 | // Enable support for mounting remote NFS volumes. |
214 | // You may need to mount with "-o nolock" if you are | 214 | // You may need to mount with "-o nolock" if you are |
@@ -343,14 +343,6 @@ | |||
343 | // Nothing beyond this point should ever be touched by | 343 | // Nothing beyond this point should ever be touched by |
344 | // mere mortals so leave this stuff alone. | 344 | // mere mortals so leave this stuff alone. |
345 | // | 345 | // |
346 | #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF | ||
347 | #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT | ||
348 | #define BB_MTAB | ||
349 | #endif | ||
350 | #else | ||
351 | #undef BB_MTAB | ||
352 | #endif | ||
353 | // | ||
354 | #if defined BB_SH | 346 | #if defined BB_SH |
355 | #if defined BB_FEATURE_COMMAND_EDITING | 347 | #if defined BB_FEATURE_COMMAND_EDITING |
356 | #define BB_CMDEDIT | 348 | #define BB_CMDEDIT |
diff --git a/debian/Config.h-static b/debian/Config.h-static index fc89e329d..4cde55fda 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static | |||
@@ -208,7 +208,7 @@ | |||
208 | #define BB_FEATURE_MOUNT_LOOP | 208 | #define BB_FEATURE_MOUNT_LOOP |
209 | // | 209 | // |
210 | // Enable support for a real /etc/mtab file instead of /proc/mounts | 210 | // Enable support for a real /etc/mtab file instead of /proc/mounts |
211 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 211 | //#define BB_FEATURE_MTAB_SUPPORT |
212 | // | 212 | // |
213 | // Enable support for mounting remote NFS volumes. | 213 | // Enable support for mounting remote NFS volumes. |
214 | // You may need to mount with "-o nolock" if you are | 214 | // You may need to mount with "-o nolock" if you are |
@@ -343,14 +343,6 @@ | |||
343 | // Nothing beyond this point should ever be touched by | 343 | // Nothing beyond this point should ever be touched by |
344 | // mere mortals so leave this stuff alone. | 344 | // mere mortals so leave this stuff alone. |
345 | // | 345 | // |
346 | #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF | ||
347 | #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT | ||
348 | #define BB_MTAB | ||
349 | #endif | ||
350 | #else | ||
351 | #undef BB_MTAB | ||
352 | #endif | ||
353 | // | ||
354 | #if defined BB_SH | 346 | #if defined BB_SH |
355 | #if defined BB_FEATURE_COMMAND_EDITING | 347 | #if defined BB_FEATURE_COMMAND_EDITING |
356 | #define BB_CMDEDIT | 348 | #define BB_CMDEDIT |
diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index 4028a71da..7aeba2873 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb | |||
@@ -208,7 +208,7 @@ | |||
208 | #define BB_FEATURE_MOUNT_LOOP | 208 | #define BB_FEATURE_MOUNT_LOOP |
209 | // | 209 | // |
210 | // Enable support for a real /etc/mtab file instead of /proc/mounts | 210 | // Enable support for a real /etc/mtab file instead of /proc/mounts |
211 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 211 | //#define BB_FEATURE_MTAB_SUPPORT |
212 | // | 212 | // |
213 | // Enable support for mounting remote NFS volumes. | 213 | // Enable support for mounting remote NFS volumes. |
214 | // You may need to mount with "-o nolock" if you are | 214 | // You may need to mount with "-o nolock" if you are |
@@ -343,14 +343,6 @@ | |||
343 | // Nothing beyond this point should ever be touched by | 343 | // Nothing beyond this point should ever be touched by |
344 | // mere mortals so leave this stuff alone. | 344 | // mere mortals so leave this stuff alone. |
345 | // | 345 | // |
346 | #if defined BB_MOUNT || defined BB_UMOUNT || defined BB_DF | ||
347 | #ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT | ||
348 | #define BB_MTAB | ||
349 | #endif | ||
350 | #else | ||
351 | #undef BB_MTAB | ||
352 | #endif | ||
353 | // | ||
354 | #if defined BB_SH | 346 | #if defined BB_SH |
355 | #if defined BB_FEATURE_COMMAND_EDITING | 347 | #if defined BB_FEATURE_COMMAND_EDITING |
356 | #define BB_CMDEDIT | 348 | #define BB_CMDEDIT |