* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.
[glibc.git] / config.make.in
blob836f61313591022994e48e52795ba5e0906a8205
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 gnu89-inline-CFLAGS = @libc_cv_gnu89_inline@
57 have-ssp = @libc_cv_ssp@
58 have-selinux = @have_selinux@
59 have-libaudit = @have_libaudit@
60 have-libcap = @have_libcap@
61 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
62 fno-unit-at-a-time = @fno_unit_at_a_time@
63 bind-now = @bindnow@
64 have-hash-style = @libc_cv_hashstyle@
66 static-libgcc = @libc_cv_gcc_static_libgcc@
68 versioning = @VERSIONING@
69 oldest-abi = @oldest_abi@
70 no-whole-archive = @no_whole_archive@
71 exceptions = @exceptions@
73 mach-interface-list = @mach_interface_list@
75 have-bash2 = @libc_cv_have_bash2@
76 have-ksh = @libc_cv_have_ksh@
78 sizeof-long-double = @sizeof_long_double@
80 # Configuration options.
81 build-static = @static@
82 build-shared = @shared@
83 build-pic-default= @pic_default@
84 build-profile = @profile@
85 build-omitfp = @omitfp@
86 build-bounded = @bounded@
87 build-static-nss = @static_nss@
88 add-ons = @add_ons@
89 add-on-subdirs = @add_on_subdirs@
90 sysdeps-add-ons = @sysdeps_add_ons@
91 cross-compiling = @cross_compiling@
92 force-install = @force_install@
94 # Build tools.
95 CC = @CC@
96 CXX = @CXX@
97 BUILD_CC = @BUILD_CC@
98 CFLAGS = @CFLAGS@
99 ASFLAGS-config = @ASFLAGS_config@
100 AR = @AR@
101 RANLIB = @RANLIB@
102 MAKEINFO = @MAKEINFO@
103 AS = $(CC) -c
104 MIG = @MIG@
105 PWD_P = @PWD_P@
106 BISON = @BISON@
107 AUTOCONF = @AUTOCONF@
108 OBJDUMP = @OBJDUMP@
110 # Installation tools.
111 INSTALL = @INSTALL@
112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
114 INSTALL_DATA = @INSTALL_DATA@
115 INSTALL_INFO = @INSTALL_INFO@
116 LN_S = @LN_S@
117 MSGFMT = @MSGFMT@
119 # Script execution tools.
120 BASH = @BASH_SHELL@
121 KSH = @KSH@
122 AWK = @AWK@
123 PERL = @PERL@
125 # Additional libraries.
126 LIBGD = @LIBGD@
128 # More variables may be inserted below by configure.