diff options
Diffstat (limited to 'libccnx-transport-rta/ccnx/config.h.in')
-rw-r--r-- | libccnx-transport-rta/ccnx/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libccnx-transport-rta/ccnx/config.h.in b/libccnx-transport-rta/ccnx/config.h.in new file mode 100644 index 00000000..5d047cfc --- /dev/null +++ b/libccnx-transport-rta/ccnx/config.h.in @@ -0,0 +1,4 @@ +/* CPU Cache line size */ +#define LEVEL1_DCACHE_LINESIZE @LEVEL1_DCACHE_LINESIZE@ + +#define _GNU_SOURCE |