2003-10-09 Roland McGrath <roland@redhat.com>
[glibc.git] / config.make.in
bloba70249fec86c61497bb371b43f56723fed67b2f2
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
5 version = @VERSION@
6 release = @RELEASE@
8 # Installation prefixes.
9 install_root =
10 prefix = @prefix@
11 exec_prefix = @exec_prefix@
12 datadir = @datadir@
13 libdir = @libdir@
14 slibdir = @libc_cv_slibdir@
15 localedir = @libc_cv_localedir@
16 sysconfdir = @libc_cv_sysconfdir@
17 libexecdir = @libexecdir@
18 rootsbindir = @libc_cv_rootsbindir@
19 infodir = @infodir@
20 includedir = @includedir@
22 # Should we use and build ldconfig?
23 use-ldconfig = @use_ldconfig@
25 # Maybe the `ldd' script must be rewritten.
26 ldd-rewrite-script = @ldd_rewrite_script@
28 # System configuration.
29 config-machine = @host_cpu@
30 base-machine = @base_machine@
31 config-vendor = @host_vendor@
32 config-os = @host_os@
33 config-sysdirs = @sysnames@
35 defines = @DEFINES@
36 sysincludes = @SYSINCLUDES@
37 all-warnings = @all_warnings@
39 elf = @elf@
40 have-protected = @libc_cv_asm_protected_directive@
41 have-z-nodelete = @libc_cv_z_nodelete@
42 have-z-nodlopen = @libc_cv_z_nodlopen@
43 have-z-initfirst = @libc_cv_z_initfirst@
44 have-z-combreloc = @libc_cv_z_combreloc@
45 have-z-execstack = @libc_cv_z_execstack@
46 have-initfini = @libc_cv_have_initfini@
47 have-Bgroup = @libc_cv_Bgroup@
48 need-nopic-initfini = @nopic_initfini@
49 with-fp = @with_fp@
50 with-cvs = @with_cvs@
51 old-glibc-headers = @old_glibc_headers@
52 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
53 have-initfini-array = @libc_cv_initfinit_array@
54 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
55 enable-check-abi = @enable_check_abi@
56 have-forced-unwind = @libc_cv_forced_unwind@
57 have-fpie = @libc_cv_fpie@
59 static-libgcc = @libc_cv_gcc_static_libgcc@
61 versioning = @VERSIONING@
62 oldest-abi = @oldest_abi@
63 no-whole-archive = @no_whole_archive@
64 exceptions = @exceptions@
65 have_doors = @linux_doors@
67 mach-interface-list = @mach_interface_list@
69 have-bash2 = @libc_cv_have_bash2@
70 have-ksh = @libc_cv_have_ksh@
72 sizeof-long-double = @sizeof_long_double@
74 # Configuration options.
75 gnu-as = @gnu_as@
76 gnu-ld = @gnu_ld@
77 build-static = @static@
78 build-shared = @shared@
79 build-pic-default= @pic_default@
80 build-profile = @profile@
81 build-omitfp = @omitfp@
82 build-bounded = @bounded@
83 build-static-nss = @static_nss@
84 add-ons = @subdirs@
85 cross-compiling = @cross_compiling@
86 force-install = @force_install@
88 # Build tools.
89 CC = @CC@
90 CXX = @CXX@
91 BUILD_CC = @BUILD_CC@
92 CFLAGS = @CFLAGS@
93 ASFLAGS-config = @ASFLAGS_config@
94 AR = @AR@
95 RANLIB = @RANLIB@
96 MAKEINFO = @MAKEINFO@
97 AS = $(CC) -c
98 MIG = @MIG@
99 PWD_P = @PWD_P@
100 BISON = @BISON@
101 AUTOCONF = @AUTOCONF@
102 OBJDUMP = @OBJDUMP@
104 # Installation tools.
105 INSTALL = @INSTALL@
106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
108 INSTALL_DATA = @INSTALL_DATA@
109 INSTALL_INFO = @INSTALL_INFO@
110 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
111 LN_S = @LN_S@
112 MSGFMT = @MSGFMT@
114 # Script execution tools.
115 BASH = @BASH@
116 KSH = @KSH@
117 AWK = @AWK@
118 PERL = @PERL@
120 # Additional libraries.
121 LIBGD = @LIBGD@
123 # More variables may be inserted below by configure.