commit | 0a8e15abfbc812e96d66038f250ecc117ed3623a | [log] [tgz] |
---|---|---|
author | Steven Edwards <Steven_Ed4153@yahoo.com> | Fri May 10 01:33:40 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri May 10 01:33:40 2002 +0000 |
tree | e2a8b5d2126e848fd2bacc38e891c4e90023bf36 | |
parent | 8dc3a5132927ef3da40901d09923ba265bf98d80 [diff] [blame] |
Detect snprintf && _snprintf, use _snprintf on stupid platforms (windows).
diff --git a/configure b/configure index 2b777b7..d24bdfe 100755 --- a/configure +++ b/configure
@@ -10288,11 +10288,14 @@ + + for ac_func in \ __libc_fork \ _lwp_create \ _pclose \ _popen \ + _snprintf \ _stricmp \ _strnicmp \ chsize \ @@ -10323,6 +10326,7 @@ sendmsg \ settimeofday \ sigaltstack \ + snprintf \ statfs \ strcasecmp \ strerror \