diff options
author | monty@mashka.mysql.fi <> | 2003-10-13 15:50:30 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-10-13 15:50:30 +0300 |
commit | 461d1627b3323935345b13fe523f93dc74de9f36 (patch) | |
tree | 9b5d0d5098c97ae49c22be860572ba78e7471faa /configure.in | |
parent | c60a75e9ba08cd1937e73a42ca065b992a4f47d2 (diff) | |
parent | c95d142f8f602b717c6c10d13e37b2b3ecf069d4 (diff) | |
download | mariadb-git-461d1627b3323935345b13fe523f93dc74de9f36.tar.gz |
merge with 4.0 for more memory allocation variables.
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 f098a3d39a8..207404a89c5 100644 --- a/configure.in +++ b/configure.in @@ -1821,7 +1821,7 @@ AC_CHECK_FUNCS(alarm bmove \ cuserid fcntl fconvert poll \ getrusage getpwuid getcwd getrlimit getwd index stpcpy locking longjmp \ perror pread realpath readlink rename \ - socket strnlen madvise mkstemp \ + socket strnlen madvise mallinfo mkstemp \ strtol strtoul strtoll strtoull snprintf tempnam thr_setconcurrency \ gethostbyaddr_r gethostbyname_r getpwnam \ bfill bzero bcmp strstr strpbrk strerror \ |