]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Wed, 5 Mar 2003 16:12:41 +0000 (16:12 +0000)
committerfoobar <sniper@php.net>
Wed, 5 Mar 2003 16:12:41 +0000 (16:12 +0000)
sapi/apache2filter/sapi_apache2.c

index 394709e51dac532d4756ed5b3fce00f09f91e59c..13038dbce1ef4d61c7edaea4b1e3ce27c2aeb3b9 100644 (file)
 #include "ap_mpm.h"
 
 #include "php_apache.h"
+
+/* UnixWare defines shutdown to _shutdown, which causes problems later
+ * on when using a structure member named shutdown. Since this source
+ * file does not use the system call shutdown, it is safe to #undef it.
+ */
+#undef shutdown
+
  
 /* A way to specify the location of the php.ini dir in an apache directive */
 char *apache2_php_ini_path_override = NULL;