WL#5486: Remove code for unsupported platforms

Remove Netware specific code.
This commit is contained in:
Davi Arnaut 2010-07-15 08:13:30 -03:00
commit 07e7b4d6fe
155 changed files with 298 additions and 7111 deletions

View file

@ -14,7 +14,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_global.h>
#if defined(HAVE_OPENSSL) && !defined(__NETWARE__)
#if defined(HAVE_OPENSSL)
#include <my_sys.h>
#include <m_string.h>
#include <m_ctype.h>