diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2005-10-25 16:56:25 +0300 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2005-10-25 16:56:25 +0300 |
commit | 3e599c09070bed12e4279b8d35fc323676127723 (patch) | |
tree | eb5faf46069244e32183a8340bd0da774b691167 /include/config-netware.h | |
parent | 40f8a8ff3e5a9f89145248a5051d42cfe0a40516 (diff) | |
download | mariadb-git-3e599c09070bed12e4279b8d35fc323676127723.tar.gz |
Imported fixes from 4.1 and 5.0 to 4.0.
Diffstat (limited to 'include/config-netware.h')
-rw-r--r-- | include/config-netware.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h index 578975a1cea..310c9bb7db8 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -45,6 +45,7 @@ extern "C" { #undef HAVE_SCHED_H #undef HAVE_SYS_MMAN_H #undef HAVE_SYNCH_H +#undef HAVE_RINT #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 @@ -91,6 +92,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" |