2007-03-01 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / fixincludes / config.h.in
blobfac869f145055952e5638cf276d0669d92aaceb8
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Defined to the executable file extension on the host system */
4 #undef EXE_EXT
6 /* Define to 1 if you have the `clearerr_unlocked' function. */
7 #undef HAVE_CLEARERR_UNLOCKED
9 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
11 #undef HAVE_DECL_ABORT
13 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
14 don't. */
15 #undef HAVE_DECL_ASPRINTF
17 /* Define to 1 if you have the declaration of `basename', and to 0 if you
18 don't. */
19 #undef HAVE_DECL_BASENAME
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
25 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
27 #undef HAVE_DECL_ERRNO
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
89 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
90 don't. */
91 #undef HAVE_DECL_VASPRINTF
93 /* Define to 1 if you have the <fcntl.h> header file. */
94 #undef HAVE_FCNTL_H
96 /* Define to 1 if you have the `feof_unlocked' function. */
97 #undef HAVE_FEOF_UNLOCKED
99 /* Define to 1 if you have the `ferror_unlocked' function. */
100 #undef HAVE_FERROR_UNLOCKED
102 /* Define to 1 if you have the `fflush_unlocked' function. */
103 #undef HAVE_FFLUSH_UNLOCKED
105 /* Define to 1 if you have the `fgetc_unlocked' function. */
106 #undef HAVE_FGETC_UNLOCKED
108 /* Define to 1 if you have the `fgets_unlocked' function. */
109 #undef HAVE_FGETS_UNLOCKED
111 /* Define to 1 if you have the `fileno_unlocked' function. */
112 #undef HAVE_FILENO_UNLOCKED
114 /* Define to 1 if you have the `fprintf_unlocked' function. */
115 #undef HAVE_FPRINTF_UNLOCKED
117 /* Define to 1 if you have the `fputc_unlocked' function. */
118 #undef HAVE_FPUTC_UNLOCKED
120 /* Define to 1 if you have the `fputs_unlocked' function. */
121 #undef HAVE_FPUTS_UNLOCKED
123 /* Define to 1 if you have the `fread_unlocked' function. */
124 #undef HAVE_FREAD_UNLOCKED
126 /* Define to 1 if you have the `fwrite_unlocked' function. */
127 #undef HAVE_FWRITE_UNLOCKED
129 /* Define to 1 if you have the `getchar_unlocked' function. */
130 #undef HAVE_GETCHAR_UNLOCKED
132 /* Define to 1 if you have the `getc_unlocked' function. */
133 #undef HAVE_GETC_UNLOCKED
135 /* Define to 1 if you have the <inttypes.h> header file. */
136 #undef HAVE_INTTYPES_H
138 /* Define to 1 if you have the <memory.h> header file. */
139 #undef HAVE_MEMORY_H
141 /* Define if mmap with MAP_ANON(YMOUS) works. */
142 #undef HAVE_MMAP_ANON
144 /* Define if mmap of /dev/zero works. */
145 #undef HAVE_MMAP_DEV_ZERO
147 /* Define if read-only mmap of a plain file works. */
148 #undef HAVE_MMAP_FILE
150 /* Define to 1 if you have the `putchar_unlocked' function. */
151 #undef HAVE_PUTCHAR_UNLOCKED
153 /* Define to 1 if you have the `putc_unlocked' function. */
154 #undef HAVE_PUTC_UNLOCKED
156 /* Define to 1 if you have the <stddef.h> header file. */
157 #undef HAVE_STDDEF_H
159 /* Define to 1 if you have the <stdint.h> header file. */
160 #undef HAVE_STDINT_H
162 /* Define to 1 if you have the <stdlib.h> header file. */
163 #undef HAVE_STDLIB_H
165 /* Define to 1 if you have the <strings.h> header file. */
166 #undef HAVE_STRINGS_H
168 /* Define to 1 if you have the <string.h> header file. */
169 #undef HAVE_STRING_H
171 /* Define to 1 if you have the <sys/file.h> header file. */
172 #undef HAVE_SYS_FILE_H
174 /* Define to 1 if you have the <sys/stat.h> header file. */
175 #undef HAVE_SYS_STAT_H
177 /* Define to 1 if you have the <sys/types.h> header file. */
178 #undef HAVE_SYS_TYPES_H
180 /* Define to 1 if you have the <unistd.h> header file. */
181 #undef HAVE_UNISTD_H
183 /* Define to the address where bug reports for this package should be sent. */
184 #undef PACKAGE_BUGREPORT
186 /* Define to the full name of this package. */
187 #undef PACKAGE_NAME
189 /* Define to the full name and version of this package. */
190 #undef PACKAGE_STRING
192 /* Define to the one symbol short name of this package. */
193 #undef PACKAGE_TARNAME
195 /* Define to the version of this package. */
196 #undef PACKAGE_VERSION
198 /* Define if testing and fixing are done by separate process */
199 #undef SEPARATE_FIX_PROC
201 /* Define to 1 if you have the ANSI C header files. */
202 #undef STDC_HEADERS
204 /* Define to xatexit if the host system does not support atexit */
205 #undef atexit
207 /* Define to empty if `const' does not conform to ANSI C. */
208 #undef const
210 /* Define to xexit if the host system does not support atexit */
211 #undef exit