config.h.in revision 0d16fef4
1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3#include "xorg-server.h"
4
5/* Define to 1 if you have the <byteswap.h> header file. */
6#undef HAVE_BYTESWAP_H
7
8/* Define to 1 if you have the <dlfcn.h> header file. */
9#undef HAVE_DLFCN_H
10
11/* Define to 1 if you have the <dri3.h> header file. */
12#undef HAVE_DRI3_H
13
14/* Have fbGlyphs API */
15#undef HAVE_FBGLYPHS
16
17/* Have glamor_egl_destroy_textured_pixmap API */
18#undef HAVE_GLAMOR_EGL_DESTROY_TEXTURED_PIXMAP
19
20/* Have glamor_glyphs_init API */
21#undef HAVE_GLAMOR_GLYPHS_INIT
22
23/* Define to 1 if you have the <glamor.h> header file. */
24#undef HAVE_GLAMOR_H
25
26/* Define to 1 if you have the <inttypes.h> header file. */
27#undef HAVE_INTTYPES_H
28
29/* libudev support */
30#undef HAVE_LIBUDEV
31
32/* Define to 1 if you have the <memory.h> header file. */
33#undef HAVE_MEMORY_H
34
35/* Define to 1 if you have the <misyncshm.h> header file. */
36#undef HAVE_MISYNCSHM_H
37
38/* Define to 1 if you have the <present.h> header file. */
39#undef HAVE_PRESENT_H
40
41/* Define to 1 if you have the <stdint.h> header file. */
42#undef HAVE_STDINT_H
43
44/* Define to 1 if you have the <stdlib.h> header file. */
45#undef HAVE_STDLIB_H
46
47/* Define to 1 if you have the <strings.h> header file. */
48#undef HAVE_STRINGS_H
49
50/* Define to 1 if you have the <string.h> header file. */
51#undef HAVE_STRING_H
52
53/* Define to 1 if you have the <sys/stat.h> header file. */
54#undef HAVE_SYS_STAT_H
55
56/* Define to 1 if you have the <sys/types.h> header file. */
57#undef HAVE_SYS_TYPES_H
58
59/* Define to 1 if you have the <unistd.h> header file. */
60#undef HAVE_UNISTD_H
61
62/* xextproto 7.1 available */
63#undef HAVE_XEXTPROTO_71
64
65/* Have xf86CursorResetCursor API */
66#undef HAVE_XF86_CURSOR_RESET_CURSOR
67
68/* Have xorg_list API */
69#undef HAVE_XORG_LIST
70
71/* Define to the sub-directory where libtool stores uninstalled libraries. */
72#undef LT_OBJDIR
73
74/* Name of package */
75#undef PACKAGE
76
77/* Define to the address where bug reports for this package should be sent. */
78#undef PACKAGE_BUGREPORT
79
80/* Define to the full name of this package. */
81#undef PACKAGE_NAME
82
83/* Define to the full name and version of this package. */
84#undef PACKAGE_STRING
85
86/* Define to the one symbol short name of this package. */
87#undef PACKAGE_TARNAME
88
89/* Define to the home page for this package. */
90#undef PACKAGE_URL
91
92/* Define to the version of this package. */
93#undef PACKAGE_VERSION
94
95/* Major version of this package */
96#undef PACKAGE_VERSION_MAJOR
97
98/* Minor version of this package */
99#undef PACKAGE_VERSION_MINOR
100
101/* Patch version of this package */
102#undef PACKAGE_VERSION_PATCHLEVEL
103
104/* Define to 1 if you have the ANSI C header files. */
105#undef STDC_HEADERS
106
107/* Enable glamor acceleration */
108#undef USE_GLAMOR
109
110/* Define to use byteswap macros from <sys/endian.h> */
111#undef USE_SYS_ENDIAN_H
112
113/* Version number of package */
114#undef VERSION
115
116/* Enable large inode numbers on Mac OS X 10.5.  */
117#ifndef _DARWIN_USE_64_BIT_INODE
118# define _DARWIN_USE_64_BIT_INODE 1
119#endif
120
121/* Number of bits in a file offset, on hosts where this is settable. */
122#undef _FILE_OFFSET_BITS
123
124/* Define for large files, on AIX-style hosts. */
125#undef _LARGE_FILES
126
127/* Define to 16-bit byteswap macro */
128#undef bswap_16
129
130/* Define to 32-bit byteswap macro */
131#undef bswap_32
132
133/* Define to 64-bit byteswap macro */
134#undef bswap_64
135