mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +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
|
|
@ -65,7 +65,9 @@
|
|||
#define NEED_MALLOC_H 1
|
||||
|
||||
#define RETSIGTYPE void
|
||||
#define SIZEOF_INT 4
|
||||
#define SIZEOF_LONG_DOUBLE 16
|
||||
#define SIZEOF_SHORT 2
|
||||
#define STDC_HEADERS 1
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue