From a34ee2c900462ac430e061a98d8a2a1aadd44924 Mon Sep 17 00:00:00 2001 From: "jani@a193-229-222-105.elisa-laajakaista.fi" <> Date: Mon, 21 Mar 2005 18:11:11 +0200 Subject: [PATCH] A fix for Netware. --- include/config-netware.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/config-netware.h b/include/config-netware.h index 3e145f566a1..c48aff70f3b 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -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"