Install all standard Windows includes, plus some from the wine subdir.
[wine] / include / acconfig.h
1 /*
2  * This file is used by 'autoheader' to generate the list of symbols
3  * defined in the 'configure' script.
4  */
5
6 /* Define if symbols declared in assembly code need an underscore prefix */
7 #undef NEED_UNDERSCORE_PREFIX
8
9 /* Define to use .string instead of .ascii */
10 #undef HAVE_ASM_STRING
11
12 /* Define if struct msghdr contains msg_accrights */
13 #undef HAVE_MSGHDR_ACCRIGHTS
14
15 /* Define if struct sockaddr_un contains sun_len */
16 #undef HAVE_SOCKADDR_SUN_LEN
17
18 /* Define if you have the Xxf86dga library (-lXxf86dga).  */
19 #undef HAVE_LIBXXF86DGA
20
21 /* Define if you have the Xxf86dga library version 2.0 (-lXxf86dga).  */
22 #undef HAVE_LIBXXF86DGA2
23
24 /* Define if you have the X Shm extension */
25 #undef HAVE_LIBXXSHM
26
27 /* Define if you have the X Shape extension */
28 #undef HAVE_LIBXSHAPE
29
30 /* Define if you have the Xxf86vm library */
31 #undef HAVE_LIBXXF86VM
32
33 /* Define if you have the Xpm library */
34 #undef HAVE_LIBXXPM
35
36 /* Define if you have the Open Sound system.  */
37 #undef HAVE_OSS
38
39 /* Define if you have the Open Sound system (MIDI interface).  */
40 #undef HAVE_OSS_MIDI
41
42 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT).  */
43 #undef NO_REENTRANT_X11
44
45 /* Define if libc is not reentrant  */
46 #undef NO_REENTRANT_LIBC
47
48 /* Define if libc uses __errno_location for reentrant errno */
49 #undef HAVE__ERRNO_LOCATION
50
51 /* Define if libc uses __error for reentrant errno */
52 #undef HAVE__ERROR
53
54 /* Define if libc uses ___errno for reentrant errno */
55 #undef HAVE___ERRNO
56
57 /* Define if libc uses __thr_errno for reentrant errno */
58 #undef HAVE__THR_ERRNO
59
60 /* Define if all debug messages are to be compiled out */
61 #undef NO_DEBUG_MSGS
62
63 /* Define if TRACE messages are to be compiled out */
64 #undef NO_TRACE_MSGS
65
66 /* Define if the struct statfs has the member bavail */
67 #undef STATFS_HAS_BAVAIL
68
69 /* Define if the struct statfs has the member bfree */
70 #undef STATFS_HAS_BFREE
71
72 /* Define if the struct statfs is defined by <sys/vfs.h> */
73 #undef STATFS_DEFINED_BY_SYS_VFS
74
75 /* Define if the struct statfs is defined by <sys/statfs.h> */
76 #undef STATFS_DEFINED_BY_SYS_STATFS
77
78 /* Define if the struct statfs is defined by <sys/mount.h> */
79 #undef STATFS_DEFINED_BY_SYS_MOUNT
80
81 /* Define if we can use ncurses for full-screen access */
82 #undef HAVE_LIBNCURSES
83
84 /* Define if we can use curses (if no ncurses) for full-screen access */
85 #undef HAVE_LIBCURSES
86
87 /* Define if ncurses have the new resizeterm function */
88 #undef HAVE_RESIZETERM
89
90 /* Define if ncurses have the new getbkgd function */
91 #undef HAVE_GETBKGD
92
93 /* Define if we can a compatible xterm program */
94 #undef XTERM_PROGRAM
95
96 /* Define if IPX should use netipx/ipx.h from libc */
97 #undef HAVE_IPX_GNU
98
99 /* Define if IPX includes are taken from Linux kernel */
100 #undef HAVE_IPX_LINUX
101
102 /* Define if OpenGL is present on the system or not */
103 #undef HAVE_OPENGL
104
105 /* Define if the system has dynamic link library support with the dl* API */
106 #undef HAVE_DL_API
107
108 /* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
109 #undef HAVE_LINUX_22_JOYSTICK_API
110
111 /* Define if the OpenGL library supports the glXGetProcAddressARB call */
112 #undef HAVE_GLX_GETPROCADDRESS
113
114 /* Define if the OpenGL headers define extension typedefs */
115 #undef HAVE_GLEXT_PROTOTYPES