summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
diff options
context:
space:
mode:
authorVenkat Raghavan S <rvenkat@php.net>2002-05-31 04:49:45 +0000
committerVenkat Raghavan S <rvenkat@php.net>2002-05-31 04:49:45 +0000
commit575e3682f53e6e0146bc1aeed9cf721dbb196b35 (patch)
tree906dce8bef2236e7ccf083a5586f92bf4a279650 /sapi/apache/mod_php4.c
parentc4fd805ce4dbb1effc2fe8970e5a906a8908990b (diff)
downloadphp-git-575e3682f53e6e0146bc1aeed9cf721dbb196b35.tar.gz
NetWare related changes
Diffstat (limited to 'sapi/apache/mod_php4.c')
-rw-r--r--sapi/apache/mod_php4.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c
index 0faa7b13f4..e3afd228b4 100644
--- a/sapi/apache/mod_php4.c
+++ b/sapi/apache/mod_php4.c
@@ -21,6 +21,10 @@
#include "php_apache_http.h"
+#ifdef NETWARE
+#define SIGPIPE SIGINT
+#endif
+
#if defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING)
#include "ext/mbstring/mbstring.h"
#endif /* defined(ZEND_MULTIBYTE) && defined(HAVE_MBSTRING) */