These are requirements above and above C89.
Ref: #20406
Closes #20384
statvfs
stderr
stdin
+stdint
stdout
Steinar
Stenberg
UI
UID
UIDL
+uint
Ultrix
umask
Unary
We write curl and libcurl to compile with C89 compilers on 32-bit and up
machines. Most of libcurl assumes more or less POSIX compliance but that is
-not a requirement.
+not a requirement. The compiler must support a 64-bit integer type as well as
+supply a stdint.h header file that defines C99-style fixed-width integer types
+like uint32_t.
We write libcurl to build and work with lots of third party tools, and we
want it to remain functional and buildable with these and later versions