From b73b2300e7f9b90369efd2f14f086f68ee15d55f Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 7 Jan 2013 16:11:46 +0100 Subject: Solved compile problems in fontconfig introduced by latest merge --- include/dix-config.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include') 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 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 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 -- cgit v1.2.3