libpurple/protocols/gg/lib/config.h

changeset 36222
fd55a0f119db
parent 36119
b2ad25dfbd57
parent 36218
ca3ea8900dc9
child 37181
06b74c255e95
equal deleted inserted replaced
36213:f47eb0bc58c9 36222:fd55a0f119db
47 # define GG_CONFIG_HAVE_LONG_LONG 47 # define GG_CONFIG_HAVE_LONG_LONG
48 #endif 48 #endif
49 49
50 /* Defined if libgadu was compiled and linked with GnuTLS support. */ 50 /* Defined if libgadu was compiled and linked with GnuTLS support. */
51 #undef GG_CONFIG_HAVE_GNUTLS 51 #undef GG_CONFIG_HAVE_GNUTLS
52 #ifdef HAVE_GNUTLS_2_10 52 #if defined(HAVE_GNUTLS) && defined(HAVE_GNUTLS_2_10)
53 # define GG_CONFIG_HAVE_GNUTLS 53 # define GG_CONFIG_HAVE_GNUTLS
54 #endif 54 #endif
55 55
56 /* Defined if libgadu was compiled and linked with OpenSSL support. */ 56 /* Defined if libgadu was compiled and linked with OpenSSL support. */
57 /* OpenSSL cannot be used with libpurple due to licence type. */ 57 /* OpenSSL cannot be used with libpurple due to licence type. */

mercurial