diff options
-rw-r--r-- | source/include/includes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 2329553d234..d1afc34de92 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -563,7 +563,9 @@ char *mktemp(char *); /* No standard include */ #define USE_SETSID #define USE_SETRES #define DEFAULT_PRINTING PRINT_HPUX -#define SIGCLD_IGNORE +/* Ken Weiss <krweiss@ucdavis.edu> tells us that SIGCLD_IGNORE is + not good for HPUX */ +/* #define SIGCLD_IGNORE */ #endif /* HPUX */ |