libpurple/protocols/gg/lib/config.h

branch
soc.2012.gg
changeset 33289
a3b7aa1b6f34
parent 33288
eddaed171bb7
child 33290
63898cecf274
equal deleted inserted replaced
33288:eddaed171bb7 33289:a3b7aa1b6f34
13 #endif 13 #endif
14 14
15 /* Defined if this machine has gethostbyname_r(). */ 15 /* Defined if this machine has gethostbyname_r(). */
16 #undef GG_CONFIG_HAVE_GETHOSTBYNAME_R 16 #undef GG_CONFIG_HAVE_GETHOSTBYNAME_R
17 17
18 /* Define to 1 if you have the `_exit' function. */
19 #define HAVE__EXIT 1
20
18 /* Defined if libgadu was compiled and linked with fork support. */ 21 /* Defined if libgadu was compiled and linked with fork support. */
19 #undef GG_CONFIG_HAVE_FORK 22 #undef GG_CONFIG_HAVE_FORK
20 #ifndef _WIN32 23 #ifndef _WIN32
21 # define GG_CONFIG_HAVE_FORK 24 # define GG_CONFIG_HAVE_FORK
22 #endif 25 #endif
23 26
24 /* Defined if libgadu was compiled and linked with pthread support. */ 27 /* Defined if libgadu was compiled and linked with pthread support. */
25 /* We don't use pthreads due to stability issues. */ 28 /* We don't use pthreads - they may not be safe. */
26 #undef GG_CONFIG_HAVE_PTHREAD 29 #undef GG_CONFIG_HAVE_PTHREAD
27 30
28 /* Defined if this machine has C99-compiliant vsnprintf(). */ 31 /* Defined if this machine has C99-compiliant vsnprintf(). */
29 #undef HAVE_C99_VSNPRINTF 32 #undef HAVE_C99_VSNPRINTF
30 #ifndef _WIN32 33 #ifndef _WIN32

mercurial