| 1 /* Local libgadu configuration. */ |
1 /* Local libgadu configuration. */ |
| 2 |
2 |
| 3 #include "../../../config.h" |
3 /* #include "../../../config.h" */ |
| 4 |
4 |
| 5 #ifndef __GG_LIBGADU_CONFIG_H |
5 #ifndef __GG_LIBGADU_CONFIG_H |
| 6 #define __GG_LIBGADU_CONFIG_H |
6 #define __GG_LIBGADU_CONFIG_H |
| 7 |
7 |
| 8 /* Defined if libgadu was compiled for bigendian machine. */ |
8 /* Defined if libgadu was compiled for bigendian machine. */ |
| 33 |
33 |
| 34 /* Include file containing uintXX_t declarations. */ |
34 /* Include file containing uintXX_t declarations. */ |
| 35 #include <stdint.h> |
35 #include <stdint.h> |
| 36 |
36 |
| 37 /* Defined if this machine has C99-compiliant vsnprintf(). */ |
37 /* Defined if this machine has C99-compiliant vsnprintf(). */ |
| |
38 #ifndef _WIN32 |
| 38 #define __GG_LIBGADU_HAVE_C99_VSNPRINTF |
39 #define __GG_LIBGADU_HAVE_C99_VSNPRINTF |
| |
40 #else |
| |
41 #undef __GG_LIBGADU_HAVE_C99_VSNPRINTF |
| |
42 #endif |
| 39 |
43 |
| 40 #define vnsprintf g_vnsprintf |
44 #define vnsprintf g_vnsprintf |
| 41 |
45 |
| |
46 #ifdef _WIN32 |
| |
47 #define random (long) rand |
| |
48 #endif |
| |
49 |
| 42 #endif /* __GG_LIBGADU_CONFIG_H */ |
50 #endif /* __GG_LIBGADU_CONFIG_H */ |