* time/tzset.c (__tzname, __daylight, __timezone): Don't check HAVE_W...
[glibc.git] / config.make.in
blob0f974688a1347e543ef1753cecbee88a9e2a7e87
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
5 # Installation prefixes.
6 prefix = @prefix@
7 exec_prefix = @exec_prefix@
9 # System configuration.
10 config-machine = @host_cpu@
11 config-vendor = @host_vendor@
12 config-os = @host_os@
13 config-sysdirs = @sysnames@
15 config-defines = @DEFS@
17 # Configuration options.
18 gnu-as = @gnu_as@
19 gnu-ld = @gnu_ld@
20 elf = @elf@
21 weak-symbols = @weak@
22 build-shared = @shared@
23 build-profile = @profile@
24 build-omitfp = @omitfp@
26 # Build tools.
27 CC = @CC@
28 AR = @AR@
29 RANLIB = @RANLIB@
31 # Installation tools.
32 INSTALL = @INSTALL@
33 INSTALL_PROGRAM = @INSTALL_PROGRAM@
34 INSTALL_DATA = @INSTALL_DATA@
36 # More variables may be inserted below by configure.