summaryrefslogtreecommitdiff
path: root/include/config-netware.h
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/kent-amd64.(none)>2007-07-23 23:54:55 +0200
committerunknown <kent@mysql.com/kent-amd64.(none)>2007-07-23 23:54:55 +0200
commit54cebc4764260bf06c334e9644110fd5e369470f (patch)
tree62f5f058036f8b56ecfde5e8b3e2cccd48b8fd1e /include/config-netware.h
parentce203858e907a2f69de0e96fd5b40dc3935985e8 (diff)
downloadmariadb-git-54cebc4764260bf06c334e9644110fd5e369470f.tar.gz
Many files:
Put back old code to check stack direction at configure time config/ac-macros/misc.m4: Put back old code to check stack direction at configure time configure.in: Put back old code to check stack direction at configure time include/config-netware.h: Put back old code to check stack direction at configure time include/config-win.h: Put back old code to check stack direction at configure time include/my_global.h: Put back old code to check stack direction at configure time sql/sql_parse.cc: Put back old code to check stack direction at configure time
Diffstat (limited to 'include/config-netware.h')
-rw-r--r--include/config-netware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h
index f7f494b519c..e6bddee034e 100644
--- a/include/config-netware.h
+++ b/include/config-netware.h
@@ -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