Check for siginterrupt, used by the test suite web server sws.

This commit is contained in:
Daniel Stenberg 2003-10-30 07:31:02 +00:00
parent c964aedf3b
commit 02437b2d51
1 changed files with 1 additions and 0 deletions

View File

@ -920,6 +920,7 @@ AC_CHECK_FUNCS( socket \
tcgetattr \ tcgetattr \
perror \ perror \
closesocket \ closesocket \
siginterrupt \
sigaction \ sigaction \
signal \ signal \
getpass_r \ getpass_r \