diff options
Diffstat (limited to 'src')
| -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 | ||