1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

A fix for Netware.

This commit is contained in:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-03-21 18:11:11 +02:00
parent 517544590b
commit a34ee2c900

View File

@@ -79,6 +79,9 @@ extern "C" {
/* On NetWare, stack grows towards lower address*/
#define STACK_DIRECTION -1
/* On NetWare, to fix the problem with the deletion of open files */
#define CANT_DELETE_OPEN_FILES 1
/* default directory information */
#define DEFAULT_MYSQL_HOME "sys:/mysql"
#define PACKAGE "mysql"