aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/config.h.in')
-rw-r--r--hicn-light/src/hicn/config.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/config.h.in b/hicn-light/src/hicn/config.h.in
index 90ab8e83f..6c2915b7e 100644
--- a/hicn-light/src/hicn/config.h.in
+++ b/hicn-light/src/hicn/config.h.in
@@ -2,7 +2,8 @@
#define LEVEL1_DCACHE_LINESIZE @LEVEL1_DCACHE_LINESIZE@
#ifndef _WIN32
-#define _GNU_SOURCE
+// This is now in CMakeLists.txt
+//#define _GNU_SOURCE
#else
#include <hicn/platforms/windows/win_portability.h>
#endif