comparison src/os_vms_conf.h @ 10430:37a441352da2 v8.0.0109

commit https://github.com/vim/vim/commit/b129a447f3b580d4c941869672b0557c52c37e4d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 1 17:25:20 2016 +0100 patch 8.0.0109 Problem: Still checking if memcmp() exists while every system should have it now. Solution: Remove vim_memcmp(). (James McCoy, closes https://github.com/vim/vim/issues/1295)
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Dec 2016 17:30:05 +0100
parents 299f1669c20e
children 2ad5f0ffaa2e
comparison
equal deleted inserted replaced
10429:71632fef5928 10430:37a441352da2
99 #define HAVE_GETCWD 99 #define HAVE_GETCWD
100 #define HAVE_STRCSPN 100 #define HAVE_STRCSPN
101 #define HAVE_STRTOL 101 #define HAVE_STRTOL
102 #define HAVE_TGETENT 102 #define HAVE_TGETENT
103 #define HAVE_MEMSET 103 #define HAVE_MEMSET
104 #define HAVE_MEMCMP
105 #define HAVE_STRERROR 104 #define HAVE_STRERROR
106 #define HAVE_FCHOWN 105 #define HAVE_FCHOWN
107 #define HAVE_RENAME 106 #define HAVE_RENAME
108 #define HAVE_QSORT 107 #define HAVE_QSORT
109 #define HAVE_FSYNC 108 #define HAVE_FSYNC