From 509b3f0f8ac8c6984af443215b77de115c177298 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 7 Nov 2011 20:29:22 +0000 Subject: Remove use of non-portable _XOPEN_SOURCE and strdup. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3604 a436a847-0d15-0410-975c-d299462d15a1 --- test/lilv_test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/lilv_test.c') diff --git a/test/lilv_test.c b/test/lilv_test.c index a9da0e7..808af89 100644 --- a/test/lilv_test.c +++ b/test/lilv_test.c @@ -15,8 +15,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define _XOPEN_SOURCE 600 - #include #include #include -- cgit v1.2.1