diff options
-rw-r--r-- | src/s/vms5-5.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/vms5-5.h b/src/s/vms5-5.h new file mode 100644 index 00000000000..e51fedf6317 --- /dev/null +++ b/src/s/vms5-5.h @@ -0,0 +1,8 @@ +#include "vms.h" +#define VMS5_5 +#define VMS4_4 + +/* The bug that SHARABLE_LIB_BUG fixes is gone in version 5.5 of VMS. + And defining it causes lossage because sys_errlist has a different + number of elements. */ +#undef SHARABLE_LIB_BUG |