|
34 | 34 | */ |
35 | 35 | #undef HAVE_DCGETTEXT |
36 | 36 |
|
| 37 | +/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if |
| 38 | + you don't. */ |
| 39 | +#undef HAVE_DECL_CLEARERR_UNLOCKED |
| 40 | + |
| 41 | +/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you |
| 42 | + don't. */ |
| 43 | +#undef HAVE_DECL_FEOF_UNLOCKED |
| 44 | + |
| 45 | +/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if |
| 46 | + you don't. */ |
| 47 | +#undef HAVE_DECL_FERROR_UNLOCKED |
| 48 | + |
| 49 | +/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if |
| 50 | + you don't. */ |
| 51 | +#undef HAVE_DECL_FFLUSH_UNLOCKED |
| 52 | + |
| 53 | +/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if |
| 54 | + you don't. */ |
| 55 | +#undef HAVE_DECL_FGETS_UNLOCKED |
| 56 | + |
| 57 | +/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if |
| 58 | + you don't. */ |
| 59 | +#undef HAVE_DECL_FPUTC_UNLOCKED |
| 60 | + |
| 61 | +/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if |
| 62 | + you don't. */ |
| 63 | +#undef HAVE_DECL_FPUTS_UNLOCKED |
| 64 | + |
| 65 | +/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if |
| 66 | + you don't. */ |
| 67 | +#undef HAVE_DECL_FREAD_UNLOCKED |
| 68 | + |
| 69 | +/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if |
| 70 | + you don't. */ |
| 71 | +#undef HAVE_DECL_FWRITE_UNLOCKED |
| 72 | + |
| 73 | +/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if |
| 74 | + you don't. */ |
| 75 | +#undef HAVE_DECL_GETCHAR_UNLOCKED |
| 76 | + |
| 77 | +/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you |
| 78 | + don't. */ |
| 79 | +#undef HAVE_DECL_GETC_UNLOCKED |
| 80 | + |
| 81 | +/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if |
| 82 | + you don't. */ |
| 83 | +#undef HAVE_DECL_PUTCHAR_UNLOCKED |
| 84 | + |
| 85 | +/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you |
| 86 | + don't. */ |
| 87 | +#undef HAVE_DECL_PUTC_UNLOCKED |
| 88 | + |
37 | 89 | /* Define to 1 if you have the declaration of `strerror', and to 0 if you |
38 | 90 | don't. */ |
39 | 91 | #define HAVE_DECL_STRERROR 1 |
|
45 | 97 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
46 | 98 | #undef HAVE_DLFCN_H |
47 | 99 |
|
48 | | -/* Define to 1 if you have the `doprnt' function. */ |
| 100 | +/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ |
49 | 101 | #undef HAVE_DOPRNT |
50 | 102 |
|
51 | 103 | /* Define if you have the declaration of environ. */ |
|
203 | 255 | # undef _ALL_SOURCE |
204 | 256 | #endif |
205 | 257 |
|
| 258 | +/* Enable GNU extensions on systems that have them. */ |
| 259 | +#ifndef _GNU_SOURCE |
| 260 | +# undef _GNU_SOURCE |
| 261 | +#endif |
| 262 | + |
206 | 263 | /* Define to 1 if on MINIX. */ |
207 | 264 | #undef _MINIX |
208 | 265 |
|
|
0 commit comments