diff --git a/lib/config-vms.h b/lib/config-vms.h index 461001c1c..73ef5c026 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