comparison finch/libgnt/gntwm.c @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents 14787acaf9d7
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
30 * these checks with #ifndef/!defined() */ 30 * these checks with #ifndef/!defined() */
31 #ifndef _GNU_SOURCE 31 #ifndef _GNU_SOURCE
32 #define _GNU_SOURCE 32 #define _GNU_SOURCE
33 #endif 33 #endif
34 34
35 #if !defined _XOPEN_SOURCE_EXTENDED && (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && !defined(__OpenBSD__) 35 #if !defined _XOPEN_SOURCE_EXTENDED && (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
36 #define _XOPEN_SOURCE_EXTENDED 36 #define _XOPEN_SOURCE_EXTENDED
37 #endif 37 #endif
38 38
39 #include <glib.h> 39 #include <glib.h>
40 #if GLIB_CHECK_VERSION(2,6,0) 40 #if GLIB_CHECK_VERSION(2,6,0)