comparison finch/libgnt/gntmain.c @ 21668:55146766c91d

Compile fixes for FreeBSD in libgnt
author Ethan Blanton <elb@pidgin.im>
date Tue, 27 Nov 2007 19:30:18 +0000
parents 6de09629f091
children ea56d9386081
comparison
equal deleted inserted replaced
21667:919338d399ae 21668:55146766c91d
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */ 21 */
22 22
23 #define _GNU_SOURCE 23 #define _GNU_SOURCE
24 #if defined(__APPLE__) || defined(__unix__) 24 #if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__)
25 #define _XOPEN_SOURCE_EXTENDED 25 #define _XOPEN_SOURCE_EXTENDED
26 #endif 26 #endif
27 27
28 #include "config.h" 28 #include "config.h"
29 29