diff options
author | serg@serg.mylan <> | 2004-02-13 15:27:21 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-02-13 15:27:21 +0100 |
commit | 5914e5705c62e065d52754d2e33f7224398d3e0e (patch) | |
tree | e72eb3285c6d77bd43ee040603595ce715626551 /configure.in | |
parent | 67fbc4d2b70ffeab70d547a59e2d9af05c8e3d41 (diff) | |
download | mariadb-git-5914e5705c62e065d52754d2e33f7224398d3e0e.tar.gz |
my_atof is deleted
strtod from mit-threads is restored and cleaned up
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e607f87747b..3eb1befb29e 100644 --- a/configure.in +++ b/configure.in @@ -1825,7 +1825,7 @@ AC_CHECK_FUNCS(alarm bmove \ strtol strtoul strtoll strtoull snprintf tempnam thr_setconcurrency \ gethostbyaddr_r gethostbyname_r getpwnam \ bfill bzero bcmp strstr strpbrk strerror \ - tell atod memcpy memmove \ + tell isinf memcpy memmove \ setupterm strcasecmp sighold vidattr lrand48 localtime_r gmtime_r \ sigset sigthreadmask pthread_sigmask pthread_setprio pthread_setprio_np \ pthread_setschedparam pthread_attr_setprio pthread_attr_setschedparam \ |