libpurple/internal.h

changeset 41150
b60171ce4589
parent 40996
ea1c2cf86b55
child 41208
48baac6c8989
equal deleted inserted replaced
41149:c357390f7c22 41150:b60171ce4589
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

mercurial