Regenerated from sysdeps/mach/hurd/errnos.awk manual/errno.texi /home/hi2/build/i486...
[glibc.git] / config.h.in
bloba02094a599de52adbe8a505957197ff8a6683657
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_ASM_WEAK_DIRECTIVE and NO_UNDERSCORES; set by
8 --with-elf. */
9 #undef HAVE_ELF
11 /* Define if C symbols are asm symbols. Don't define if C symbols
12 have a `_' prepended to make the asm symbol. */
13 #undef NO_UNDERSCORES
15 /* Define if weak symbols are available via the `.weak' directive. */
16 #undef HAVE_ASM_WEAK_DIRECTIVE
18 /* Define if weak symbols are available via the `.weakext' directive. */
19 #undef HAVE_ASM_WEAKEXT_DIRECTIVE
21 /* Define if not using ELF, but `.init' and `.fini' sections are available. */
22 #undef HAVE_INITFINI
24 /* Define if using the GNU assembler, gas. */
25 #undef HAVE_GNU_AS
27 /* Define if the assembler supports the `.set' directive. */
28 #undef HAVE_ASM_SET_DIRECTIVE
30 /* Define to the name of the assembler's directive for
31 declaring a symbol global (default `.globl'). */
32 #undef ASM_GLOBAL_DIRECTIVE
34 /* Define to use GNU libio instead of GNU stdio.
35 This is defined by configure under --enable-libio. */
36 #undef USE_IN_LIBIO
39 \f */
41 #ifndef _LIBC
43 /* These symbols might be defined by some sysdeps configures.
44 They are used only in miscellaneous generator programs, not
45 in compiling libc itself. */
47 /* sysdeps/generic/configure.in */
48 #undef HAVE_PSIGNAL
50 /* sysdeps/unix/configure.in */
51 #undef HAVE_STRERROR
53 /* sysdeps/unix/common/configure.in */
54 #undef HAVE_SYS_SIGLIST
55 #undef HAVE__SYS_SIGLIST
56 #undef HAVE__CTYPE_
57 #undef HAVE___CTYPE_
58 #undef HAVE___CTYPE
59 #undef HAVE__CTYPE__
60 #undef HAVE__CTYPE
61 #undef HAVE__LOCP
63 #endif
66 \f */
68 #ifdef _LIBC
70 /* The zic and zdump programs need these definitions. */
72 #define HAVE_STRERROR 1
74 /* The locale code needs these definitions. */
76 #define HAVE_REGEX 1
78 #endif