Small fix.
[wine/multimedia.git] / include / acconfig.h
blob66ece2f024531b2641f5e4e2d23b0dda8c59dd6d
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 Open Sound system. */
22 #undef HAVE_OSS
24 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT). */
25 #undef NO_REENTRANT_X11
27 /* Define if libc is not reentrant */
28 #undef NO_REENTRANT_LIBC
30 /* Define if all debug messages are to be compiled out */
31 #undef NO_DEBUG_MSGS
33 /* Define if TRACE messages are to be compiled out */
34 #undef NO_TRACE_MSGS
36 /* Define if the struct statfs has the member bavail */
37 #undef STATFS_HAS_BAVAIL
39 /* Define if the struct statfs has the member bfree */
40 #undef STATFS_HAS_BFREE
42 /* Define if we have a working sigaltstack */
43 #undef HAVE_WORKING_SIGALTSTACK
45 /* Define if the struct statfs is defined by <sys/vfs.h> */
46 #undef STATFS_DEFINED_BY_SYS_VFS
48 /* Define if the struct statfs is defined by <sys/statfs.h> */
49 #undef STATFS_DEFINED_BY_SYS_STATFS
51 /* Define if the struct statfs is defined by <sys/mount.h> */
52 #undef STATFS_DEFINED_BY_SYS_MOUNT