]> granicus.if.org Git - php/commitdiff
NetWare does not have sendmail binary to send mail.
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 15 Sep 2005 14:06:15 +0000 (14:06 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 15 Sep 2005 14:06:15 +0000 (14:06 +0000)
--Kamesh

main/main.c

index 2f77abe79b855517915bbe5b3b95f2cbf07543bb..723a77dfda5b485c5395489d670802610f44439c 100644 (file)
@@ -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