[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / mk / config.h.in
1 /* mk/config.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* acconfig.h
3
4    Descriptive text for the C preprocessor macros that
5    the fptools configuration script can define.
6    The current version may not use all of them; autoheader copies the ones
7    your configure.in uses into your configuration header file templates.
8
9    The entries are in sort -df order: alphabetical, case insensitive,
10    ignoring punctuation (such as underscores).  Although this order
11    can split up related entries, it makes it easier to check whether
12    a given entry is in the file.
13
14    Leave the following blank line there!!  Autoheader needs it.  */
15 \f
16
17
18 /* Define if using alloca.c.  */
19 #undef C_ALLOCA
20
21 /* Define to empty if the keyword does not work.  */
22 #undef const
23
24 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
25    This function is required for alloca.c support on those systems.  */
26 #undef CRAY_STACKSEG_END
27
28 /* Define if you have alloca, as a function or macro.  */
29 #undef HAVE_ALLOCA
30
31 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
32 #undef HAVE_ALLOCA_H
33
34 /* Define if your struct stat has st_blksize.  */
35 #undef HAVE_ST_BLKSIZE
36
37 /* Define if your struct tm has tm_zone.  */
38 #undef HAVE_TM_ZONE
39
40 /* Define if you don't have tm_zone but do have the external array
41    tzname.  */
42 #undef HAVE_TZNAME
43
44 /* Define as the return type of signal handlers (int or void).  */
45 #undef RETSIGTYPE
46
47 /* If using the C implementation of alloca, define if you know the
48    direction of stack growth for your system; otherwise it will be
49    automatically deduced at run-time.
50  STACK_DIRECTION > 0 => grows toward higher addresses
51  STACK_DIRECTION < 0 => grows toward lower addresses
52  STACK_DIRECTION = 0 => direction of growth unknown
53  */
54 #undef STACK_DIRECTION
55
56 /* Define if you have the ANSI C header files.  */
57 #undef STDC_HEADERS
58
59 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
60 #undef TIME_WITH_SYS_TIME
61
62 /* Define if your <sys/time.h> declares struct tm.  */
63 #undef TM_IN_SYS_TIME
64
65 /* Define if your processor stores words with the most significant
66    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
67 #undef WORDS_BIGENDIAN
68
69 /* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */
70 #undef ALIGNMENT_DOUBLE
71
72 /* Define to alignment constraint on floats or on unsigned int - whichever is the greater */
73 #undef ALIGNMENT_FLOAT
74
75 /* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */
76 #undef ALIGNMENT_LONG
77
78 /* Define to alignment constraint on unsigned int - whichever is the greater */
79 #undef ALIGNMENT_UNSIGNED_INT
80
81 /* Define if code lives before data in memory */
82 #undef CODE_BEFORE_DATA
83
84 /* Define as the symbol which marks the end of the data section */
85 #undef DATA_SECTION_END_MARKER
86
87 /* Define as the decl which terminates the data section */
88 #undef DATA_SECTION_END_MARKER_DECL
89
90 /* Define if time.h or sys/time.h define the altzone variable */
91 #undef HAVE_ALTZONE
92
93 /* Define if you have /bin/sh */
94 #define HAVE_BIN_SH 0
95
96 /* Define if you have the GetModuleFileName function.  */
97 #define HAVE_GETMODULEFILENAME 0
98
99 /* Define if C compiler supports long long types */
100 #undef HAVE_LONG_LONG
101
102 /* Define if fcntl.h defines O_BINARY */
103 #undef HAVE_O_BINARY
104
105 /* Define if compiler supports prototypes. */
106 #define HAVE_PROTOTYPES 0
107
108 /* Define if you have the WinExec function.  */
109 #define HAVE_WINEXEC 0
110
111 /* Define if C Symbols have a leading underscore added by the compiler */
112 #undef LEADING_UNDERSCORE
113
114 /* Define as the symbol which marks the end of the text section */
115 #undef TEXT_SECTION_END_MARKER
116
117 /* Define to decl that terminates text section. */
118 #undef TEXT_SECTION_END_MARKER_DECL
119
120 /* Define to the type of the timezone variable (usually long or time_t) */
121 #undef TYPE_TIMEZONE
122
123 /* Define if signal handlers have type void (*)(int)
124  * (Otherwise, they're assumed to have type int (*)(void).)
125  */
126 #define VOID_INT_SIGNALS 0
127
128 /* The number of bytes in a double.  */
129 #undef SIZEOF_DOUBLE
130
131 /* The number of bytes in a float.  */
132 #undef SIZEOF_FLOAT
133
134 /* The number of bytes in a long.  */
135 #undef SIZEOF_LONG
136
137 /* The number of bytes in a unsigned int.  */
138 #undef SIZEOF_UNSIGNED_INT
139
140 /* The number of bytes in a void *.  */
141 #undef SIZEOF_VOID_P
142
143 /* Define if you have the PBHSetVolSync function.  */
144 #undef HAVE_PBHSETVOLSYNC
145
146 /* Define if you have the _fullpath function.  */
147 #undef HAVE__FULLPATH
148
149 /* Define if you have the _pclose function.  */
150 #undef HAVE__PCLOSE
151
152 /* Define if you have the _popen function.  */
153 #undef HAVE__POPEN
154
155 /* Define if you have the _snprintf function.  */
156 #undef HAVE__SNPRINTF
157
158 /* Define if you have the _stricmp function.  */
159 #undef HAVE__STRICMP
160
161 /* Define if you have the _vsnprintf function.  */
162 #undef HAVE__VSNPRINTF
163
164 /* Define if you have the access function.  */
165 #undef HAVE_ACCESS
166
167 /* Define if you have the farcalloc function.  */
168 #undef HAVE_FARCALLOC
169
170 /* Define if you have the fgetpos function.  */
171 #undef HAVE_FGETPOS
172
173 /* Define if you have the fseek function.  */
174 #undef HAVE_FSEEK
175
176 /* Define if you have the fsetpos function.  */
177 #undef HAVE_FSETPOS
178
179 /* Define if you have the ftell function.  */
180 #undef HAVE_FTELL
181
182 /* Define if you have the ftime function.  */
183 #undef HAVE_FTIME
184
185 /* Define if you have the getclock function.  */
186 #undef HAVE_GETCLOCK
187
188 /* Define if you have the getpagesize function.  */
189 #undef HAVE_GETPAGESIZE
190
191 /* Define if you have the getrusage function.  */
192 #undef HAVE_GETRUSAGE
193
194 /* Define if you have the gettimeofday function.  */
195 #undef HAVE_GETTIMEOFDAY
196
197 /* Define if you have the macsystem function.  */
198 #undef HAVE_MACSYSTEM
199
200 /* Define if you have the mktime function.  */
201 #undef HAVE_MKTIME
202
203 /* Define if you have the mprotect function.  */
204 #undef HAVE_MPROTECT
205
206 /* Define if you have the pclose function.  */
207 #undef HAVE_PCLOSE
208
209 /* Define if you have the popen function.  */
210 #undef HAVE_POPEN
211
212 /* Define if you have the readlink function.  */
213 #undef HAVE_READLINK
214
215 /* Define if you have the realpath function.  */
216 #undef HAVE_REALPATH
217
218 /* Define if you have the setitimer function.  */
219 #undef HAVE_SETITIMER
220
221 /* Define if you have the snprintf function.  */
222 #undef HAVE_SNPRINTF
223
224 /* Define if you have the stat function.  */
225 #undef HAVE_STAT
226
227 /* Define if you have the strcasecmp function.  */
228 #undef HAVE_STRCASECMP
229
230 /* Define if you have the strcmp function.  */
231 #undef HAVE_STRCMP
232
233 /* Define if you have the strcmpi function.  */
234 #undef HAVE_STRCMPI
235
236 /* Define if you have the stricmp function.  */
237 #undef HAVE_STRICMP
238
239 /* Define if you have the symlink function.  */
240 #undef HAVE_SYMLINK
241
242 /* Define if you have the sysconf function.  */
243 #undef HAVE_SYSCONF
244
245 /* Define if you have the timelocal function.  */
246 #undef HAVE_TIMELOCAL
247
248 /* Define if you have the times function.  */
249 #undef HAVE_TIMES
250
251 /* Define if you have the vadvise function.  */
252 #undef HAVE_VADVISE
253
254 /* Define if you have the valloc function.  */
255 #undef HAVE_VALLOC
256
257 /* Define if you have the vfork function.  */
258 #undef HAVE_VFORK
259
260 /* Define if you have the vsnprintf function.  */
261 #undef HAVE_VSNPRINTF
262
263 /* Define if you have the <Files.h> header file.  */
264 #undef HAVE_FILES_H
265
266 /* Define if you have the <assert.h> header file.  */
267 #undef HAVE_ASSERT_H
268
269 /* Define if you have the <bfd.h> header file.  */
270 #undef HAVE_BFD_H
271
272 /* Define if you have the <conio.h> header file.  */
273 #undef HAVE_CONIO_H
274
275 /* Define if you have the <console.h> header file.  */
276 #undef HAVE_CONSOLE_H
277
278 /* Define if you have the <ctype.h> header file.  */
279 #undef HAVE_CTYPE_H
280
281 /* Define if you have the <dirent.h> header file.  */
282 #undef HAVE_DIRENT_H
283
284 /* Define if you have the <dl.h> header file.  */
285 #undef HAVE_DL_H
286
287 /* Define if you have the <dlfcn.h> header file.  */
288 #undef HAVE_DLFCN_H
289
290 /* Define if you have the <dos.h> header file.  */
291 #undef HAVE_DOS_H
292
293 /* Define if you have the <errno.h> header file.  */
294 #undef HAVE_ERRNO_H
295
296 /* Define if you have the <fcntl.h> header file.  */
297 #undef HAVE_FCNTL_H
298
299 /* Define if you have the <float.h> header file.  */
300 #undef HAVE_FLOAT_H
301
302 /* Define if you have the <ftw.h> header file.  */
303 #undef HAVE_FTW_H
304
305 /* Define if you have the <grp.h> header file.  */
306 #undef HAVE_GRP_H
307
308 /* Define if you have the <ieee754.h> header file.  */
309 #undef HAVE_IEEE754_H
310
311 /* Define if you have the <io.h> header file.  */
312 #undef HAVE_IO_H
313
314 /* Define if you have the <malloc.h> header file.  */
315 #undef HAVE_MALLOC_H
316
317 /* Define if you have the <memory.h> header file.  */
318 #undef HAVE_MEMORY_H
319
320 /* Define if you have the <netinet/tcp.h> header file.  */
321 #undef HAVE_NETINET_TCP_H
322
323 /* Define if you have the <nlist.h> header file.  */
324 #undef HAVE_NLIST_H
325
326 /* Define if you have the <pascal.h> header file.  */
327 #undef HAVE_PASCAL_H
328
329 /* Define if you have the <pwd.h> header file.  */
330 #undef HAVE_PWD_H
331
332 /* Define if you have the <readline/readline.h> header file.  */
333 #undef HAVE_READLINE_READLINE_H
334
335 /* Define if you have the <sgtty.h> header file.  */
336 #undef HAVE_SGTTY_H
337
338 /* Define if you have the <siginfo.h> header file.  */
339 #undef HAVE_SIGINFO_H
340
341 /* Define if you have the <signal.h> header file.  */
342 #undef HAVE_SIGNAL_H
343
344 /* Define if you have the <stat.h> header file.  */
345 #undef HAVE_STAT_H
346
347 /* Define if you have the <std.h> header file.  */
348 #undef HAVE_STD_H
349
350 /* Define if you have the <stdarg.h> header file.  */
351 #undef HAVE_STDARG_H
352
353 /* Define if you have the <stdlib.h> header file.  */
354 #undef HAVE_STDLIB_H
355
356 /* Define if you have the <string.h> header file.  */
357 #undef HAVE_STRING_H
358
359 /* Define if you have the <sys/fault.h> header file.  */
360 #undef HAVE_SYS_FAULT_H
361
362 /* Define if you have the <sys/file.h> header file.  */
363 #undef HAVE_SYS_FILE_H
364
365 /* Define if you have the <sys/ioctl.h> header file.  */
366 #undef HAVE_SYS_IOCTL_H
367
368 /* Define if you have the <sys/mman.h> header file.  */
369 #undef HAVE_SYS_MMAN_H
370
371 /* Define if you have the <sys/param.h> header file.  */
372 #undef HAVE_SYS_PARAM_H
373
374 /* Define if you have the <sys/procfs.h> header file.  */
375 #undef HAVE_SYS_PROCFS_H
376
377 /* Define if you have the <sys/resource.h> header file.  */
378 #undef HAVE_SYS_RESOURCE_H
379
380 /* Define if you have the <sys/signal.h> header file.  */
381 #undef HAVE_SYS_SIGNAL_H
382
383 /* Define if you have the <sys/socket.h> header file.  */
384 #undef HAVE_SYS_SOCKET_H
385
386 /* Define if you have the <sys/stat.h> header file.  */
387 #undef HAVE_SYS_STAT_H
388
389 /* Define if you have the <sys/syscall.h> header file.  */
390 #undef HAVE_SYS_SYSCALL_H
391
392 /* Define if you have the <sys/time.h> header file.  */
393 #undef HAVE_SYS_TIME_H
394
395 /* Define if you have the <sys/timeb.h> header file.  */
396 #undef HAVE_SYS_TIMEB_H
397
398 /* Define if you have the <sys/timers.h> header file.  */
399 #undef HAVE_SYS_TIMERS_H
400
401 /* Define if you have the <sys/times.h> header file.  */
402 #undef HAVE_SYS_TIMES_H
403
404 /* Define if you have the <sys/types.h> header file.  */
405 #undef HAVE_SYS_TYPES_H
406
407 /* Define if you have the <sys/utsname.h> header file.  */
408 #undef HAVE_SYS_UTSNAME_H
409
410 /* Define if you have the <sys/vadvise.h> header file.  */
411 #undef HAVE_SYS_VADVISE_H
412
413 /* Define if you have the <sys/wait.h> header file.  */
414 #undef HAVE_SYS_WAIT_H
415
416 /* Define if you have the <termio.h> header file.  */
417 #undef HAVE_TERMIO_H
418
419 /* Define if you have the <termios.h> header file.  */
420 #undef HAVE_TERMIOS_H
421
422 /* Define if you have the <time.h> header file.  */
423 #undef HAVE_TIME_H
424
425 /* Define if you have the <types.h> header file.  */
426 #undef HAVE_TYPES_H
427
428 /* Define if you have the <unistd.h> header file.  */
429 #undef HAVE_UNISTD_H
430
431 /* Define if you have the <utime.h> header file.  */
432 #undef HAVE_UTIME_H
433
434 /* Define if you have the <values.h> header file.  */
435 #undef HAVE_VALUES_H
436
437 /* Define if you have the <vfork.h> header file.  */
438 #undef HAVE_VFORK_H
439
440 /* Define if you have the <windows.h> header file.  */
441 #undef HAVE_WINDOWS_H
442
443 /* Define if you have the bfd library (-lbfd).  */
444 #undef HAVE_LIBBFD
445
446 /* Define if you have the iberty library (-liberty).  */
447 #undef HAVE_LIBIBERTY