]> granicus.if.org Git - curl/commitdiff
build: provide SIZEOF_SIZE_T VMS definition
authorYang Tse <yangsita@gmail.com>
Fri, 3 Dec 2010 02:40:16 +0000 (03:40 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 3 Dec 2010 02:40:16 +0000 (03:40 +0100)
lib/config-vms.h

index 461001c1c62221e3f637d40f4f67c0c5ba8c199d..73ef5c026585a7b3df0fff8389bf711b9c00dfd6 100644 (file)
@@ -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