diff options
| author | Eli Zaretskii | 2001-10-31 17:21:33 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-31 17:21:33 +0000 |
| commit | 5282dcdb5648b893fc0988866cab775b9f6e2b9c (patch) | |
| tree | ebb3516d2cc110d6e9fef1e610b080d75ac479e1 | |
| parent | 4f4d6b177a9eac8e7484c819817ee86364ccd5f0 (diff) | |
| download | emacs-5282dcdb5648b893fc0988866cab775b9f6e2b9c.tar.gz emacs-5282dcdb5648b893fc0988866cab775b9f6e2b9c.zip | |
New file.
| -rw-r--r-- | src/s/hpux11.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/hpux11.h b/src/s/hpux11.h new file mode 100644 index 00000000000..98a4775f609 --- /dev/null +++ b/src/s/hpux11.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #include "hpux10.h" | ||
| 2 | |||
| 3 | #define HPUX11 | ||
| 4 | |||
| 5 | #ifdef POSIX_SIGNALS | ||
| 6 | #undef POSIX_SIGNALS | ||
| 7 | #endif | ||
| 8 | #define POSIX_SIGNALS 1 | ||