From: Anantha Kesari H Y Date: Thu, 15 Sep 2005 14:06:15 +0000 (+0000) Subject: NetWare does not have sendmail binary to send mail. X-Git-Tag: php-4.4.1RC1~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cef169b294af8327f01afc6892b7b1575a50269;p=php NetWare does not have sendmail binary to send mail. --Kamesh --- 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