diff options
author | elliot@mysql.com <> | 2005-08-19 15:29:30 -0400 |
---|---|---|
committer | elliot@mysql.com <> | 2005-08-19 15:29:30 -0400 |
commit | 55b81af671d771ed9503704d45ecfc6686e7952a (patch) | |
tree | df0249492ecffbc91a5e3478685c8f1ad074a428 /include/config-netware.h | |
parent | 6c03c9252d1a39cf545f8043683b704c9d69b3b5 (diff) | |
parent | d9efe655ed8f0377725ace8912f0123175d4099d (diff) | |
download | mariadb-git-55b81af671d771ed9503704d45ecfc6686e7952a.tar.gz |
Merge mysql.com:/home/emurphy/src/bk-clean/mysql-4.1
into mysql.com:/home/emurphy/src/work/mysql-5.0
Diffstat (limited to 'include/config-netware.h')
-rw-r--r-- | include/config-netware.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config-netware.h b/include/config-netware.h index 16fa451a770..4c46ccd3ec7 100644 --- a/include/config-netware.h +++ b/include/config-netware.h @@ -53,6 +53,7 @@ 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 @@ -62,6 +63,8 @@ extern "C" { #undef HAVE_PTHREAD_SETSCHEDPARAM #undef HAVE_READLINK #undef HAVE_STPCPY +/* changes end */ + /* no libc crypt() function */ #ifdef HAVE_OPENSSL #define HAVE_CRYPT 1 |