diff options
| author | Mark Whitley <markw@lineo.com> | 2001-04-17 18:56:18 +0000 |
|---|---|---|
| committer | Mark Whitley <markw@lineo.com> | 2001-04-17 18:56:18 +0000 |
| commit | fccaa3629b89bcfcd2d9b4126255cd31e0f5e174 (patch) | |
| tree | 1384fdafb928c700cba166f7e3609b516d5b7287 /Config.h | |
| parent | 6e808ca35419ba7ec14dd836f0e013ea35ff0aee (diff) | |
| download | busybox-w32-fccaa3629b89bcfcd2d9b4126255cd31e0f5e174.tar.gz busybox-w32-fccaa3629b89bcfcd2d9b4126255cd31e0f5e174.tar.bz2 busybox-w32-fccaa3629b89bcfcd2d9b4126255cd31e0f5e174.zip | |
Applied patch from I.Q. to add sort -u as a feature.
Diffstat (limited to 'Config.h')
| -rw-r--r-- | Config.h | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -235,9 +235,12 @@ | |||
| 235 | // Enable support for tar -z option (currently only works for inflating) | 235 | // Enable support for tar -z option (currently only works for inflating) |
| 236 | #define BB_FEATURE_TAR_GZIP | 236 | #define BB_FEATURE_TAR_GZIP |
| 237 | // | 237 | // |
| 238 | //// Enable reverse sort | 238 | // Enable reverse sort |
| 239 | #define BB_FEATURE_SORT_REVERSE | 239 | #define BB_FEATURE_SORT_REVERSE |
| 240 | // | 240 | // |
| 241 | // Enable uniqe sort | ||
| 242 | #define BB_FEATURE_SORT_UNIQUE | ||
| 243 | // | ||
| 241 | // Enable command line editing in the shell. | 244 | // Enable command line editing in the shell. |
| 242 | // Only relevant if BB_SH is enabled. On by default. | 245 | // Only relevant if BB_SH is enabled. On by default. |
| 243 | #define BB_FEATURE_COMMAND_EDITING | 246 | #define BB_FEATURE_COMMAND_EDITING |
