commit | 39f672798ba4ff3173e7f9e5f7820237c1e31eb4 | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <gerald@pfeifer.com> | Sun Jan 20 21:23:08 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 21 11:52:33 2008 +0100 |
tree | e4b11237b415f4b3e7ca0668bc4a7d71b173929a | |
parent | 1868abda89a3fab2f69238f38df2b47b9c02373c [diff] [blame] |
kernel32: Use setproctitle where applicable to set the process name. Based on a patch by Kris Moore.
diff --git a/configure b/configure index 90c012f..238a278 100755 --- a/configure +++ b/configure
@@ -16536,6 +16536,7 @@ + for ac_func in \ _pclose \ _popen \ @@ -16581,6 +16582,7 @@ rfork \ sched_yield \ select \ + setproctitle \ setrlimit \ settimeofday \ sigaltstack \