diff options
author | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-08-18 21:26:25 +0300 |
---|---|---|
committer | unknown <jani@a193-229-222-105.elisa-laajakaista.fi> | 2005-08-18 21:26:25 +0300 |
commit | 9b76bca8cf6dc34facb07c99428ea219fae037fb (patch) | |
tree | 99e88e3683f1f5e9dec34377ed608ef380f16741 /include/config-netware.h | |
parent | 7df203c8d1357528670f2e5644cd4e3a56a60556 (diff) | |
download | mariadb-git-9b76bca8cf6dc34facb07c99428ea219fae037fb.tar.gz |
Some minor fixes for Netware. These were required after we started building
against a later version of libc.
include/config-netware.h:
Changes for Netware. Needed to build against newer libc.
netware/BUILD/nwbootstrap:
Fix to build script.
sql/mysqld.cc:
Added an include.
Diffstat (limited to 'include/config-netware.h')
-rw-r--r-- | include/config-netware.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h index 3e145f566a1..578975a1cea 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -50,6 +50,18 @@ extern "C" { #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 #define HAVE_BROKEN_REALPATH 1 +/*required adjustments with LibC-June-2004 */ +#undef HAVE_POSIX_SIGNALS +#undef HAVE_PTHREAD_ATTR_SETSCOPE +#undef HAVE_ALLOCA_H +#undef HAVE_FINITE +#undef HAVE_GETPWNAM +#undef HAVE_GETPWUID +#undef HAVE_PTHREAD_SETSCHEDPARAM +#undef HAVE_READLINK +#undef HAVE_STPCPY +/*required adjustments with LibC-June-2004 */ + /* no libc crypt() function */ #ifdef HAVE_OPENSSL #define HAVE_CRYPT 1 |