hyanantha               Thu Oct 24 07:54:21 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/sapi/apache   sapi_apache.c 
  Log:
  NetWare related changes/modifications.
  
  
Index: php4/sapi/apache/sapi_apache.c
diff -u php4/sapi/apache/sapi_apache.c:1.39 php4/sapi/apache/sapi_apache.c:1.39.2.1
--- php4/sapi/apache/sapi_apache.c:1.39 Tue Dec 11 10:31:55 2001
+++ php4/sapi/apache/sapi_apache.c      Thu Oct 24 07:54:21 2002
@@ -19,13 +19,21 @@
    | Stig Bakken <[EMAIL PROTECTED]>                                            |
    +----------------------------------------------------------------------+
  */
-/* $Id: sapi_apache.c,v 1.39 2001/12/11 15:31:55 sebastian Exp $ */
+/* $Id: sapi_apache.c,v 1.39.2.1 2002/10/24 11:54:21 hyanantha Exp $ */
 
 #define NO_REGEX_EXTRA_H
 #ifdef WIN32
 #include <winsock2.h>
 #include <stddef.h>
 #endif
+
+#ifdef NETWARE
+#ifdef NEW_LIBC /* Works fine for both Winsock and Berkeley sockets */
+#include <netinet/in.h>
+#else
+#include <sys/socket.h>
+#endif
+#endif /* NETWARE */
 
 #include "php.h"
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to