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