configure.ac: always define _GNU_SOURCE on Linux
Make sure glibc gives us all features.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user