aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-30 01:30:39 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-30 01:30:39 +0000
commit9fc36919f9e590f05a4bc0963b6eb581db5b5d57 (patch)
tree7a894633a6e3e0fd48f32f6fc1eb9596b01477ee /Config.in
parent0757b333c6e950da7ca765ffd47249c5c654f7b8 (diff)
downloadbusybox-w32-9fc36919f9e590f05a4bc0963b6eb581db5b5d57.tar.gz
busybox-w32-9fc36919f9e590f05a4bc0963b6eb581db5b5d57.tar.bz2
busybox-w32-9fc36919f9e590f05a4bc0963b6eb581db5b5d57.zip
Move SUSv2 obsolete feature disabling to debug menu, invert meaning of
symbol (switched on to remove now: test your apps to make sure they _don't_ do this, because as some point we should just yank it), fixup head/tail/fold. Also tweak "make allyesconfig" so anything starting with CONFIG_DEBUG gets left switched off. Possibly other things we want to put in the debug menu? git-svn-id: svn://busybox.net/trunk/busybox@13692 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in25
1 files changed, 8 insertions, 17 deletions
diff --git a/Config.in b/Config.in
index 1b87c1251..204821091 100644
--- a/Config.in
+++ b/Config.in
@@ -251,23 +251,6 @@ config CONFIG_BUILD_AT_ONCE
251 251
252 Say 'N' unless you know what you are doing. 252 Say 'N' unless you know what you are doing.
253 253
254config CONFIG_FEATURE_SUSv2
255 bool "Enable features that are in SuSv2 but not SuSv3?"
256 default y
257 help
258 This option will enable backwards compatability with SuSv2,
259 specifically, numeric options such as 'head -1 <file>' will be
260 supported.
261
262config CONFIG_FEATURE_SUSv2_OBSOLETE
263 bool "Enable features that are obsolete in SuSv2"
264 depends on CONFIG_FEATURE_SUSv2
265 default y
266 help
267 Enable pre- SuSv2 features which are deprecated in SuSv2 and
268 above.
269 Disables support for e.g. numeric arguments in fold.
270
271endmenu 254endmenu
272 255
273menu 'Installation Options' 256menu 'Installation Options'
@@ -389,5 +372,13 @@ config CONFIG_EFENCE
389 372
390endchoice 373endchoice
391 374
375config CONFIG_DEBUG_YANK_SUSv2
376 bool "Disable obsolete features removed before SUSv3?"
377 default y
378 help
379 This option will disable backwards compatability with SuSv2,
380 specifically, old-style numeric options ('command -1 <file>')
381 will not be supported in head, tail, and fold. (Note: should
382 yank from renice too.)
392 383
393endmenu 384endmenu