diff options
Diffstat (limited to 'src')
| -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 @@ | |||
| 1 | #include "vms.h" | ||
| 2 | #define VMS5_5 | ||
| 3 | #define VMS4_4 | ||
| 4 | |||
| 5 | /* The bug that SHARABLE_LIB_BUG fixes is gone in version 5.5 of VMS. | ||
| 6 | And defining it causes lossage because sys_errlist has a different | ||
| 7 | number of elements. */ | ||
| 8 | #undef SHARABLE_LIB_BUG | ||