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