aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config.h.in
blob: 90ab8e83f121580358b1663593f7aac50c044fc2 (plain)
1
2
3
4
5
6
7
8
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