diff options
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 3 |
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */ #define alloca(n) __ALLOCA(n) #endif +/* Output sync sypport */ +#define NO_OUTPUT_SYNC + /* Build host information. */ #define MAKE_HOST "VMS" |