mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:37:20 +03:00
cmake: add check for suseconds_t
And fix the HAVE_LONGLONG define Ref: #11964 Closes #11977
This commit is contained in:
parent
a8c773845f
commit
290622cea6
2 changed files with 8 additions and 1 deletions
|
|
@ -370,6 +370,9 @@
|
|||
/* Define to 1 if the compiler supports the 'long long' data type. */
|
||||
#cmakedefine HAVE_LONGLONG 1
|
||||
|
||||
/* Define to 1 if you have the 'suseconds_t' data type. */
|
||||
#cmakedefine HAVE_SUSECONDS_T 1
|
||||
|
||||
/* Define to 1 if you have the MSG_NOSIGNAL flag. */
|
||||
#cmakedefine HAVE_MSG_NOSIGNAL 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue