* sysdeps/m68k/fpu/libm-test-ulps: Add some more ulps.
[glibc/pb-stable.git] / config.make.in
bloba353706f4bbe99c8258c6193e683d771c30a6631
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@
37 elf = @elf@
38 have-protected = @libc_cv_asm_protected_directive@
39 have-z-nodelete = @libc_cv_z_nodelete@
40 have-z-nodlopen = @libc_cv_z_nodlopen@
41 have-initfini = @libc_cv_have_initfini@
42 need-nopic-initfini = @nopic_initfini@
43 with-cvs = @with_cvs@
44 old-glibc-headers = @old_glibc_headers@
46 versioning = @VERSIONING@
47 no-whole-archive = @no_whole_archive@
48 exceptions = @exceptions@
49 have_doors = @linux_doors@
51 have-bash2 = @libc_cv_have_bash2@
52 have-ksh = @libc_cv_have_ksh@
54 sizeof-long-double = @sizeof_long_double@
56 # Configuration options.
57 gnu-as = @gnu_as@
58 gnu-ld = @gnu_ld@
59 build-static = @static@
60 build-shared = @shared@
61 build-pic-default= @pic_default@
62 build-profile = @profile@
63 build-omitfp = @omitfp@
64 build-bounded = @bounded@
65 build-static-nss = @static_nss@
66 stdio = @stdio@
67 add-ons = @subdirs@
68 cross-compiling = @cross_compiling@
69 force-install = @force_install@
71 # Build tools.
72 CC = @CC@
73 BUILD_CC = @BUILD_CC@
74 CFLAGS = @CFLAGS@
75 AR = @AR@
76 RANLIB = @RANLIB@
77 MAKEINFO = @MAKEINFO@
78 AS = $(CC) -c
79 MIG = @MIG@
80 PWD_P = @PWD_P@
82 # Installation tools.
83 INSTALL = @INSTALL@
84 INSTALL_PROGRAM = @INSTALL_PROGRAM@
85 INSTALL_DATA = @INSTALL_DATA@
86 INSTALL_INFO = @INSTALL_INFO@
87 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
88 LN_S = @LN_S@
89 MSGFMT = @MSGFMT@
91 # Script execution tools.
92 BASH = @BASH@
93 KSH = @KSH@
94 AWK = @AWK@
95 PERL = @PERL@
97 # Additional libraries.
98 LIBGD = @LIBGD@
100 # More variables may be inserted below by configure.