diff options
author | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-05-27 23:21:03 +0200 |
---|---|---|
committer | unknown <kent@mysql.com/kent-amd64.(none)> | 2007-05-27 23:21:03 +0200 |
commit | 0d3df46fe768c39f59a809c32bd5d9814f0a9594 (patch) | |
tree | 849a343396d273d78747ab2f68b71b88d1b26a34 /include/config-netware.h | |
parent | e3a3110fc60919dceee7e39da26af8b481c558a9 (diff) | |
download | mariadb-git-0d3df46fe768c39f59a809c32bd5d9814f0a9594.tar.gz |
sql_parse.cc, config-win.h, config-netware.h:
Don't try determine stack direction at configure time
compiler_flag.m4:
Use AC_TRY_COMPILE and AC_TRY_LINK instead of AC_TRY_RUN where possible
misc.m4, configure.in:
Use fourth argument to AC_TRY_RUN, to be used in cross compilation
Don't try determine stack direction at configure time
configure.in:
Use fourth argument to AC_TRY_RUN, to be used in cross compilation
Don't try determine stack direction at configure time
config/ac-macros/compiler_flag.m4:
Use AC_TRY_COMPILE and AC_TRY_LINK instead of AC_TRY_RUN where possible
config/ac-macros/misc.m4:
Use fourth argument to AC_TRY_RUN, to be used in cross compilation
Don't try determine stack direction at configure time
include/config-netware.h:
Don't try determine stack direction at configure time
include/config-win.h:
Don't try determine stack direction at configure time
sql/sql_parse.cc:
Don't try determine stack direction at configure time
Diffstat (limited to 'include/config-netware.h')
-rw-r--r-- | include/config-netware.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config-netware.h b/include/config-netware.h index f287699249b..f7f494b519c 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -112,9 +112,6 @@ 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 |