]> git.ipfire.org Git - thirdparty/curl.git/commit
config: remove the check for and use of SIZEOF_SHORT
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Aug 2022 07:07:06 +0000 (09:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Aug 2022 07:07:06 +0000 (09:07 +0200)
commitd48dd1573c93594284b9d2695df90646d19adf88
tree51674e9c2e4b74eb723b90f31c196a69e114940f
parent9e11c2791fb960758ad46b53c80fa37029c5501b
config: remove the check for and use of SIZEOF_SHORT

shorts are 2 bytes on all platforms curl runs and have ever run on.

Closes #9291
12 files changed:
CMakeLists.txt
configure.ac
lib/config-amigaos.h
lib/config-dos.h
lib/config-mac.h
lib/config-os400.h
lib/config-plan9.h
lib/config-riscos.h
lib/config-win32.h
lib/config-win32ce.h
lib/curl_config.h.cmake
tests/libtest/lib557.c