mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
lib: use (u)int64_t instead of long long
Remove config-plan9.h because it does not support 64 bit, meaning it has not been working for years. Closes #20233
This commit is contained in:
parent
8806035344
commit
0159100f4f
16 changed files with 30 additions and 277 deletions
|
|
@ -4104,11 +4104,6 @@ CURL_SIZEOF(curl_socket_t, [
|
|||
])
|
||||
CPPFLAGS=$o
|
||||
|
||||
AC_CHECK_TYPE(long long,
|
||||
[AC_DEFINE(HAVE_LONGLONG, 1,
|
||||
[Define to 1 if the compiler supports the 'long long' data type.])]
|
||||
)
|
||||
|
||||
if test "$ac_cv_sizeof_curl_off_t" -lt 8; then
|
||||
AC_MSG_ERROR([64-bit curl_off_t is required])
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue