diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-10-25 16:56:25 +0300 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-10-25 16:56:25 +0300 |
commit | a345629ac699f718a5494afe2ea9e64bffdf3723 (patch) | |
tree | eb5faf46069244e32183a8340bd0da774b691167 /include/config-netware.h | |
parent | ca541b9ce10b68f7da1ae7021db7a6b3c8a38223 (diff) | |
download | mariadb-git-a345629ac699f718a5494afe2ea9e64bffdf3723.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" |