mirror of
https://github.com/curl/curl.git
synced 2026-04-20 08:31:14 +03:00
Added size check for 'short' data type
This commit is contained in:
parent
15efa262bb
commit
8044366134
1 changed files with 2 additions and 1 deletions
|
|
@ -2038,8 +2038,9 @@ CURL_CHECK_STRUCT_TIMEVAL
|
|||
CURL_VERIFY_RUNTIMELIBS
|
||||
|
||||
AC_CHECK_SIZEOF(size_t)
|
||||
AC_CHECK_SIZEOF(int)
|
||||
AC_CHECK_SIZEOF(long)
|
||||
AC_CHECK_SIZEOF(int)
|
||||
AC_CHECK_SIZEOF(short)
|
||||
CURL_CONFIGURE_LONG
|
||||
AC_CHECK_SIZEOF(time_t)
|
||||
AC_CHECK_SIZEOF(off_t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue