comparison src/os_vms_conf.h @ 34072:6d9e20b403e8 v9.1.0005

patch 9.1.0005: OpenVMS does not support python3 and xterm_save Commit: https://github.com/vim/vim/commit/4d8cb683b1543ec02563cdd2d068ce5f82f90539 Author: Zoltan Arpadffy <zoltan.arpadffy@gmail.com> Date: Thu Jan 4 21:01:13 2024 +0100 patch 9.1.0005: OpenVMS does not support python3 and xterm_save Problem: OpenVMS build does not support python3 and xterm_save Solution: Enable python3 + xterm_save feature, fix style issues (Zoltan Arpadffy) closes: #13812 Signed-off-by: Zoltan Arpadffy <zoltan.arpadffy@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Jan 2024 21:15:05 +0100
parents cb88e5c589d0
children
comparison
equal deleted inserted replaced
34071:ce17935bc3cb 34072:6d9e20b403e8
142 #undef HAVE_LSTAT 142 #undef HAVE_LSTAT
143 #undef HAVE_STDINT_H 143 #undef HAVE_STDINT_H
144 144
145 // Default features 145 // Default features
146 #define FEAT_IPV6 146 #define FEAT_IPV6
147 #define FEAT_XTERM_SAVE
147 148
148 // Hardware specific 149 // Hardware specific
149 #if defined(__VAX) || defined(VAX) 150 #if defined(__VAX) || defined(VAX)
150 #undef HAVE_GETTIMEOFDAY 151 #undef HAVE_GETTIMEOFDAY
151 #undef HAVE_USLEEP 152 #undef HAVE_USLEEP