config EGLIBC_OPTION_EGLIBC_BIG_MACROS
bool "Use extensive inline code"
default y
- depends EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
help
This option group specifies whether certain pieces of code
should be inlined to achieve maximum speed. If this option
config EGLIBC_OPTION_EGLIBC_CRYPT
bool "Encryption library"
default y
- depends EGLIBC_VERSION_2_12
help
This option group includes the `libcrypt' library which
provides functions for one-way encryption. Supported
config EGLIBC_OPTION_EGLIBC_CRYPT_UFC
bool "Ultra fast `crypt' implementation"
default y
- depends EGLIBC_VERSION_2_12
select EGLIBC_OPTION_EGLIBC_CRYPT
help
This option group provides ultra fast DES-based implementation of
config EGLIBC_OPTION_EGLIBC_FCVT
bool "Functions for converting floating-point numbers to strings"
default y
- depends EGLIBC_VERSION_2_10 || EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
help
This option group includes functions for converting
floating-point numbers to strings.
config EGLIBC_OPTION_EGLIBC_FMTMSG
bool "Functions for formatting messages"
default y
- depends EGLIBC_VERSION_2_10 || EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
help
This option group includes the following functions:
config EGLIBC_OPTION_EGLIBC_FTRAVERSE
bool "Functions for traversing file hierarchies"
default y
- depends EGLIBC_VERSION_2_10 || EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
help
This option group includes functions for traversing file
UNIX file hierachies.
config EGLIBC_OPTION_EGLIBC_IDN
bool "International domain names support"
default y
- depends EGLIBC_VERSION_2_12
help
This option group includes the `libcidn' library which
provides support for international domain names.
config EGLIBC_OPTION_EGLIBC_INET_ANL
bool "Asynchronous name lookup"
default y
- depends EGLIBC_VERSION_2_12
select EGLIBC_OPTION_EGLIBC_INET
help
This option group includes the `libanl' library which
config EGLIBC_OPTION_EGLIBC_LIBM_BIG
bool "Math library size"
default y
- depends EGLIBC_VERSION_2_12
help
This option group enables default configuration of the math library.
Not selecting this option group removes most of the extended and
config EGLIBC_OPTION_EGLIBC_LOCALE_CODE
bool "Locale functions"
default y
- select EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR if EGLIBC_VERSION_2_8 || EGLIBC_VERSION_2_9 || EGLIBC_VERSION_2_10 || EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
+ select EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR
help
This option group includes locale support functions, programs,
and libraries. With EGLIBC_OPTION_EGLIBC_LOCALE_CODE disabled,
config EGLIBC_OPTION_EGLIBC_MEMUSAGE
bool "Memory profiling library"
default y
- depends EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
help
This option group includes the `libmemusage' library and
the `memusage' and `memusagestat' utilities.
config EGLIBC_OPTION_EGLIBC_RTLD_DEBUG
bool "Runtime linker debug print outs"
default y
- depends EGLIBC_VERSION_2_12
help
This option group enables debug output of the runtime linker
which is activated via LD_DEBUG and LD_TRACE_PRELINKING
config EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR
bool "ISO C library wide character functions, excluding I/O"
default y
- depends EGLIBC_VERSION_2_8 || EGLIBC_VERSION_2_9 || EGLIBC_VERSION_2_10 || EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
help
This option group includes the functions defined by the ISO C
standard for working with wide and multibyte characters in
config EGLIBC_OPTION_POSIX_REGEXP_GLIBC
bool "Regular expressions from GLIBC"
default y
- depends EGLIBC_VERSION_2_10 || EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
select EGLIBC_OPTION_POSIX_REGEXP
help
This option group specifies which regular expression
config EGLIBC_OPTION_POSIX_WIDE_CHAR_DEVICE_IO
bool "Input and output functions for wide characters"
default y
- select EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR if EGLIBC_VERSION_2_8 || EGLIBC_VERSION_2_9 || EGLIBC_VERSION_2_10 || EGLIBC_VERSION_2_11 || EGLIBC_VERSION_2_12
+ select EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR
help
This option group includes functions for reading and writing
wide characters to and from <stdio.h> streams.