diff options
author | Mark Whitley | 2001-02-09 00:41:10 +0000 |
---|---|---|
committer | Mark Whitley | 2001-02-09 00:41:10 +0000 |
commit | 2fd52989f734c0e85e4a4733351cf3ce4b8c47c7 (patch) | |
tree | e91560b567b11c09e4c49ee9dc1ae2acc8681972 /Config.h | |
parent | d238a7bcc8412bb1ccc008d1e005007ed500e35b (diff) | |
download | busybox-2fd52989f734c0e85e4a4733351cf3ce4b8c47c7.zip busybox-2fd52989f734c0e85e4a4733351cf3ce4b8c47c7.tar.gz |
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 @@ // Support for the find -mtine option. #define BB_FEATURE_FIND_MTIME // +// Support for the -A -B and -C context flags in grep +//#define BB_FEATURE_GREP_CONTEXT +// // End of Features List // // |