From 2749f83bbd24a826b1e4193fb63aa8f24684dda9 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 31 Oct 2001 17:32:45 +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