From 2104bea5d756dfa40b605a4a2765a3bc4637a76c Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 12 Nov 2016 11:20:01 +0100 Subject: Remove Netware support If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm. --- win32/sendmail.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'win32/sendmail.c') diff --git a/win32/sendmail.c b/win32/sendmail.c index 9195f21503..5f27454e33 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -22,20 +22,14 @@ #include "php.h" /*php specific */ #include #include -#ifndef NETWARE #include #include "time.h" # include -#else /* NETWARE */ -#include -#endif /* NETWARE */ #include #include -#ifndef NETWARE #include #include #include -#endif /* NETWARE */ #include "sendmail.h" #include "php_ini.h" #include "inet.h" @@ -72,11 +66,7 @@ char seps[] = " ,\t\n"; -#ifndef NETWARE char *php_mailer = "PHP 7 WIN32"; -#else -char *php_mailer = "PHP 7 NetWare"; -#endif /* NETWARE */ /* Error messages */ static char *ErrorMessages[] = -- cgit v1.2.1