diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-29 21:12:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-29 21:12:13 +0000 |
commit | 589c9895a47f608d6f7333dba3d7b449baf4b374 (patch) | |
tree | a7716b3e44059fccb058fba45f30ab5b061fb2a1 /extra | |
parent | 2c20597657d269d5f61592278d589dd35cd040f2 (diff) |
- introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACY
stuff, even the fallback defines.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index fcf64c509..b3d9250f0 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -462,6 +462,14 @@ config UCLIBC_SUSV3_LEGACY Currently applies to bcopy/bzero/bcmp/index/rindex. WARNING! ABI incompatibility. +config UCLIBC_SUSV3_LEGACY_MACROS + bool "Enable SuSv3 LEGACY macros" + default n + help + Enable this option if you want to have SuSv3 LEGACY macros. + Currently applies to bcopy/bzero/bcmp/index/rindex et al. + WARNING! ABI incompatibility. + config UCLIBC_HAS_SHADOW bool "Shadow Password Support" default y |