* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Don't
[glibc.git] / config.make.in
blob900efb525efd57cba8d14b98250bdb45a5e4025b
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-initfini = @libc_cv_have_initfini@
44 have-Bgroup = @libc_cv_Bgroup@
45 need-nopic-initfini = @nopic_initfini@
46 with-cvs = @with_cvs@
47 old-glibc-headers = @old_glibc_headers@
49 versioning = @VERSIONING@
50 oldest-abi = @oldest_abi@
51 no-whole-archive = @no_whole_archive@
52 exceptions = @exceptions@
53 have_doors = @linux_doors@
55 have-bash2 = @libc_cv_have_bash2@
56 have-ksh = @libc_cv_have_ksh@
58 sizeof-long-double = @sizeof_long_double@
60 # Configuration options.
61 gnu-as = @gnu_as@
62 gnu-ld = @gnu_ld@
63 build-static = @static@
64 build-shared = @shared@
65 build-pic-default= @pic_default@
66 build-profile = @profile@
67 build-omitfp = @omitfp@
68 build-bounded = @bounded@
69 build-static-nss = @static_nss@
70 stdio = @stdio@
71 add-ons = @subdirs@
72 cross-compiling = @cross_compiling@
73 force-install = @force_install@
75 # Build tools.
76 CC = @CC@
77 BUILD_CC = @BUILD_CC@
78 CFLAGS = @CFLAGS@
79 AR = @AR@
80 RANLIB = @RANLIB@
81 MAKEINFO = @MAKEINFO@
82 AS = $(CC) -c
83 MIG = @MIG@
84 PWD_P = @PWD_P@
85 BISON = @BISON@
87 # Installation tools.
88 INSTALL = @INSTALL@
89 INSTALL_PROGRAM = @INSTALL_PROGRAM@
90 INSTALL_DATA = @INSTALL_DATA@
91 INSTALL_INFO = @INSTALL_INFO@
92 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
93 LN_S = @LN_S@
94 MSGFMT = @MSGFMT@
96 # Script execution tools.
97 BASH = @BASH@
98 KSH = @KSH@
99 AWK = @AWK@
100 PERL = @PERL@
102 # Additional libraries.
103 LIBGD = @LIBGD@
105 # More variables may be inserted below by configure.