diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-31 17:21:33 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-31 17:21:33 +0000 |
commit | 5282dcdb5648b893fc0988866cab775b9f6e2b9c (patch) | |
tree | ebb3516d2cc110d6e9fef1e610b080d75ac479e1 /src/s/hpux11.h | |
parent | 4f4d6b177a9eac8e7484c819817ee86364ccd5f0 (diff) | |
download | emacs-5282dcdb5648b893fc0988866cab775b9f6e2b9c.tar.gz |
New file.
Diffstat (limited to 'src/s/hpux11.h')
-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 @@ +#include "hpux10.h" + +#define HPUX11 + +#ifdef POSIX_SIGNALS +#undef POSIX_SIGNALS +#endif +#define POSIX_SIGNALS 1 |