diff options
| author | Karl Heuer | 1995-05-29 06:36:12 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-05-29 06:36:12 +0000 |
| commit | 70efb6137f0ac4c2ef28934490da8b389884e80d (patch) | |
| tree | 1474a7e5980251d6fe647ebe0811c625bb77fb23 | |
| parent | 352c01a55d454f3e3199dafd52cf3877933ead8c (diff) | |
| download | emacs-70efb6137f0ac4c2ef28934490da8b389884e80d.tar.gz emacs-70efb6137f0ac4c2ef28934490da8b389884e80d.zip | |
(COFF): Define.
| -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 | ||