diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/osf1.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/osf1.h b/src/s/osf1.h index f649aa203f6..16aadd4a3a2 100644 --- a/src/s/osf1.h +++ b/src/s/osf1.h | |||
| @@ -22,3 +22,8 @@ | |||
| 22 | #define INTERRUPTIBLE_IO | 22 | #define INTERRUPTIBLE_IO |
| 23 | 23 | ||
| 24 | #define SYSV_SYSTEM_DIR | 24 | #define SYSV_SYSTEM_DIR |
| 25 | |||
| 26 | /* If your system uses COFF (Common Object File Format) then define the | ||
| 27 | preprocessor symbol "COFF". */ | ||
| 28 | |||
| 29 | #define COFF | ||