diff options
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 73ce36f51..e5f82986d 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -90,6 +90,24 @@ config FEATURE_FIND_USER | |||
90 | help | 90 | help |
91 | Support the 'find -user' option for searching by username or uid. | 91 | Support the 'find -user' option for searching by username or uid. |
92 | 92 | ||
93 | config FEATURE_FIND_NOT | ||
94 | bool "Enable the 'not' (!) operator" | ||
95 | default y | ||
96 | depends on FIND | ||
97 | help | ||
98 | Support the '!' operator to invert the test results. If 'Enable | ||
99 | full-blown desktop' is enabled, then will also the non-POSIX | ||
100 | '-not' be supported. | ||
101 | |||
102 | config FEATURE_FIND_NOT | ||
103 | bool "Enable the 'not' (!) operator" | ||
104 | default y | ||
105 | depends on FIND | ||
106 | help | ||
107 | Support the '!' operator to invert the test results. If 'Enable | ||
108 | full-blown desktop' is enabled, then will also the non-POSIX | ||
109 | '-not' be supported. | ||
110 | |||
93 | config GREP | 111 | config GREP |
94 | bool "grep" | 112 | bool "grep" |
95 | default n | 113 | default n |