comparison src/os_vms_conf.h @ 30310:029c59bf78f1 v9.0.0491

patch 9.0.0491: no good reason to build without the float feature Commit: https://github.com/vim/vim/commit/73e28dcc6125f616cf1f2d56443d22428a79e434 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 17 21:08:33 2022 +0100 patch 9.0.0491: no good reason to build without the float feature Problem: No good reason to build without the float feature. Solution: Remove configure check for float and "#ifdef FEAT_FLOAT".
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Sep 2022 22:15:05 +0200
parents 9781c150eddd
children cb88e5c589d0
comparison
equal deleted inserted replaced
30309:4ba3d27b5357 30310:029c59bf78f1
108 #define HAVE_OPENDIR 108 #define HAVE_OPENDIR
109 #define HAVE_PUTENV 109 #define HAVE_PUTENV
110 #define HAVE_SETENV 110 #define HAVE_SETENV
111 #define HAVE_SETJMP_H 111 #define HAVE_SETJMP_H
112 #define HAVE_MATH_H 112 #define HAVE_MATH_H
113 #define HAVE_FLOAT_FUNCS
114 #define HAVE_GETTIMEOFDAY 113 #define HAVE_GETTIMEOFDAY
115 #define HAVE_PWD_H 114 #define HAVE_PWD_H
116 #define HAVE_NETDB_H 115 #define HAVE_NETDB_H
117 #define HAVE_DIRENT_H 116 #define HAVE_DIRENT_H
118 117