comparison src/os_vms_conf.h @ 10328:299f1669c20e v8.0.0059

commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 4 20:35:31 2016 +0100 patch 8.0.0059 Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Nov 2016 20:45:04 +0100
parents cfed0e9f0ca2
children 37a441352da2
comparison
equal deleted inserted replaced
10327:7140bc579558 10328:299f1669c20e
139 #undef HAVE_LIBC_H 139 #undef HAVE_LIBC_H
140 #undef HAVE_SYS_STATFS_H 140 #undef HAVE_SYS_STATFS_H
141 #undef HAVE_SYS_POLL_H 141 #undef HAVE_SYS_POLL_H
142 #undef HAVE_PWD_H 142 #undef HAVE_PWD_H
143 #undef HAVE_FCHDIR 143 #undef HAVE_FCHDIR
144 #undef HAVE_LSTAT
144 145
145 /* Hardware specific */ 146 /* Hardware specific */
146 #ifdef VAX 147 #ifdef VAX
147 #undef HAVE_GETTIMEOFDAY 148 #undef HAVE_GETTIMEOFDAY
148 #undef HAVE_USLEEP 149 #undef HAVE_USLEEP
149 #undef HAVE_STRCASECMP 150 #undef HAVE_STRCASECMP
150 #undef HAVE_STRINGS_H 151 #undef HAVE_STRINGS_H
151 #undef HAVE_SIGSETJMP 152 #undef HAVE_SIGSETJMP
153 #undef HAVE_ISNAN
152 #else 154 #else
153 #define HAVE_GETTIMEOFDAY 155 #define HAVE_GETTIMEOFDAY
154 #define HAVE_USLEEP 156 #define HAVE_USLEEP
155 #define HAVE_STRCASECMP 157 #define HAVE_STRCASECMP
156 #define HAVE_STRINGS_H 158 #define HAVE_STRINGS_H
157 #define HAVE_SIGSETJMP 159 #define HAVE_SIGSETJMP
160 #define HAVE_ISNAN
158 #endif 161 #endif
159 162
160 /* Compiler specific */ 163 /* Compiler specific */
161 #ifdef VAXC 164 #ifdef VAXC
162 #undef HAVE_SELECT 165 #undef HAVE_SELECT