Allocations do not need to be on the system heap.
[wine.git] / include / acconfig.h
blob0ca86fb9124c3f6b11765da80ae8d98f5a99df1b
1 /*
2 * This file is used by 'autoheader' to generate the list of symbols
3 * defined in the 'configure' script.
4 */
6 /* Define if .type asm directive must be inside a .def directive */
7 #undef NEED_TYPE_IN_DEF
9 /* Define if symbols declared in assembly code need an underscore prefix */
10 #undef NEED_UNDERSCORE_PREFIX
12 /* Define to use .string instead of .ascii */
13 #undef HAVE_ASM_STRING
15 /* Define if struct msghdr contains msg_accrights */
16 #undef HAVE_MSGHDR_ACCRIGHTS
18 /* Define if struct sockaddr_un contains sun_len */
19 #undef HAVE_SOCKADDR_SUN_LEN
21 /* Define if you have the XKB extension */
22 #undef HAVE_XKB
24 /* Define if you have the Xxf86dga library (-lXxf86dga). */
25 #undef HAVE_LIBXXF86DGA
27 /* Define if you have the Xxf86dga library version 2.0 (-lXxf86dga). */
28 #undef HAVE_LIBXXF86DGA2
30 /* Define if you have the X Shm extension */
31 #undef HAVE_LIBXXSHM
33 /* Define if you have the X Shape extension */
34 #undef HAVE_LIBXSHAPE
36 /* Define if you have the Xxf86vm library */
37 #undef HAVE_LIBXXF86VM
39 /* Define if you have the Xpm library */
40 #undef HAVE_LIBXXPM
42 /* Define if you have the Open Sound system. */
43 #undef HAVE_OSS
45 /* Define if you have the Open Sound system (MIDI interface). */
46 #undef HAVE_OSS_MIDI
48 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT). */
49 #undef NO_REENTRANT_X11
51 /* Define to the name of the function returning erro for reentrant libc */
52 #undef ERRNO_LOCATION
54 /* Define if all debug messages are to be compiled out */
55 #undef NO_DEBUG_MSGS
57 /* Define if TRACE messages are to be compiled out */
58 #undef NO_TRACE_MSGS
60 /* Define if the struct statfs has the member bavail */
61 #undef STATFS_HAS_BAVAIL
63 /* Define if the struct statfs has the member bfree */
64 #undef STATFS_HAS_BFREE
66 /* Define if the struct statfs is defined by <sys/vfs.h> */
67 #undef STATFS_DEFINED_BY_SYS_VFS
69 /* Define if the struct statfs is defined by <sys/statfs.h> */
70 #undef STATFS_DEFINED_BY_SYS_STATFS
72 /* Define if the struct statfs is defined by <sys/mount.h> */
73 #undef STATFS_DEFINED_BY_SYS_MOUNT
75 /* Define if we can use ncurses for full-screen access */
76 #undef HAVE_LIBNCURSES
78 /* Define if we can use curses (if no ncurses) for full-screen access */
79 #undef HAVE_LIBCURSES
81 /* Define if ncurses have the new resizeterm function */
82 #undef HAVE_RESIZETERM
84 /* Define if ncurses have the new getbkgd function */
85 #undef HAVE_GETBKGD
87 /* Define if we can a compatible xterm program */
88 #undef XTERM_PROGRAM
90 /* Define if IPX should use netipx/ipx.h from libc */
91 #undef HAVE_IPX_GNU
93 /* Define if IPX includes are taken from Linux kernel */
94 #undef HAVE_IPX_LINUX
96 /* Define if OpenGL is present on the system or not */
97 #undef HAVE_OPENGL
99 /* Define if the system has dynamic link library support with the dl* API */
100 #undef HAVE_DL_API
102 /* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
103 #undef HAVE_LINUX_22_JOYSTICK_API
105 /* Define if the OpenGL library supports the glXGetProcAddressARB call */
106 #undef HAVE_GLX_GETPROCADDRESS
108 /* Define if the OpenGL headers define extension typedefs */
109 #undef HAVE_GLEXT_PROTOTYPES
111 /* Define if the X libraries support XVideo */
112 #undef HAVE_XVIDEO
114 /* Define if Mesa's OSMesa (off-screen rendering) library is present */
115 #undef HAVE_OSMESA
117 /* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
118 #undef HAVE_LINUX_GETHOSTBYNAME_R_6
120 /* Define if we have linux/input.h AND it contains the INPUT event API */
121 #undef HAVE_CORRECT_LINUXINPUT_H