diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-08-18 21:26:25 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-08-18 21:26:25 +0300 |
commit | c6ee26ab4532aae678d76b125f667653473d6fb7 (patch) | |
tree | 99e88e3683f1f5e9dec34377ed608ef380f16741 /include/config-netware.h | |
parent | acaad2c70bb8fc7f434c848fbf75bb9bae28399d (diff) | |
download | mariadb-git-c6ee26ab4532aae678d76b125f667653473d6fb7.tar.gz |
Some minor fixes for Netware. These were required after we started building
against a later version of libc.
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 |