- beginning of implementation of Direct3D2 (DX 5.0) and associated classes
[wine/multimedia.git] / include / acconfig.h
blob35c7acf6951f9439c6840bb2209cb9fd322bf834
1 /*
2 * This file is used by 'autoheader' to generate the list of symbols
3 * defined in the 'configure' script.
4 */
6 /* Define if symbols declared in assembly code need an underscore prefix */
7 #undef NEED_UNDERSCORE_PREFIX
9 /* Define to use .string instead of .ascii */
10 #undef HAVE_ASM_STRING
12 /* Define if union semun is defined in sys/sem.h */
13 #undef HAVE_UNION_SEMUN
15 /* Define if struct msghdr contains msg_accrights */
16 #undef HAVE_MSGHDR_ACCRIGHTS
18 /* Define if you have the Xxf86dga library (-lXxf86dga). */
19 #undef HAVE_LIBXXF86DGA
21 /* Define if you have the X Shm extension */
22 #undef HAVE_LIBXXSHM
24 /* Define if you have the Xxf86vm library */
25 #undef HAVE_LIBXXF86VM
27 /* Define if you have the Open Sound system. */
28 #undef HAVE_OSS
30 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT). */
31 #undef NO_REENTRANT_X11
33 /* Define if libc is not reentrant */
34 #undef NO_REENTRANT_LIBC
36 /* Define if all debug messages are to be compiled out */
37 #undef NO_DEBUG_MSGS
39 /* Define if TRACE messages are to be compiled out */
40 #undef NO_TRACE_MSGS
42 /* Define if the struct statfs has the member bavail */
43 #undef STATFS_HAS_BAVAIL
45 /* Define if the struct statfs has the member bfree */
46 #undef STATFS_HAS_BFREE
48 /* Define if we have a working sigaltstack */
49 #undef HAVE_WORKING_SIGALTSTACK
51 /* Define if the struct statfs is defined by <sys/vfs.h> */
52 #undef STATFS_DEFINED_BY_SYS_VFS
54 /* Define if the struct statfs is defined by <sys/statfs.h> */
55 #undef STATFS_DEFINED_BY_SYS_STATFS
57 /* Define if the struct statfs is defined by <sys/mount.h> */
58 #undef STATFS_DEFINED_BY_SYS_MOUNT
60 /* Define if we can use ncurses for full-screen access */
61 #undef HAVE_LIBNCURSES
63 /* Define if we can use curses (if no ncurses) for full-screen access */
64 #undef HAVE_LIBCURSES
66 /* Define if we can a compatible xterm program */
67 #undef XTERM_PROGRAM
69 /* Define if IPX should use netipx/ipx.h from libc */
70 #undef HAVE_IPX_GNU
72 /* Define if IPX includes are taken from Linux kernel */
73 #undef HAVE_IPX_LINUX
75 /* Define if Mesa is present on the system or not */
76 #undef HAVE_MESAGL