defined EX_OK and EX_TEMPFAIL in ext/standard/mail.c for NETWARE rather than including a sysexits.h.

-Kamesh
This commit is contained in:
Anantha Kesari H Y 2005-07-28 09:41:34 +00:00
parent e78ea8251a
commit 83b5eb54c4

View File

@ -42,7 +42,8 @@
#endif
#ifdef NETWARE
#include "netware/sysexits.h" /* For exit status codes like EX_OK */
#define EX_OK 0 /* successful termination */
#define EX_TEMPFAIL 75 /* temp failure; user is invited to retry */
#endif
#define SKIP_LONG_HEADER_SEP(str, pos) \