hyanantha Fri Feb 25 00:57:43 2005 EDT
Modified files:
/php-src/win32 sendmail.c
Log:
time.h is available in NetWare LibC.
path sperator has been changed from \ to / while including
netware\sendmail_nw.h
http://cvs.php.net/diff.php/php-src/win32/sendmail.c?r1=1.61&r2=1.62&ty=u
Index: php-src/win32/sendmail.c
diff -u php-src/win32/sendmail.c:1.61 php-src/win32/sendmail.c:1.62
--- php-src/win32/sendmail.c:1.61 Wed Jan 19 13:54:23 2005
+++ php-src/win32/sendmail.c Fri Feb 25 00:57:41 2005
@@ -17,17 +17,17 @@
*
*/
-/* $Id: sendmail.c,v 1.61 2005/01/19 18:54:23 iliaa Exp $ */
+/* $Id: sendmail.c,v 1.62 2005/02/25 05:57:41 hyanantha Exp $ */
#include "php.h" /*php specific */
#include <stdio.h>
#include <stdlib.h>
#ifndef NETWARE
#include <winsock2.h>
+#include "time.h"
#else /* NETWARE */
-#include <netware\sendmail_nw.h>
+#include <netware/sendmail_nw.h>
#endif /* NETWARE */
-#include "time.h"
#include <string.h>
#include <math.h>
#ifndef NETWARE
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php