From 7d353bbe2a70cd7894b1f5954a37e4a07890478d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 15 Mar 2014 18:24:46 +0100 Subject: configure.ac: always define _GNU_SOURCE on Linux Make sure glibc gives us all features. --- src/system/fd_util.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/system/fd_util.h') diff --git a/src/system/fd_util.h b/src/system/fd_util.h index b73a2012f..3c72890e1 100644 --- a/src/system/fd_util.h +++ b/src/system/fd_util.h @@ -42,10 +42,6 @@ #include #ifndef WIN32 -#if !defined(_GNU_SOURCE) && (defined(HAVE_PIPE2) || defined(HAVE_ACCEPT4)) -#define _GNU_SOURCE -#endif - #include #endif -- cgit v1.2.3