diff options
author | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-09 00:41:10 +0000 |
---|---|---|
committer | markw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-09 00:41:10 +0000 |
commit | 7b9ede7825c43323da1fefc947f8ca9c25f3819a (patch) | |
tree | e91560b567b11c09e4c49ee9dc1ae2acc8681972 /Config.h | |
parent | d5ef095ad165869bc1ae2d86ca5b071448c79660 (diff) | |
download | busybox-w32-7b9ede7825c43323da1fefc947f8ca9c25f3819a.tar.gz busybox-w32-7b9ede7825c43323da1fefc947f8ca9c25f3819a.tar.bz2 busybox-w32-7b9ede7825c43323da1fefc947f8ca9c25f3819a.zip |
Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.
git-svn-id: svn://busybox.net/trunk/busybox@1762 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | // |