mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
Added size check for 'short' data type
This commit is contained in:
parent
15efa262bb
commit
8044366134
@ -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…
Reference in New Issue
Block a user