aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vms-conf.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-14 20:17:27 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-14 20:17:27 +0200
commitdf1abb8c0d0b5855af8bb78ecf87f3511807905d (patch)
treeeb5d6bd69a5842cc730946f552c8f323d6768afa /vms/vms-conf.h
parentfd17b777a698d2b40da34d461d090eda8b905789 (diff)
downloadegawk-df1abb8c0d0b5855af8bb78ecf87f3511807905d.tar.gz
egawk-df1abb8c0d0b5855af8bb78ecf87f3511807905d.tar.bz2
egawk-df1abb8c0d0b5855af8bb78ecf87f3511807905d.zip
VMS updates. Should now build, pass some tests.
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r--vms/vms-conf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/vms/vms-conf.h b/vms/vms-conf.h
index 3aee5ca6..fbd611f2 100644
--- a/vms/vms-conf.h
+++ b/vms/vms-conf.h
@@ -45,6 +45,10 @@
#define STACK_DIRECTION (-1)
#endif /*0*/
+#include <bitypes.h>
+#define INT32_MAX __INT32_MAX
+#define INT32_MIN __INT32_MIN
+
/* dynamic loading is possible */
#undef DYNAMIC
@@ -233,7 +237,7 @@
#define HAVE_STDDEF_H 1
/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
+#undef HAVE_STDINT_H
/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
uintmax_t. */