aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-09 00:41:10 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-09 00:41:10 +0000
commit7b9ede7825c43323da1fefc947f8ca9c25f3819a (patch)
treee91560b567b11c09e4c49ee9dc1ae2acc8681972 /Config.h
parentd5ef095ad165869bc1ae2d86ca5b071448c79660 (diff)
downloadbusybox-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.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 @@
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//