diff options
author | unknown <joerg@debian.(none)> | 2007-06-01 12:59:06 +0200 |
---|---|---|
committer | unknown <joerg@debian.(none)> | 2007-06-01 12:59:06 +0200 |
commit | 62adac5845e10d83efed634cbe98881561cffa46 (patch) | |
tree | 7adaf5bb5a13afeea9ec41f2b590b5271e32e42a /include | |
parent | c6ff8a6500f6e3e08d01fcf0687f6987e5adefa6 (diff) | |
parent | 09f500e84d3608aa24f0281bab1b607664bca902 (diff) | |
download | mariadb-git-62adac5845e10d83efed634cbe98881561cffa46.tar.gz |
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1
into debian.(none):/M51/merge-5.1
configure.in:
Auto merged
include/config-win.h:
Auto merged
sql/sql_parse.cc:
Auto merged
Diffstat (limited to 'include')
-rw-r--r-- | include/config-netware.h | 3 | ||||
-rw-r--r-- | include/config-win.h | 2 |
2 files changed, 0 insertions, 5 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 diff --git a/include/config-win.h b/include/config-win.h index 69c5b20a509..40ee3c65849 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -250,8 +250,6 @@ inline double ulonglong2double(ulonglong value) #endif -#define STACK_DIRECTION -1 - /* Optimized store functions for Intel x86 */ #ifndef _WIN64 |