blob: 7eddb22b4fc091e75d92145e327bb82607180998 [file] [log] [blame]
Huw D M Davies4e2024e2001-10-23 20:06:32 +00001/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
Alexandre Julliard18f92e71996-07-17 20:02:21 +00002
Patrik Stridvall1bb94031999-05-08 15:47:44 +00003/* Define if using alloca.c. */
4#undef C_ALLOCA
5
Alexandre Julliard18f92e71996-07-17 20:02:21 +00006/* Define to empty if the keyword does not work. */
7#undef const
8
Patrik Stridvall1bb94031999-05-08 15:47:44 +00009/* 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
Marcus Meissner1a8bbd71999-04-26 14:58:58 +000019/* Define as __inline if that's what the C compiler calls it. */
20#undef inline
21
Alexandre Julliard18f92e71996-07-17 20:02:21 +000022/* Define to `unsigned' if <sys/types.h> doesn't define. */
23#undef size_t
24
Patrik Stridvall1bb94031999-05-08 15:47:44 +000025/* 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
Alexandre Julliard18f92e71996-07-17 20:02:21 +000034/* 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
Alexandre Julliardda0cfb31996-12-01 17:17:47 +000040/* Define if the X Window System is missing or not being used. */
41#undef X_DISPLAY_MISSING
42
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000043/* The number of bytes in a long long. */
44#undef SIZEOF_LONG_LONG
Alexandre Julliarda69b88b1998-03-15 20:29:56 +000045
Eric Pouechf61d7e02000-04-29 16:44:19 +000046/* Define if you have the __libc_fork function. */
47#undef HAVE___LIBC_FORK
48
Ulrich Weigand715a55e1999-04-18 13:19:56 +000049/* Define if you have the _lwp_create function. */
50#undef HAVE__LWP_CREATE
51
Alexandre Julliard02e90081998-01-04 17:49:09 +000052/* Define if you have the clone function. */
53#undef HAVE_CLONE
54
Ulrich Weigand715a55e1999-04-18 13:19:56 +000055/* Define if you have the connect function. */
56#undef HAVE_CONNECT
57
Marcus Meissnerf070fda1999-04-24 12:02:14 +000058/* Define if you have the dlopen function. */
59#undef HAVE_DLOPEN
60
Andreas Mohra7ca2ba2001-01-12 23:07:11 +000061/* Define if you have the ecvt function. */
62#undef HAVE_ECVT
63
Jon Griffithsd6deb6d2000-11-27 01:37:28 +000064/* Define if you have the finite function. */
65#undef HAVE_FINITE
66
67/* Define if you have the fpclass function. */
68#undef HAVE_FPCLASS
69
Marcus Meissner3f1ed522001-05-14 20:09:37 +000070/* Define if you have the ftruncate64 function. */
71#undef HAVE_FTRUNCATE64
72
Alexandre Julliarded2f19a2001-06-27 21:42:00 +000073/* Define if you have the getbkgd function. */
74#undef HAVE_GETBKGD
75
Patrik Stridvallea584721998-11-01 16:22:07 +000076/* Define if you have the gethostbyname function. */
77#undef HAVE_GETHOSTBYNAME
78
Patrik Stridvallb9010211999-11-13 22:23:35 +000079/* Define if you have the getnetbyaddr function. */
80#undef HAVE_GETNETBYADDR
81
82/* Define if you have the getnetbyname function. */
83#undef HAVE_GETNETBYNAME
84
Alexandre Julliardc7c217b1998-04-13 12:21:30 +000085/* Define if you have the getpagesize function. */
86#undef HAVE_GETPAGESIZE
87
Patrik Stridvallb9010211999-11-13 22:23:35 +000088/* Define if you have the getprotobyname function. */
89#undef HAVE_GETPROTOBYNAME
90
91/* Define if you have the getprotobynumber function. */
92#undef HAVE_GETPROTOBYNUMBER
93
Dimitrie O. Paun1ec253d2000-12-01 20:47:11 +000094/* Define if you have the getrlimit function. */
95#undef HAVE_GETRLIMIT
96
Patrik Stridvallb9010211999-11-13 22:23:35 +000097/* Define if you have the getservbyport function. */
98#undef HAVE_GETSERVBYPORT
99
100/* Define if you have the getsockopt function. */
101#undef HAVE_GETSOCKOPT
102
103/* Define if you have the inet_network function. */
104#undef HAVE_INET_NETWORK
105
Ulrich Weigand2e8e2332000-12-27 18:49:08 +0000106/* Define if you have the iswalnum function. */
107#undef HAVE_ISWALNUM
108
Marcus Meissner3f1ed522001-05-14 20:09:37 +0000109/* Define if you have the lseek64 function. */
110#undef HAVE_LSEEK64
111
Alexandre Julliard27bb3112000-11-29 17:48:06 +0000112/* Define if you have the lstat function. */
113#undef HAVE_LSTAT
114
Alexandre Julliard18f92e71996-07-17 20:02:21 +0000115/* Define if you have the memmove function. */
116#undef HAVE_MEMMOVE
117
Hidenori Takeshimaa85b0a62000-11-25 23:54:12 +0000118/* Define if you have the mmap function. */
119#undef HAVE_MMAP
120
Marcus Meissner2d7be871999-12-05 23:06:40 +0000121/* Define if you have the openpty function. */
122#undef HAVE_OPENPTY
123
Alexandre Julliardf1a0de92002-01-07 21:00:27 +0000124/* Define if you have the pread function. */
125#undef HAVE_PREAD
126
127/* Define if you have the pwrite function. */
128#undef HAVE_PWRITE
129
Alexandre Julliarded2f19a2001-06-27 21:42:00 +0000130/* Define if you have the resizeterm function. */
131#undef HAVE_RESIZETERM
132
Marcus Meissnerc2606381999-04-11 15:20:29 +0000133/* Define if you have the rfork function. */
134#undef HAVE_RFORK
135
Patrik Stridvallb9010211999-11-13 22:23:35 +0000136/* Define if you have the select function. */
137#undef HAVE_SELECT
138
Alexandre Julliard767e6f61998-08-09 12:47:43 +0000139/* Define if you have the sendmsg function. */
140#undef HAVE_SENDMSG
141
Patrik Stridvallb9010211999-11-13 22:23:35 +0000142/* Define if you have the settimeofday function. */
143#undef HAVE_SETTIMEOFDAY
144
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000145/* Define if you have the sigaltstack function. */
146#undef HAVE_SIGALTSTACK
147
Patrik Stridvallb9010211999-11-13 22:23:35 +0000148/* Define if you have the statfs function. */
149#undef HAVE_STATFS
150
Alexandre Julliard3b96efc1999-09-04 14:36:02 +0000151/* Define if you have the strcasecmp function. */
152#undef HAVE_STRCASECMP
153
Alexandre Julliard44ed71f1997-12-21 19:17:50 +0000154/* Define if you have the strerror function. */
155#undef HAVE_STRERROR
156
Alexandre Julliard3b96efc1999-09-04 14:36:02 +0000157/* Define if you have the strncasecmp function. */
158#undef HAVE_STRNCASECMP
Alexandre Julliarda845b881998-06-01 10:44:35 +0000159
Alexandre Julliard18f92e71996-07-17 20:02:21 +0000160/* Define if you have the tcgetattr function. */
161#undef HAVE_TCGETATTR
162
Alexandre Julliarda69b88b1998-03-15 20:29:56 +0000163/* Define if you have the timegm function. */
164#undef HAVE_TIMEGM
165
Alexandre Julliard18f92e71996-07-17 20:02:21 +0000166/* Define if you have the usleep function. */
167#undef HAVE_USLEEP
Alexandre Julliard21979011997-03-05 08:22:35 +0000168
Alexandre Julliardebfc0fe1998-06-28 18:40:26 +0000169/* Define if you have the vfscanf function. */
170#undef HAVE_VFSCANF
171
Alexandre Julliard21979011997-03-05 08:22:35 +0000172/* Define if you have the wait4 function. */
173#undef HAVE_WAIT4
174
175/* Define if you have the waitpid function. */
176#undef HAVE_WAITPID
Alexandre Julliard02e90081998-01-04 17:49:09 +0000177
Patrik Stridvall24110281999-02-04 10:09:54 +0000178/* Define if you have the <GL/gl.h> header file. */
179#undef HAVE_GL_GL_H
180
Lionel Ulmerbedf40b2000-05-12 20:18:14 +0000181/* Define if you have the <GL/glext.h> header file. */
182#undef HAVE_GL_GLEXT_H
183
Lionel Ulmer5d68f791999-07-23 19:33:24 +0000184/* Define if you have the <GL/glx.h> header file. */
185#undef HAVE_GL_GLX_H
186
Ove Kaavenc90fb252001-01-02 22:39:14 +0000187/* Define if you have the <X11/XKBlib.h> header file. */
188#undef HAVE_X11_XKBLIB_H
189
Patrik Stridvall24110281999-02-04 10:09:54 +0000190/* Define if you have the <X11/Xlib.h> header file. */
191#undef HAVE_X11_XLIB_H
192
193/* Define if you have the <X11/extensions/XShm.h> header file. */
194#undef HAVE_X11_EXTENSIONS_XSHM_H
195
Huw D M Daviesff453fc2001-09-14 01:04:25 +0000196/* Define if you have the <X11/extensions/Xrender.h> header file. */
197#undef HAVE_X11_EXTENSIONS_XRENDER_H
198
Lionel Ulmer3d2f32d2000-09-06 19:46:59 +0000199/* Define if you have the <X11/extensions/Xvlib.h> header file. */
200#undef HAVE_X11_EXTENSIONS_XVLIB_H
201
Francois Jacques5b6879c2000-07-28 23:04:54 +0000202/* Define if you have the <X11/extensions/shape.h> header file. */
203#undef HAVE_X11_EXTENSIONS_SHAPE_H
204
Patrik Stridvall24110281999-02-04 10:09:54 +0000205/* Define if you have the <X11/extensions/xf86dga.h> header file. */
206#undef HAVE_X11_EXTENSIONS_XF86DGA_H
207
208/* Define if you have the <X11/extensions/xf86vmode.h> header file. */
209#undef HAVE_X11_EXTENSIONS_XF86VMODE_H
210
Patrik Stridvall96336321999-10-24 22:13:47 +0000211/* Define if you have the <arpa/inet.h> header file. */
212#undef HAVE_ARPA_INET_H
213
Marcus Meissner664c2721999-02-28 11:23:44 +0000214/* Define if you have the <arpa/nameser.h> header file. */
215#undef HAVE_ARPA_NAMESER_H
216
Marcus Meissner592ba101999-01-20 14:18:55 +0000217/* Define if you have the <curses.h> header file. */
218#undef HAVE_CURSES_H
219
Marcus Meissner8220bc91998-10-11 11:10:27 +0000220/* Define if you have the <dlfcn.h> header file. */
221#undef HAVE_DLFCN_H
222
Marcus Meissner592ba101999-01-20 14:18:55 +0000223/* Define if you have the <elf.h> header file. */
224#undef HAVE_ELF_H
225
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000226/* Define if you have the <float.h> header file. */
227#undef HAVE_FLOAT_H
228
Ian Pilcher40432fe2001-06-06 21:05:23 +0000229/* Define if you have the <freetype/freetype.h> header file. */
230#undef HAVE_FREETYPE_FREETYPE_H
231
232/* Define if you have the <freetype/ftglyph.h> header file. */
233#undef HAVE_FREETYPE_FTGLYPH_H
234
235/* Define if you have the <freetype/ftnames.h> header file. */
236#undef HAVE_FREETYPE_FTNAMES_H
237
Huw D M Davies814654e2001-09-12 20:21:06 +0000238/* Define if you have the <freetype/ftoutln.h> header file. */
239#undef HAVE_FREETYPE_FTOUTLN_H
240
Ian Pilcher40432fe2001-06-06 21:05:23 +0000241/* Define if you have the <freetype/ftsnames.h> header file. */
242#undef HAVE_FREETYPE_FTSNAMES_H
243
Huw D M Davies4e2024e2001-10-23 20:06:32 +0000244/* Define if you have the <freetype/internal/sfnt.h> header file. */
245#undef HAVE_FREETYPE_INTERNAL_SFNT_H
246
Ian Pilcher40432fe2001-06-06 21:05:23 +0000247/* Define if you have the <freetype/ttnameid.h> header file. */
248#undef HAVE_FREETYPE_TTNAMEID_H
249
250/* Define if you have the <freetype/tttables.h> header file. */
251#undef HAVE_FREETYPE_TTTABLES_H
252
Ulrich Weigand2e8e2332000-12-27 18:49:08 +0000253/* Define if you have the <ieeefp.h> header file. */
254#undef HAVE_IEEEFP_H
255
Marcus Meissner252b0fe2001-08-06 18:52:14 +0000256/* Define if you have the <jpeglib.h> header file. */
257#undef HAVE_JPEGLIB_H
258
Marcus Meissner592ba101999-01-20 14:18:55 +0000259/* Define if you have the <libio.h> header file. */
260#undef HAVE_LIBIO_H
261
Hidenori Takeshima01f78aa2000-07-09 12:19:09 +0000262/* Define if you have the <libutil.h> header file. */
263#undef HAVE_LIBUTIL_H
264
Patrik Stridvall96336321999-10-24 22:13:47 +0000265/* Define if you have the <link.h> header file. */
266#undef HAVE_LINK_H
267
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000268/* Define if you have the <linux/cdrom.h> header file. */
269#undef HAVE_LINUX_CDROM_H
270
Marcus Meissnerc9b3b2e2000-12-12 00:38:58 +0000271/* Define if you have the <linux/input.h> header file. */
272#undef HAVE_LINUX_INPUT_H
273
Marcus Meissner028e9a11999-08-04 15:07:56 +0000274/* Define if you have the <linux/joystick.h> header file. */
275#undef HAVE_LINUX_JOYSTICK_H
276
Alexandre Julliard829fe321998-07-26 14:27:39 +0000277/* Define if you have the <linux/ucdrom.h> header file. */
278#undef HAVE_LINUX_UCDROM_H
279
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000280/* Define if you have the <machine/soundcard.h> header file. */
281#undef HAVE_MACHINE_SOUNDCARD_H
282
Marcus Meissner592ba101999-01-20 14:18:55 +0000283/* Define if you have the <ncurses.h> header file. */
284#undef HAVE_NCURSES_H
285
Justin Bradford847918c1998-11-08 13:36:39 +0000286/* Define if you have the <net/if.h> header file. */
287#undef HAVE_NET_IF_H
288
Hidenori Takeshima5d1a6382000-11-26 04:00:53 +0000289/* Define if you have the <netdb.h> header file. */
290#undef HAVE_NETDB_H
291
Justin Bradford847918c1998-11-08 13:36:39 +0000292/* Define if you have the <netinet/in.h> header file. */
293#undef HAVE_NETINET_IN_H
294
Patrik Stridvall7a4e5992000-12-01 23:53:46 +0000295/* Define if you have the <netinet/in_systm.h> header file. */
296#undef HAVE_NETINET_IN_SYSTM_H
297
298/* Define if you have the <netinet/ip.h> header file. */
299#undef HAVE_NETINET_IP_H
300
Patrik Stridvall96336321999-10-24 22:13:47 +0000301/* Define if you have the <netinet/tcp.h> header file. */
302#undef HAVE_NETINET_TCP_H
303
Marcus Meissner2d7be871999-12-05 23:06:40 +0000304/* Define if you have the <pty.h> header file. */
305#undef HAVE_PTY_H
306
Marcus Meissner3b092841999-02-20 16:46:39 +0000307/* Define if you have the <resolv.h> header file. */
308#undef HAVE_RESOLV_H
309
Patrik Stridvall96336321999-10-24 22:13:47 +0000310/* Define if you have the <sched.h> header file. */
311#undef HAVE_SCHED_H
312
313/* Define if you have the <socket.h> header file. */
314#undef HAVE_SOCKET_H
315
Todd Vierlingecc76691998-12-15 17:49:02 +0000316/* Define if you have the <soundcard.h> header file. */
317#undef HAVE_SOUNDCARD_H
318
Bang Jun-Youngeda758e2001-12-14 22:47:19 +0000319/* Define if you have the <stdint.h> header file. */
320#undef HAVE_STDINT_H
321
Alexandre Julliardf90efa91998-06-14 15:24:15 +0000322/* Define if you have the <strings.h> header file. */
323#undef HAVE_STRINGS_H
324
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000325/* Define if you have the <sys/cdio.h> header file. */
326#undef HAVE_SYS_CDIO_H
327
Howard Abrams13277481999-07-10 13:16:29 +0000328/* Define if you have the <sys/errno.h> header file. */
329#undef HAVE_SYS_ERRNO_H
330
Alexandre Julliard638f1691999-01-17 16:32:32 +0000331/* Define if you have the <sys/file.h> header file. */
332#undef HAVE_SYS_FILE_H
333
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000334/* Define if you have the <sys/filio.h> header file. */
335#undef HAVE_SYS_FILIO_H
336
Patrik Stridvall96336321999-10-24 22:13:47 +0000337/* Define if you have the <sys/ipc.h> header file. */
338#undef HAVE_SYS_IPC_H
339
Eric Pouech624cbd72001-08-10 22:29:21 +0000340/* Define if you have the <sys/link.h> header file. */
341#undef HAVE_SYS_LINK_H
342
Ulrich Weigand715a55e1999-04-18 13:19:56 +0000343/* Define if you have the <sys/lwp.h> header file. */
344#undef HAVE_SYS_LWP_H
345
Howard Abrams13277481999-07-10 13:16:29 +0000346/* Define if you have the <sys/mman.h> header file. */
347#undef HAVE_SYS_MMAN_H
348
Alexandre Julliardf90efa91998-06-14 15:24:15 +0000349/* Define if you have the <sys/modem.h> header file. */
350#undef HAVE_SYS_MODEM_H
351
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000352/* Define if you have the <sys/mount.h> header file. */
353#undef HAVE_SYS_MOUNT_H
354
Patrik Stridvall96336321999-10-24 22:13:47 +0000355/* Define if you have the <sys/msg.h> header file. */
356#undef HAVE_SYS_MSG_H
357
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000358/* Define if you have the <sys/param.h> header file. */
359#undef HAVE_SYS_PARAM_H
360
Dimitrie O. Paun2af03e42000-11-29 20:04:09 +0000361/* Define if you have the <sys/ptrace.h> header file. */
362#undef HAVE_SYS_PTRACE_H
363
Ulrich Weigand8a1bdb32000-01-30 22:22:22 +0000364/* Define if you have the <sys/reg.h> header file. */
365#undef HAVE_SYS_REG_H
366
Patrik Stridvall96336321999-10-24 22:13:47 +0000367/* Define if you have the <sys/shm.h> header file. */
368#undef HAVE_SYS_SHM_H
369
Howard Abrams13277481999-07-10 13:16:29 +0000370/* Define if you have the <sys/signal.h> header file. */
371#undef HAVE_SYS_SIGNAL_H
372
Patrik Stridvall96336321999-10-24 22:13:47 +0000373/* Define if you have the <sys/socket.h> header file. */
374#undef HAVE_SYS_SOCKET_H
375
Justin Bradford847918c1998-11-08 13:36:39 +0000376/* Define if you have the <sys/sockio.h> header file. */
377#undef HAVE_SYS_SOCKIO_H
378
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000379/* Define if you have the <sys/soundcard.h> header file. */
380#undef HAVE_SYS_SOUNDCARD_H
381
382/* Define if you have the <sys/statfs.h> header file. */
383#undef HAVE_SYS_STATFS_H
384
Alexandre Julliardf90efa91998-06-14 15:24:15 +0000385/* Define if you have the <sys/strtio.h> header file. */
386#undef HAVE_SYS_STRTIO_H
387
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000388/* Define if you have the <sys/syscall.h> header file. */
389#undef HAVE_SYS_SYSCALL_H
390
Dimitrie O. Paun2af03e42000-11-29 20:04:09 +0000391/* Define if you have the <sys/user.h> header file. */
392#undef HAVE_SYS_USER_H
393
Patrik Stridvall96336321999-10-24 22:13:47 +0000394/* Define if you have the <sys/v86.h> header file. */
395#undef HAVE_SYS_V86_H
396
397/* Define if you have the <sys/v86intr.h> header file. */
398#undef HAVE_SYS_V86INTR_H
399
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000400/* Define if you have the <sys/vfs.h> header file. */
401#undef HAVE_SYS_VFS_H
402
Patrik Stridvall96336321999-10-24 22:13:47 +0000403/* Define if you have the <sys/vm86.h> header file. */
404#undef HAVE_SYS_VM86_H
405
406/* Define if you have the <sys/wait.h> header file. */
407#undef HAVE_SYS_WAIT_H
408
Alexandre Julliardc7c217b1998-04-13 12:21:30 +0000409/* Define if you have the <syscall.h> header file. */
410#undef HAVE_SYSCALL_H
411
Ulrich Weigand715a55e1999-04-18 13:19:56 +0000412/* Define if you have the <ucontext.h> header file. */
413#undef HAVE_UCONTEXT_H
414
Alexandre Julliard02e90081998-01-04 17:49:09 +0000415/* Define if you have the i386 library (-li386). */
416#undef HAVE_LIBI386
417
Howard Abrams13277481999-07-10 13:16:29 +0000418/* Define if you have the m library (-lm). */
419#undef HAVE_LIBM
420
Alexandre Julliard0e7bd081999-05-02 11:46:02 +0000421/* Define if you have the mmap library (-lmmap). */
422#undef HAVE_LIBMMAP
423
Todd Vierlingecc76691998-12-15 17:49:02 +0000424/* Define if you have the ossaudio library (-lossaudio). */
425#undef HAVE_LIBOSSAUDIO
426
Alexandre Julliardd30dfd21998-09-27 18:28:36 +0000427/* Define if you have the xpg4 library (-lxpg4). */
428#undef HAVE_LIBXPG4
Marcus Meissner0f6cfbc2001-06-08 19:34:56 +0000429
Marcus Meissner252b0fe2001-08-06 18:52:14 +0000430/* Define if you have libjpeg including devel headers */
431#undef HAVE_LIBJPEG
432
Alexandre Julliarded2f19a2001-06-27 21:42:00 +0000433/* Define if you have the XKB extension */
434#undef HAVE_XKB
435
436/* Define if you have the X Shm extension */
437#undef HAVE_LIBXXSHM
438
439/* Define if you have the X Shape extension */
440#undef HAVE_LIBXSHAPE
441
442/* Define if you have the Xxf86dga library version 2 */
443#undef HAVE_LIBXXF86DGA2
444
445/* Define if you have the Xxf86dga library version 1 */
446#undef HAVE_LIBXXF86DGA
447
448/* Define if you have the Xxf86vm library */
449#undef HAVE_LIBXXF86VM
450
451/* Define if the X libraries support XVideo */
452#undef HAVE_XVIDEO
453
Huw D M Daviesff453fc2001-09-14 01:04:25 +0000454/* Define if you have the XRender extension library */
455#undef HAVE_LIBXRENDER
456
Alexandre Julliarded2f19a2001-06-27 21:42:00 +0000457/* Define if OpenGL is present on the system */
458#undef HAVE_OPENGL
459
460/* Define if the OpenGL library supports the glXGetProcAddressARB call */
461#undef HAVE_GLX_GETPROCADDRESS
462
463/* Define if the OpenGL headers define extension typedefs */
464#undef HAVE_GLEXT_PROTOTYPES
465
Alexandre Julliard48957682001-12-26 23:08:31 +0000466/* Define if you have the ncurses library (-lncurses) */
467#undef HAVE_LIBNCURSES
468
469/* Define if you have the curses library (-lcurses) */
470#undef HAVE_LIBCURSES
471
Alexandre Julliarded2f19a2001-06-27 21:42:00 +0000472/* Define if we have CUPS */
473#undef HAVE_CUPS
474
Alexandre Julliard18d75732002-01-29 03:02:50 +0000475/* Define if you have the <freetype/fttrigon.h> header file. */
476#undef HAVE_FREETYPE_FTTRIGON_H
477
Huw D M Davies9b1d3722002-01-29 17:09:28 +0000478/* Define if FreeType 2 is installed */
479#undef HAVE_FREETYPE
480
Uwe Bonnes6509fa92001-06-26 21:06:07 +0000481/* Define if we can use ppdev.h for parallel port access */
482#undef HAVE_PPDEV
483
Alexandre Julliarded2f19a2001-06-27 21:42:00 +0000484/* Define if IPX should use netipx/ipx.h from libc */
485#undef HAVE_IPX_GNU
486
487/* Define if IPX includes are taken from Linux kernel */
488#undef HAVE_IPX_LINUX
489
490/* Define if you have the Open Sound system */
491#undef HAVE_OSS
492
493/* Define if you have the Open Sound system (MIDI interface) */
494#undef HAVE_OSS_MIDI
495
Marcus Meissner0f6cfbc2001-06-08 19:34:56 +0000496/* Set this to 64 to enable 64-bit file support on Linux */
497#undef _FILE_OFFSET_BITS
498
Alexandre Julliarded2f19a2001-06-27 21:42:00 +0000499/* Define if .type asm directive must be inside a .def directive */
500#undef NEED_TYPE_IN_DEF
501
502/* Define if symbols declared in assembly code need an underscore prefix */
503#undef NEED_UNDERSCORE_PREFIX
504
Dmitry Timoshkov93a5b862002-02-04 18:48:18 +0000505/* Define if stdcall symbols need to be decorated */
506#undef NEED_STDCALL_DECORATION
507
Alexandre Julliarded2f19a2001-06-27 21:42:00 +0000508/* Define to use .string instead of .ascii */
509#undef HAVE_ASM_STRING
510
511/* Define to the name of the function returning errno for reentrant libc */
512#undef ERRNO_LOCATION
513
514/* Define if X libraries are not reentrant (compiled without -D_REENTRANT) */
515#undef NO_REENTRANT_X11
516
517/* Define if we have linux/input.h AND it contains the INPUT event API */
518#undef HAVE_CORRECT_LINUXINPUT_H
519
520/* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
521#undef HAVE_LINUX_GETHOSTBYNAME_R_6
522
523/* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
524#undef HAVE_LINUX_22_JOYSTICK_API
525
526/* Define if the struct statfs is defined by <sys/vfs.h> */
527#undef STATFS_DEFINED_BY_SYS_VFS
528
529/* Define if the struct statfs is defined by <sys/statfs.h> */
530#undef STATFS_DEFINED_BY_SYS_STATFS
531
532/* Define if the struct statfs is defined by <sys/mount.h> */
533#undef STATFS_DEFINED_BY_SYS_MOUNT
534
535/* Define if the struct statfs has the member bfree */
536#undef STATFS_HAS_BFREE
537
538/* Define if the struct statfs has the member bavail */
539#undef STATFS_HAS_BAVAIL
540
541/* Define if struct msghdr contains msg_accrights */
542#undef HAVE_MSGHDR_ACCRIGHTS
543
Patrik Stridvall09da9662001-07-08 22:30:50 +0000544/* Define if struct sockaddr contains sa_len */
545#undef HAVE_SOCKADDR_SA_LEN
546
Alexandre Julliarded2f19a2001-06-27 21:42:00 +0000547/* Define if struct sockaddr_un contains sun_len */
548#undef HAVE_SOCKADDR_SUN_LEN
549
François Gouget14259412001-11-06 20:57:11 +0000550/* This must always be defined to allow checking for config.h inclusion */
551#undef __WINE_CONFIG_H
552