Add _STRING_INLINE_unaligned and string_private.h
[glibc.git] / config.make.in
blob05ed6eca4b877e3869c08b717555f88276ce6c12
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 rtlddir = @libc_cv_rtlddir@
15 complocaledir = @libc_cv_complocaledir@
16 sysconfdir = @libc_cv_sysconfdir@
17 libexecdir = @libexecdir@
18 rootsbindir = @libc_cv_rootsbindir@
19 infodir = @infodir@
20 includedir = @includedir@
21 datarootdir = @datarootdir@
22 localstatedir = @libc_cv_localstatedir@
24 # Should we use and build ldconfig?
25 use-ldconfig = @use_ldconfig@
27 # Maybe the `ldd' script must be rewritten.
28 ldd-rewrite-script = @ldd_rewrite_script@
30 # System configuration.
31 config-machine = @host_cpu@
32 base-machine = @base_machine@
33 config-vendor = @host_vendor@
34 config-os = @host_os@
35 config-sysdirs = @sysnames@
36 cflags-cpu = @libc_cv_cc_submachine@
37 asflags-cpu = @libc_cv_cc_submachine@
39 config-extra-cflags = @libc_extra_cflags@
40 config-extra-cppflags = @libc_extra_cppflags@
41 config-cflags-nofma = @libc_cv_cc_nofma@
43 defines = @DEFINES@
44 sysheaders = @sysheaders@
45 sysincludes = @SYSINCLUDES@
46 c++-sysincludes = @CXX_SYSINCLUDES@
47 all-warnings = @all_warnings@
48 enable-werror = @enable_werror@
50 have-z-combreloc = @libc_cv_z_combreloc@
51 have-z-execstack = @libc_cv_z_execstack@
52 have-protected-data = @libc_cv_protected_data@
53 have-glob-dat-reloc = @libc_cv_has_glob_dat@
54 with-fp = @with_fp@
55 enable-timezone-tools = @enable_timezone_tools@
56 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
57 have-fpie = @libc_cv_fpie@
58 stack-protector = @stack_protector@
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 use-default-link = @use_default_link@
67 output-format = @libc_cv_output_format@
68 have-cxx-thread_local = @libc_cv_cxx_thread_local@
70 multi-arch = @multi_arch@
72 mach-interface-list = @mach_interface_list@
74 nss-crypt = @libc_cv_nss_crypt@
76 # Configuration options.
77 build-shared = @shared@
78 build-pic-default= @libc_cv_pic_default@
79 build-pie-default= @libc_cv_pie_default@
80 build-profile = @profile@
81 build-static-nss = @static_nss@
82 add-ons = @add_ons@
83 add-on-subdirs = @add_on_subdirs@
84 sysdeps-add-ons = @sysdeps_add_ons@
85 cross-compiling = @cross_compiling@
86 force-install = @force_install@
87 link-obsolete-rpc = @link_obsolete_rpc@
88 build-nscd = @build_nscd@
89 use-nscd = @use_nscd@
90 build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
91 build-pt-chown = @build_pt_chown@
92 enable-lock-elision = @enable_lock_elision@
94 # Build tools.
95 CC = @CC@
96 CXX = @CXX@
97 BUILD_CC = @BUILD_CC@
98 CFLAGS = @CFLAGS@
99 CPPFLAGS-config = @CPPFLAGS@
100 CPPUNDEFS = @CPPUNDEFS@
101 ASFLAGS-config = @ASFLAGS_config@
102 AR = @AR@
103 NM = @NM@
104 MAKEINFO = @MAKEINFO@
105 AS = $(CC) -c
106 BISON = @BISON@
107 AUTOCONF = @AUTOCONF@
108 OBJDUMP = @OBJDUMP@
109 OBJCOPY = @OBJCOPY@
110 READELF = @READELF@
112 # Installation tools.
113 INSTALL = @INSTALL@
114 INSTALL_PROGRAM = @INSTALL_PROGRAM@
115 INSTALL_SCRIPT = @INSTALL_SCRIPT@
116 INSTALL_DATA = @INSTALL_DATA@
117 INSTALL_INFO = @INSTALL_INFO@
118 LN_S = @LN_S@
119 MSGFMT = @MSGFMT@
121 # Script execution tools.
122 BASH = @BASH_SHELL@
123 AWK = @AWK@
124 PERL = @PERL@
126 # Additional libraries.
127 LIBGD = @LIBGD@
129 # Package versions and bug reporting configuration.
130 PKGVERSION = @PKGVERSION@
131 PKGVERSION_TEXI = @PKGVERSION_TEXI@
132 REPORT_BUGS_TO = @REPORT_BUGS_TO@
133 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
135 # More variables may be inserted below by configure.