1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00

Some minor fixes for Netware. These were required after we started building

against a later version of libc.
This commit is contained in:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-08-18 21:26:25 +03:00
parent acaad2c70b
commit c6ee26ab45
3 changed files with 14 additions and 7 deletions

View File

@@ -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