diff options
author | Mark Whitley <markw@lineo.com> | 2001-04-25 22:08:56 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-04-25 22:08:56 +0000 |
commit | 2789906aad2e2fecdae79cb955a277f71b7483a4 (patch) | |
tree | c2b5e1fbdf0ef85b9914d39f5987765c95483da0 /Config.h | |
parent | 207587a9b4d7323169eadfcd5dd517605a912569 (diff) | |
download | busybox-w32-2789906aad2e2fecdae79cb955a277f71b7483a4.tar.gz busybox-w32-2789906aad2e2fecdae79cb955a277f71b7483a4.tar.bz2 busybox-w32-2789906aad2e2fecdae79cb955a277f71b7483a4.zip |
Removed obsoleted BB_FEATURE_RM_INTERACTIVE
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -231,9 +231,6 @@ | |||
231 | // (i.e. in case of an unreachable NFS system). | 231 | // (i.e. in case of an unreachable NFS system). |
232 | #define BB_FEATURE_MOUNT_FORCE | 232 | #define BB_FEATURE_MOUNT_FORCE |
233 | // | 233 | // |
234 | // use -i (interactive) flag for rm | ||
235 | //#define BB_FEATURE_RM_INTERACTIVE | ||
236 | // | ||
237 | // Enable support for creation of tar files. | 234 | // Enable support for creation of tar files. |
238 | #define BB_FEATURE_TAR_CREATE | 235 | #define BB_FEATURE_TAR_CREATE |
239 | // | 236 | // |