aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config.h.in
blob: 6c2915b7e3515bbf69e02e3b9e7aca974e83d145 (plain)
1
2
3
4
5
6
7
8
9
10
/* CPU Cache line size */
#define LEVEL1_DCACHE_LINESIZE @LEVEL1_DCACHE_LINESIZE@

#ifndef _WIN32
// This is now in CMakeLists.txt
//#define _GNU_SOURCE
#else
#include <hicn/platforms/windows/win_portability.h>
#endif