vppinfra: numa vector placement support
[vpp.git] / src / vppinfra / config.h.in
index 0947c71..b236663 100644 (file)
@@ -20,4 +20,8 @@
 #define CLIB_LOG2_CACHE_LINE_BYTES @LOG2_CACHE_LINE_BYTES@
 #endif
 
+#define USE_DLMALLOC @DLMALLOC@
+#define HAVE_NUMA_LIBRARY @NUMA_LIBRARY_FOUND@
+
+#define CLIB_TARGET_TRIPLET "@CMAKE_C_COMPILER_TARGET@"
 #endif