summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-03 13:27:17 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-03 13:27:17 +0200
commit81bd17ac76f0c64c518d9ca541a874b603e61fa0 (patch)
treeccbfe6163325527b8c036e071678ced3c809073c /extra/Configs/Config.in
parent455cd6cadefb6f287fb423773ce397dd265cc5bc (diff)
config: tweak STRICT_HEADERS description
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r--extra/Configs/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 89c685cb7..10607293c 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -698,9 +698,9 @@ config UCLIBC_SUSV4_LEGACY
WARNING! ABI incompatibility.
config UCLIBC_STRICT_HEADERS
- bool "Enable structures and constants for unsupported features"
+ bool "Hide structures and constants for unsupported features"
help
- Enable structures and constants in headers that should not be used,
+ Hide structures and constants in headers that should not be used,
because the respective feature is disabled.
WARNING! enabling this option requires to patch many faulty apps,