commit | 2581db8f6a9744d5e3852236cd5009e5ec382ddf | [log] [tgz] |
---|---|---|
author | Dmitry Timoshkov <dmitry@codeweavers.com> | Tue Oct 14 05:27:43 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 14 05:27:43 2003 +0000 |
tree | 99040817161c8958ccfbac71e8e9ccc257935469 | |
parent | de12a970416aafa1fe4a2966f74b4958e6dbab4c [diff] [blame] |
Fixed some problems found while compiling and linking Wine under Cygwin.
diff --git a/include/config.h.in b/include/config.h.in index acb44f4..62f75c1 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -395,6 +395,9 @@ /* Define to 1 if you have the `pread' function. */ #undef HAVE_PREAD +/* Define to 1 if you have the <process.h> header file. */ +#undef HAVE_PROCESS_H + /* Define to 1 if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H