summaryrefslogtreecommitdiffstats
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.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/hicn-light/src/hicn/config.h.in b/hicn-light/src/hicn/config.h.in
new file mode 100644
index 000000000..90ab8e83f
--- /dev/null
+++ b/hicn-light/src/hicn/config.h.in
@@ -0,0 +1,9 @@
+/* CPU Cache line size */
+#define LEVEL1_DCACHE_LINESIZE @LEVEL1_DCACHE_LINESIZE@
+
+#ifndef _WIN32
+#define _GNU_SOURCE
+#else
+#include <hicn/platforms/windows/win_portability.h>
+#endif
+