1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

time.h is available in NetWare LibC.

path sperator has been changed from \ to / while including netware\sendmail_nw.h
This commit is contained in:
Anantha Kesari H Y
2005-02-25 05:57:41 +00:00
parent 896efd3a13
commit 147dab1b57

View File

@@ -24,10 +24,10 @@
#include <stdlib.h>
#ifndef NETWARE
#include <winsock2.h>
#else /* NETWARE */
#include <netware\sendmail_nw.h>
#endif /* NETWARE */
#include "time.h"
#else /* NETWARE */
#include <netware/sendmail_nw.h>
#endif /* NETWARE */
#include <string.h>
#include <math.h>
#ifndef NETWARE