X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvppinfra%2Fconfig.h.in;h=c2b804cd590370022c2fe4b9e08567fb4c9e6fca;hb=853cc9f2ad3ee52cbdd891fb09d51c25678baed0;hp=58a973144e02b97aff4beb5a92b8bf3f6931118e;hpb=5f21e1bd613b372ea6f8be6423894548dae59bdc;p=vpp.git diff --git a/src/vppinfra/config.h.in b/src/vppinfra/config.h.in index 58a973144e0..c2b804cd590 100644 --- a/src/vppinfra/config.h.in +++ b/src/vppinfra/config.h.in @@ -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