Update.
[platform/upstream/glibc.git] / config.make.in
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file.  Put configuration parameters in configparms instead.
4
5 version = @VERSION@
6 release = @RELEASE@
7
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
21 # Should we use and build ldconfig?
22 use-ldconfig = @use_ldconfig@
23
24 # Maybe the `ldd' script must be rewritten.
25 ldd-rewrite-script = @ldd_rewrite_script@
26
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@
33
34 defines = @DEFINES@
35 sysincludes = @SYSINCLUDES@
36 all-warnings = @all_warnings@
37
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-initfini = @libc_cv_have_initfini@
43 need-nopic-initfini = @nopic_initfini@
44 with-cvs = @with_cvs@
45 old-glibc-headers = @old_glibc_headers@
46
47 versioning = @VERSIONING@
48 oldest-abi = @oldest_abi@
49 no-whole-archive = @no_whole_archive@
50 exceptions = @exceptions@
51 have_doors = @linux_doors@
52
53 have-bash2 = @libc_cv_have_bash2@
54 have-ksh = @libc_cv_have_ksh@
55
56 sizeof-long-double = @sizeof_long_double@
57
58 # Configuration options.
59 gnu-as = @gnu_as@
60 gnu-ld = @gnu_ld@
61 build-static = @static@
62 build-shared = @shared@
63 build-pic-default= @pic_default@
64 build-profile = @profile@
65 build-omitfp = @omitfp@
66 build-bounded = @bounded@
67 build-static-nss = @static_nss@
68 stdio = @stdio@
69 add-ons = @subdirs@
70 cross-compiling = @cross_compiling@
71 force-install = @force_install@
72
73 # Build tools.
74 CC = @CC@
75 BUILD_CC = @BUILD_CC@
76 CFLAGS = @CFLAGS@
77 AR = @AR@
78 RANLIB = @RANLIB@
79 MAKEINFO = @MAKEINFO@
80 AS = $(CC) -c
81 MIG = @MIG@
82 PWD_P = @PWD_P@
83
84 # Installation tools.
85 INSTALL = @INSTALL@
86 INSTALL_PROGRAM = @INSTALL_PROGRAM@
87 INSTALL_DATA = @INSTALL_DATA@
88 INSTALL_INFO = @INSTALL_INFO@
89 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
90 LN_S = @LN_S@
91 MSGFMT = @MSGFMT@
92
93 # Script execution tools.
94 BASH = @BASH@
95 KSH = @KSH@
96 AWK = @AWK@
97 PERL = @PERL@
98
99 # Additional libraries.
100 LIBGD = @LIBGD@
101
102 # More variables may be inserted below by configure.