* time/tzset.c (__tzname, __daylight, __timezone): Don't check HAVE_W...
[glibc.git] / config.h.in
blob0b5a0343299282f118c78f5ed8b2e6a1f1c798bc
1 /* Define if using GNU ld, with support for weak symbols in a.out,
2 and for symbol set and warning messages extensions in a.out and ELF.
3 This implies HAVE_WEAK_SYMBOLS; set by --with-gnu-ld. */
4 #undef HAVE_GNU_LD
6 /* Define if using ELF, which supports weak symbols.
7 This implies HAVE_WEAK_SYMBOLS; set by --with-elf. */
8 #undef HAVE_ELF
10 /* Define if weak symbols are available in the assembler and
11 linker being used. Set by --with-weak-symbols. */
12 #undef HAVE_WEAK_SYMBOLS
14 /* Define if using the GNU assembler, gas. */
15 #undef HAVE_GNU_AS
17 /* Define if the assembler supports the `.set' directive. */
18 #undef HAVE_ASM_SET_DIRECTIVE
20 /* Define to the name of the assembler's directive for
21 declaring a symbol global (default `.globl'). */
22 #undef ASM_GLOBAL_DIRECTIVE
24 /* ELF has weak symbols, and with GNU ld a.out does too. */
25 #ifndef HAVE_WEAK_SYMBOLS
26 #if defined (HAVE_ELF) || defined (HAVE_GNU_LD)
27 #define HAVE_WEAK_SYMBOLS
28 #endif
29 #endif
30 /* \f */
31 /* These symbols might be defined by some sysdeps configures. */
33 /* sysdeps/generic/configure.in */
34 #undef HAVE_PSIGNAL
36 /* sysdeps/unix/common/configure.in */
37 #undef HAVE_SYS_SIGLIST
38 #undef HAVE__SYS_SIGLIST
39 #undef HAVE__CTYPE_
40 #undef HAVE___CTYPE_
41 #undef HAVE___CTYPE
42 #undef HAVE__CTYPE__
43 #undef HAVE__CTYPE
44 #undef HAVE__LOCP