hyanantha               Thu Oct 24 07:15:10 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/ext/standard  fsock.h 
  Log:
  NetWare related changes/modifications.
  
  
Index: php4/ext/standard/fsock.h
diff -u php4/ext/standard/fsock.h:1.41 php4/ext/standard/fsock.h:1.41.2.1
--- php4/ext/standard/fsock.h:1.41      Thu Feb 28 03:26:45 2002
+++ php4/ext/standard/fsock.h   Thu Oct 24 07:15:09 2002
@@ -18,12 +18,20 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: fsock.h,v 1.41 2002/02/28 08:26:45 sebastian Exp $ */
+/* $Id: fsock.h,v 1.41.2.1 2002/10/24 11:15:09 hyanantha Exp $ */
 
 /* Synced with php 3.0 revision 1.24 1999-06-18 [ssb] */
 
 #ifndef FSOCK_H
 #define FSOCK_H
+
+#ifdef NETWARE
+#ifdef NEW_LIBC
+#include "sys/timeval.h"
+#else
+#include "netware/time_nw.h"    /* For 'timeval' */
+#endif
+#endif
 
 #include "file.h"
 



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

Reply via email to