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