diff options
Diffstat (limited to 'include/dix-config.h')
-rw-r--r-- | include/dix-config.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index f8fa95e36..c5018d630 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -35,9 +35,6 @@ /* Support Damage extension */ #define DAMAGE 1 -/* Build for darwin with Quartz support */ -#undef DARWIN_WITH_QUARTZ - /* Use OsVendorVErrorF */ #define DDXOSVERRORF 1 @@ -151,6 +148,9 @@ /* Define to 1 if you have the `m' library (-lm). */ #define HAVE_LIBM 1 +/* Define to 1 if you have the libdispatch (GCD) available */ +#undef HAVE_LIBDISPATCH + /* Define to 1 if you have the `link' function. */ #define HAVE_LINK 1 @@ -484,6 +484,9 @@ /* Define to 1 if you have the `ffs' function. */ #undef HAVE_FFS +/* The compiler supported TLS storage class, prefering initial-exec if tls_model is supported */ +#undef TLS + /* Correctly set _XSERVER64 for OSX fat binaries */ #ifdef __APPLE__ #include "dix-config-apple-verbatim.h" |