comparison src/config.h.in @ 14718:cf33c47d66aa v8.1.0371

patch 8.1.0371: argument types for select() may be wrong commit https://github.com/vim/vim/commit/643b6140873e0e6f297df0cbca11bc1ea1f21925 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 12 20:29:09 2018 +0200 patch 8.1.0371: argument types for select() may be wrong Problem: Argument types for select() may be wrong. Solution: Use a configure macro. (Tobias Ulmer)
author Christian Brabandt <cb@256bit.org>
date Wed, 12 Sep 2018 20:30:05 +0200
parents e4d5726e1678
children 1f3fe26f8e3f
comparison
equal deleted inserted replaced
14717:4a59997ed100 14718:cf33c47d66aa
110 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 110 /* Define if you can safely include both <sys/time.h> and <time.h>. */
111 #undef TIME_WITH_SYS_TIME 111 #undef TIME_WITH_SYS_TIME
112 112
113 /* Define if you can safely include both <sys/time.h> and <sys/select.h>. */ 113 /* Define if you can safely include both <sys/time.h> and <sys/select.h>. */
114 #undef SYS_SELECT_WITH_SYS_TIME 114 #undef SYS_SELECT_WITH_SYS_TIME
115
116 /* Define to a typecast for select() arguments 2, 3 and 4. */
117 #undef SELECT_TYPE_ARG234
115 118
116 /* Define if you have /dev/ptc */ 119 /* Define if you have /dev/ptc */
117 #undef HAVE_DEV_PTC 120 #undef HAVE_DEV_PTC
118 121
119 /* Define if you have Sys4 ptys */ 122 /* Define if you have Sys4 ptys */