tests: Use errno value rather than a specific int
[vpp.git] / src / vppinfra / config.h.in
index 58a9731..c2b804c 100644 (file)
@@ -20,5 +20,7 @@
 #define CLIB_LOG2_CACHE_LINE_BYTES @LOG2_CACHE_LINE_BYTES@
 #endif
 
-#define USE_DLMALLOC @DLMALLOC@
+#define CLIB_LIB_DIR "@VPP_LIBRARY_DIR@"
+#define CLIB_VECTOR_GROW_BY_ONE @VECTOR_GROW_BY_ONE@
+
 #endif