summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <jani@a193-229-222-105.elisa-laajakaista.fi>2005-08-18 21:22:35 +0300
committerunknown <jani@a193-229-222-105.elisa-laajakaista.fi>2005-08-18 21:22:35 +0300
commitcd737f81c92d9921facad75e56c298a31cf1c871 (patch)
tree4baf2c5eaa6e35708c1a5fad93e18c87d08dda36 /include
parent288c26376bf22f3e69f1c8003b35617e4ff7d757 (diff)
downloadmariadb-git-cd737f81c92d9921facad75e56c298a31cf1c871.tar.gz
Changes for Netware. This is needed when building against newer Libc
than we've used before.
Diffstat (limited to 'include')
-rw-r--r--include/config-netware.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h
index c8eba43b86f..1b24655ee89 100644
--- a/include/config-netware.h
+++ b/include/config-netware.h
@@ -51,6 +51,18 @@ extern "C" {
#define HAVE_PTHREAD_YIELD_ZERO_ARG 1
#define HAVE_BROKEN_REALPATH 1
+/* changes made to make use of LibC-June-2004 for building purpose */
+#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
+/* changes end */
+
/* no libc crypt() function */
#ifdef HAVE_OPENSSL
#define HAVE_CRYPT 1