aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-02-09 00:41:10 +0000
committerMark Whitley <markw@lineo.com>2001-02-09 00:41:10 +0000
commit2fd52989f734c0e85e4a4733351cf3ce4b8c47c7 (patch)
treee91560b567b11c09e4c49ee9dc1ae2acc8681972 /Config.h
parentd238a7bcc8412bb1ccc008d1e005007ed500e35b (diff)
downloadbusybox-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 876013f97..517fa2873 100644
--- a/Config.h
+++ b/Config.h
@@ -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
//
//