
1: # @configure_input@ 2: # Don't edit this file. Put configuration parameters in configparms instead. 3: 4: version = @VERSION@ 5: release = @RELEASE@ 6: 7: # Installation prefixes. 8: install_root = 9: prefix = @prefix@ 10: exec_prefix = @exec_prefix@ 11: datadir = @datadir@ 12: libdir = @libdir@ 13: slibdir = @libc_cv_slibdir@ 14: localedir = @libc_cv_localedir@ 15: sysconfdir = @libc_cv_sysconfdir@ 16: libexecdir = @libexecdir@ 17: rootsbindir = @libc_cv_rootsbindir@ 18: infodir = @infodir@ 19: includedir = @includedir@ 20: datarootdir = @datarootdir@ 21: 22: # Should we use and build ldconfig? 23: use-ldconfig = @use_ldconfig@ 24: 25: # Maybe the `ldd' script must be rewritten. 26: ldd-rewrite-script = @ldd_rewrite_script@ 27: 28: # System configuration. 29: config-machine = @host_cpu@ 30: base-machine = @base_machine@ 31: config-vendor = @host_vendor@ 32: config-os = @host_os@ 33: config-sysdirs = @sysnames@ 34: with-cpu = @submachine@ 35: 36: defines = @DEFINES@ 37: sysincludes = @SYSINCLUDES@ 38: c++-sysincludes = @CXX_SYSINCLUDES@ 39: all-warnings = @all_warnings@ 40: 41: elf = @elf@ 42: have-z-combreloc = @libc_cv_z_combreloc@ 43: have-z-execstack = @libc_cv_z_execstack@ 44: have-initfini = @libc_cv_have_initfini@ 45: have-Bgroup = @libc_cv_Bgroup@ 46: have-as-needed = @libc_cv_as_needed@ 47: libgcc_s_suffix = @libc_cv_libgcc_s_suffix@ 48: need-nopic-initfini = @nopic_initfini@ 49: with-fp = @with_fp@ 50: with-cvs = @with_cvs@ 51: old-glibc-headers = @old_glibc_headers@ 52: unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ 53: have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ 54: enable-check-abi = @enable_check_abi@ 55: have-forced-unwind = @libc_cv_forced_unwind@ 56: have-fpie = @libc_cv_fpie@ 57: gnu89-inline-CFLAGS = @libc_cv_gnu89_inline@ 58: have-ssp = @libc_cv_ssp@ 59: have-selinux = @have_selinux@ 60: have-libaudit = @have_libaudit@ 61: have-libcap = @have_libcap@ 62: have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ 63: fno-unit-at-a-time = @fno_unit_at_a_time@ 64: bind-now = @bindnow@ 65: have-hash-style = @libc_cv_hashstyle@ 66: 67: static-libgcc = @libc_cv_gcc_static_libgcc@ 68: 69: versioning = @VERSIONING@ 70: oldest-abi = @oldest_abi@ 71: no-whole-archive = @no_whole_archive@ 72: exceptions = @exceptions@ 73: 74: mach-interface-list = @mach_interface_list@ 75: 76: have-bash2 = @libc_cv_have_bash2@ 77: have-ksh = @libc_cv_have_ksh@ 78: 79: sizeof-long-double = @sizeof_long_double@ 80: 81: # Configuration options. 82: build-static = @static@ 83: build-shared = @shared@ 84: build-pic-default= @pic_default@ 85: build-profile = @profile@ 86: build-omitfp = @omitfp@ 87: build-bounded = @bounded@ 88: build-static-nss = @static_nss@ 89: add-ons = @add_ons@ 90: add-on-subdirs = @add_on_subdirs@ 91: sysdeps-add-ons = @sysdeps_add_ons@ 92: cross-compiling = @cross_compiling@ 93: force-install = @force_install@ 94: 95: # Build tools. 96: CC = @CC@ 97: CXX = @CXX@ 98: BUILD_CC = @BUILD_CC@ 99: CFLAGS = @CFLAGS@ 100: ASFLAGS-config = @ASFLAGS_config@ 101: AR = @AR@ 102: RANLIB = @RANLIB@ 103: MAKEINFO = @MAKEINFO@ 104: AS = $(CC) -c 105: MIG = @MIG@ 106: PWD_P = @PWD_P@ 107: BISON = @BISON@ 108: AUTOCONF = @AUTOCONF@ 109: OBJDUMP = @OBJDUMP@ 110: 111: # Installation tools. 112: INSTALL = @INSTALL@ 113: INSTALL_PROGRAM = @INSTALL_PROGRAM@ 114: INSTALL_SCRIPT = @INSTALL_SCRIPT@ 115: INSTALL_DATA = @INSTALL_DATA@ 116: INSTALL_INFO = @INSTALL_INFO@ 117: LN_S = @LN_S@ 118: MSGFMT = @MSGFMT@ 119: 120: # Script execution tools. 121: BASH = @BASH_SHELL@ 122: KSH = @KSH@ 123: AWK = @AWK@ 124: PERL = @PERL@ 125: 126: # Additional libraries. 127: LIBGD = @LIBGD@ 128: 129: # More variables may be inserted below by configure.