connwrap - initialize gnutls session in cw_connect
[centerim.git] / libgadu / libgadu-config.h
blobfa6d98dab15a21db28afd38ca3be04aae12d64c2
1 #ifndef __GG_LIBGADU_CONFIG_H
2 #define __GG_LIBGADU_CONFIG_H
4 #include <config.h>
6 #ifdef WORDS_BIGENDIAN
7 #define __GG_LIBGADU_BIGENDIAN
8 #endif
10 #if defined(HAVE_OPENSSL) || defined(HAVE_GNUTLS) || defined(HAVE_NSS_COMPAT)
11 #define __GG_LIBGADU_HAVE_OPENSSL
12 #endif
14 #ifdef HAVE_STDINT_H
15 #include <stdint.h>
16 #else
17 #ifdef HAVE_SYS_TYPES_H
18 #include <sys/types.h>
19 #endif
20 #endif
22 #endif