hyanantha Wed Sep 29 06:36:25 2004 EDT
Modified files:
/php-src/main main.c
Log:
removed redundant NEW_LIBC checks for NETWARE
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.609&r2=1.610&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.609 php-src/main/main.c:1.610
--- php-src/main/main.c:1.609 Sun Sep 5 18:40:35 2004
+++ php-src/main/main.c Wed Sep 29 06:36:24 2004
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.609 2004/09/05 22:40:35 zeev Exp $ */
+/* $Id: main.c,v 1.610 2004/09/29 10:36:24 hyanantha Exp $ */
/* {{{ includes
*/
@@ -32,14 +32,7 @@
#include "win32/signal.h"
#include <process.h>
#elif defined(NETWARE)
-#ifdef NEW_LIBC
#include <sys/timeval.h>
-#else
-#include "netware/time_nw.h"
-#endif
-/*#include "netware/signal_nw.h"*/
-/*#include "netware/env.h"*/ /* Temporary */
-/*#include <process.h>*/
#ifdef USE_WINSOCK
#include <novsock2.h>
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php