Commit de670efe authored by Yang Tse's avatar Yang Tse
Browse files

build: provide SIZEOF_SIZE_T VMS definition

parent 421d918d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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