diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-07-23 01:11:29 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-07-23 01:11:29 +0300 |
commit | ca0803a024f276e8faf49db6a6bcb9db49b83acf (patch) | |
tree | 32f619b49b88ccad3dbf16e6d599ad44f26486e0 /include/config-netware.h | |
parent | 535ba76b98cf45d005aba07000115d083f6f6ee8 (diff) | |
download | mariadb-git-ca0803a024f276e8faf49db6a6bcb9db49b83acf.tar.gz |
Undefined RINT for Netware.
Diffstat (limited to 'include/config-netware.h')
-rw-r--r-- | include/config-netware.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h index c48aff70f3b..c8eba43b86f 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -45,6 +45,7 @@ extern "C" { #undef HAVE_SCHED_H #undef HAVE_SYS_MMAN_H #undef HAVE_SYNCH_H +#undef HAVE_RINT #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 #define HAVE_PTHREAD_SIGMASK 1 #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 |