Added check whether unaligned memory access is allowed.
[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 bitfields are bigendian */
7 #undef BITFIELDS_BIGENDIAN
8
9 /* Define if unaligned memory access is allowed */
10 #undef ALLOW_UNALIGNED_ACCESS
11
12 /* Define if .type asm directive must be inside a .def directive */
13 #undef NEED_TYPE_IN_DEF
14
15 /* Define if symbols declared in assembly code need an underscore prefix */
16 #undef NEED_UNDERSCORE_PREFIX
17
18 /* Define to use .string instead of .ascii */
19 #undef HAVE_ASM_STRING
20
21 /* Define if struct msghdr contains msg_accrights */
22 #undef HAVE_MSGHDR_ACCRIGHTS
23
24 /* Define if struct sockaddr_un contains sun_len */
25 #undef HAVE_SOCKADDR_SUN_LEN
26
27 /* Define if you have the Xxf86dga library (-lXxf86dga).  */
28 #undef HAVE_LIBXXF86DGA
29
30 /* Define if you have the Xxf86dga library version 2.0 (-lXxf86dga).  */
31 #undef HAVE_LIBXXF86DGA2
32
33 /* Define if you have the X Shm extension */
34 #undef HAVE_LIBXXSHM
35
36 /* Define if you have the X Shape extension */
37 #undef HAVE_LIBXSHAPE
38
39 /* Define if you have the Xxf86vm library */
40 #undef HAVE_LIBXXF86VM
41
42 /* Define if you have the Xpm library */
43 #undef HAVE_LIBXXPM
44
45 /* Define if you have the Open Sound system.  */
46 #undef HAVE_OSS
47
48 /* Define if you have the Open Sound system (MIDI interface).  */
49 #undef HAVE_OSS_MIDI
50
51 /* Define if X libraries are not reentrant (compiled without -D_REENTRANT).  */
52 #undef NO_REENTRANT_X11
53
54 /* Define if libc is not reentrant  */
55 #undef NO_REENTRANT_LIBC
56
57 /* Define if libc uses __errno_location for reentrant errno */
58 #undef HAVE__ERRNO_LOCATION
59
60 /* Define if libc uses __error for reentrant errno */
61 #undef HAVE__ERROR
62
63 /* Define if libc uses ___errno for reentrant errno */
64 #undef HAVE___ERRNO
65
66 /* Define if libc uses __thr_errno for reentrant errno */
67 #undef HAVE__THR_ERRNO
68
69 /* Define if all debug messages are to be compiled out */
70 #undef NO_DEBUG_MSGS
71
72 /* Define if TRACE messages are to be compiled out */
73 #undef NO_TRACE_MSGS
74
75 /* Define if the struct statfs has the member bavail */
76 #undef STATFS_HAS_BAVAIL
77
78 /* Define if the struct statfs has the member bfree */
79 #undef STATFS_HAS_BFREE
80
81 /* Define if the struct statfs is defined by <sys/vfs.h> */
82 #undef STATFS_DEFINED_BY_SYS_VFS
83
84 /* Define if the struct statfs is defined by <sys/statfs.h> */
85 #undef STATFS_DEFINED_BY_SYS_STATFS
86
87 /* Define if the struct statfs is defined by <sys/mount.h> */
88 #undef STATFS_DEFINED_BY_SYS_MOUNT
89
90 /* Define if we can use ncurses for full-screen access */
91 #undef HAVE_LIBNCURSES
92
93 /* Define if we can use curses (if no ncurses) for full-screen access */
94 #undef HAVE_LIBCURSES
95
96 /* Define if ncurses have the new resizeterm function */
97 #undef HAVE_RESIZETERM
98
99 /* Define if ncurses have the new getbkgd function */
100 #undef HAVE_GETBKGD
101
102 /* Define if we can a compatible xterm program */
103 #undef XTERM_PROGRAM
104
105 /* Define if IPX should use netipx/ipx.h from libc */
106 #undef HAVE_IPX_GNU
107
108 /* Define if IPX includes are taken from Linux kernel */
109 #undef HAVE_IPX_LINUX
110
111 /* Define if OpenGL is present on the system or not */
112 #undef HAVE_OPENGL
113
114 /* Define if the system has dynamic link library support with the dl* API */
115 #undef HAVE_DL_API
116
117 /* Define if <linux/joystick.h> defines the Linux 2.2 joystick API */
118 #undef HAVE_LINUX_22_JOYSTICK_API
119
120 /* Define if the OpenGL library supports the glXGetProcAddressARB call */
121 #undef HAVE_GLX_GETPROCADDRESS
122
123 /* Define if the OpenGL headers define extension typedefs */
124 #undef HAVE_GLEXT_PROTOTYPES
125
126 /* Define if the X libraries support XVideo */
127 #undef HAVE_XVIDEO
128
129 /* Define if Linux-style gethostbyname_r and gethostbyaddr_r are available */
130 #undef HAVE_LINUX_GETHOSTBYNAME_R_6