summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 00:51:21 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 00:51:21 +0200
commitc850180a471fdc88213153549b834cffd0c19937 (patch)
tree76b6777a8d2296e76602b63155e1337fe6682b28 /src/types.h
parent3467e5133a4e9e62f84d02012ed3b4d54d50181f (diff)
downloadfastd-c850180a471fdc88213153549b834cffd0c19937.tar
fastd-c850180a471fdc88213153549b834cffd0c19937.zip
Move _GNU_SOURCE definition to CMake
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h
index abda1bc..b1026b5 100644
--- a/src/types.h
+++ b/src/types.h
@@ -33,8 +33,6 @@
#ifndef _FASTD_TYPES_H_
#define _FASTD_TYPES_H_
-#define _GNU_SOURCE
-
#include <config.h>
#include <version.h>