diff options
author | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-06-29 14:02:11 +0300 |
---|---|---|
committer | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-06-29 14:02:11 +0300 |
commit | 84aa570ddfc8a0ad04ecbf0a163492f1209b336b (patch) | |
tree | 22a71e8aaf5bae2706ffda1114cf4cc4b2f0eb01 /include | |
parent | e11964bb58bd7299db4d1aa439cd70a77f8057da (diff) | |
download | mariadb-git-84aa570ddfc8a0ad04ecbf0a163492f1209b336b.tar.gz |
Applied some Netware related patches.
include/config-netware.h:
Netware related fix. Some changes needed when building against latest libc (June 2005)
netware/my_print_defaults.def:
Stack size increase.
sql/mysqld.cc:
Needed with latest libc.
Diffstat (limited to 'include')
-rw-r--r-- | include/config-netware.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h index 4a6dc3b1bb9..906f557f608 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -46,11 +46,21 @@ extern "C" { #undef HAVE_SYS_MMAN_H #undef HAVE_SYNCH_H #undef HAVE_MMAP + #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 #define HAVE_BROKEN_REALPATH 1 +#undef HAVE_POSIX_SIGNALS +#undef HAVE_PTHREAD_ATTR_SETSCOPE +#undef HAVE_ALLOC_A +#undef HAVE_FINITE +#undef HAVE_GETPWNAM +#undef HAVE_GETPWUID +#undef HAVE_PTHREAD_SETSCHEDPARAM +#undef HAVE_READLINK +#undef HAVE_STPCPY /* no libc crypt() function */ #ifdef HAVE_OPENSSL #define HAVE_CRYPT 1 |