nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
[glibc.git] / config.make.in
blob55e8b7563b961dfc4278c2de43e89b9f51583593
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 bindir = @bindir@
14 slibdir = @libc_cv_slibdir@
15 rtlddir = @libc_cv_rtlddir@
16 complocaledir = @libc_cv_complocaledir@
17 sysconfdir = @libc_cv_sysconfdir@
18 libexecdir = @libexecdir@
19 rootsbindir = @libc_cv_rootsbindir@
20 infodir = @infodir@
21 includedir = @includedir@
22 datarootdir = @datarootdir@
23 localstatedir = @libc_cv_localstatedir@
24 localedir = @localedir@
25 multidir= @libc_cv_multidir@
27 # Should we use and build ldconfig?
28 use-ldconfig = @use_ldconfig@
30 # Maybe the `ldd' script must be rewritten.
31 ldd-rewrite-script = @ldd_rewrite_script@
33 # System configuration.
34 config-machine = @host_cpu@
35 base-machine = @base_machine@
36 config-vendor = @host_vendor@
37 config-os = @host_os@
38 config-sysdirs = @sysnames@
39 cflags-cpu = @libc_cv_cc_submachine@
40 asflags-cpu = @libc_cv_cc_submachine@
42 config-extra-cflags = @libc_extra_cflags@
43 config-extra-cppflags = @libc_extra_cppflags@
44 config-cflags-nofma = @libc_cv_cc_nofma@
46 defines = @DEFINES@
47 sysheaders = @sysheaders@
48 sysincludes = @SYSINCLUDES@
49 c++-sysincludes = @CXX_SYSINCLUDES@
50 c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
51 c++-cmath-header = @CXX_CMATH_HEADER@
52 c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@
53 enable-werror = @enable_werror@
55 have-z-execstack = @libc_cv_z_execstack@
56 have-protected-data = @libc_cv_protected_data@
57 have-insert = @libc_cv_insert@
58 have-glob-dat-reloc = @libc_cv_has_glob_dat@
59 with-fp = @libc_cv_with_fp@
60 enable-timezone-tools = @enable_timezone_tools@
61 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
62 have-fpie = @libc_cv_fpie@
63 have-ssp = @libc_cv_ssp@
64 stack-protector = @stack_protector@
65 no-stack-protector = @no_stack_protector@
66 fortify-source = @fortify_source@
67 no-fortify-source = @no_fortify_source@
68 have-selinux = @have_selinux@
69 have-libaudit = @have_libaudit@
70 have-libcap = @have_libcap@
71 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
72 bind-now = @bindnow@
73 have-cxx-thread_local = @libc_cv_cxx_thread_local@
74 have-loop-to-function = @libc_cv_cc_loop_to_function@
75 have-textrel_ifunc = @libc_cv_textrel_ifunc@
77 multi-arch = @multi_arch@
79 mach-interface-list = @mach_interface_list@
81 memory-tagging = @memory_tagging@
83 # Configuration options.
84 build-shared = @shared@
85 build-profile = @profile@
86 build-static-nss = @static_nss@
87 cross-compiling = @cross_compiling@
88 force-install = @force_install@
89 build-nscd = @build_nscd@
90 use-nscd = @use_nscd@
91 build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
92 build-pt-chown = @build_pt_chown@
93 pthread-in-libc = @pthread_in_libc@
95 # Build tools.
96 CC = @CC@
97 CXX = @CXX@
98 BUILD_CC = @BUILD_CC@
99 CFLAGS = @CFLAGS@
100 CPPFLAGS-config = @CPPFLAGS@
101 extra-nonshared-cflags = @extra_nonshared_cflags@
102 rtld-early-cflags = @rtld_early_cflags@
103 ASFLAGS-config = @ASFLAGS_config@
104 AR = @AR@
105 NM = @NM@
106 MAKEINFO = @MAKEINFO@
107 AS = $(CC) -c
108 BISON = @BISON@
109 AUTOCONF = @AUTOCONF@
110 OBJDUMP = @OBJDUMP@
111 OBJCOPY = @OBJCOPY@
112 GPROF = @GPROF@
113 READELF = @READELF@
115 # Installation tools.
116 INSTALL = @INSTALL@
117 INSTALL_PROGRAM = @INSTALL_PROGRAM@
118 INSTALL_SCRIPT = @INSTALL_SCRIPT@
119 INSTALL_DATA = @INSTALL_DATA@
120 INSTALL_INFO = @INSTALL_INFO@
121 LN_S = @LN_S@
122 MSGFMT = @MSGFMT@
124 # Script execution tools.
125 BASH = @BASH_SHELL@
126 AWK = @AWK@
127 PERL = @PERL@
128 PYTHON = @PYTHON@
130 # Additional libraries.
131 LIBGD = @LIBGD@
133 # Package versions and bug reporting configuration.
134 PKGVERSION = @PKGVERSION@
135 PKGVERSION_TEXI = @PKGVERSION_TEXI@
136 REPORT_BUGS_TO = @REPORT_BUGS_TO@
137 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
139 # More variables may be inserted below by configure.