Use extended regular expressions when invoked as egrep (noted and initial
[oweals/busybox.git] / findutils / config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 mainmenu_option next_comment
7 comment 'Finding Utilities'
8
9 bool 'find'         CONFIG_FIND
10 bool 'grep'         CONFIG_GREP
11 if [ "$CONFIG_GREP" = "y" ] ; then
12         bool ' egrep alias' CONFIG_FEATURE_GREP_EGREP_ALIAS
13 fi
14 bool 'which'        CONFIG_WHICH
15 bool 'xargs'        CONFIG_XARGS
16 endmenu
17