# 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@
-config-defines = @DEFS@
+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@
+have-bash2 = @libc_cv_have_bash2@
+have-ksh = @libc_cv_have_ksh@
# Configuration options.
gnu-as = @gnu_as@
build-shared = @shared@
build-profile = @profile@
build-omitfp = @omitfp@
+build-bounded = @bounded@
+build-static-nss = @static_nss@
stdio = @stdio@
+add-ons = @subdirs@
+cross-compiling = @cross_compiling@
# Build tools.
CC = @CC@
+BUILD_CC = @BUILD_CC@
+CFLAGS = @CFLAGS@
AR = @AR@
RANLIB = @RANLIB@
AS = $(CC) -c
-OBJDUMP = @OBJDUMP@
-OBJCOPY = @OBJCOPY@
-AWK = @AWK@
# Installation tools.
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
LN_S = @LN_S@
MSGFMT = @MSGFMT@
+BASH = @BASH@
+KSH = @KSH@
# More variables may be inserted below by configure.