Authors: Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming...
[wine] / include / config.h.in
1 /* include/config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if using alloca.c.  */
4 #undef C_ALLOCA
5
6 /* Define to empty if the keyword does not work.  */
7 #undef const
8
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10    This function is required for alloca.c support on those systems.  */
11 #undef CRAY_STACKSEG_END
12
13 /* Define if you have alloca, as a function or macro.  */
14 #undef HAVE_ALLOCA
15
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17 #undef HAVE_ALLOCA_H
18
19 /* Define as __inline if that's what the C compiler calls it.  */
20 #undef inline
21
22 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
23 #undef size_t
24
25 /* If using the C implementation of alloca, define if you know the
26    direction of stack growth for your system; otherwise it will be
27    automatically deduced at run-time.
28  STACK_DIRECTION > 0 => grows toward higher addresses
29  STACK_DIRECTION < 0 => grows toward lower addresses
30  STACK_DIRECTION = 0 => direction of growth unknown
31  */
32 #undef STACK_DIRECTION
33
34 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
35 #undef STAT_MACROS_BROKEN
36
37 /* Define if you have the ANSI C header files.  */
38 #undef STDC_HEADERS
39
40 /* Define if your processor stores words with the most significant
41    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
42 #undef WORDS_BIGENDIAN
43
44 /* Define if the X Window System is missing or not being used.  */
45 #undef X_DISPLAY_MISSING
46
47 /* Define if lex declares yytext as a char * by default, not a char[].  */
48 #undef YYTEXT_POINTER
49
50 /* Define if bitfields are bigendian */
51 #undef BITFIELDS_BIGENDIAN
52
53 /* Define if unaligned memory access is allowed */
54 #undef ALLOW_UNALIGNED_ACCESS
55
56 /* Define if .type asm directive must be inside a .def directive */
57 #undef NEED_TYPE_IN_DEF
58
59 /* Define if symbols declared in assembly code need an underscore prefix */
60 #undef NEED_UNDERSCORE_PREFIX
61
62 /* Define to use .string instead of .ascii */
63 #undef HAVE_ASM_STRING
64
65 /* Define if struct msghdr contains msg_accrights */
66 #undef HAVE_MSGHDR_ACCRIGHTS
67
68 /* Define if struct sockaddr_un contains sun_len */
69 #undef HAVE_SOCKADDR_SUN_LEN
70
71 /* Define if you have the XKB extension */
72 #undef HAVE_XKB
73
74 /* Define if you have the Xxf86dga library (-lXxf86dga).  */
75 #undef HAVE_LIBXXF86DGA
76
77 /* Define if you have the Xxf86dga library version 2.0 (-lXxf86dga).  */
78 #undef HAVE_LIBXXF86DGA2
79
80 /* Define if you have the X Shm extension */
81 #undef HAVE_LIBXXSHM
82
83 /* Define if you have the X Shape extension */
84 #undef HAVE_LIBXSHAPE
85
86 /* Define if you have the Xxf86vm library */
87 #undef HAVE_LIBXXF86VM
88
89 /* Define if you have the Xpm library */
90 #undef HAVE_LIBXXPM
91
92 /* Define if you have the Open Sound system.  */
93 #undef HAVE_OSS
94
95 /* Define if you have the Open Sound system (MIDI interface).  */
96 #undef HAVE_OSS_MIDI
97
98 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT).  */
99 #undef NO_REENTRANT_X11
100
101 /* Define if libc is not reentrant  */
102 #undef NO_REENTRANT_LIBC
103
104 /* Define if libc uses __errno_location for reentrant errno */
105 #undef HAVE__ERRNO_LOCATION
106
107 /* Define if libc uses __error for reentrant errno */
108 #undef HAVE__ERROR
109
110 /* Define if libc uses ___errno for reentrant errno */
111 #undef HAVE___ERRNO
112
113 /* Define if libc uses __thr_errno for reentrant errno */
114 #undef HAVE__THR_ERRNO
115
116 /* Define if all debug messages are to be compiled out */
117 #undef NO_DEBUG_MSGS
118
119 /* Define if TRACE messages are to be compiled out */
120 #undef NO_TRACE_MSGS
121
122 /* Define if the struct statfs has the member bavail */
123 #undef STATFS_HAS_BAVAIL
124
125 /* Define if the struct statfs has the member bfree */
126 #undef STATFS_HAS_BFREE
127
128 /* Define if the struct statfs is defined by <sys/vfs.h> */
129 #undef STATFS_DEFINED_BY_SYS_VFS
130
131 /* Define if the struct statfs is defined by <sys/statfs.h> */
132 #undef STATFS_DEFINED_BY_SYS_STATFS
133
134 /* Define if the struct statfs is defined by <sys/mount.h> */
135 #undef STATFS_DEFINED_BY_SYS_MOUNT
136
137 /* Define if ncurses have the new resizeterm function */
138 #undef HAVE_RESIZETERM
139
140 /* Define if ncurses have the new getbkgd function */
141 #undef HAVE_GETBKGD
142
143 /* Define if IPX should use netipx/ipx.h from libc */
144 #undef HAVE_IPX_GNU
145
146 /* Define if IPX includes are taken from Linux kernel */
147 #undef HAVE_IPX_LINUX
148
149 /* Define if OpenGL is present on the system or not */
150 #undef HAVE_OPENGL
151
152 /* Define if the system has dynamic link library support with the dl* API */
153 #undef HAVE_DL_API
154
155 /* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
156 #undef HAVE_LINUX_22_JOYSTICK_API
157
158 /* Define if the OpenGL library supports the glXGetProcAddressARB call */
159 #undef HAVE_GLX_GETPROCADDRESS
160
161 /* Define if the OpenGL headers define extension typedefs */
162 #undef HAVE_GLEXT_PROTOTYPES
163
164 /* Define if the X libraries support XVideo */
165 #undef HAVE_XVIDEO
166
167 /* Define if Mesa's OSMesa (off-screen rendering) library is present */
168 #undef HAVE_OSMESA
169
170 /* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
171 #undef HAVE_LINUX_GETHOSTBYNAME_R_6
172
173 /* The number of bytes in a long long.  */
174 #undef SIZEOF_LONG_LONG
175
176 /* Define if you have the __libc_fork function.  */
177 #undef HAVE___LIBC_FORK
178
179 /* Define if you have the _lwp_create function.  */
180 #undef HAVE__LWP_CREATE
181
182 /* Define if you have the clone function.  */
183 #undef HAVE_CLONE
184
185 /* Define if you have the connect function.  */
186 #undef HAVE_CONNECT
187
188 /* Define if you have the dlopen function.  */
189 #undef HAVE_DLOPEN
190
191 /* Define if you have the finite function.  */
192 #undef HAVE_FINITE
193
194 /* Define if you have the fpclass function.  */
195 #undef HAVE_FPCLASS
196
197 /* Define if you have the gethostbyname function.  */
198 #undef HAVE_GETHOSTBYNAME
199
200 /* Define if you have the getnetbyaddr function.  */
201 #undef HAVE_GETNETBYADDR
202
203 /* Define if you have the getnetbyname function.  */
204 #undef HAVE_GETNETBYNAME
205
206 /* Define if you have the getpagesize function.  */
207 #undef HAVE_GETPAGESIZE
208
209 /* Define if you have the getprotobyname function.  */
210 #undef HAVE_GETPROTOBYNAME
211
212 /* Define if you have the getprotobynumber function.  */
213 #undef HAVE_GETPROTOBYNUMBER
214
215 /* Define if you have the getrlimit function.  */
216 #undef HAVE_GETRLIMIT
217
218 /* Define if you have the getservbyport function.  */
219 #undef HAVE_GETSERVBYPORT
220
221 /* Define if you have the getsockopt function.  */
222 #undef HAVE_GETSOCKOPT
223
224 /* Define if you have the inet_network function.  */
225 #undef HAVE_INET_NETWORK
226
227 /* Define if you have the iswalnum function.  */
228 #undef HAVE_ISWALNUM
229
230 /* Define if you have the lstat function.  */
231 #undef HAVE_LSTAT
232
233 /* Define if you have the memmove function.  */
234 #undef HAVE_MEMMOVE
235
236 /* Define if you have the mmap function.  */
237 #undef HAVE_MMAP
238
239 /* Define if you have the openpty function.  */
240 #undef HAVE_OPENPTY
241
242 /* Define if you have the rfork function.  */
243 #undef HAVE_RFORK
244
245 /* Define if you have the select function.  */
246 #undef HAVE_SELECT
247
248 /* Define if you have the sendmsg function.  */
249 #undef HAVE_SENDMSG
250
251 /* Define if you have the settimeofday function.  */
252 #undef HAVE_SETTIMEOFDAY
253
254 /* Define if you have the sigaltstack function.  */
255 #undef HAVE_SIGALTSTACK
256
257 /* Define if you have the statfs function.  */
258 #undef HAVE_STATFS
259
260 /* Define if you have the strcasecmp function.  */
261 #undef HAVE_STRCASECMP
262
263 /* Define if you have the strerror function.  */
264 #undef HAVE_STRERROR
265
266 /* Define if you have the strncasecmp function.  */
267 #undef HAVE_STRNCASECMP
268
269 /* Define if you have the tcgetattr function.  */
270 #undef HAVE_TCGETATTR
271
272 /* Define if you have the timegm function.  */
273 #undef HAVE_TIMEGM
274
275 /* Define if you have the usleep function.  */
276 #undef HAVE_USLEEP
277
278 /* Define if you have the vfscanf function.  */
279 #undef HAVE_VFSCANF
280
281 /* Define if you have the wait4 function.  */
282 #undef HAVE_WAIT4
283
284 /* Define if you have the waitpid function.  */
285 #undef HAVE_WAITPID
286
287 /* Define if you have the <GL/gl.h> header file.  */
288 #undef HAVE_GL_GL_H
289
290 /* Define if you have the <GL/glext.h> header file.  */
291 #undef HAVE_GL_GLEXT_H
292
293 /* Define if you have the <GL/glx.h> header file.  */
294 #undef HAVE_GL_GLX_H
295
296 /* Define if you have the <GL/osmesa.h> header file.  */
297 #undef HAVE_GL_OSMESA_H
298
299 /* Define if you have the <X11/XKBlib.h> header file.  */
300 #undef HAVE_X11_XKBLIB_H
301
302 /* Define if you have the <X11/Xlib.h> header file.  */
303 #undef HAVE_X11_XLIB_H
304
305 /* Define if you have the <X11/extensions/XShm.h> header file.  */
306 #undef HAVE_X11_EXTENSIONS_XSHM_H
307
308 /* Define if you have the <X11/extensions/Xvlib.h> header file.  */
309 #undef HAVE_X11_EXTENSIONS_XVLIB_H
310
311 /* Define if you have the <X11/extensions/shape.h> header file.  */
312 #undef HAVE_X11_EXTENSIONS_SHAPE_H
313
314 /* Define if you have the <X11/extensions/xf86dga.h> header file.  */
315 #undef HAVE_X11_EXTENSIONS_XF86DGA_H
316
317 /* Define if you have the <X11/extensions/xf86vmode.h> header file.  */
318 #undef HAVE_X11_EXTENSIONS_XF86VMODE_H
319
320 /* Define if you have the <X11/xpm.h> header file.  */
321 #undef HAVE_X11_XPM_H
322
323 /* Define if you have the <arpa/inet.h> header file.  */
324 #undef HAVE_ARPA_INET_H
325
326 /* Define if you have the <arpa/nameser.h> header file.  */
327 #undef HAVE_ARPA_NAMESER_H
328
329 /* Define if you have the <curses.h> header file.  */
330 #undef HAVE_CURSES_H
331
332 /* Define if you have the <dlfcn.h> header file.  */
333 #undef HAVE_DLFCN_H
334
335 /* Define if you have the <elf.h> header file.  */
336 #undef HAVE_ELF_H
337
338 /* Define if you have the <float.h> header file.  */
339 #undef HAVE_FLOAT_H
340
341 /* Define if you have the <ieeefp.h> header file.  */
342 #undef HAVE_IEEEFP_H
343
344 /* Define if you have the <libio.h> header file.  */
345 #undef HAVE_LIBIO_H
346
347 /* Define if you have the <libutil.h> header file.  */
348 #undef HAVE_LIBUTIL_H
349
350 /* Define if you have the <link.h> header file.  */
351 #undef HAVE_LINK_H
352
353 /* Define if you have the <linux/cdrom.h> header file.  */
354 #undef HAVE_LINUX_CDROM_H
355
356 /* Define if you have the <linux/input.h> header file.  */
357 #undef HAVE_LINUX_INPUT_H
358
359 /* Define if you have the <linux/joystick.h> header file.  */
360 #undef HAVE_LINUX_JOYSTICK_H
361
362 /* Define if you have the <linux/ucdrom.h> header file.  */
363 #undef HAVE_LINUX_UCDROM_H
364
365 /* Define if you have the <machine/soundcard.h> header file.  */
366 #undef HAVE_MACHINE_SOUNDCARD_H
367
368 /* Define if you have the <ncurses.h> header file.  */
369 #undef HAVE_NCURSES_H
370
371 /* Define if you have the <net/if.h> header file.  */
372 #undef HAVE_NET_IF_H
373
374 /* Define if you have the <netdb.h> header file.  */
375 #undef HAVE_NETDB_H
376
377 /* Define if you have the <netinet/in.h> header file.  */
378 #undef HAVE_NETINET_IN_H
379
380 /* Define if you have the <netinet/in_systm.h> header file.  */
381 #undef HAVE_NETINET_IN_SYSTM_H
382
383 /* Define if you have the <netinet/ip.h> header file.  */
384 #undef HAVE_NETINET_IP_H
385
386 /* Define if you have the <netinet/tcp.h> header file.  */
387 #undef HAVE_NETINET_TCP_H
388
389 /* Define if you have the <pty.h> header file.  */
390 #undef HAVE_PTY_H
391
392 /* Define if you have the <resolv.h> header file.  */
393 #undef HAVE_RESOLV_H
394
395 /* Define if you have the <sched.h> header file.  */
396 #undef HAVE_SCHED_H
397
398 /* Define if you have the <socket.h> header file.  */
399 #undef HAVE_SOCKET_H
400
401 /* Define if you have the <soundcard.h> header file.  */
402 #undef HAVE_SOUNDCARD_H
403
404 /* Define if you have the <strings.h> header file.  */
405 #undef HAVE_STRINGS_H
406
407 /* Define if you have the <sys/cdio.h> header file.  */
408 #undef HAVE_SYS_CDIO_H
409
410 /* Define if you have the <sys/errno.h> header file.  */
411 #undef HAVE_SYS_ERRNO_H
412
413 /* Define if you have the <sys/file.h> header file.  */
414 #undef HAVE_SYS_FILE_H
415
416 /* Define if you have the <sys/filio.h> header file.  */
417 #undef HAVE_SYS_FILIO_H
418
419 /* Define if you have the <sys/ipc.h> header file.  */
420 #undef HAVE_SYS_IPC_H
421
422 /* Define if you have the <sys/lwp.h> header file.  */
423 #undef HAVE_SYS_LWP_H
424
425 /* Define if you have the <sys/mman.h> header file.  */
426 #undef HAVE_SYS_MMAN_H
427
428 /* Define if you have the <sys/modem.h> header file.  */
429 #undef HAVE_SYS_MODEM_H
430
431 /* Define if you have the <sys/mount.h> header file.  */
432 #undef HAVE_SYS_MOUNT_H
433
434 /* Define if you have the <sys/msg.h> header file.  */
435 #undef HAVE_SYS_MSG_H
436
437 /* Define if you have the <sys/param.h> header file.  */
438 #undef HAVE_SYS_PARAM_H
439
440 /* Define if you have the <sys/ptrace.h> header file.  */
441 #undef HAVE_SYS_PTRACE_H
442
443 /* Define if you have the <sys/reg.h> header file.  */
444 #undef HAVE_SYS_REG_H
445
446 /* Define if you have the <sys/shm.h> header file.  */
447 #undef HAVE_SYS_SHM_H
448
449 /* Define if you have the <sys/signal.h> header file.  */
450 #undef HAVE_SYS_SIGNAL_H
451
452 /* Define if you have the <sys/socket.h> header file.  */
453 #undef HAVE_SYS_SOCKET_H
454
455 /* Define if you have the <sys/sockio.h> header file.  */
456 #undef HAVE_SYS_SOCKIO_H
457
458 /* Define if you have the <sys/soundcard.h> header file.  */
459 #undef HAVE_SYS_SOUNDCARD_H
460
461 /* Define if you have the <sys/statfs.h> header file.  */
462 #undef HAVE_SYS_STATFS_H
463
464 /* Define if you have the <sys/strtio.h> header file.  */
465 #undef HAVE_SYS_STRTIO_H
466
467 /* Define if you have the <sys/syscall.h> header file.  */
468 #undef HAVE_SYS_SYSCALL_H
469
470 /* Define if you have the <sys/user.h> header file.  */
471 #undef HAVE_SYS_USER_H
472
473 /* Define if you have the <sys/v86.h> header file.  */
474 #undef HAVE_SYS_V86_H
475
476 /* Define if you have the <sys/v86intr.h> header file.  */
477 #undef HAVE_SYS_V86INTR_H
478
479 /* Define if you have the <sys/vfs.h> header file.  */
480 #undef HAVE_SYS_VFS_H
481
482 /* Define if you have the <sys/vm86.h> header file.  */
483 #undef HAVE_SYS_VM86_H
484
485 /* Define if you have the <sys/wait.h> header file.  */
486 #undef HAVE_SYS_WAIT_H
487
488 /* Define if you have the <syscall.h> header file.  */
489 #undef HAVE_SYSCALL_H
490
491 /* Define if you have the <ucontext.h> header file.  */
492 #undef HAVE_UCONTEXT_H
493
494 /* Define if you have the curses library (-lcurses).  */
495 #undef HAVE_LIBCURSES
496
497 /* Define if you have the i386 library (-li386).  */
498 #undef HAVE_LIBI386
499
500 /* Define if you have the m library (-lm).  */
501 #undef HAVE_LIBM
502
503 /* Define if you have the mmap library (-lmmap).  */
504 #undef HAVE_LIBMMAP
505
506 /* Define if you have the ncurses library (-lncurses).  */
507 #undef HAVE_LIBNCURSES
508
509 /* Define if you have the ossaudio library (-lossaudio).  */
510 #undef HAVE_LIBOSSAUDIO
511
512 /* Define if you have the xpg4 library (-lxpg4).  */
513 #undef HAVE_LIBXPG4