aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2005-12-11 03:09:05 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2005-12-11 03:09:05 +0000
commit0bd0257fe0fb3835af056ec933b010aad2722f93 (patch)
treec6410295b7270b93ffab84419419b9b05586e370 /sysdeps/linux/Config.in
parentd77b781c1f0f0913b252c8f207f5518e77733dc3 (diff)
downloadbusybox-0bd0257fe0fb3835af056ec933b010aad2722f93.tar.gz
Add build options to control SuS compatability, allows numeric
option handling to be disabled. Defaults to enabled, so no changes in default behaviour
Diffstat (limited to 'sysdeps/linux/Config.in')
-rw-r--r--sysdeps/linux/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in
index 95491c9a0..fb97c8f05 100644
--- a/sysdeps/linux/Config.in
+++ b/sysdeps/linux/Config.in
@@ -203,6 +203,21 @@ config EXTRA_CFLAGS_OPTIONS
if you want to add some simple compiler switches (like -march=i686),
or check for warnings using -Werror, just those options here.
+config CONFIG_FEATURE_SUSv2
+ bool "Enable features that are in SuSv2 but not SuSv3?"
+ default y
+ help
+ This option will enable backwards compatability with SuSv2,
+ specifically, numeric options such as 'head -1 <file>' will be
+ supported.
+
+config CONFIG_FEATURE_SUSv2_OBSOLETE
+ bool "Enable features that are obsolete in SuSv2"
+ depends on CONFIG_FEATURE_SUSv2
+ default y
+ help
+ Disables support for numeric arguments in fold.
+
endmenu
menu 'Installation Options'