hyanantha Wed Jun 22 07:29:11 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main main.c
Log:
removing the redundant NEW_LIBC checks
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.604.2.18&r2=1.604.2.19&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.604.2.18 php-src/main/main.c:1.604.2.19
--- php-src/main/main.c:1.604.2.18 Mon Jun 20 15:59:21 2005
+++ php-src/main/main.c Wed Jun 22 07:29:07 2005
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: main.c,v 1.604.2.18 2005/06/20 19:59:21 tony2001 Exp $ */
+/* $Id: main.c,v 1.604.2.19 2005/06/22 11:29:07 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