Mercurial > pidgin
comparison libpurple/protocols/gg/lib/libgadu.c @ 32302:ef01f180114b
Gadu-Gadu: synchronize internal libgadu with upstream. Refs #343
author | tomkiewicz@cpw.pidgin.im |
---|---|
date | Tue, 18 Oct 2011 00:55:59 +0000 |
parents | 15c227a35207 |
children | e2ff2ac0e022 |
comparison
equal
deleted
inserted
replaced
32301:326591e64aaa | 32302:ef01f180114b |
---|---|
36 # define SHUT_RDWR SD_BOTH | 36 # define SHUT_RDWR SD_BOTH |
37 #else | 37 #else |
38 # include <sys/socket.h> | 38 # include <sys/socket.h> |
39 # include <netinet/in.h> | 39 # include <netinet/in.h> |
40 # include <arpa/inet.h> | 40 # include <arpa/inet.h> |
41 # ifdef sun | 41 #endif |
42 # include <sys/filio.h> | 42 #ifdef sun |
43 # endif | 43 # include <sys/filio.h> |
44 #endif | 44 #endif |
45 | 45 |
46 #include "compat.h" | 46 #include "compat.h" |
47 #include "libgadu.h" | 47 #include "libgadu.h" |
48 #include "libgadu-config.h" | |
49 #include "protocol.h" | 48 #include "protocol.h" |
50 #include "resolver.h" | 49 #include "resolver.h" |
51 #include "libgadu-internal.h" | 50 #include "libgadu-internal.h" |
52 #include "encoding.h" | 51 #include "encoding.h" |
53 #include "libgadu-debug.h" | 52 #include "libgadu-debug.h" |
72 #ifdef GG_CONFIG_HAVE_OPENSSL | 71 #ifdef GG_CONFIG_HAVE_OPENSSL |
73 # include <openssl/err.h> | 72 # include <openssl/err.h> |
74 # include <openssl/rand.h> | 73 # include <openssl/rand.h> |
75 #endif | 74 #endif |
76 | 75 |
77 #define GG_LIBGADU_VERSION "1.11.0" | |
78 | |
79 /** | 76 /** |
80 * Port gniazda nasłuchującego dla połączeń bezpośrednich. | 77 * Port gniazda nasłuchującego dla połączeń bezpośrednich. |
81 * | 78 * |
82 * \ingroup ip | 79 * \ingroup ip |
83 */ | 80 */ |