Update.
[glibc.git] / config.make.in
blob4c382b2f4962d562d9d42a47ad3a4b5fb1c1dda2
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@
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@
34 defines = @DEFINES@
35 sysincludes = @SYSINCLUDES@
36 all-warnings = @all_warnings@
38 elf = @elf@
39 have-protected = @libc_cv_asm_protected_directive@
40 have-z-nodelete = @libc_cv_z_nodelete@
41 have-z-nodlopen = @libc_cv_z_nodlopen@
42 have-z-initfirst = @libc_cv_z_initfirst@
43 have-z-combreloc = @libc_cv_z_combreloc@
44 have-initfini = @libc_cv_have_initfini@
45 have-Bgroup = @libc_cv_Bgroup@
46 need-nopic-initfini = @nopic_initfini@
47 with-cvs = @with_cvs@
48 old-glibc-headers = @old_glibc_headers@
49 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
51 static-libgcc = @libc_cv_gcc_static_libgcc@
53 versioning = @VERSIONING@
54 oldest-abi = @oldest_abi@
55 no-whole-archive = @no_whole_archive@
56 exceptions = @exceptions@
57 have_doors = @linux_doors@
59 have-bash2 = @libc_cv_have_bash2@
60 have-ksh = @libc_cv_have_ksh@
62 sizeof-long-double = @sizeof_long_double@
64 # Configuration options.
65 gnu-as = @gnu_as@
66 gnu-ld = @gnu_ld@
67 build-static = @static@
68 build-shared = @shared@
69 build-pic-default= @pic_default@
70 build-profile = @profile@
71 build-omitfp = @omitfp@
72 build-bounded = @bounded@
73 build-static-nss = @static_nss@
74 stdio = @stdio@
75 add-ons = @subdirs@
76 cross-compiling = @cross_compiling@
77 force-install = @force_install@
79 # Build tools.
80 CC = @CC@
81 BUILD_CC = @BUILD_CC@
82 CFLAGS = @CFLAGS@
83 AR = @AR@
84 RANLIB = @RANLIB@
85 MAKEINFO = @MAKEINFO@
86 AS = $(CC) -c
87 MIG = @MIG@
88 PWD_P = @PWD_P@
89 BISON = @BISON@
91 # Installation tools.
92 INSTALL = @INSTALL@
93 INSTALL_PROGRAM = @INSTALL_PROGRAM@
94 INSTALL_SCRIPT = @INSTALL_SCRIPT@
95 INSTALL_DATA = @INSTALL_DATA@
96 INSTALL_INFO = @INSTALL_INFO@
97 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
98 LN_S = @LN_S@
99 MSGFMT = @MSGFMT@
101 # Script execution tools.
102 BASH = @BASH@
103 KSH = @KSH@
104 AWK = @AWK@
105 PERL = @PERL@
107 # Additional libraries.
108 LIBGD = @LIBGD@
110 # More variables may be inserted below by configure.