aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/config.h.in
blob: 996182158aeb391e1843ed3e0093611b187c9467 (plain)
1
2
3
4
5
6
7
8
9
10
/* CPU Cache line size */
#define LEVEL1_DCACHE_LINESIZE @LEVEL1_DCACHE_LINESIZE@

#ifndef _WIN32
#define _GNU_SOURCE
#else
#include <parc/windows/parc_Utils.h>
#endif

#define HAVE_REALLOC @HAVE_REALLOC@