From d2d44f76c4d86017ccbe6f70ef6318d71947e6d7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 21 Sep 2013 17:37:59 -0400 Subject: Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC --- config.h-vms.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h-vms.template') diff --git a/config.h-vms.template b/config.h-vms.template index 7b180cc..3b4bd3b 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -411,5 +411,8 @@ this program. If not, see . */ #define alloca(n) __ALLOCA(n) #endif +/* Output sync sypport */ +#define NO_OUTPUT_SYNC + /* Build host information. */ #define MAKE_HOST "VMS" -- cgit v1.2.3