commit | e9f5bce333bc7744859aad5c48d3b9d4f5e76658 | [log] [tgz] |
---|---|---|
author | Rob Shearman <rob@codeweavers.com> | Mon Mar 03 21:48:18 2008 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Mar 04 12:01:59 2008 +0100 |
tree | 8e256723e2b10a8aa419ca9dd78237d4b0b1ef58 | |
parent | dfcd07eba0e0524b0ede06dc39a07a14d68dfa9c [diff] [blame] |
Add configure check for strtoll and strtoull. Define these to _strtoi64 and _strtoui64 if these are available instead.
diff --git a/configure.ac b/configure.ac index 4ccc1db..5d06e6f 100644 --- a/configure.ac +++ b/configure.ac
@@ -1328,6 +1328,8 @@ _strdup \ _stricmp \ _strnicmp \ + _strtoi64 \ + _strtoui64 \ _vsnprintf \ asctime_r \ chsize \ @@ -1379,6 +1381,8 @@ strerror \ strncasecmp \ strtold \ + strtoll \ + strtoull \ tcgetattr \ thr_kill2 \ timegm \