mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
build: provide SIZEOF_SIZE_T VMS definition
This commit is contained in:
parent
421d918da3
commit
de670efeab
@ -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…
Reference in New Issue
Block a user