# Don't edit this file. Put configuration parameters in configparms instead.
# Installation prefixes.
+install_root =
prefix = @prefix@
exec_prefix = @exec_prefix@
slibdir = @libc_cv_slibdir@
sysconfdir = @libc_cv_sysconfdir@
+rootsbindir = @libc_cv_rootsbindir@
+
+# If ldconfig exists. This will go away as soon as `ldconfig' is available
+# in GNU libc.
+has-ldconfig = @has_ldconfig@
# System configuration.
config-machine = @host_cpu@
config-os = @host_os@
config-sysdirs = @sysnames@
-defines = @DEFINES@ @USE_NEW_MALLOC@
+defines = @DEFINES@
elf = @elf@
have-initfini = @libc_cv_have_initfini@
+need-nopic-initfini = @nopic_initfini@
+
+versioning = @VERSIONING@
have-no-whole-archive = @libc_cv_ld_no_whole_archive@
have-no-exceptions = @libc_cv_gcc_no_exceptions@
build-shared = @shared@
build-profile = @profile@
build-omitfp = @omitfp@
+build-bounded = @bounded@
+build-static-nss = @static_nss@
stdio = @stdio@
-malloc = @malloc@
add-ons = @subdirs@
+cross-compiling = @cross_compiling@
# Build tools.
CC = @CC@