From 88c24edd8f7a793561104be50b6ecf2c85b42956 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 29 Jan 2015 13:12:22 +0100 Subject: Raise GnuTLS requirements to 3.x This allows us to simplify things by getting rid of some old compatibility code. People should really be using current versions of GnuTLS anyway to stay secure. --- config.h.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7728b4af..fb697fa7 100644 --- a/config.h.in +++ b/config.h.in @@ -4,13 +4,6 @@ #cmakedefine HAVE_INET_ATON #cmakedefine HAVE_INET_PTON #cmakedefine HAVE_GETADDRINFO -#cmakedefine HAVE_GNUTLS_SET_GLOBAL_ERRNO -#cmakedefine HAVE_GNUTLS_SET_ERRNO -#cmakedefine HAVE_GNUTLS_X509_CRT_PRINT -#cmakedefine HAVE_GNUTLS_X509_CRT_T -#cmakedefine HAVE_GNUTLS_DATUM_T -#cmakedefine HAVE_GNUTLS_PK_ALGORITHM_T -#cmakedefine HAVE_GNUTLS_SIGN_ALGORITHM_T #cmakedefine HAVE_ACTIVE_DESKTOP_H #cmakedefine HAVE_ACTIVE_DESKTOP_L #cmakedefine ENABLE_NLS 1 -- cgit v1.2.3