mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:33:31 +03:00
build: provide SIZEOF_SIZE_T definition for non-configure builds
This commit is contained in:
parent
81c16c2e30
commit
99a07a1fdf
6 changed files with 22 additions and 0 deletions
|
|
@ -61,6 +61,7 @@
|
|||
|
||||
#define SIZEOF_INT 4
|
||||
#define SIZEOF_SHORT 2
|
||||
#define SIZEOF_SIZE_T 4
|
||||
|
||||
#define HAVE_GETNAMEINFO 1
|
||||
#define GETNAMEINFO_QUAL_ARG1 const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue