-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig-X11.h
44 lines (30 loc) · 1.03 KB
/
config-X11.h
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
/* Define if you have the XRandR extension */
/* #undef HAVE_XRANDR */
/* Define if you have the XDamage extension */
/* #undef HAVE_XDAMAGE */
/* Define if you have the XKB extension */
/* #undef HAVE_XKB */
/* Define if you have the Xinerama extension */
/* #undef HAVE_XINERAMA */
/* Define if you have the XSHM (MIT SHM) extension */
/* #undef HAVE_XSHM */
/* Define if you have the XComposite extension */
/* #undef HAVE_XCOMPOSITE */
/* Define to 1 if you have Xcursor */
/* #undef HAVE_XCURSOR */
/* Define if you have the xf86misc extension */
/* #undef HAVE_XF86MISC */
/* Define if you have the XFixes extension */
/* #undef HAVE_XFIXES */
/* Define if you have the XTest extension */
/* #undef HAVE_XTEST */
/* Define if your system has XRender support */
/* #undef HAVE_XRENDER */
/* Define if you have OpenGL */
/* #undef HAVE_OPENGL */
/* Define if you have the XSync extension */
/* #undef HAVE_XSYNC */
/* Define if you have XRandR 1.3 */
/* #undef HAS_RANDR_1_3 */
/* Define if you have X11 at all */
#define HAVE_X11 1