diff options
Diffstat (limited to 'include/dix-config.h')
-rwxr-xr-x[-rw-r--r--] | include/dix-config.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index a05707d38..726dfaba9 100644..100755 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -46,6 +46,9 @@ /* Build DPMS extension */ #define DPMSExtension 1 +/* Build DRI3 extension */ +/* #undef DRI3 */ + /* Build GLX extension */ #define GLXEXT @@ -71,6 +74,9 @@ /* Has backtrace support */ #undef HAVE_BACKTRACE +/* Has libunwind support */ +/* #undef HAVE_LIBUNWIND */ + /* Define to 1 if you have the <byteswap.h> header file. */ #define HAVE_BYTESWAP_H 1 @@ -266,6 +272,9 @@ /* Internal define for Xinerama */ #define PANORAMIX 1 +/* Support Present extension */ +#define PRESENT 1 + /* Overall prefix */ #define PROJECTROOT "." @@ -479,6 +488,9 @@ #include "dix-config-apple-verbatim.h" #endif +/* Have support for X shared memory fence library (xshmfence) */ +/* #undef HAVE_XSHMFENCE */ + #undef HAVE_AVC_NETLINK_ACQUIRE_FD #include <X11/Xwinsock.h> |