diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-13 16:43:18 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-13 16:43:18 -0700 |
commit | a19a15853749988c89c36442ca623ee0e11b8fb4 (patch) | |
tree | 0f4c10c2f576aedfdf9937c32c8285222b45b343 /include | |
parent | b7209f66432367e9c01407f04c28c08596b31560 (diff) | |
download | mariadb-git-a19a15853749988c89c36442ca623ee0e11b8fb4.tar.gz |
MIT fix
BitKeeper/etc/ignore:
Added mysql-test/install_test_db mysql-test/mysql-test-run to the ignore list
include/global.h:
another fix for MIT-threads
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 8796f3fc2b1..98c092acba1 100644 --- a/include/global.h +++ b/include/global.h @@ -479,6 +479,7 @@ extern double my_atof(const char*); #undef HAVE_TEMPNAM /* Use ours */ #undef HAVE_PTHREAD_SETPRIO #undef HAVE_FTRUNCATE +#undef HAVE_READLINK #endif /* This is from the old m-machine.h file */ |