From 2c704a77c1e3a6eb20e273503bc23a4e2fb4d506 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 3 Jun 2010 21:17:25 +0200 Subject: Add patch to improve support of z/OS (OS/390). (Ralf Schandl) --- src/config.mk.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.mk.in') diff --git a/src/config.mk.in b/src/config.mk.in index a950413a6a..a298fae2f2 100644 --- a/src/config.mk.in +++ b/src/config.mk.in @@ -100,6 +100,9 @@ INSTALLGVIMDIFF = @dogvimdiff@ INSTALL_LANGS = @INSTALL_LANGS@ INSTALL_TOOL_LANGS = @INSTALL_TOOL_LANGS@ +### sed command to fix quotes while creating pathdef.c +QUOTESED = @QUOTESED@ + ### Line break character as octal number for "tr" NL = @line_break@ -- cgit v1.2.3