summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-07 11:18:26 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-07 11:18:26 +0000
commitbef10e388ac8661afc465a64524ba55f8c5bea0c (patch)
tree1e2e0dff56676802be869ad2258a73f6e6a9d0da /source/include
parent1de1a22d0cd4ca1a977f35411ca57ce0768a46d7 (diff)
downloadsamba-bef10e388ac8661afc465a64524ba55f8c5bea0c.tar.gz
samba-bef10e388ac8661afc465a64524ba55f8c5bea0c.tar.xz
samba-bef10e388ac8661afc465a64524ba55f8c5bea0c.zip
get rid of SIGCLD_IGNORE for HPUX. A user reported it causing lots
of defunct smbd processes. Andrew
Diffstat (limited to 'source/include')
-rw-r--r--source/include/includes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index e66ceb2d70c..4e48e87a7c1 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 */