diff --git a/libtransmission/utils.c b/libtransmission/utils.c index 6eaaf6c1a..28d8db703 100644 --- a/libtransmission/utils.c +++ b/libtransmission/utils.c @@ -20,12 +20,6 @@ #undef HAVE_POSIX_MEMALIGN /* not supported on OS X 10.5 and lower */ #endif -#if defined(HAVE_POSIX_MEMALIGN) || defined(HAVE_VALLOC) - #if !defined(SYS_DARWIN) - #define _XOPEN_SOURCE 600 /* pick posix_memalign and valloc declarations */ - #endif -#endif - #include #include /* isalpha, tolower */ #include