From a26ac41c4946e3ebe4fab0ce6677350b644eb158 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 23 Mar 2006 17:19:42 +0000 Subject: Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex --- extra/Configs/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 374f8da86..4861b8d57 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -455,6 +455,15 @@ config COMPAT_ATEXIT Enable this option if you want to update from 0.9.28 to svn/0.9.29, else you will be missing atexit() until you rebuild all apps. +config UCLIBC_SUSV3_LEGACY + bool "Enable SuSv3 LEGACY functions" + default n + help + Enable this option if you want to have SuSv3 LEGACY functions + in the library, else they are replaced by SuSv3 proposed macros. + Currently applies to bcopy/bzero/bcmp/index/rindex. + WARNING! ABI incompatibility. + config HAS_SHADOW bool "Shadow Password Support" default y -- cgit v1.2.3