vppinfra: add cmake option to grow vectors by 1
[vpp.git] / src / vppinfra / config.h.in
index a7a22a6..7aad027 100644 (file)
@@ -20,7 +20,7 @@
 #define CLIB_LOG2_CACHE_LINE_BYTES @LOG2_CACHE_LINE_BYTES@
 #endif
 
-#define USE_DLMALLOC @DLMALLOC@
-
 #define CLIB_TARGET_TRIPLET "@CMAKE_C_COMPILER_TARGET@"
+#define CLIB_VECTOR_GROW_BY_ONE @VECTOR_GROW_BY_ONE@
+
 #endif