libpurple/protocols/gg/lib/libgadu-config.h

changeset 31826
0f6ab56fbf9d
parent 15884
4de1981757fc
child 32438
dc8991868906
child 32675
a8ba546a18bc
--- a/libpurple/protocols/gg/lib/libgadu-config.h	Tue May 24 01:48:26 2011 +0000
+++ b/libpurple/protocols/gg/lib/libgadu-config.h	Sun Jun 05 01:28:53 2011 +0000
@@ -27,6 +27,13 @@
 /* We don't like pthreads. */
 #undef __GG_LIBGADU_HAVE_PTHREAD
 
+/* Defined if libgadu was compiled and linked with GnuTLS encryption support. */
+#ifdef HAVE_GNUTLS
+#  define GG_CONFIG_HAVE_GNUTLS
+#else
+#  undef GG_CONFIG_HAVE_GNUTLS
+#endif
+
 /* Defined if libgadu was compiled and linked with TLS support. */
 /* Always undefined in Purple. */
 #undef __GG_LIBGADU_HAVE_OPENSSL

mercurial