mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:33:31 +03:00
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
This commit is contained in:
parent
697496ff99
commit
cef95aadeb
17 changed files with 91 additions and 12 deletions
|
|
@ -24,6 +24,9 @@
|
|||
#define TIME_WITH_SYS_TIME 1
|
||||
#define HAVE_STRUCT_TIMEVAL 1
|
||||
|
||||
#define SIZEOF_INT 4
|
||||
#define SIZEOF_SHORT 2
|
||||
|
||||
#define main(x,y) curl_main(x,y)
|
||||
|
||||
/* we provide our own strdup prototype */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue