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
37 elf = @elf@
38 have-initfini = @libc_cv_have_initfini@
39 need-nopic-initfini = @nopic_initfini@
40 with-cvs = @with_cvs@
41 old-glibc-headers = @old_glibc_headers@
42
43 versioning = @VERSIONING@
44 no-whole-archive = @no_whole_archive@
45 exceptions = @exceptions@
46 have_doors = @linux_doors@
47
48 have-bash2 = @libc_cv_have_bash2@
49 have-ksh = @libc_cv_have_ksh@
50
51 # Configuration options.
52 gnu-as = @gnu_as@
53 gnu-ld = @gnu_ld@
54 build-static = @static@
55 build-shared = @shared@
56 build-pic-default= @pic_default@
57 build-profile = @profile@
58 build-omitfp = @omitfp@
59 build-bounded = @bounded@
60 build-static-nss = @static_nss@
61 stdio = @stdio@
62 add-ons = @subdirs@
63 cross-compiling = @cross_compiling@
64 force-install = @force_install@
65
66 # Build tools.
67 CC = @CC@
68 BUILD_CC = @BUILD_CC@
69 CFLAGS = @CFLAGS@
70 AR = @AR@
71 RANLIB = @RANLIB@
72 MAKEINFO = @MAKEINFO@
73 AS = $(CC) -c
74 MIG = @MIG@
75
76 # Installation tools.
77 INSTALL = @INSTALL@
78 INSTALL_PROGRAM = @INSTALL_PROGRAM@
79 INSTALL_DATA = @INSTALL_DATA@
80 INSTALL_INFO = @INSTALL_INFO@
81 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
82 LN_S = @LN_S@
83 MSGFMT = @MSGFMT@
84
85 # Script execution tools.
86 BASH = @BASH@
87 KSH = @KSH@
88 AWK = @AWK@
89 PERL = @PERL@
90
91 # Additional libraries.
92 LIBGD = @LIBGD@
93
94 # More variables may be inserted below by configure.