mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
configure: remove use of RETSIGTYPE
This was previously defined by the obsolete AC_TYPE_SIGNAL macro,
which was removed in 2682e5f5. The deprecation text says
> Your code may safely assume C89 semantics that RETSIGTYPE is void.
So, remove it and just use void instead.
Closes #6861
This commit is contained in:
parent
694eab18bc
commit
812fce9dcf
19 changed files with 12 additions and 85 deletions
|
|
@ -132,7 +132,6 @@ if(NOT UNIX)
|
|||
set(HAVE_GETADDRINFO 0)
|
||||
endif()
|
||||
set(STDC_HEADERS 1)
|
||||
set(RETSIGTYPE_TEST 1)
|
||||
|
||||
set(HAVE_SIGACTION 0)
|
||||
set(HAVE_MACRO_SIGSETJMP 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue