From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 10:57:08 +0000 (+0000) Subject: NetWare don't have sendmail binary so need this sendmail.c smarthost implementation X-Git-Tag: php-5.0.4RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36adf916d96df8fe14c9ac9baaa024b3abed3507;p=php NetWare don't have sendmail binary so need this sendmail.c smarthost implementation --- diff --git a/configure.in b/configure.in index 717f20d98b..21db08bd1e 100644 --- a/configure.in +++ b/configure.in @@ -199,6 +199,10 @@ case $host_alias in CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED" fi ;; +*netware*) + PHP_BUILD_PROGRAM + PHP_ADD_SOURCES(win32, sendmail.c, -I$CFLAGS,php) + ;; esac # Disable PIC mode by default where it is known to be safe to do so,