build: provide SIZEOF_SIZE_T VMS definition

This commit is contained in:
Yang Tse 2010-12-03 03:40:16 +01:00
parent 421d918da3
commit de670efeab
1 changed files with 3 additions and 0 deletions

View 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