mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
WL#5486: Remove code for unsupported platforms
Remove Netware specific code.
This commit is contained in:
parent
ef27448469
commit
07e7b4d6fe
155 changed files with 298 additions and 7111 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue