mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +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
|
|
@ -28,9 +28,9 @@ include Makefile.inc
|
|||
|
||||
CMAKE_DIST = CMakeLists.txt curl_config-cmake.h.in
|
||||
|
||||
EXTRA_DIST = config-mac.h config-os400.h config-plan9.h config-riscos.h \
|
||||
config-win32.h curl_config.h.in $(LIB_RCFILES) libcurl.def \
|
||||
$(CMAKE_DIST) Makefile.soname optiontable.pl
|
||||
EXTRA_DIST = config-mac.h config-os400.h config-riscos.h config-win32.h \
|
||||
curl_config.h.in $(LIB_RCFILES) libcurl.def $(CMAKE_DIST) Makefile.soname \
|
||||
optiontable.pl
|
||||
|
||||
lib_LTLIBRARIES = libcurl.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue