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