aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-09-06 09:06:43 +0200
committermarha <marha@users.sourceforge.net>2012-09-06 09:06:43 +0200
commitf61137c5cf42ded5eeb85eaf007ae11f0811e022 (patch)
tree0e9c035be4bc79cbdb6241dcc9b3e86accff1be5 /include
parentccc8a492607df715b08d27c6bb3b9d13b1ff48a2 (diff)
downloadvcxsrv-f61137c5cf42ded5eeb85eaf007ae11f0811e022.tar.gz
vcxsrv-f61137c5cf42ded5eeb85eaf007ae11f0811e022.tar.bz2
vcxsrv-f61137c5cf42ded5eeb85eaf007ae11f0811e022.zip
synchronised dix-config.h with dix-config.h.in
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h9
1 files changed, 9 insertions, 0 deletions
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