comparison finch/libgnt/gntwm.c @ 29663:af5c36fe8d6f

propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0) to branch 'im.pidgin.cpw.attention_ui' (head d6e2d83ffb82d0028d802e5959d57de1d61b4faf)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 13 Jan 2009 18:39:52 +0000
parents ea28a7b9113c
children 9bd43d30d49a
comparison
equal deleted inserted replaced
29662:9ea6842536ba 29663:af5c36fe8d6f
24 24
25 #ifdef USE_PYTHON 25 #ifdef USE_PYTHON
26 #include <Python.h> 26 #include <Python.h>
27 #else 27 #else
28 #define _GNU_SOURCE 28 #define _GNU_SOURCE
29 #if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) 29 #if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
30 #define _XOPEN_SOURCE_EXTENDED 30 #define _XOPEN_SOURCE_EXTENDED
31 #endif 31 #endif
32 #endif 32 #endif
33 33
34 #include <glib.h> 34 #include <glib.h>