xref: /openbsd-src/gnu/gcc/fixincludes/config.h.in (revision 404b540a9034ac75a6199ad1a32d1bbc7a0d4210)
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Defined to the executable file extension on the host system */
4#undef EXE_EXT
5
6/* Define to 1 if you have the `clearerr_unlocked' function. */
7#undef HAVE_CLEARERR_UNLOCKED
8
9/* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
10   */
11#undef HAVE_DECL_ABORT
12
13/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
14   don't. */
15#undef HAVE_DECL_ASPRINTF
16
17/* Define to 1 if you have the declaration of `basename', and to 0 if you
18   don't. */
19#undef HAVE_DECL_BASENAME
20
21/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
22   you don't. */
23#undef HAVE_DECL_CLEARERR_UNLOCKED
24
25/* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
26   */
27#undef HAVE_DECL_ERRNO
28
29/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
30   don't. */
31#undef HAVE_DECL_FEOF_UNLOCKED
32
33/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
34   you don't. */
35#undef HAVE_DECL_FERROR_UNLOCKED
36
37/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
38   you don't. */
39#undef HAVE_DECL_FFLUSH_UNLOCKED
40
41/* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
42   you don't. */
43#undef HAVE_DECL_FGETC_UNLOCKED
44
45/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
46   you don't. */
47#undef HAVE_DECL_FGETS_UNLOCKED
48
49/* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
50   you don't. */
51#undef HAVE_DECL_FILENO_UNLOCKED
52
53/* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
54   you don't. */
55#undef HAVE_DECL_FPRINTF_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
89/* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
90   don't. */
91#undef HAVE_DECL_VASPRINTF
92
93/* Define to 1 if you have the <fcntl.h> header file. */
94#undef HAVE_FCNTL_H
95
96/* Define to 1 if you have the `feof_unlocked' function. */
97#undef HAVE_FEOF_UNLOCKED
98
99/* Define to 1 if you have the `ferror_unlocked' function. */
100#undef HAVE_FERROR_UNLOCKED
101
102/* Define to 1 if you have the `fflush_unlocked' function. */
103#undef HAVE_FFLUSH_UNLOCKED
104
105/* Define to 1 if you have the `fgetc_unlocked' function. */
106#undef HAVE_FGETC_UNLOCKED
107
108/* Define to 1 if you have the `fgets_unlocked' function. */
109#undef HAVE_FGETS_UNLOCKED
110
111/* Define to 1 if you have the `fileno_unlocked' function. */
112#undef HAVE_FILENO_UNLOCKED
113
114/* Define to 1 if you have the `fprintf_unlocked' function. */
115#undef HAVE_FPRINTF_UNLOCKED
116
117/* Define to 1 if you have the `fputc_unlocked' function. */
118#undef HAVE_FPUTC_UNLOCKED
119
120/* Define to 1 if you have the `fputs_unlocked' function. */
121#undef HAVE_FPUTS_UNLOCKED
122
123/* Define to 1 if you have the `fread_unlocked' function. */
124#undef HAVE_FREAD_UNLOCKED
125
126/* Define to 1 if you have the `fwrite_unlocked' function. */
127#undef HAVE_FWRITE_UNLOCKED
128
129/* Define to 1 if you have the `getchar_unlocked' function. */
130#undef HAVE_GETCHAR_UNLOCKED
131
132/* Define to 1 if you have the `getc_unlocked' function. */
133#undef HAVE_GETC_UNLOCKED
134
135/* Define to 1 if you have the <inttypes.h> header file. */
136#undef HAVE_INTTYPES_H
137
138/* Define to 1 if you have the <memory.h> header file. */
139#undef HAVE_MEMORY_H
140
141/* Define if mmap with MAP_ANON(YMOUS) works. */
142#undef HAVE_MMAP_ANON
143
144/* Define if mmap of /dev/zero works. */
145#undef HAVE_MMAP_DEV_ZERO
146
147/* Define if read-only mmap of a plain file works. */
148#undef HAVE_MMAP_FILE
149
150/* Define to 1 if you have the `putchar_unlocked' function. */
151#undef HAVE_PUTCHAR_UNLOCKED
152
153/* Define to 1 if you have the `putc_unlocked' function. */
154#undef HAVE_PUTC_UNLOCKED
155
156/* Define to 1 if you have the <stddef.h> header file. */
157#undef HAVE_STDDEF_H
158
159/* Define to 1 if you have the <stdint.h> header file. */
160#undef HAVE_STDINT_H
161
162/* Define to 1 if you have the <stdlib.h> header file. */
163#undef HAVE_STDLIB_H
164
165/* Define to 1 if you have the <strings.h> header file. */
166#undef HAVE_STRINGS_H
167
168/* Define to 1 if you have the <string.h> header file. */
169#undef HAVE_STRING_H
170
171/* Define to 1 if you have the <sys/file.h> header file. */
172#undef HAVE_SYS_FILE_H
173
174/* Define to 1 if you have the <sys/stat.h> header file. */
175#undef HAVE_SYS_STAT_H
176
177/* Define to 1 if you have the <sys/types.h> header file. */
178#undef HAVE_SYS_TYPES_H
179
180/* Define to 1 if you have the <unistd.h> header file. */
181#undef HAVE_UNISTD_H
182
183/* Define to the address where bug reports for this package should be sent. */
184#undef PACKAGE_BUGREPORT
185
186/* Define to the full name of this package. */
187#undef PACKAGE_NAME
188
189/* Define to the full name and version of this package. */
190#undef PACKAGE_STRING
191
192/* Define to the one symbol short name of this package. */
193#undef PACKAGE_TARNAME
194
195/* Define to the version of this package. */
196#undef PACKAGE_VERSION
197
198/* Define if testing and fixing are done by separate process */
199#undef SEPARATE_FIX_PROC
200
201/* Define to 1 if you have the ANSI C header files. */
202#undef STDC_HEADERS
203
204/* Define to xatexit if the host system does not support atexit */
205#undef atexit
206
207/* Define to empty if `const' does not conform to ANSI C. */
208#undef const
209
210/* Define to xexit if the host system does not support atexit */
211#undef exit
212