1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00

Many files:

Put back old code to check stack direction at configure time
This commit is contained in:
kent@mysql.com/kent-amd64.(none)
2007-07-23 23:54:55 +02:00
parent 8b5f22a0c3
commit 0886cc3bed
6 changed files with 39 additions and 1 deletions

View File

@@ -112,6 +112,9 @@ extern "C" {
/* signal by closing the sockets */
#define SIGNAL_WITH_VIO_CLOSE 1
/* On NetWare, stack grows towards lower address */
#define STACK_DIRECTION -1
/* On NetWare, we need to set stack size for threads, otherwise default 16K is used */
#define NW_THD_STACKSIZE 65536