From 36adf916d96df8fe14c9ac9baaa024b3abed3507 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 10:57:08 +0000 Subject: [PATCH] NetWare don't have sendmail binary so need this sendmail.c smarthost implementation --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.50.1