hyanantha Thu Oct 24 07:19:14 2002 EDT
Modified files: (Branch: PHP_4_2_0)
/php4/ext/standard microtime.c
Log:
NetWare related changes/modifications.
Index: php4/ext/standard/microtime.c
diff -u php4/ext/standard/microtime.c:1.36 php4/ext/standard/microtime.c:1.36.2.1
--- php4/ext/standard/microtime.c:1.36 Thu Feb 28 03:26:46 2002
+++ php4/ext/standard/microtime.c Thu Oct 24 07:19:14 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: microtime.c,v 1.36 2002/02/28 08:26:46 sebastian Exp $ */
+/* $Id: microtime.c,v 1.36.2.1 2002/10/24 11:19:14 hyanantha Exp $ */
#include "php.h"
@@ -25,6 +25,12 @@
#endif
#ifdef PHP_WIN32
#include "win32/time.h"
+#elif defined(NETWARE)
+#ifdef NEW_LIBC
+#include <sys/timeval.h>
+#else
+#include "netware/time_nw.h"
+#endif
#else
#include <sys/time.h>
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php