mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02: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:
parent
896efd3a13
commit
147dab1b57
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#ifndef NETWARE
|
#ifndef NETWARE
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#else /* NETWARE */
|
|
||||||
#include <netware\sendmail_nw.h>
|
|
||||||
#endif /* NETWARE */
|
|
||||||
#include "time.h"
|
#include "time.h"
|
||||||
|
#else /* NETWARE */
|
||||||
|
#include <netware/sendmail_nw.h>
|
||||||
|
#endif /* NETWARE */
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#ifndef NETWARE
|
#ifndef NETWARE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue