diff options
author | Venkat Raghavan S <rvenkat@php.net> | 2002-05-31 04:49:45 +0000 |
---|---|---|
committer | Venkat Raghavan S <rvenkat@php.net> | 2002-05-31 04:49:45 +0000 |
commit | 575e3682f53e6e0146bc1aeed9cf721dbb196b35 (patch) | |
tree | 906dce8bef2236e7ccf083a5586f92bf4a279650 /sapi/apache/mod_php4.c | |
parent | c4fd805ce4dbb1effc2fe8970e5a906a8908990b (diff) | |
download | php-git-575e3682f53e6e0146bc1aeed9cf721dbb196b35.tar.gz |
NetWare related changes
Diffstat (limited to 'sapi/apache/mod_php4.c')
-rw-r--r-- | sapi/apache/mod_php4.c | 4 |
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) */ |