From: Yang Tse Date: Fri, 3 Dec 2010 02:40:16 +0000 (+0100) Subject: build: provide SIZEOF_SIZE_T VMS definition X-Git-Tag: upstream/7.37.1~4530 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de670efeabf8115edaf9de8d226242e2520eb9b1;p=platform%2Fupstream%2Fcurl.git build: provide SIZEOF_SIZE_T VMS definition --- diff --git a/lib/config-vms.h b/lib/config-vms.h index 461001c..73ef5c0 100644 --- a/lib/config-vms.h +++ b/lib/config-vms.h @@ -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