From f61137c5cf42ded5eeb85eaf007ae11f0811e022 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 6 Sep 2012 09:06:43 +0200 Subject: synchronised dix-config.h with dix-config.h.in --- include/dix-config.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include') diff --git a/include/dix-config.h b/include/dix-config.h index 72215541e..4ea5fbb2d 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -159,6 +159,9 @@ /* Define to use CommonCrypto SHA1 functions */ #undef HAVE_SHA1_IN_COMMONCRYPTO +/* Define to use CryptoAPI SHA1 functions */ +#undef HAVE_SHA1_IN_CRYPTOAPI + /* Define to use libmd SHA1 functions */ #undef HAVE_SHA1_IN_LIBMD @@ -426,6 +429,9 @@ /* Use libudev for input hotplug */ #undef CONFIG_UDEV +/* Use libudev for kms enumeration */ +#undef CONFIG_UDEV_KMS + /* Use udev_monitor_filter_add_match_tag() */ #undef HAVE_UDEV_MONITOR_FILTER_ADD_MATCH_TAG @@ -456,6 +462,9 @@ /* Define to 64-bit byteswap macro */ #undef bswap_64 +/* Define to 1 if typeof works with your compiler. */ +#undef HAVE_TYPEOF + /* The compiler supported TLS storage class, prefering initial-exec if tls_model is supported */ #undef TLS -- cgit v1.2.3