config.h.in revision ad43ddac
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3#include "xorg-server.h"
4
5/* Use Damage extension */
6#undef DAMAGE
7
8/* Use linux pragma pack */
9#undef FGL_LINUX
10
11/* Define to 1 if you have the <byteswap.h> header file. */
12#undef HAVE_BYTESWAP_H
13
14/* Define to 1 if you have the <dlfcn.h> header file. */
15#undef HAVE_DLFCN_H
16
17/* have new FreeShadow API */
18#undef HAVE_FREE_SHADOW
19
20/* Define to 1 if you have the <inttypes.h> header file. */
21#undef HAVE_INTTYPES_H
22
23/* Define to 1 if you have the <memory.h> header file. */
24#undef HAVE_MEMORY_H
25
26/* Have pci_device_enable prototype */
27#undef HAVE_PCI_DEVICE_ENABLE
28
29/* Define to 1 if you have the <stdint.h> header file. */
30#undef HAVE_STDINT_H
31
32/* Define to 1 if you have the <stdlib.h> header file. */
33#undef HAVE_STDLIB_H
34
35/* Define to 1 if you have the <strings.h> header file. */
36#undef HAVE_STRINGS_H
37
38/* Define to 1 if you have the <string.h> header file. */
39#undef HAVE_STRING_H
40
41/* Define to 1 if you have the <sys/stat.h> header file. */
42#undef HAVE_SYS_STAT_H
43
44/* Define to 1 if you have the <sys/types.h> header file. */
45#undef HAVE_SYS_TYPES_H
46
47/* Define to 1 if you have the <unistd.h> header file. */
48#undef HAVE_UNISTD_H
49
50/* xextproto 7.1 available */
51#undef HAVE_XEXTPROTO_71
52
53/* Have xf86_crtc_clip_video_helper prototype */
54#undef HAVE_XF86CRTCCLIPVIDEOHELPER
55
56/* Have xf86ModeBandwidth prototype */
57#undef HAVE_XF86MODEBANDWIDTH
58
59/* Have xf86XVFillKeyHelperDrawable prototype */
60#undef HAVE_XV_DRAWABLE_HELPER
61
62/* Define to the sub-directory in which libtool stores uninstalled libraries.
63   */
64#undef LT_OBJDIR
65
66/* Name of package */
67#undef PACKAGE
68
69/* Define to the address where bug reports for this package should be sent. */
70#undef PACKAGE_BUGREPORT
71
72/* Define to the full name of this package. */
73#undef PACKAGE_NAME
74
75/* Define to the full name and version of this package. */
76#undef PACKAGE_STRING
77
78/* Define to the one symbol short name of this package. */
79#undef PACKAGE_TARNAME
80
81/* Define to the version of this package. */
82#undef PACKAGE_VERSION
83
84/* Major version of this package */
85#undef PACKAGE_VERSION_MAJOR
86
87/* Minor version of this package */
88#undef PACKAGE_VERSION_MINOR
89
90/* Patch version of this package */
91#undef PACKAGE_VERSION_PATCHLEVEL
92
93/* Enable DRI2 code */
94#undef RADEON_DRI2
95
96/* Define to 1 if you have the ANSI C header files. */
97#undef STDC_HEADERS
98
99/* Build support for Exa */
100#undef USE_EXA
101
102/* Define to use byteswap macros from <sys/endian.h> */
103#undef USE_SYS_ENDIAN_H
104
105/* Build support for XAA */
106#undef USE_XAA
107
108/* Version number of package */
109#undef VERSION
110
111/* Enable DRI driver support */
112#undef XF86DRI
113
114/* Enable developmental DRI driver support */
115#undef XF86DRI_DEVEL
116
117/* DRM kernel modesetting */
118#undef XF86DRM_MODE
119
120/* X server has built-in mode code */
121#undef XMODES
122
123/* Number of bits in a file offset, on hosts where this is settable. */
124#undef _FILE_OFFSET_BITS
125
126/* Define for large files, on AIX-style hosts. */
127#undef _LARGE_FILES
128
129/* Define to 16-bit byteswap macro */
130#undef bswap_16
131
132/* Define to 32-bit byteswap macro */
133#undef bswap_32
134
135/* Define to 64-bit byteswap macro */
136#undef bswap_64
137