Whitespace fix.
[glibc.git] / config.make.in
blobc704cc701dbf76773844954bc66cd0ef29b4bc52
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-initfini = @libc_cv_have_initfini@
46 have-Bgroup = @libc_cv_Bgroup@
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-initfini-array = @libc_cv_initfinit_array@
53 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
54 enable-check-abi = @enable_check_abi@
56 static-libgcc = @libc_cv_gcc_static_libgcc@
58 versioning = @VERSIONING@
59 oldest-abi = @oldest_abi@
60 no-whole-archive = @no_whole_archive@
61 exceptions = @exceptions@
62 have_doors = @linux_doors@
64 mach-interface-list = @mach_interface_list@
66 have-bash2 = @libc_cv_have_bash2@
67 have-ksh = @libc_cv_have_ksh@
69 sizeof-long-double = @sizeof_long_double@
71 # Configuration options.
72 gnu-as = @gnu_as@
73 gnu-ld = @gnu_ld@
74 build-static = @static@
75 build-shared = @shared@
76 build-pic-default= @pic_default@
77 build-profile = @profile@
78 build-omitfp = @omitfp@
79 build-bounded = @bounded@
80 build-static-nss = @static_nss@
81 add-ons = @subdirs@
82 cross-compiling = @cross_compiling@
83 force-install = @force_install@
85 # Build tools.
86 CC = @CC@
87 BUILD_CC = @BUILD_CC@
88 CFLAGS = @CFLAGS@
89 AR = @AR@
90 RANLIB = @RANLIB@
91 MAKEINFO = @MAKEINFO@
92 AS = $(CC) -c
93 MIG = @MIG@
94 PWD_P = @PWD_P@
95 BISON = @BISON@
96 AUTOCONF = @AUTOCONF@
97 OBJDUMP = @OBJDUMP@
99 # Installation tools.
100 INSTALL = @INSTALL@
101 INSTALL_PROGRAM = @INSTALL_PROGRAM@
102 INSTALL_SCRIPT = @INSTALL_SCRIPT@
103 INSTALL_DATA = @INSTALL_DATA@
104 INSTALL_INFO = @INSTALL_INFO@
105 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
106 LN_S = @LN_S@
107 MSGFMT = @MSGFMT@
109 # Script execution tools.
110 BASH = @BASH@
111 KSH = @KSH@
112 AWK = @AWK@
113 PERL = @PERL@
115 # Additional libraries.
116 LIBGD = @LIBGD@
118 # More variables may be inserted below by configure.