blob: 13e183feef38fccb03acf8d0d15ed6ba91f8eb7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <X11/extensions/dmxext.h> header file. */
#undef HAVE_X11_EXTENSIONS_DMXEXT_H
/* Define to 1 if you have the <X11/extensions/multibuf.h> header file. */
#undef HAVE_X11_EXTENSIONS_MULTIBUF_H
/* Define to 1 if you have the <X11/extensions/Print.h> header file. */
#undef HAVE_X11_EXTENSIONS_PRINT_H
/* Define to 1 if you have the <X11/extensions/record.h> header file. */
#undef HAVE_X11_EXTENSIONS_RECORD_H
/* Define to 1 if you have the <X11/extensions/xf86dgastr.h> header file. */
#undef HAVE_X11_EXTENSIONS_XF86DGASTR_H
/* Define to 1 if you have the <X11/extensions/xf86dga.h> header file. */
#undef HAVE_X11_EXTENSIONS_XF86DGA_H
/* Define to 1 if you have the <X11/extensions/xf86misc.h> header file. */
#undef HAVE_X11_EXTENSIONS_XF86MISC_H
/* Define to 1 if you have the <X11/extensions/xf86mscstr.h> header file. */
#undef HAVE_X11_EXTENSIONS_XF86MSCSTR_H
/* Define to 1 if you have the <X11/extensions/xf86vmode.h> header file. */
#undef HAVE_X11_EXTENSIONS_XF86VMODE_H
/* Define to 1 if you have the <X11/extensions/xf86vmstr.h> header file. */
#undef HAVE_X11_EXTENSIONS_XF86VMSTR_H
/* Define to 1 if you have the <X11/extensions/Xinerama.h> header file. */
#undef HAVE_X11_EXTENSIONS_XINERAMA_H
/* Define to 1 if you have the <X11/extensions/XInput.h> header file. */
#undef HAVE_X11_EXTENSIONS_XINPUT_H
/* Define to 1 if you have the <X11/extensions/XKB.h> header file. */
#undef HAVE_X11_EXTENSIONS_XKB_H
/* Define to 1 if you have the <X11/extensions/Xrender.h> header file. */
#undef HAVE_X11_EXTENSIONS_XRENDER_H
/* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
#undef HAVE_X11_EXTENSIONS_XSHM_H
/* Define to 1 if you have the <X11/XKBlib.h> header file. */
#undef HAVE_X11_XKBLIB_H
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Major version of this package */
#undef PACKAGE_VERSION_MAJOR
/* Minor version of this package */
#undef PACKAGE_VERSION_MINOR
/* Patch version of this package */
#undef PACKAGE_VERSION_PATCHLEVEL
/* Version number of package */
#undef VERSION
|