mirror of
https://github.com/curl/curl.git
synced 2026-07-22 12:47:15 +03:00
build: provide SIZEOF_SIZE_T VMS definition
This commit is contained in:
parent
421d918da3
commit
de670efeab
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@
|
|||
/* The size of `short', as computed by sizeof. */
|
||||
#define SIZEOF_SHORT 2
|
||||
|
||||
/* The size of `size_t', as computed by sizeof. */
|
||||
#define SIZEOF_SIZE_T 4
|
||||
|
||||
/* Define if you have the alarm function. */
|
||||
#define HAVE_ALARM 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue