diff options
author | marha <marha@users.sourceforge.net> | 2012-09-06 09:06:43 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-09-06 09:06:43 +0200 |
commit | f61137c5cf42ded5eeb85eaf007ae11f0811e022 (patch) | |
tree | 0e9c035be4bc79cbdb6241dcc9b3e86accff1be5 | |
parent | ccc8a492607df715b08d27c6bb3b9d13b1ff48a2 (diff) | |
download | vcxsrv-f61137c5cf42ded5eeb85eaf007ae11f0811e022.tar.gz vcxsrv-f61137c5cf42ded5eeb85eaf007ae11f0811e022.tar.bz2 vcxsrv-f61137c5cf42ded5eeb85eaf007ae11f0811e022.zip |
synchronised dix-config.h with dix-config.h.in
-rw-r--r-- | include/dix-config.h | 9 |
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 |