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:
Daniel Stenberg 2026-01-09 17:49:26 +01:00
parent 8806035344
commit 0159100f4f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
16 changed files with 30 additions and 277 deletions

View file

@ -187,12 +187,6 @@
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
/* Define if the compiler supports the 'long long' data type. */
#define HAVE_LONGLONG
/* The size of a `long long', as computed by sizeof. */
#define SIZEOF_LONG_LONG 8
/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 4