| 28 * @title: Internal definitions and includes |
28 * @title: Internal definitions and includes |
| 29 */ |
29 */ |
| 30 |
30 |
| 31 #if !defined(PURPLE_GLOBAL_HEADER_INSIDE) && !defined(PURPLE_COMPILATION) |
31 #if !defined(PURPLE_GLOBAL_HEADER_INSIDE) && !defined(PURPLE_COMPILATION) |
| 32 # error "only <purple.h> may be included directly" |
32 # error "only <purple.h> may be included directly" |
| 33 #endif |
|
| 34 |
|
| 35 #ifndef GLIB_VERSION_MIN_REQUIRED |
|
| 36 #define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_52) |
|
| 37 #endif |
33 #endif |
| 38 |
34 |
| 39 #ifdef HAVE_CONFIG_H |
35 #ifdef HAVE_CONFIG_H |
| 40 # ifdef GETTEXT_PACKAGE |
36 # ifdef GETTEXT_PACKAGE |
| 41 # undef GETTEXT_PACKAGE |
37 # undef GETTEXT_PACKAGE |