From 7cef169b294af8327f01afc6892b7b1575a50269 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Thu, 15 Sep 2005 14:06:15 +0000 Subject: [PATCH] NetWare does not have sendmail binary to send mail. --Kamesh --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index 2f77abe79b..723a77dfda 100644 --- a/main/main.c +++ b/main/main.c @@ -257,7 +257,7 @@ static PHP_INI_MH(OnUpdateTimeout) # define PHP_SAFE_MODE_EXEC_DIR "" #endif -#ifdef PHP_PROG_SENDMAIL +#if defined(PHP_PROG_SENDMAIL) && !defined(NETWARE) # define DEFAULT_SENDMAIL_PATH PHP_PROG_SENDMAIL " -t -i " #else # define DEFAULT_SENDMAIL_PATH NULL -- 2.40.0