From 5282dcdb5648b893fc0988866cab775b9f6e2b9c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 31 Oct 2001 17:21:33 +0000 Subject: [PATCH] New file. --- src/s/hpux11.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/s/hpux11.h 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 -- 2.39.2