[BZ #2066]
[glibc.git] / config.make.in
blob3af1e396e946134af676480d6ab486fab32a6648
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 all-warnings = @all_warnings@
39 elf = @elf@
40 have-protected = @libc_cv_asm_protected_directive@
41 have-z-nodelete = @libc_cv_z_nodelete@
42 have-z-nodlopen = @libc_cv_z_nodlopen@
43 have-z-initfirst = @libc_cv_z_initfirst@
44 have-z-combreloc = @libc_cv_z_combreloc@
45 have-z-execstack = @libc_cv_z_execstack@
46 have-initfini = @libc_cv_have_initfini@
47 have-z-relro = @libc_cv_z_relro@
48 have-Bgroup = @libc_cv_Bgroup@
49 have-as-needed = @libc_cv_as_needed@
50 libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
51 need-nopic-initfini = @nopic_initfini@
52 with-fp = @with_fp@
53 with-cvs = @with_cvs@
54 old-glibc-headers = @old_glibc_headers@
55 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
56 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
57 enable-check-abi = @enable_check_abi@
58 have-forced-unwind = @libc_cv_forced_unwind@
59 have-fpie = @libc_cv_fpie@
60 have-ssp = @libc_cv_ssp@
61 have-selinux = @have_selinux@
62 have-libaudit = @have_libaudit@
63 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
64 fno-unit-at-a-time = @fno_unit_at_a_time@
65 bind-now = @bindnow@
67 static-libgcc = @libc_cv_gcc_static_libgcc@
69 versioning = @VERSIONING@
70 oldest-abi = @oldest_abi@
71 no-whole-archive = @no_whole_archive@
72 exceptions = @exceptions@
74 mach-interface-list = @mach_interface_list@
76 have-bash2 = @libc_cv_have_bash2@
77 have-ksh = @libc_cv_have_ksh@
79 sizeof-long-double = @sizeof_long_double@
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 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.