aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/custom.h b/custom.h
index 44ae50ef..787e08bf 100644
--- a/custom.h
+++ b/custom.h
@@ -50,6 +50,11 @@
#ifndef SIZE_MAX
#define SIZE_MAX __INT32_MAX
#endif
+#ifndef __VAX
+#ifndef ULLONG_MAX
+#define ULLONG_MAX __UINT64_MAX
+#endif
+#endif
#endif
/* For QNX, based on submission from Michael Hunter, mphunter@qnx.com */