]> granicus.if.org Git - vim/commit
patch 8.0.0445: getpgid is not supported on all systems v8.0.0445
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Mar 2017 19:03:42 +0000 (20:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Mar 2017 19:03:42 +0000 (20:03 +0100)
commit2fcf6688bc3a8df2dff9c352d415b89db8b33668
tree44c8eb2e9fe5d67a6ee09ba20d163886651edeab
parenta95ab321200f0239991bf53756b17cd7b90745f9
patch 8.0.0445: getpgid is not supported on all systems

Problem:    Getpgid is not supported on all systems.
Solution:   Add a configure check.
src/auto/configure
src/config.h.in
src/configure.ac
src/os_unix.c
src/version.c