hyanantha Fri Jul 29 05:21:30 2005 EDT
Modified files: (Branch: PHP_4_4)
/Zend acconfig.h
Log:
In NetWare few of the programs like apache2 and ldap use winsock inclusinf
sys/socket.h is not desirable.
--Kamesh
http://cvs.php.net/diff.php/Zend/acconfig.h?r1=1.27.4.3.2.1&r2=1.27.4.3.2.2&ty=u
Index: Zend/acconfig.h
diff -u Zend/acconfig.h:1.27.4.3.2.1 Zend/acconfig.h:1.27.4.3.2.2
--- Zend/acconfig.h:1.27.4.3.2.1 Mon Jul 25 10:05:06 2005
+++ Zend/acconfig.h Fri Jul 29 05:21:29 2005
@@ -68,6 +68,13 @@
#define zend_finite(a) (zend_isnan(a) ? 0 : zend_isinf(a) ? 0 : 1)
#endif
+#ifdef NETWARE
+#ifdef USE_WINSOCK
+#/*This detection against winsock is of no use*/ undef HAVE_SOCKLEN_T
+#/*This detection against winsock is of no use*/ undef HAVE_SYS_SOCKET_H
+#endif
+#endif
+
/*
* Local variables:
* tab-width: 4
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|