Always check dtv before freeing dtv[-1]
[glibc.git] / config.make.in
blobd84fe383c33c55291e88d5680661e1d5230c4f13
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 = $(DESTDIR)
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 localstatedir = @libc_cv_localstatedir@
23 # Should we use and build ldconfig?
24 use-ldconfig = @use_ldconfig@
26 # Maybe the `ldd' script must be rewritten.
27 ldd-rewrite-script = @ldd_rewrite_script@
29 # System configuration.
30 config-machine = @host_cpu@
31 base-machine = @base_machine@
32 config-vendor = @host_vendor@
33 config-os = @host_os@
34 config-sysdirs = @sysnames@
35 cflags-cpu = @libc_cv_cc_submachine@
36 asflags-cpu = @libc_cv_cc_submachine@
38 config-extra-cflags = @libc_extra_cflags@
39 config-cflags-sse4 = @libc_cv_cc_sse4@
40 config-cflags-avx = @libc_cv_cc_avx@
41 config-cflags-sse2avx = @libc_cv_cc_sse2avx@
42 config-cflags-novzeroupper = @libc_cv_cc_novzeroupper@
43 config-cflags-nofma = @libc_cv_cc_nofma@
44 config-asflags-i686 = @libc_cv_as_i686@
46 defines = @DEFINES@
47 sysheaders = @sysheaders@
48 sysincludes = @SYSINCLUDES@
49 c++-sysincludes = @CXX_SYSINCLUDES@
50 all-warnings = @all_warnings@
52 have-z-combreloc = @libc_cv_z_combreloc@
53 have-z-execstack = @libc_cv_z_execstack@
54 have-Bgroup = @libc_cv_Bgroup@
55 with-fp = @with_fp@
56 old-glibc-headers = @old_glibc_headers@
57 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
58 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
59 have-forced-unwind = @libc_cv_forced_unwind@
60 have-fpie = @libc_cv_fpie@
61 have-mfma4 = @libc_cv_cc_fma4@
62 have-as-vis3 = @libc_cv_sparc_as_vis3@
63 gnu89-inline-CFLAGS = @gnu89_inline@
64 have-ssp = @libc_cv_ssp@
65 have-selinux = @have_selinux@
66 have-libaudit = @have_libaudit@
67 have-libcap = @have_libcap@
68 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
69 fno-unit-at-a-time = @fno_unit_at_a_time@
70 bind-now = @bindnow@
71 have-hash-style = @libc_cv_hashstyle@
72 use-default-link = @use_default_link@
73 output-format = @libc_cv_output_format@
75 static-libgcc = @libc_cv_gcc_static_libgcc@
77 versioning = @VERSIONING@
78 oldest-abi = @oldest_abi@
79 exceptions = @exceptions@
80 multi-arch = @multi_arch@
82 mach-interface-list = @mach_interface_list@
84 have-bash2 = @libc_cv_have_bash2@
85 have-ksh = @libc_cv_have_ksh@
87 sizeof-long-double = @sizeof_long_double@
89 nss-crypt = @libc_cv_nss_crypt@
91 # Configuration options.
92 build-shared = @shared@
93 build-pic-default= @libc_cv_pic_default@
94 build-profile = @profile@
95 build-bounded = no
96 build-static-nss = @static_nss@
97 add-ons = @add_ons@
98 add-on-subdirs = @add_on_subdirs@
99 sysdeps-add-ons = @sysdeps_add_ons@
100 cross-compiling = @cross_compiling@
101 force-install = @force_install@
102 link-obsolete-rpc = @link_obsolete_rpc@
103 build-nscd = @build_nscd@
104 use-nscd = @use_nscd@
106 # Build tools.
107 CC = @CC@
108 CXX = @CXX@
109 BUILD_CC = @BUILD_CC@
110 CFLAGS = @CFLAGS@
111 CPPFLAGS-config = @CPPFLAGS@
112 CPPUNDEFS = @CPPUNDEFS@
113 ASFLAGS-config = @ASFLAGS_config@
114 AR = @AR@
115 MAKEINFO = @MAKEINFO@
116 AS = $(CC) -c
117 MIG = @MIG@
118 BISON = @BISON@
119 AUTOCONF = @AUTOCONF@
120 OBJDUMP = @OBJDUMP@
121 OBJCOPY = @OBJCOPY@
122 READELF = @READELF@
124 # Installation tools.
125 INSTALL = @INSTALL@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 INSTALL_DATA = @INSTALL_DATA@
129 INSTALL_INFO = @INSTALL_INFO@
130 LN_S = @LN_S@
131 MSGFMT = @MSGFMT@
133 # Script execution tools.
134 BASH = @BASH_SHELL@
135 KSH = @KSH@
136 AWK = @AWK@
137 PERL = @PERL@
139 # Additional libraries.
140 LIBGD = @LIBGD@
142 # More variables may be inserted below by configure.