diff options
author | David Robillard <d@drobilla.net> | 2011-11-07 20:29:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-07 20:29:22 +0000 |
commit | 509b3f0f8ac8c6984af443215b77de115c177298 (patch) | |
tree | bd372a1d0a582cc16130f8fcbc846c9c55a8d7a4 /test | |
parent | 52975c0836938d3932ab34ec3ac139ad09c0fb4b (diff) | |
download | lilv-509b3f0f8ac8c6984af443215b77de115c177298.tar.gz lilv-509b3f0f8ac8c6984af443215b77de115c177298.tar.bz2 lilv-509b3f0f8ac8c6984af443215b77de115c177298.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/lilv_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <unistd.h> #include <string.h> #include <stdio.h> |