mirror of
https://github.com/curl/curl.git
synced 2026-05-13 13:16:19 +03:00
Added sigaction check
This commit is contained in:
parent
3b0d49e1c9
commit
3264ce04ee
1 changed files with 2 additions and 1 deletions
|
|
@ -528,7 +528,8 @@ AC_CHECK_FUNCS( socket \
|
|||
tcgetattr \
|
||||
perror \
|
||||
closesocket \
|
||||
setvbuf
|
||||
setvbuf \
|
||||
sigaction
|
||||
)
|
||||
|
||||
dnl removed 'getpass' check on October 26, 2000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue