comparison src/config.h.in @ 10297:c90f4cc9c3fe v8.0.0045

commit https://github.com/vim/vim/commit/bb09ceb95477ecc271854b3fdd8d2776eca66adf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 18 16:27:23 2016 +0200 patch 8.0.0045 Problem: Calling job_stop() right after job_start() does not work. Solution: Block signals while fork is still busy. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/1155)
author Christian Brabandt <cb@256bit.org>
date Tue, 18 Oct 2016 16:30:04 +0200
parents 90fd01ade690
children 2055d3722c5b
comparison
equal deleted inserted replaced
10296:5197102a03f8 10297:c90f4cc9c3fe
188 #undef HAVE_SIGACTION 188 #undef HAVE_SIGACTION
189 #undef HAVE_SIGALTSTACK 189 #undef HAVE_SIGALTSTACK
190 #undef HAVE_SIGSET 190 #undef HAVE_SIGSET
191 #undef HAVE_SIGSETJMP 191 #undef HAVE_SIGSETJMP
192 #undef HAVE_SIGSTACK 192 #undef HAVE_SIGSTACK
193 #undef HAVE_SIGPROCMASK
193 #undef HAVE_SIGVEC 194 #undef HAVE_SIGVEC
194 #undef HAVE_SMACK 195 #undef HAVE_SMACK
195 #undef HAVE_STRCASECMP 196 #undef HAVE_STRCASECMP
196 #undef HAVE_STRERROR 197 #undef HAVE_STRERROR
197 #undef HAVE_STRFTIME 198 #undef HAVE_STRFTIME