[master] 1b16b69 One more #ifdef to take umem out of its temporary missery

Poul-Henning Kamp phk at FreeBSD.org
Sat Nov 26 22:32:04 CET 2016


commit 1b16b697c28e31d8efe467eb35f108cef8f97183
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat Nov 26 21:30:59 2016 +0000

    One more #ifdef to take umem out of its temporary missery

diff --git a/bin/varnishd/storage/mgt_stevedore.c b/bin/varnishd/storage/mgt_stevedore.c
index b199ce6..e41933e 100644
--- a/bin/varnishd/storage/mgt_stevedore.c
+++ b/bin/varnishd/storage/mgt_stevedore.c
@@ -125,7 +125,7 @@ static const struct choice STV_choice[] = {
 	{ "malloc",			&sma_stevedore },
 	{ "deprecated_persistent",	&smp_stevedore },
 	{ "persistent",			&smp_fake_stevedore },
-#ifdef HAVE_LIBUMEM
+#if defined(HAVE_LIBUMEM) && 0
 	{ "umem",			&smu_stevedore },
 #endif
 	{ NULL,		NULL }



More information about the varnish-commit mailing list