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 | 91fa299ef2944046a96fdf3b5d2340994f547987 (patch) | |
tree | 0f4c10c2f576aedfdf9937c32c8285222b45b343 /include | |
parent | 1c0f675a60e6d8a66906292b7fdf47b6e52ae16f (diff) | |
download | mariadb-git-91fa299ef2944046a96fdf3b5d2340994f547987.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 */ |