configure.ac: always define _GNU_SOURCE on Linux

Make sure glibc gives us all features.
This commit is contained in:
Max Kellermann
2014-03-15 18:24:46 +01:00
parent 5696f91a1e
commit 7d353bbe2a
4 changed files with 3 additions and 13 deletions

View File

@@ -18,11 +18,6 @@
*/
#include "config.h"
#ifdef HAVE_STRUCT_UCRED
#define _GNU_SOURCE 1
#endif
#include "ServerSocket.hxx"
#include "system/SocketUtil.hxx"
#include "system/SocketError.hxx"