X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/237613d06f9e3b90138bef9f3d9f6401bdd378f3..81a559c80ccd6a0354b5485720c0205a69289fb5:/src/src/store.c diff --git a/src/src/store.c b/src/src/store.c index 045f27f8e..9b1a297e6 100644 --- a/src/src/store.c +++ b/src/src/store.c @@ -135,6 +135,7 @@ static int max_pool_malloc; /* max value for pool_malloc */ static int max_nonpool_malloc; /* max value for nonpool_malloc */ +#ifndef COMPILE_UTILITY static const uschar * pooluse[NPOOLS] = { [POOL_MAIN] = US"main", [POOL_PERM] = US"perm", @@ -151,6 +152,7 @@ static const uschar * poolclass[NPOOLS] = { [POOL_TAINT_PERM] = US"tainted", [POOL_TAINT_SEARCH] = US"tainted", }; +#endif static void * store_mmap(int, const char *, int);