commit | 786d24903b1a397cf2e4b549d8a0b3fa34bc9589 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <meissner@suse.de> | Mon Jul 29 23:55:39 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jul 29 23:55:39 2002 +0000 |
tree | d24b1ed0592a79b29ad5026ef0b41c1a88769e48 | |
parent | 6ecade7c84d8550edfcc129bc6e526465711ced0 [diff] [blame] |
Check for mkstemp, added a port implementation if it is not present. Use mkstemp() in various places needing tmp files.
diff --git a/configure b/configure index b96b12e..eb19ffc 100755 --- a/configure +++ b/configure
@@ -11199,6 +11199,7 @@ + for ac_func in \ __libc_fork \ _lwp_create \ @@ -11226,6 +11227,7 @@ lseek64 \ lstat \ memmove \ + mkstemp \ mmap \ pclose \ popen \