aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-01-07 16:11:46 +0100
committermarha <marha@users.sourceforge.net>2013-01-07 16:11:46 +0100
commitb73b2300e7f9b90369efd2f14f086f68ee15d55f (patch)
tree0e349d5a3c1debefe3ba69f0c3e0be1e3a392b9b /include
parent0e950715b62dcf30ffbf69831bf932fd348537e5 (diff)
downloadvcxsrv-b73b2300e7f9b90369efd2f14f086f68ee15d55f.tar.gz
vcxsrv-b73b2300e7f9b90369efd2f14f086f68ee15d55f.tar.bz2
vcxsrv-b73b2300e7f9b90369efd2f14f086f68ee15d55f.zip
Solved compile problems in fontconfig introduced by latest merge
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/dix-config.h b/include/dix-config.h
index aa5863c25..ab60a58a2 100644
--- a/include/dix-config.h
+++ b/include/dix-config.h
@@ -74,7 +74,7 @@
/* Define to 1 if you have the <byteswap.h> header file. */
#define HAVE_BYTESWAP_H 1
-/* Define to 1 if you have cbrt */
+/* Define to 1 if you have the `cbrt' function. */
#undef HAVE_CBRT
/* Define to 1 if you have the <dbm.h> header file. */
@@ -168,6 +168,9 @@
/* Define to use libgcrypt SHA1 functions */
#undef HAVE_SHA1_IN_LIBGCRYPT
+/* Define to use libnettle SHA1 functions */
+#undef HAVE_SHA1_IN_LIBNETTLE
+
/* Define to use libsha1 for SHA1 */
#undef HAVE_SHA1_IN_LIBSHA1
@@ -465,6 +468,9 @@
/* Define to 1 if typeof works with your compiler. */
#undef HAVE_TYPEOF
+/* Define to __typeof__ if your compiler spells it that way. */
+#undef typeof
+
/* The compiler supported TLS storage class, prefering initial-exec if tls_model is supported */
#undef TLS