vppinfra: add cmake option to grow vectors by 1
[vpp.git] / src / vppinfra / config.h.in
index 1a8e031..7aad027 100644 (file)
@@ -21,4 +21,6 @@
 #endif
 
 #define CLIB_TARGET_TRIPLET "@CMAKE_C_COMPILER_TARGET@"
+#define CLIB_VECTOR_GROW_BY_ONE @VECTOR_GROW_BY_ONE@
+
 #endif