]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
Add test for required SELinux features.
[thirdparty/glibc.git] / config.make.in
CommitLineData
28f540f4
RM
1# @configure_input@
2# From $Id$.
3# Don't edit this file. Put configuration parameters in configparms instead.
4
ee74a442
UD
5version = @VERSION@
6release = @RELEASE@
7
ff3d7ed3 8# Installation prefixes.
8d57beea 9install_root =
ff3d7ed3
RM
10prefix = @prefix@
11exec_prefix = @exec_prefix@
778c59c8 12datadir = @datadir@
1c25bcac 13libdir = @libdir@
84384f5b 14slibdir = @libc_cv_slibdir@
a1d84548 15localedir = @libc_cv_localedir@
77259608 16sysconfdir = @libc_cv_sysconfdir@
6591c335 17libexecdir = @libexecdir@
8d57beea 18rootsbindir = @libc_cv_rootsbindir@
cf0fac8b 19infodir = @infodir@
25c751d0 20includedir = @includedir@
1ef32c3d 21
591e1ffb
UD
22# Should we use and build ldconfig?
23use-ldconfig = @use_ldconfig@
ff3d7ed3 24
cb343854
UD
25# Maybe the `ldd' script must be rewritten.
26ldd-rewrite-script = @ldd_rewrite_script@
27
ff3d7ed3 28# System configuration.
28f540f4 29config-machine = @host_cpu@
f0523145 30base-machine = @base_machine@
28f540f4
RM
31config-vendor = @host_vendor@
32config-os = @host_os@
33config-sysdirs = @sysnames@
34
33a934a3 35defines = @DEFINES@
dbe7a0f5 36sysincludes = @SYSINCLUDES@
6cc7d725 37all-warnings = @all_warnings@
ff3d7ed3 38
99a9e88e 39elf = @elf@
2d499f55 40have-protected = @libc_cv_asm_protected_directive@
0fb7851f 41have-z-nodelete = @libc_cv_z_nodelete@
2f54c82d 42have-z-nodlopen = @libc_cv_z_nodlopen@
5d916713 43have-z-initfirst = @libc_cv_z_initfirst@
f13df7c7 44have-z-combreloc = @libc_cv_z_combreloc@
2abf9ff1 45have-z-execstack = @libc_cv_z_execstack@
99a9e88e 46have-initfini = @libc_cv_have_initfini@
ed20b3d9 47have-z-relro = @libc_cv_z_relro@
639c3248 48have-Bgroup = @libc_cv_Bgroup@
feca5e0b 49have-as-needed = @libc_cv_as_needed@
cdbf48be 50libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
5ae3e846 51need-nopic-initfini = @nopic_initfini@
675322a5 52with-fp = @with_fp@
4d06461a 53with-cvs = @with_cvs@
a53bad16 54old-glibc-headers = @old_glibc_headers@
74bd2300 55unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
5241882c 56have-initfini-array = @libc_cv_initfinit_array@
073e82bf 57have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
7dbde9db 58enable-check-abi = @enable_check_abi@
bcd5f356 59have-forced-unwind = @libc_cv_forced_unwind@
c9c60884 60have-fpie = @libc_cv_fpie@
c776b3d7 61have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
49803108 62fno-unit-at-a-time = @fno_unit_at_a_time@
4df8c11d 63bind-now = @bindnow@
74bd2300
UD
64
65static-libgcc = @libc_cv_gcc_static_libgcc@
99a9e88e 66
377a515b 67versioning = @VERSIONING@
deb7f0b4 68oldest-abi = @oldest_abi@
b17277cf 69no-whole-archive = @no_whole_archive@
dff14448 70exceptions = @exceptions@
7cabd57c 71have_doors = @linux_doors@
377a515b 72
61c83c3f
RM
73mach-interface-list = @mach_interface_list@
74
84384f5b 75have-bash2 = @libc_cv_have_bash2@
5290baf0 76have-ksh = @libc_cv_have_ksh@
a641835a 77
8ed1e7d5
GK
78sizeof-long-double = @sizeof_long_double@
79
424f8c09 80# Configuration options.
28f540f4
RM
81gnu-as = @gnu_as@
82gnu-ld = @gnu_ld@
650425ce 83build-static = @static@
ff3d7ed3 84build-shared = @shared@
cc3fa755 85build-pic-default= @pic_default@
ff3d7ed3
RM
86build-profile = @profile@
87build-omitfp = @omitfp@
5a97622d 88build-bounded = @bounded@
5107cf1d 89build-static-nss = @static_nss@
8f73811b 90add-ons = @add_ons@
779ae82e 91cross-compiling = @cross_compiling@
73237de3 92force-install = @force_install@
28f540f4 93
424f8c09 94# Build tools.
28f540f4 95CC = @CC@
58a7a325 96CXX = @CXX@
072ebcef 97BUILD_CC = @BUILD_CC@
6e86a7c2 98CFLAGS = @CFLAGS@
35915ec8 99ASFLAGS-config = @ASFLAGS_config@
28f540f4
RM
100AR = @AR@
101RANLIB = @RANLIB@
04be94a8 102MAKEINFO = @MAKEINFO@
ea03559a 103AS = $(CC) -c
4bca4c17 104MIG = @MIG@
c218729d 105PWD_P = @PWD_P@
ae113383 106BISON = @BISON@
1400de2e 107AUTOCONF = @AUTOCONF@
6e3d59bc 108OBJDUMP = @OBJDUMP@
28f540f4 109
424f8c09 110# Installation tools.
28f540f4
RM
111INSTALL = @INSTALL@
112INSTALL_PROGRAM = @INSTALL_PROGRAM@
07627f49 113INSTALL_SCRIPT = @INSTALL_SCRIPT@
28f540f4 114INSTALL_DATA = @INSTALL_DATA@
c0016081 115INSTALL_INFO = @INSTALL_INFO@
0e3426bb 116LN_S = @LN_S@
ce4d8b66 117MSGFMT = @MSGFMT@
a2b08ee5
UD
118
119# Script execution tools.
84384f5b 120BASH = @BASH@
5290baf0 121KSH = @KSH@
5aa8ff62 122AWK = @AWK@
a2b08ee5 123PERL = @PERL@
28f540f4 124
c8f3e6db
UD
125# Additional libraries.
126LIBGD = @LIBGD@
127
28f540f4 128# More variables may be inserted below by configure.