Separated stuff for shv background contextmenu to separate file.
[wine.git] / include / acconfig.h
blob938962f2fc177ca2ab4e372857f801a0a2749149
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 struct msghdr contains msg_accrights */
13 #undef HAVE_MSGHDR_ACCRIGHTS
15 /* Define if you have the Xxf86dga library (-lXxf86dga). */
16 #undef HAVE_LIBXXF86DGA
18 /* Define if you have the X Shm extension */
19 #undef HAVE_LIBXXSHM
21 /* Define if you have the Xxf86vm library */
22 #undef HAVE_LIBXXF86VM
24 /* Define if you have the Xpm library */
25 #undef HAVE_LIBXXPM
27 /* Define if you have the Open Sound system. */
28 #undef HAVE_OSS
30 /* Define if you have the Open Sound system (MIDI interface). */
31 #undef HAVE_OSS_MIDI
33 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT). */
34 #undef NO_REENTRANT_X11
36 /* Define if libc is not reentrant */
37 #undef NO_REENTRANT_LIBC
39 /* Define if libc uses __errno_location for reentrant errno */
40 #undef HAVE__ERRNO_LOCATION
42 /* Define if libc uses __error for reentrant errno */
43 #undef HAVE__ERROR
45 /* Define if libc uses ___errno for reentrant errno */
46 #undef HAVE___ERRNO
48 /* Define if all debug messages are to be compiled out */
49 #undef NO_DEBUG_MSGS
51 /* Define if TRACE messages are to be compiled out */
52 #undef NO_TRACE_MSGS
54 /* Define if the struct statfs has the member bavail */
55 #undef STATFS_HAS_BAVAIL
57 /* Define if the struct statfs has the member bfree */
58 #undef STATFS_HAS_BFREE
60 /* Define if we have a working sigaltstack */
61 #undef HAVE_WORKING_SIGALTSTACK
63 /* Define if the struct statfs is defined by <sys/vfs.h> */
64 #undef STATFS_DEFINED_BY_SYS_VFS
66 /* Define if the struct statfs is defined by <sys/statfs.h> */
67 #undef STATFS_DEFINED_BY_SYS_STATFS
69 /* Define if the struct statfs is defined by <sys/mount.h> */
70 #undef STATFS_DEFINED_BY_SYS_MOUNT
72 /* Define if we can use ncurses for full-screen access */
73 #undef HAVE_LIBNCURSES
75 /* Define if we can use curses (if no ncurses) for full-screen access */
76 #undef HAVE_LIBCURSES
78 /* Define if ncurses have the new resizeterm function */
79 #undef HAVE_RESIZETERM
81 /* Define if ncurses have the new getbkgd function */
82 #undef HAVE_GETBKGD
84 /* Define if we can a compatible xterm program */
85 #undef XTERM_PROGRAM
87 /* Define if IPX should use netipx/ipx.h from libc */
88 #undef HAVE_IPX_GNU
90 /* Define if IPX includes are taken from Linux kernel */
91 #undef HAVE_IPX_LINUX
93 /* Define if Mesa is present on the system or not */
94 #undef HAVE_LIBMESAGL
96 /* Define if the system has dynamic link library support with the dl* API */
97 #undef HAVE_DL_API