aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/config.h.in')
-rw-r--r--hicn-light/src/config.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/hicn-light/src/config.h.in b/hicn-light/src/config.h.in
deleted file mode 100644
index 8b763df40..000000000
--- a/hicn-light/src/config.h.in
+++ /dev/null
@@ -1,9 +0,0 @@
-/* CPU Cache line size */
-#define LEVEL1_DCACHE_LINESIZE @LEVEL1_DCACHE_LINESIZE@
-
-#ifndef _WIN32
-#define _GNU_SOURCE
-#else
-#include <src/platforms/windows/win_portability.h>
-#endif
-