mirror of
https://github.com/curl/curl.git
synced 2026-07-01 11:40:11 +03:00
config-tpf: define SIZEOF_LONG
Recent changes that replaced CURL_SIZEOF_LONG in the source with SIZEOF_LONG broke builds that use the premade configuration files and don't have SIZEOF_LONG defined. Bug: https://github.com/curl/curl/issues/1816
This commit is contained in:
parent
78a6d917c5
commit
00da16ca5b
1 changed files with 3 additions and 0 deletions
|
|
@ -618,6 +618,9 @@
|
|||
/* The size of `short', as computed by sizeof. */
|
||||
#define SIZEOF_SHORT 2
|
||||
|
||||
/* Define to the size of `long', as computed by sizeof. */
|
||||
#define SIZEOF_LONG 8
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#define SIZEOF_SIZE_T 8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue