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 461001c..73ef5c0 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