diff 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
line wrap: on
line diff
--- a/src/os_vms_conf.h
+++ b/src/os_vms_conf.h
@@ -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 */