comparison src/configure.ac @ 11115:3b36da20ad73 v8.0.0445

patch 8.0.0445: getpgid is not supported on all systems commit https://github.com/vim/vim/commit/2fcf6688bc3a8df2dff9c352d415b89db8b33668 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 11 20:03:42 2017 +0100 patch 8.0.0445: getpgid is not supported on all systems Problem: Getpgid is not supported on all systems. Solution: Add a configure check.
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Mar 2017 20:15:04 +0100
parents e0694d4c4483
children 0895f142cac3
comparison
equal deleted inserted replaced
11114:5af1253d229c 11115:3b36da20ad73
3607 dnl Check for functions in one big call, to reduce the size of configure. 3607 dnl Check for functions in one big call, to reduce the size of configure.
3608 dnl Can only be used for functions that do not require any include. 3608 dnl Can only be used for functions that do not require any include.
3609 AC_CHECK_FUNCS(fchdir fchown fsync getcwd getpseudotty \ 3609 AC_CHECK_FUNCS(fchdir fchown fsync getcwd getpseudotty \
3610 getpwent getpwnam getpwuid getrlimit gettimeofday getwd lstat \ 3610 getpwent getpwnam getpwuid getrlimit gettimeofday getwd lstat \
3611 memset mkdtemp nanosleep opendir putenv qsort readlink select setenv \ 3611 memset mkdtemp nanosleep opendir putenv qsort readlink select setenv \
3612 setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \ 3612 getpgid setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \
3613 sigprocmask sigvec strcasecmp strerror strftime stricmp strncasecmp \ 3613 sigprocmask sigvec strcasecmp strerror strftime stricmp strncasecmp \
3614 strnicmp strpbrk strtol tgetent towlower towupper iswupper \ 3614 strnicmp strpbrk strtol tgetent towlower towupper iswupper \
3615 usleep utime utimes) 3615 usleep utime utimes)
3616 AC_FUNC_FSEEKO 3616 AC_FUNC_FSEEKO
3617 3617