diff options
Diffstat (limited to 'source/include/includes.h')
-rw-r--r-- | source/include/includes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index e6dee108a58..5df76668c6d 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -606,6 +606,11 @@ char *mktemp(char *); /* No standard include */ not good for HPUX */ /* #define SIGCLD_IGNORE */ #define USE_SIGPROCMASK /* Needed to stop zombie processes on HPUX 9.x and 10.x.*/ +#ifdef HPUX10 +#ifdef SEMMSL +#undef SEMMSL +#endif /* SEMMSL */ +#endif /* HPUX10 */ #endif /* HPUX */ |