NetWare related changes

This commit is contained in:
Venkat Raghavan S 2002-05-31 04:49:45 +00:00
parent c4fd805ce4
commit 575e3682f5
6 changed files with 307 additions and 1 deletions

View file

@ -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) */