From 03bb3e863663a034434b000fbfce2de7e908ba24 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 24 Apr 2010 15:22:17 +0000 Subject: remove _GNU_SOURCE define from everywhere. strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474 --- beos/beos_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'beos/beos_gui.cpp') diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp index 21ff04b40..cb41dfa07 100644 --- a/beos/beos_gui.cpp +++ b/beos/beos_gui.cpp @@ -17,7 +17,6 @@ * along with this program. If not, see . */ -#define _GNU_SOURCE /* for strndup */ #define __STDBOOL_H__ 1 #include #include -- cgit v1.2.3