1
0
forked from aniani/vim

patch 8.0.0059

Problem:    Vim does not build on VMS systems.
Solution:   Various changes for VMS. (Zoltan Arpadffy)
This commit is contained in:
Bram Moolenaar
2016-11-04 20:35:31 +01:00
parent 91e44a3305
commit de5e2c219b
10 changed files with 105 additions and 34 deletions

View File

@@ -141,6 +141,7 @@
#undef HAVE_SYS_POLL_H
#undef HAVE_PWD_H
#undef HAVE_FCHDIR
#undef HAVE_LSTAT
/* Hardware specific */
#ifdef VAX
@@ -148,13 +149,15 @@
#undef HAVE_USLEEP
#undef HAVE_STRCASECMP
#undef HAVE_STRINGS_H
#undef HAVE_SIGSETJMP
#undef HAVE_SIGSETJMP
#undef HAVE_ISNAN
#else
#define HAVE_GETTIMEOFDAY
#define HAVE_USLEEP
#define HAVE_STRCASECMP
#define HAVE_STRINGS_H
#define HAVE_SIGSETJMP
#define HAVE_SIGSETJMP
#define HAVE_ISNAN
#endif
/* Compiler specific */