aboutsummaryrefslogtreecommitdiff
path: root/lib/config-vms.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-12-03 03:40:16 +0100
committerYang Tse <yangsita@gmail.com>2010-12-03 03:40:16 +0100
commitde670efeabf8115edaf9de8d226242e2520eb9b1 (patch)
tree1ea2cb6c13d483756b83835a6cd94a0ed3f43ac1 /lib/config-vms.h
parent421d918da3e9cbef921b9fbfb0da568bd6618e9b (diff)
build: provide SIZEOF_SIZE_T VMS definition
Diffstat (limited to 'lib/config-vms.h')
-rw-r--r--lib/config-vms.h3
1 files changed, 3 insertions, 0 deletions
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