diff options
author | Mark Whitley <markw@lineo.com> | 2001-02-09 00:41:10 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2001-02-09 00:41:10 +0000 |
commit | 2fd52989f734c0e85e4a4733351cf3ce4b8c47c7 (patch) | |
tree | e91560b567b11c09e4c49ee9dc1ae2acc8681972 /Config.h | |
parent | d238a7bcc8412bb1ccc008d1e005007ed500e35b (diff) | |
download | busybox-w32-2fd52989f734c0e85e4a4733351cf3ce4b8c47c7.tar.gz busybox-w32-2fd52989f734c0e85e4a4733351cf3ce4b8c47c7.tar.bz2 busybox-w32-2fd52989f734c0e85e4a4733351cf3ce4b8c47c7.zip |
Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -318,6 +318,9 @@ | |||
318 | // Support for the find -mtine option. | 318 | // Support for the find -mtine option. |
319 | #define BB_FEATURE_FIND_MTIME | 319 | #define BB_FEATURE_FIND_MTIME |
320 | // | 320 | // |
321 | // Support for the -A -B and -C context flags in grep | ||
322 | //#define BB_FEATURE_GREP_CONTEXT | ||
323 | // | ||
321 | // End of Features List | 324 | // End of Features List |
322 | // | 325 | // |
323 | // | 326 | // |