From 501e77f91215d31c56aa63de0c99c91d8b13bfa5 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Thu, 8 Jun 2017 11:50:19 +0200 Subject: [PATCH] [win] set HAVE_ONLINE_VES --- winconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/winconfig.h b/winconfig.h index bc9c003c0ad..d279e1d3eda 100644 --- a/winconfig.h +++ b/winconfig.h @@ -394,6 +394,9 @@ /* Using the simple generational GC. */ /* #undef HAVE_SGEN_GC */ +/* Some VES is available at runtime */ +#define HAVE_ONLINE_VES 1 + /* Have signal */ #define HAVE_SIGNAL 1 -- 2.25.1