mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
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:
parent
e78ea8251a
commit
83b5eb54c4
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user