_GNU_SOURCE is now defined by CMake

This commit is contained in:
klondike 2013-08-31 16:00:47 +02:00 committed by Jan Vidar Krey
parent 4c5038c26d
commit 5c8d99d8ff
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@
#define _FILE_OFFSET_BITS 64
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragonFly__) || (defined(__APPLE__) && defined(__MACH__)) || defined(__FreeBSD_kernel__)
#define BSD_LIKE
#endif