VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/config.log@ 16410

Last change on this file since 16410 was 16410, checked in by vboxsync, 16 years ago

export the Wine stuff to OSE

File size: 354.5 KB
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by Wine configure 1.1.10, which was
5generated by GNU Autoconf 2.63. Invocation command line was
6
7 $ ../../configure --without-glu --without-x --disable-tests
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = llp
14uname -m = i686
15uname -r = 1.5.24(0.156/4/2)
16uname -s = CYGWIN_NT-5.1
17uname -v = 2007-01-31 10:57
18
19/usr/bin/uname -p = unknown
20/bin/uname -X = unknown
21
22/bin/arch = i686
23/usr/bin/arch -k = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo = unknown
26/bin/machine = unknown
27/usr/bin/oslevel = unknown
28/bin/universe = unknown
29
30PATH: /usr/local/bin
31PATH: /usr/bin
32PATH: /bin
33PATH: /usr/X11R6/bin
34PATH: /cygdrive/c/Sun/vbox/kBuild/bin/win.x86/
35PATH: $PATH
36PATH: /cygdrive/c/Sun/Python25
37PATH: /cygdrive/c/Sun/vbox/tools/win.x86/vcc/v7/bin
38
39
40## ----------- ##
41## Core tests. ##
42## ----------- ##
43
44configure:2285: checking build system type
45configure:2303: result: i686-pc-cygwin
46configure:2325: checking host system type
47configure:2340: result: i686-pc-cygwin
48configure:2419: checking whether make sets $(MAKE)
49configure:2441: result: yes
50configure:2498: checking for gcc
51configure:2528: result: no
52configure:2591: checking for cc
53configure:2638: result: no
54configure:2694: checking for cl.exe
55configure:2710: found /cygdrive/c/Sun/vbox/tools/win.x86/vcc/v7/bin/cl.exe
56configure:2721: result: cl.exe
57configure:2757: checking for C compiler version
58configure:2765: cl.exe --version >&5
59Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
60Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
61
62cl : Command line warning D4002 : ignoring unknown option '--version'
63cl : Command line error D2003 : missing source filename
64configure:2769: $? = 2
65configure:2776: cl.exe -v >&5
66Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
67Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
68
69cl : Command line warning D4002 : ignoring unknown option '-v'
70cl : Command line error D2003 : missing source filename
71configure:2780: $? = 2
72configure:2787: cl.exe -V >&5
73Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
74Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
75
76cl : Command line error D2004 : '/V' requires an argument
77configure:2791: $? = 2
78configure:2814: checking for C compiler default output file name
79configure:2836: cl.exe conftest.c >&5
80Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
81Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
82
83conftest.c
84Microsoft (R) Incremental Linker Version 7.10.3077
85Copyright (C) Microsoft Corporation. All rights reserved.
86
87/out:conftest.exe
88conftest.obj
89configure:2840: $? = 0
90configure:2878: result: conftest.exe
91configure:2897: checking whether the C compiler works
92configure:2907: ./conftest.exe
93configure:2911: $? = 0
94configure:2930: result: yes
95configure:2937: checking whether we are cross compiling
96configure:2939: result: no
97configure:2942: checking for suffix of executables
98configure:2949: cl.exe -o conftest.exe conftest.c >&5
99Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
100Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
101
102conftest.c
103Microsoft (R) Incremental Linker Version 7.10.3077
104Copyright (C) Microsoft Corporation. All rights reserved.
105
106/out:conftest.exe
107/out:conftest.exe
108conftest.obj
109configure:2953: $? = 0
110configure:2979: result: .exe
111configure:2985: checking for suffix of object files
112configure:3011: cl.exe -c conftest.c >&5
113Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
114Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
115
116conftest.c
117configure:3015: $? = 0
118configure:3040: result: obj
119configure:3044: checking whether we are using the GNU C compiler
120configure:3073: cl.exe -c conftest.c >&5
121conftest.c
122conftest.c(13) : error C2065: 'choke' : undeclared identifier
123conftest.c(13) : error C2146: syntax error : missing ';' before identifier 'me'
124conftest.c(13) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
125conftest.c(13) : error C2144: syntax error : '<Unknown>' should be preceded by '<Unknown>'
126conftest.c(13) : error C2143: syntax error : missing ';' before 'identifier'
127conftest.c(16) : error C2065: 'me' : undeclared identifier
128Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
129Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
130
131configure:3080: $? = 2
132configure: failed program was:
133| /* confdefs.h. */
134| #define PACKAGE_NAME "Wine"
135| #define PACKAGE_TARNAME "wine"
136| #define PACKAGE_VERSION "1.1.10"
137| #define PACKAGE_STRING "Wine 1.1.10"
138| #define PACKAGE_BUGREPORT "[email protected]"
139| /* end confdefs.h. */
140|
141| int
142| main ()
143| {
144| #ifndef __GNUC__
145| choke me
146| #endif
147|
148| ;
149| return 0;
150| }
151configure:3097: result: no
152configure:3106: checking whether cl.exe accepts -g
153configure:3136: cl.exe -c -g conftest.c >&5
154conftest.c
155Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
156Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
157
158cl : Command line warning D4002 : ignoring unknown option '-g'
159configure:3143: $? = 0
160configure: failed program was:
161| /* confdefs.h. */
162| #define PACKAGE_NAME "Wine"
163| #define PACKAGE_TARNAME "wine"
164| #define PACKAGE_VERSION "1.1.10"
165| #define PACKAGE_STRING "Wine 1.1.10"
166| #define PACKAGE_BUGREPORT "[email protected]"
167| /* end confdefs.h. */
168|
169| int
170| main ()
171| {
172|
173| ;
174| return 0;
175| }
176configure:3175: cl.exe -c conftest.c >&5
177conftest.c
178Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
179Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
180
181configure:3182: $? = 0
182configure: failed program was:
183| /* confdefs.h. */
184| #define PACKAGE_NAME "Wine"
185| #define PACKAGE_TARNAME "wine"
186| #define PACKAGE_VERSION "1.1.10"
187| #define PACKAGE_STRING "Wine 1.1.10"
188| #define PACKAGE_BUGREPORT "[email protected]"
189| /* end confdefs.h. */
190|
191| int
192| main ()
193| {
194|
195| ;
196| return 0;
197| }
198configure:3215: cl.exe -c -g conftest.c >&5
199conftest.c
200Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
201Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
202
203cl : Command line warning D4002 : ignoring unknown option '-g'
204configure:3222: $? = 0
205configure:3244: result: yes
206configure:3261: checking for cl.exe option to accept ISO C89
207configure:3335: cl.exe -c -g conftest.c >&5
208conftest.c
209conftest.c(54) : warning C4113: 'char *(__cdecl *)()' differs in parameter lists from 'char *(__cdecl *)(char ** ,int)'
210conftest.c(54) : warning C4113: 'char *(__cdecl *)()' differs in parameter lists from 'char *(__cdecl *)(char ** ,int)'
211Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
212Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
213
214cl : Command line warning D4002 : ignoring unknown option '-g'
215configure:3342: $? = 0
216configure:3365: result: none needed
217configure:3441: checking for g++
218configure:3471: result: no
219configure:3441: checking for c++
220configure:3471: result: no
221configure:3441: checking for gpp
222configure:3471: result: no
223configure:3441: checking for aCC
224configure:3471: result: no
225configure:3441: checking for CC
226configure:3471: result: no
227configure:3441: checking for cxx
228configure:3471: result: no
229configure:3441: checking for cc++
230configure:3471: result: no
231configure:3441: checking for cl.exe
232configure:3457: found /cygdrive/c/Sun/vbox/tools/win.x86/vcc/v7/bin/cl.exe
233configure:3468: result: cl.exe
234configure:3495: checking for C++ compiler version
235configure:3503: cl.exe --version >&5
236Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
237Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
238
239cl : Command line warning D4002 : ignoring unknown option '--version'
240cl : Command line error D2003 : missing source filename
241configure:3507: $? = 2
242configure:3514: cl.exe -v >&5
243Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
244Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
245
246cl : Command line warning D4002 : ignoring unknown option '-v'
247cl : Command line error D2003 : missing source filename
248configure:3518: $? = 2
249configure:3525: cl.exe -V >&5
250Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
251Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
252
253cl : Command line error D2004 : '/V' requires an argument
254configure:3529: $? = 2
255configure:3532: checking whether we are using the GNU C++ compiler
256configure:3561: cl.exe -c conftest.cpp >&5
257conftest.cpp
258conftest.cpp(16) : error C2065: 'choke' : undeclared identifier
259conftest.cpp(16) : error C2146: syntax error : missing ';' before identifier 'me'
260conftest.cpp(16) : error C2065: 'me' : undeclared identifier
261Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
262Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
263
264configure:3568: $? = 2
265configure: failed program was:
266| /* confdefs.h. */
267| #define PACKAGE_NAME "Wine"
268| #define PACKAGE_TARNAME "wine"
269| #define PACKAGE_VERSION "1.1.10"
270| #define PACKAGE_STRING "Wine 1.1.10"
271| #define PACKAGE_BUGREPORT "[email protected]"
272| /* end confdefs.h. */
273|
274| int
275| main ()
276| {
277| #ifndef __GNUC__
278| choke me
279| #endif
280|
281| ;
282| return 0;
283| }
284configure:3585: result: no
285configure:3594: checking whether cl.exe accepts -g
286configure:3624: cl.exe -c -g conftest.cpp >&5
287conftest.cpp
288Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
289Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
290
291cl : Command line warning D4002 : ignoring unknown option '-g'
292configure:3631: $? = 0
293configure: failed program was:
294| /* confdefs.h. */
295| #define PACKAGE_NAME "Wine"
296| #define PACKAGE_TARNAME "wine"
297| #define PACKAGE_VERSION "1.1.10"
298| #define PACKAGE_STRING "Wine 1.1.10"
299| #define PACKAGE_BUGREPORT "[email protected]"
300| /* end confdefs.h. */
301|
302| int
303| main ()
304| {
305|
306| ;
307| return 0;
308| }
309configure:3663: cl.exe -c conftest.cpp >&5
310conftest.cpp
311Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
312Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
313
314configure:3670: $? = 0
315configure: failed program was:
316| /* confdefs.h. */
317| #define PACKAGE_NAME "Wine"
318| #define PACKAGE_TARNAME "wine"
319| #define PACKAGE_VERSION "1.1.10"
320| #define PACKAGE_STRING "Wine 1.1.10"
321| #define PACKAGE_BUGREPORT "[email protected]"
322| /* end confdefs.h. */
323|
324| int
325| main ()
326| {
327|
328| ;
329| return 0;
330| }
331configure:3703: cl.exe -c -g conftest.cpp >&5
332conftest.cpp
333Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
334Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
335
336cl : Command line warning D4002 : ignoring unknown option '-g'
337configure:3710: $? = 0
338configure:3732: result: yes
339configure:3798: checking for cpp
340configure:3828: result: no
341configure:3848: checking for the directory containing the Wine tools
342configure:3872: result: $(TOPOBJDIR)
343configure:3883: checking how to run the C preprocessor
344configure:3923: cl.exe -E conftest.c
345Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
346Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
347
348conftest.c
349configure:3930: $? = 0
350configure:3961: cl.exe -E conftest.c
351Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
352Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
353
354conftest.c
355conftest.c(8) : fatal error C1083: Cannot open include file: 'ac_nonexistent.h': No such file or directory
356configure:3968: $? = 2
357configure: failed program was:
358| /* confdefs.h. */
359| #define PACKAGE_NAME "Wine"
360| #define PACKAGE_TARNAME "wine"
361| #define PACKAGE_VERSION "1.1.10"
362| #define PACKAGE_STRING "Wine 1.1.10"
363| #define PACKAGE_BUGREPORT "[email protected]"
364| /* end confdefs.h. */
365| #include <ac_nonexistent.h>
366configure:4001: result: cl.exe -E
367configure:4030: cl.exe -E conftest.c
368Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
369Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
370
371conftest.c
372configure:4037: $? = 0
373configure:4068: cl.exe -E conftest.c
374Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
375Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
376
377conftest.c
378conftest.c(8) : fatal error C1083: Cannot open include file: 'ac_nonexistent.h': No such file or directory
379configure:4075: $? = 2
380configure: failed program was:
381| /* confdefs.h. */
382| #define PACKAGE_NAME "Wine"
383| #define PACKAGE_TARNAME "wine"
384| #define PACKAGE_VERSION "1.1.10"
385| #define PACKAGE_STRING "Wine 1.1.10"
386| #define PACKAGE_BUGREPORT "[email protected]"
387| /* end confdefs.h. */
388| #include <ac_nonexistent.h>
389configure:4115: checking for X
390configure:4344: result: disabled
391configure:5499: checking for flex
392configure:5515: found /usr/bin/flex
393configure:5526: result: flex
394configure:5549: checking for bison
395configure:5565: found /usr/bin/bison
396configure:5576: result: bison
397configure:5644: checking for gas
398configure:5674: result: no
399configure:5644: checking for as
400configure:5674: result: no
401configure:5744: checking for ld
402configure:5774: result: no
403configure:5744: checking for gld
404configure:5774: result: no
405configure:5844: checking for nm
406configure:5874: result: no
407configure:5844: checking for gnm
408configure:5874: result: no
409configure:5944: checking for ar
410configure:5974: result: no
411configure:5944: checking for gar
412configure:5974: result: no
413configure:6040: checking for ranlib
414configure:6070: result: no
415configure:6132: checking for strip
416configure:6162: result: no
417configure:6224: checking for windres
418configure:6254: result: no
419configure:6273: checking whether ln -s works
420configure:6277: result: yes
421configure:6284: checking whether ln works
422configure:6291: result: yes
423configure:6300: checking for grep that handles long lines and -e
424configure:6360: result: /usr/bin/grep
425configure:6365: checking for egrep
426configure:6429: result: /usr/bin/grep -E
427configure:6436: checking for ldconfig
428configure:6467: result: true
429configure:6489: checking for a BSD-compatible install
430configure:6557: result: /usr/bin/install -c
431configure:6577: checking for lclint
432configure:6607: result: no
433configure:6577: checking for lint
434configure:6607: result: no
435configure:6626: checking for fontforge
436configure:6656: result: no
437configure:6669: checking for pkg-config
438configure:6699: result: no
439configure:6712: checking for rsvg
440configure:6742: result: no
441configure:6755: checking for icotool
442configure:6785: result: no
443configure:6806: checking for prelink
444configure:6837: result: false
445configure:6850: checking for i386_set_ldt in -li386
446configure:6885: cl.exe -o conftest.exe -g conftest.c -li386 >&5
447conftest.c
448Microsoft (R) Incremental Linker Version 7.10.3077
449Copyright (C) Microsoft Corporation. All rights reserved.
450
451/out:conftest.exe
452/out:conftest.exe
453conftest.obj
454conftest.obj : error LNK2019: unresolved external symbol _i386_set_ldt referenced in function _main
455conftest.exe : fatal error LNK1120: 1 unresolved externals
456Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
457Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
458
459cl : Command line warning D4002 : ignoring unknown option '-g'
460cl : Command line warning D4002 : ignoring unknown option '-li386'
461configure:6892: $? = 2
462configure: failed program was:
463| /* confdefs.h. */
464| #define PACKAGE_NAME "Wine"
465| #define PACKAGE_TARNAME "wine"
466| #define PACKAGE_VERSION "1.1.10"
467| #define PACKAGE_STRING "Wine 1.1.10"
468| #define PACKAGE_BUGREPORT "[email protected]"
469| #define X_DISPLAY_MISSING 1
470| /* end confdefs.h. */
471|
472| /* Override any GCC internal prototype to avoid an error.
473| Use char because int might match the return type of a GCC
474| builtin and then its argument prototype would still apply. */
475| #ifdef __cplusplus
476| extern "C"
477| #endif
478| char i386_set_ldt ();
479| int
480| main ()
481| {
482| return i386_set_ldt ();
483| ;
484| return 0;
485| }
486configure:6913: result: no
487configure:6925: checking for _oss_ioctl in -lossaudio
488configure:6960: cl.exe -o conftest.exe -g conftest.c -lossaudio >&5
489conftest.c
490Microsoft (R) Incremental Linker Version 7.10.3077
491Copyright (C) Microsoft Corporation. All rights reserved.
492
493/out:conftest.exe
494/out:conftest.exe
495conftest.obj
496conftest.obj : error LNK2019: unresolved external symbol __oss_ioctl referenced in function _main
497conftest.exe : fatal error LNK1120: 1 unresolved externals
498Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
499Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
500
501cl : Command line warning D4002 : ignoring unknown option '-g'
502cl : Command line warning D4002 : ignoring unknown option '-lossaudio'
503configure:6967: $? = 2
504configure: failed program was:
505| /* confdefs.h. */
506| #define PACKAGE_NAME "Wine"
507| #define PACKAGE_TARNAME "wine"
508| #define PACKAGE_VERSION "1.1.10"
509| #define PACKAGE_STRING "Wine 1.1.10"
510| #define PACKAGE_BUGREPORT "[email protected]"
511| #define X_DISPLAY_MISSING 1
512| /* end confdefs.h. */
513|
514| /* Override any GCC internal prototype to avoid an error.
515| Use char because int might match the return type of a GCC
516| builtin and then its argument prototype would still apply. */
517| #ifdef __cplusplus
518| extern "C"
519| #endif
520| char _oss_ioctl ();
521| int
522| main ()
523| {
524| return _oss_ioctl ();
525| ;
526| return 0;
527| }
528configure:6988: result: no
529configure:6999: checking for pthread_create in -lpthread
530configure:7034: cl.exe -o conftest.exe -g conftest.c -lpthread >&5
531conftest.c
532Microsoft (R) Incremental Linker Version 7.10.3077
533Copyright (C) Microsoft Corporation. All rights reserved.
534
535/out:conftest.exe
536/out:conftest.exe
537conftest.obj
538conftest.obj : error LNK2019: unresolved external symbol _pthread_create referenced in function _main
539conftest.exe : fatal error LNK1120: 1 unresolved externals
540Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
541Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
542
543cl : Command line warning D4002 : ignoring unknown option '-g'
544cl : Command line warning D4002 : ignoring unknown option '-lpthread'
545configure:7041: $? = 2
546configure: failed program was:
547| /* confdefs.h. */
548| #define PACKAGE_NAME "Wine"
549| #define PACKAGE_TARNAME "wine"
550| #define PACKAGE_VERSION "1.1.10"
551| #define PACKAGE_STRING "Wine 1.1.10"
552| #define PACKAGE_BUGREPORT "[email protected]"
553| #define X_DISPLAY_MISSING 1
554| /* end confdefs.h. */
555|
556| /* Override any GCC internal prototype to avoid an error.
557| Use char because int might match the return type of a GCC
558| builtin and then its argument prototype would still apply. */
559| #ifdef __cplusplus
560| extern "C"
561| #endif
562| char pthread_create ();
563| int
564| main ()
565| {
566| return pthread_create ();
567| ;
568| return 0;
569| }
570configure:7062: result: no
571configure:7076: checking for ANSI C header files
572configure:7106: cl.exe -c -g conftest.c >&5
573conftest.c
574Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
575Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
576
577cl : Command line warning D4002 : ignoring unknown option '-g'
578configure:7113: $? = 0
579Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
580Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
581
582conftest.c
583Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
584Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
585
586conftest.c
587configure:7212: cl.exe -o conftest.exe -g conftest.c >&5
588Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
589Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
590
591cl : Command line warning D4002 : ignoring unknown option '-g'
592conftest.c
593Microsoft (R) Incremental Linker Version 7.10.3077
594Copyright (C) Microsoft Corporation. All rights reserved.
595
596/out:conftest.exe
597/out:conftest.exe
598conftest.obj
599configure:7216: $? = 0
600configure:7222: ./conftest.exe
601configure:7226: $? = 0
602configure:7244: result: yes
603configure:7268: checking for sys/types.h
604configure:7289: cl.exe -c -g conftest.c >&5
605conftest.c
606Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
607Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
608
609cl : Command line warning D4002 : ignoring unknown option '-g'
610configure:7296: $? = 0
611configure:7313: result: yes
612configure:7268: checking for sys/stat.h
613configure:7289: cl.exe -c -g conftest.c >&5
614conftest.c
615Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
616Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
617
618cl : Command line warning D4002 : ignoring unknown option '-g'
619configure:7296: $? = 0
620configure:7313: result: yes
621configure:7268: checking for stdlib.h
622configure:7289: cl.exe -c -g conftest.c >&5
623conftest.c
624Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
625Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
626
627cl : Command line warning D4002 : ignoring unknown option '-g'
628configure:7296: $? = 0
629configure:7313: result: yes
630configure:7268: checking for string.h
631configure:7289: cl.exe -c -g conftest.c >&5
632conftest.c
633Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
634Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
635
636cl : Command line warning D4002 : ignoring unknown option '-g'
637configure:7296: $? = 0
638configure:7313: result: yes
639configure:7268: checking for memory.h
640configure:7289: cl.exe -c -g conftest.c >&5
641conftest.c
642Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
643Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
644
645cl : Command line warning D4002 : ignoring unknown option '-g'
646configure:7296: $? = 0
647configure:7313: result: yes
648configure:7268: checking for strings.h
649configure:7289: cl.exe -c -g conftest.c >&5
650conftest.c
651conftest.c(49) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
652Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
653Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
654
655cl : Command line warning D4002 : ignoring unknown option '-g'
656configure:7296: $? = 2
657configure: failed program was:
658| /* confdefs.h. */
659| #define PACKAGE_NAME "Wine"
660| #define PACKAGE_TARNAME "wine"
661| #define PACKAGE_VERSION "1.1.10"
662| #define PACKAGE_STRING "Wine 1.1.10"
663| #define PACKAGE_BUGREPORT "[email protected]"
664| #define X_DISPLAY_MISSING 1
665| #define STDC_HEADERS 1
666| #define HAVE_SYS_TYPES_H 1
667| #define HAVE_SYS_STAT_H 1
668| #define HAVE_STDLIB_H 1
669| #define HAVE_STRING_H 1
670| #define HAVE_MEMORY_H 1
671| /* end confdefs.h. */
672| #include <stdio.h>
673| #ifdef HAVE_SYS_TYPES_H
674| # include <sys/types.h>
675| #endif
676| #ifdef HAVE_SYS_STAT_H
677| # include <sys/stat.h>
678| #endif
679| #ifdef STDC_HEADERS
680| # include <stdlib.h>
681| # include <stddef.h>
682| #else
683| # ifdef HAVE_STDLIB_H
684| # include <stdlib.h>
685| # endif
686| #endif
687| #ifdef HAVE_STRING_H
688| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
689| # include <memory.h>
690| # endif
691| # include <string.h>
692| #endif
693| #ifdef HAVE_STRINGS_H
694| # include <strings.h>
695| #endif
696| #ifdef HAVE_INTTYPES_H
697| # include <inttypes.h>
698| #endif
699| #ifdef HAVE_STDINT_H
700| # include <stdint.h>
701| #endif
702| #ifdef HAVE_UNISTD_H
703| # include <unistd.h>
704| #endif
705|
706| #include <strings.h>
707configure:7313: result: no
708configure:7268: checking for inttypes.h
709configure:7289: cl.exe -c -g conftest.c >&5
710conftest.c
711conftest.c(49) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
712Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
713Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
714
715cl : Command line warning D4002 : ignoring unknown option '-g'
716configure:7296: $? = 2
717configure: failed program was:
718| /* confdefs.h. */
719| #define PACKAGE_NAME "Wine"
720| #define PACKAGE_TARNAME "wine"
721| #define PACKAGE_VERSION "1.1.10"
722| #define PACKAGE_STRING "Wine 1.1.10"
723| #define PACKAGE_BUGREPORT "[email protected]"
724| #define X_DISPLAY_MISSING 1
725| #define STDC_HEADERS 1
726| #define HAVE_SYS_TYPES_H 1
727| #define HAVE_SYS_STAT_H 1
728| #define HAVE_STDLIB_H 1
729| #define HAVE_STRING_H 1
730| #define HAVE_MEMORY_H 1
731| /* end confdefs.h. */
732| #include <stdio.h>
733| #ifdef HAVE_SYS_TYPES_H
734| # include <sys/types.h>
735| #endif
736| #ifdef HAVE_SYS_STAT_H
737| # include <sys/stat.h>
738| #endif
739| #ifdef STDC_HEADERS
740| # include <stdlib.h>
741| # include <stddef.h>
742| #else
743| # ifdef HAVE_STDLIB_H
744| # include <stdlib.h>
745| # endif
746| #endif
747| #ifdef HAVE_STRING_H
748| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
749| # include <memory.h>
750| # endif
751| # include <string.h>
752| #endif
753| #ifdef HAVE_STRINGS_H
754| # include <strings.h>
755| #endif
756| #ifdef HAVE_INTTYPES_H
757| # include <inttypes.h>
758| #endif
759| #ifdef HAVE_STDINT_H
760| # include <stdint.h>
761| #endif
762| #ifdef HAVE_UNISTD_H
763| # include <unistd.h>
764| #endif
765|
766| #include <inttypes.h>
767configure:7313: result: no
768configure:7268: checking for stdint.h
769configure:7289: cl.exe -c -g conftest.c >&5
770conftest.c
771conftest.c(49) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
772Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
773Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
774
775cl : Command line warning D4002 : ignoring unknown option '-g'
776configure:7296: $? = 2
777configure: failed program was:
778| /* confdefs.h. */
779| #define PACKAGE_NAME "Wine"
780| #define PACKAGE_TARNAME "wine"
781| #define PACKAGE_VERSION "1.1.10"
782| #define PACKAGE_STRING "Wine 1.1.10"
783| #define PACKAGE_BUGREPORT "[email protected]"
784| #define X_DISPLAY_MISSING 1
785| #define STDC_HEADERS 1
786| #define HAVE_SYS_TYPES_H 1
787| #define HAVE_SYS_STAT_H 1
788| #define HAVE_STDLIB_H 1
789| #define HAVE_STRING_H 1
790| #define HAVE_MEMORY_H 1
791| /* end confdefs.h. */
792| #include <stdio.h>
793| #ifdef HAVE_SYS_TYPES_H
794| # include <sys/types.h>
795| #endif
796| #ifdef HAVE_SYS_STAT_H
797| # include <sys/stat.h>
798| #endif
799| #ifdef STDC_HEADERS
800| # include <stdlib.h>
801| # include <stddef.h>
802| #else
803| # ifdef HAVE_STDLIB_H
804| # include <stdlib.h>
805| # endif
806| #endif
807| #ifdef HAVE_STRING_H
808| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
809| # include <memory.h>
810| # endif
811| # include <string.h>
812| #endif
813| #ifdef HAVE_STRINGS_H
814| # include <strings.h>
815| #endif
816| #ifdef HAVE_INTTYPES_H
817| # include <inttypes.h>
818| #endif
819| #ifdef HAVE_STDINT_H
820| # include <stdint.h>
821| #endif
822| #ifdef HAVE_UNISTD_H
823| # include <unistd.h>
824| #endif
825|
826| #include <stdint.h>
827configure:7313: result: no
828configure:7268: checking for unistd.h
829configure:7289: cl.exe -c -g conftest.c >&5
830conftest.c
831conftest.c(49) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
832Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
833Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
834
835cl : Command line warning D4002 : ignoring unknown option '-g'
836configure:7296: $? = 2
837configure: failed program was:
838| /* confdefs.h. */
839| #define PACKAGE_NAME "Wine"
840| #define PACKAGE_TARNAME "wine"
841| #define PACKAGE_VERSION "1.1.10"
842| #define PACKAGE_STRING "Wine 1.1.10"
843| #define PACKAGE_BUGREPORT "[email protected]"
844| #define X_DISPLAY_MISSING 1
845| #define STDC_HEADERS 1
846| #define HAVE_SYS_TYPES_H 1
847| #define HAVE_SYS_STAT_H 1
848| #define HAVE_STDLIB_H 1
849| #define HAVE_STRING_H 1
850| #define HAVE_MEMORY_H 1
851| /* end confdefs.h. */
852| #include <stdio.h>
853| #ifdef HAVE_SYS_TYPES_H
854| # include <sys/types.h>
855| #endif
856| #ifdef HAVE_SYS_STAT_H
857| # include <sys/stat.h>
858| #endif
859| #ifdef STDC_HEADERS
860| # include <stdlib.h>
861| # include <stddef.h>
862| #else
863| # ifdef HAVE_STDLIB_H
864| # include <stdlib.h>
865| # endif
866| #endif
867| #ifdef HAVE_STRING_H
868| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
869| # include <memory.h>
870| # endif
871| # include <string.h>
872| #endif
873| #ifdef HAVE_STRINGS_H
874| # include <strings.h>
875| #endif
876| #ifdef HAVE_INTTYPES_H
877| # include <inttypes.h>
878| #endif
879| #ifdef HAVE_STDINT_H
880| # include <stdint.h>
881| #endif
882| #ifdef HAVE_UNISTD_H
883| # include <unistd.h>
884| #endif
885|
886| #include <unistd.h>
887configure:7313: result: no
888configure:7567: checking AudioUnit/AudioUnit.h usability
889configure:7584: cl.exe -c -g conftest.c >&5
890conftest.c
891conftest.c(48) : fatal error C1083: Cannot open include file: 'AudioUnit/AudioUnit.h': No such file or directory
892Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
893Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
894
895cl : Command line warning D4002 : ignoring unknown option '-g'
896configure:7591: $? = 2
897configure: failed program was:
898| /* confdefs.h. */
899| #define PACKAGE_NAME "Wine"
900| #define PACKAGE_TARNAME "wine"
901| #define PACKAGE_VERSION "1.1.10"
902| #define PACKAGE_STRING "Wine 1.1.10"
903| #define PACKAGE_BUGREPORT "[email protected]"
904| #define X_DISPLAY_MISSING 1
905| #define STDC_HEADERS 1
906| #define HAVE_SYS_TYPES_H 1
907| #define HAVE_SYS_STAT_H 1
908| #define HAVE_STDLIB_H 1
909| #define HAVE_STRING_H 1
910| #define HAVE_MEMORY_H 1
911| /* end confdefs.h. */
912| #include <stdio.h>
913| #ifdef HAVE_SYS_TYPES_H
914| # include <sys/types.h>
915| #endif
916| #ifdef HAVE_SYS_STAT_H
917| # include <sys/stat.h>
918| #endif
919| #ifdef STDC_HEADERS
920| # include <stdlib.h>
921| # include <stddef.h>
922| #else
923| # ifdef HAVE_STDLIB_H
924| # include <stdlib.h>
925| # endif
926| #endif
927| #ifdef HAVE_STRING_H
928| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
929| # include <memory.h>
930| # endif
931| # include <string.h>
932| #endif
933| #ifdef HAVE_STRINGS_H
934| # include <strings.h>
935| #endif
936| #ifdef HAVE_INTTYPES_H
937| # include <inttypes.h>
938| #endif
939| #ifdef HAVE_STDINT_H
940| # include <stdint.h>
941| #endif
942| #ifdef HAVE_UNISTD_H
943| # include <unistd.h>
944| #endif
945| #include <AudioUnit/AudioUnit.h>
946configure:7605: result: no
947configure:7609: checking AudioUnit/AudioUnit.h presence
948configure:7624: cl.exe -E conftest.c
949Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
950Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
951
952conftest.c
953conftest.c(15) : fatal error C1083: Cannot open include file: 'AudioUnit/AudioUnit.h': No such file or directory
954configure:7631: $? = 2
955configure: failed program was:
956| /* confdefs.h. */
957| #define PACKAGE_NAME "Wine"
958| #define PACKAGE_TARNAME "wine"
959| #define PACKAGE_VERSION "1.1.10"
960| #define PACKAGE_STRING "Wine 1.1.10"
961| #define PACKAGE_BUGREPORT "[email protected]"
962| #define X_DISPLAY_MISSING 1
963| #define STDC_HEADERS 1
964| #define HAVE_SYS_TYPES_H 1
965| #define HAVE_SYS_STAT_H 1
966| #define HAVE_STDLIB_H 1
967| #define HAVE_STRING_H 1
968| #define HAVE_MEMORY_H 1
969| /* end confdefs.h. */
970| #include <AudioUnit/AudioUnit.h>
971configure:7645: result: no
972configure:7678: checking for AudioUnit/AudioUnit.h
973configure:7687: result: no
974configure:7567: checking Carbon/Carbon.h usability
975configure:7584: cl.exe -c -g conftest.c >&5
976conftest.c
977conftest.c(48) : fatal error C1083: Cannot open include file: 'Carbon/Carbon.h': No such file or directory
978Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
979Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
980
981cl : Command line warning D4002 : ignoring unknown option '-g'
982configure:7591: $? = 2
983configure: failed program was:
984| /* confdefs.h. */
985| #define PACKAGE_NAME "Wine"
986| #define PACKAGE_TARNAME "wine"
987| #define PACKAGE_VERSION "1.1.10"
988| #define PACKAGE_STRING "Wine 1.1.10"
989| #define PACKAGE_BUGREPORT "[email protected]"
990| #define X_DISPLAY_MISSING 1
991| #define STDC_HEADERS 1
992| #define HAVE_SYS_TYPES_H 1
993| #define HAVE_SYS_STAT_H 1
994| #define HAVE_STDLIB_H 1
995| #define HAVE_STRING_H 1
996| #define HAVE_MEMORY_H 1
997| /* end confdefs.h. */
998| #include <stdio.h>
999| #ifdef HAVE_SYS_TYPES_H
1000| # include <sys/types.h>
1001| #endif
1002| #ifdef HAVE_SYS_STAT_H
1003| # include <sys/stat.h>
1004| #endif
1005| #ifdef STDC_HEADERS
1006| # include <stdlib.h>
1007| # include <stddef.h>
1008| #else
1009| # ifdef HAVE_STDLIB_H
1010| # include <stdlib.h>
1011| # endif
1012| #endif
1013| #ifdef HAVE_STRING_H
1014| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1015| # include <memory.h>
1016| # endif
1017| # include <string.h>
1018| #endif
1019| #ifdef HAVE_STRINGS_H
1020| # include <strings.h>
1021| #endif
1022| #ifdef HAVE_INTTYPES_H
1023| # include <inttypes.h>
1024| #endif
1025| #ifdef HAVE_STDINT_H
1026| # include <stdint.h>
1027| #endif
1028| #ifdef HAVE_UNISTD_H
1029| # include <unistd.h>
1030| #endif
1031| #include <Carbon/Carbon.h>
1032configure:7605: result: no
1033configure:7609: checking Carbon/Carbon.h presence
1034configure:7624: cl.exe -E conftest.c
1035Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1036Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1037
1038conftest.c
1039conftest.c(15) : fatal error C1083: Cannot open include file: 'Carbon/Carbon.h': No such file or directory
1040configure:7631: $? = 2
1041configure: failed program was:
1042| /* confdefs.h. */
1043| #define PACKAGE_NAME "Wine"
1044| #define PACKAGE_TARNAME "wine"
1045| #define PACKAGE_VERSION "1.1.10"
1046| #define PACKAGE_STRING "Wine 1.1.10"
1047| #define PACKAGE_BUGREPORT "[email protected]"
1048| #define X_DISPLAY_MISSING 1
1049| #define STDC_HEADERS 1
1050| #define HAVE_SYS_TYPES_H 1
1051| #define HAVE_SYS_STAT_H 1
1052| #define HAVE_STDLIB_H 1
1053| #define HAVE_STRING_H 1
1054| #define HAVE_MEMORY_H 1
1055| /* end confdefs.h. */
1056| #include <Carbon/Carbon.h>
1057configure:7645: result: no
1058configure:7678: checking for Carbon/Carbon.h
1059configure:7687: result: no
1060configure:7567: checking CoreAudio/CoreAudio.h usability
1061configure:7584: cl.exe -c -g conftest.c >&5
1062conftest.c
1063conftest.c(48) : fatal error C1083: Cannot open include file: 'CoreAudio/CoreAudio.h': No such file or directory
1064Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1065Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1066
1067cl : Command line warning D4002 : ignoring unknown option '-g'
1068configure:7591: $? = 2
1069configure: failed program was:
1070| /* confdefs.h. */
1071| #define PACKAGE_NAME "Wine"
1072| #define PACKAGE_TARNAME "wine"
1073| #define PACKAGE_VERSION "1.1.10"
1074| #define PACKAGE_STRING "Wine 1.1.10"
1075| #define PACKAGE_BUGREPORT "[email protected]"
1076| #define X_DISPLAY_MISSING 1
1077| #define STDC_HEADERS 1
1078| #define HAVE_SYS_TYPES_H 1
1079| #define HAVE_SYS_STAT_H 1
1080| #define HAVE_STDLIB_H 1
1081| #define HAVE_STRING_H 1
1082| #define HAVE_MEMORY_H 1
1083| /* end confdefs.h. */
1084| #include <stdio.h>
1085| #ifdef HAVE_SYS_TYPES_H
1086| # include <sys/types.h>
1087| #endif
1088| #ifdef HAVE_SYS_STAT_H
1089| # include <sys/stat.h>
1090| #endif
1091| #ifdef STDC_HEADERS
1092| # include <stdlib.h>
1093| # include <stddef.h>
1094| #else
1095| # ifdef HAVE_STDLIB_H
1096| # include <stdlib.h>
1097| # endif
1098| #endif
1099| #ifdef HAVE_STRING_H
1100| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1101| # include <memory.h>
1102| # endif
1103| # include <string.h>
1104| #endif
1105| #ifdef HAVE_STRINGS_H
1106| # include <strings.h>
1107| #endif
1108| #ifdef HAVE_INTTYPES_H
1109| # include <inttypes.h>
1110| #endif
1111| #ifdef HAVE_STDINT_H
1112| # include <stdint.h>
1113| #endif
1114| #ifdef HAVE_UNISTD_H
1115| # include <unistd.h>
1116| #endif
1117| #include <CoreAudio/CoreAudio.h>
1118configure:7605: result: no
1119configure:7609: checking CoreAudio/CoreAudio.h presence
1120configure:7624: cl.exe -E conftest.c
1121Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1122Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1123
1124conftest.c
1125conftest.c(15) : fatal error C1083: Cannot open include file: 'CoreAudio/CoreAudio.h': No such file or directory
1126configure:7631: $? = 2
1127configure: failed program was:
1128| /* confdefs.h. */
1129| #define PACKAGE_NAME "Wine"
1130| #define PACKAGE_TARNAME "wine"
1131| #define PACKAGE_VERSION "1.1.10"
1132| #define PACKAGE_STRING "Wine 1.1.10"
1133| #define PACKAGE_BUGREPORT "[email protected]"
1134| #define X_DISPLAY_MISSING 1
1135| #define STDC_HEADERS 1
1136| #define HAVE_SYS_TYPES_H 1
1137| #define HAVE_SYS_STAT_H 1
1138| #define HAVE_STDLIB_H 1
1139| #define HAVE_STRING_H 1
1140| #define HAVE_MEMORY_H 1
1141| /* end confdefs.h. */
1142| #include <CoreAudio/CoreAudio.h>
1143configure:7645: result: no
1144configure:7678: checking for CoreAudio/CoreAudio.h
1145configure:7687: result: no
1146configure:7567: checking DiskArbitration/DiskArbitration.h usability
1147configure:7584: cl.exe -c -g conftest.c >&5
1148conftest.c
1149conftest.c(48) : fatal error C1083: Cannot open include file: 'DiskArbitration/DiskArbitration.h': No such file or directory
1150Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1151Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1152
1153cl : Command line warning D4002 : ignoring unknown option '-g'
1154configure:7591: $? = 2
1155configure: failed program was:
1156| /* confdefs.h. */
1157| #define PACKAGE_NAME "Wine"
1158| #define PACKAGE_TARNAME "wine"
1159| #define PACKAGE_VERSION "1.1.10"
1160| #define PACKAGE_STRING "Wine 1.1.10"
1161| #define PACKAGE_BUGREPORT "[email protected]"
1162| #define X_DISPLAY_MISSING 1
1163| #define STDC_HEADERS 1
1164| #define HAVE_SYS_TYPES_H 1
1165| #define HAVE_SYS_STAT_H 1
1166| #define HAVE_STDLIB_H 1
1167| #define HAVE_STRING_H 1
1168| #define HAVE_MEMORY_H 1
1169| /* end confdefs.h. */
1170| #include <stdio.h>
1171| #ifdef HAVE_SYS_TYPES_H
1172| # include <sys/types.h>
1173| #endif
1174| #ifdef HAVE_SYS_STAT_H
1175| # include <sys/stat.h>
1176| #endif
1177| #ifdef STDC_HEADERS
1178| # include <stdlib.h>
1179| # include <stddef.h>
1180| #else
1181| # ifdef HAVE_STDLIB_H
1182| # include <stdlib.h>
1183| # endif
1184| #endif
1185| #ifdef HAVE_STRING_H
1186| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1187| # include <memory.h>
1188| # endif
1189| # include <string.h>
1190| #endif
1191| #ifdef HAVE_STRINGS_H
1192| # include <strings.h>
1193| #endif
1194| #ifdef HAVE_INTTYPES_H
1195| # include <inttypes.h>
1196| #endif
1197| #ifdef HAVE_STDINT_H
1198| # include <stdint.h>
1199| #endif
1200| #ifdef HAVE_UNISTD_H
1201| # include <unistd.h>
1202| #endif
1203| #include <DiskArbitration/DiskArbitration.h>
1204configure:7605: result: no
1205configure:7609: checking DiskArbitration/DiskArbitration.h presence
1206configure:7624: cl.exe -E conftest.c
1207Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1208Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1209
1210conftest.c
1211conftest.c(15) : fatal error C1083: Cannot open include file: 'DiskArbitration/DiskArbitration.h': No such file or directory
1212configure:7631: $? = 2
1213configure: failed program was:
1214| /* confdefs.h. */
1215| #define PACKAGE_NAME "Wine"
1216| #define PACKAGE_TARNAME "wine"
1217| #define PACKAGE_VERSION "1.1.10"
1218| #define PACKAGE_STRING "Wine 1.1.10"
1219| #define PACKAGE_BUGREPORT "[email protected]"
1220| #define X_DISPLAY_MISSING 1
1221| #define STDC_HEADERS 1
1222| #define HAVE_SYS_TYPES_H 1
1223| #define HAVE_SYS_STAT_H 1
1224| #define HAVE_STDLIB_H 1
1225| #define HAVE_STRING_H 1
1226| #define HAVE_MEMORY_H 1
1227| /* end confdefs.h. */
1228| #include <DiskArbitration/DiskArbitration.h>
1229configure:7645: result: no
1230configure:7678: checking for DiskArbitration/DiskArbitration.h
1231configure:7687: result: no
1232configure:7567: checking IOKit/IOKitLib.h usability
1233configure:7584: cl.exe -c -g conftest.c >&5
1234conftest.c
1235conftest.c(48) : fatal error C1083: Cannot open include file: 'IOKit/IOKitLib.h': No such file or directory
1236Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1237Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1238
1239cl : Command line warning D4002 : ignoring unknown option '-g'
1240configure:7591: $? = 2
1241configure: failed program was:
1242| /* confdefs.h. */
1243| #define PACKAGE_NAME "Wine"
1244| #define PACKAGE_TARNAME "wine"
1245| #define PACKAGE_VERSION "1.1.10"
1246| #define PACKAGE_STRING "Wine 1.1.10"
1247| #define PACKAGE_BUGREPORT "[email protected]"
1248| #define X_DISPLAY_MISSING 1
1249| #define STDC_HEADERS 1
1250| #define HAVE_SYS_TYPES_H 1
1251| #define HAVE_SYS_STAT_H 1
1252| #define HAVE_STDLIB_H 1
1253| #define HAVE_STRING_H 1
1254| #define HAVE_MEMORY_H 1
1255| /* end confdefs.h. */
1256| #include <stdio.h>
1257| #ifdef HAVE_SYS_TYPES_H
1258| # include <sys/types.h>
1259| #endif
1260| #ifdef HAVE_SYS_STAT_H
1261| # include <sys/stat.h>
1262| #endif
1263| #ifdef STDC_HEADERS
1264| # include <stdlib.h>
1265| # include <stddef.h>
1266| #else
1267| # ifdef HAVE_STDLIB_H
1268| # include <stdlib.h>
1269| # endif
1270| #endif
1271| #ifdef HAVE_STRING_H
1272| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1273| # include <memory.h>
1274| # endif
1275| # include <string.h>
1276| #endif
1277| #ifdef HAVE_STRINGS_H
1278| # include <strings.h>
1279| #endif
1280| #ifdef HAVE_INTTYPES_H
1281| # include <inttypes.h>
1282| #endif
1283| #ifdef HAVE_STDINT_H
1284| # include <stdint.h>
1285| #endif
1286| #ifdef HAVE_UNISTD_H
1287| # include <unistd.h>
1288| #endif
1289| #include <IOKit/IOKitLib.h>
1290configure:7605: result: no
1291configure:7609: checking IOKit/IOKitLib.h presence
1292configure:7624: cl.exe -E conftest.c
1293Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1294Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1295
1296conftest.c
1297conftest.c(15) : fatal error C1083: Cannot open include file: 'IOKit/IOKitLib.h': No such file or directory
1298configure:7631: $? = 2
1299configure: failed program was:
1300| /* confdefs.h. */
1301| #define PACKAGE_NAME "Wine"
1302| #define PACKAGE_TARNAME "wine"
1303| #define PACKAGE_VERSION "1.1.10"
1304| #define PACKAGE_STRING "Wine 1.1.10"
1305| #define PACKAGE_BUGREPORT "[email protected]"
1306| #define X_DISPLAY_MISSING 1
1307| #define STDC_HEADERS 1
1308| #define HAVE_SYS_TYPES_H 1
1309| #define HAVE_SYS_STAT_H 1
1310| #define HAVE_STDLIB_H 1
1311| #define HAVE_STRING_H 1
1312| #define HAVE_MEMORY_H 1
1313| /* end confdefs.h. */
1314| #include <IOKit/IOKitLib.h>
1315configure:7645: result: no
1316configure:7678: checking for IOKit/IOKitLib.h
1317configure:7687: result: no
1318configure:7567: checking alias.h usability
1319configure:7584: cl.exe -c -g conftest.c >&5
1320conftest.c
1321conftest.c(48) : fatal error C1083: Cannot open include file: 'alias.h': No such file or directory
1322Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1323Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1324
1325cl : Command line warning D4002 : ignoring unknown option '-g'
1326configure:7591: $? = 2
1327configure: failed program was:
1328| /* confdefs.h. */
1329| #define PACKAGE_NAME "Wine"
1330| #define PACKAGE_TARNAME "wine"
1331| #define PACKAGE_VERSION "1.1.10"
1332| #define PACKAGE_STRING "Wine 1.1.10"
1333| #define PACKAGE_BUGREPORT "[email protected]"
1334| #define X_DISPLAY_MISSING 1
1335| #define STDC_HEADERS 1
1336| #define HAVE_SYS_TYPES_H 1
1337| #define HAVE_SYS_STAT_H 1
1338| #define HAVE_STDLIB_H 1
1339| #define HAVE_STRING_H 1
1340| #define HAVE_MEMORY_H 1
1341| /* end confdefs.h. */
1342| #include <stdio.h>
1343| #ifdef HAVE_SYS_TYPES_H
1344| # include <sys/types.h>
1345| #endif
1346| #ifdef HAVE_SYS_STAT_H
1347| # include <sys/stat.h>
1348| #endif
1349| #ifdef STDC_HEADERS
1350| # include <stdlib.h>
1351| # include <stddef.h>
1352| #else
1353| # ifdef HAVE_STDLIB_H
1354| # include <stdlib.h>
1355| # endif
1356| #endif
1357| #ifdef HAVE_STRING_H
1358| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1359| # include <memory.h>
1360| # endif
1361| # include <string.h>
1362| #endif
1363| #ifdef HAVE_STRINGS_H
1364| # include <strings.h>
1365| #endif
1366| #ifdef HAVE_INTTYPES_H
1367| # include <inttypes.h>
1368| #endif
1369| #ifdef HAVE_STDINT_H
1370| # include <stdint.h>
1371| #endif
1372| #ifdef HAVE_UNISTD_H
1373| # include <unistd.h>
1374| #endif
1375| #include <alias.h>
1376configure:7605: result: no
1377configure:7609: checking alias.h presence
1378configure:7624: cl.exe -E conftest.c
1379Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1380Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1381
1382conftest.c
1383conftest.c(15) : fatal error C1083: Cannot open include file: 'alias.h': No such file or directory
1384configure:7631: $? = 2
1385configure: failed program was:
1386| /* confdefs.h. */
1387| #define PACKAGE_NAME "Wine"
1388| #define PACKAGE_TARNAME "wine"
1389| #define PACKAGE_VERSION "1.1.10"
1390| #define PACKAGE_STRING "Wine 1.1.10"
1391| #define PACKAGE_BUGREPORT "[email protected]"
1392| #define X_DISPLAY_MISSING 1
1393| #define STDC_HEADERS 1
1394| #define HAVE_SYS_TYPES_H 1
1395| #define HAVE_SYS_STAT_H 1
1396| #define HAVE_STDLIB_H 1
1397| #define HAVE_STRING_H 1
1398| #define HAVE_MEMORY_H 1
1399| /* end confdefs.h. */
1400| #include <alias.h>
1401configure:7645: result: no
1402configure:7678: checking for alias.h
1403configure:7687: result: no
1404configure:7567: checking alsa/asoundlib.h usability
1405configure:7584: cl.exe -c -g conftest.c >&5
1406conftest.c
1407conftest.c(48) : fatal error C1083: Cannot open include file: 'alsa/asoundlib.h': No such file or directory
1408Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1409Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1410
1411cl : Command line warning D4002 : ignoring unknown option '-g'
1412configure:7591: $? = 2
1413configure: failed program was:
1414| /* confdefs.h. */
1415| #define PACKAGE_NAME "Wine"
1416| #define PACKAGE_TARNAME "wine"
1417| #define PACKAGE_VERSION "1.1.10"
1418| #define PACKAGE_STRING "Wine 1.1.10"
1419| #define PACKAGE_BUGREPORT "[email protected]"
1420| #define X_DISPLAY_MISSING 1
1421| #define STDC_HEADERS 1
1422| #define HAVE_SYS_TYPES_H 1
1423| #define HAVE_SYS_STAT_H 1
1424| #define HAVE_STDLIB_H 1
1425| #define HAVE_STRING_H 1
1426| #define HAVE_MEMORY_H 1
1427| /* end confdefs.h. */
1428| #include <stdio.h>
1429| #ifdef HAVE_SYS_TYPES_H
1430| # include <sys/types.h>
1431| #endif
1432| #ifdef HAVE_SYS_STAT_H
1433| # include <sys/stat.h>
1434| #endif
1435| #ifdef STDC_HEADERS
1436| # include <stdlib.h>
1437| # include <stddef.h>
1438| #else
1439| # ifdef HAVE_STDLIB_H
1440| # include <stdlib.h>
1441| # endif
1442| #endif
1443| #ifdef HAVE_STRING_H
1444| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1445| # include <memory.h>
1446| # endif
1447| # include <string.h>
1448| #endif
1449| #ifdef HAVE_STRINGS_H
1450| # include <strings.h>
1451| #endif
1452| #ifdef HAVE_INTTYPES_H
1453| # include <inttypes.h>
1454| #endif
1455| #ifdef HAVE_STDINT_H
1456| # include <stdint.h>
1457| #endif
1458| #ifdef HAVE_UNISTD_H
1459| # include <unistd.h>
1460| #endif
1461| #include <alsa/asoundlib.h>
1462configure:7605: result: no
1463configure:7609: checking alsa/asoundlib.h presence
1464configure:7624: cl.exe -E conftest.c
1465Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1466Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1467
1468conftest.c
1469conftest.c(15) : fatal error C1083: Cannot open include file: 'alsa/asoundlib.h': No such file or directory
1470configure:7631: $? = 2
1471configure: failed program was:
1472| /* confdefs.h. */
1473| #define PACKAGE_NAME "Wine"
1474| #define PACKAGE_TARNAME "wine"
1475| #define PACKAGE_VERSION "1.1.10"
1476| #define PACKAGE_STRING "Wine 1.1.10"
1477| #define PACKAGE_BUGREPORT "[email protected]"
1478| #define X_DISPLAY_MISSING 1
1479| #define STDC_HEADERS 1
1480| #define HAVE_SYS_TYPES_H 1
1481| #define HAVE_SYS_STAT_H 1
1482| #define HAVE_STDLIB_H 1
1483| #define HAVE_STRING_H 1
1484| #define HAVE_MEMORY_H 1
1485| /* end confdefs.h. */
1486| #include <alsa/asoundlib.h>
1487configure:7645: result: no
1488configure:7678: checking for alsa/asoundlib.h
1489configure:7687: result: no
1490configure:7567: checking arpa/inet.h usability
1491configure:7584: cl.exe -c -g conftest.c >&5
1492conftest.c
1493conftest.c(48) : fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory
1494Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1495Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1496
1497cl : Command line warning D4002 : ignoring unknown option '-g'
1498configure:7591: $? = 2
1499configure: failed program was:
1500| /* confdefs.h. */
1501| #define PACKAGE_NAME "Wine"
1502| #define PACKAGE_TARNAME "wine"
1503| #define PACKAGE_VERSION "1.1.10"
1504| #define PACKAGE_STRING "Wine 1.1.10"
1505| #define PACKAGE_BUGREPORT "[email protected]"
1506| #define X_DISPLAY_MISSING 1
1507| #define STDC_HEADERS 1
1508| #define HAVE_SYS_TYPES_H 1
1509| #define HAVE_SYS_STAT_H 1
1510| #define HAVE_STDLIB_H 1
1511| #define HAVE_STRING_H 1
1512| #define HAVE_MEMORY_H 1
1513| /* end confdefs.h. */
1514| #include <stdio.h>
1515| #ifdef HAVE_SYS_TYPES_H
1516| # include <sys/types.h>
1517| #endif
1518| #ifdef HAVE_SYS_STAT_H
1519| # include <sys/stat.h>
1520| #endif
1521| #ifdef STDC_HEADERS
1522| # include <stdlib.h>
1523| # include <stddef.h>
1524| #else
1525| # ifdef HAVE_STDLIB_H
1526| # include <stdlib.h>
1527| # endif
1528| #endif
1529| #ifdef HAVE_STRING_H
1530| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1531| # include <memory.h>
1532| # endif
1533| # include <string.h>
1534| #endif
1535| #ifdef HAVE_STRINGS_H
1536| # include <strings.h>
1537| #endif
1538| #ifdef HAVE_INTTYPES_H
1539| # include <inttypes.h>
1540| #endif
1541| #ifdef HAVE_STDINT_H
1542| # include <stdint.h>
1543| #endif
1544| #ifdef HAVE_UNISTD_H
1545| # include <unistd.h>
1546| #endif
1547| #include <arpa/inet.h>
1548configure:7605: result: no
1549configure:7609: checking arpa/inet.h presence
1550configure:7624: cl.exe -E conftest.c
1551Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1552Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1553
1554conftest.c
1555conftest.c(15) : fatal error C1083: Cannot open include file: 'arpa/inet.h': No such file or directory
1556configure:7631: $? = 2
1557configure: failed program was:
1558| /* confdefs.h. */
1559| #define PACKAGE_NAME "Wine"
1560| #define PACKAGE_TARNAME "wine"
1561| #define PACKAGE_VERSION "1.1.10"
1562| #define PACKAGE_STRING "Wine 1.1.10"
1563| #define PACKAGE_BUGREPORT "[email protected]"
1564| #define X_DISPLAY_MISSING 1
1565| #define STDC_HEADERS 1
1566| #define HAVE_SYS_TYPES_H 1
1567| #define HAVE_SYS_STAT_H 1
1568| #define HAVE_STDLIB_H 1
1569| #define HAVE_STRING_H 1
1570| #define HAVE_MEMORY_H 1
1571| /* end confdefs.h. */
1572| #include <arpa/inet.h>
1573configure:7645: result: no
1574configure:7678: checking for arpa/inet.h
1575configure:7687: result: no
1576configure:7567: checking arpa/nameser.h usability
1577configure:7584: cl.exe -c -g conftest.c >&5
1578conftest.c
1579conftest.c(48) : fatal error C1083: Cannot open include file: 'arpa/nameser.h': No such file or directory
1580Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1581Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1582
1583cl : Command line warning D4002 : ignoring unknown option '-g'
1584configure:7591: $? = 2
1585configure: failed program was:
1586| /* confdefs.h. */
1587| #define PACKAGE_NAME "Wine"
1588| #define PACKAGE_TARNAME "wine"
1589| #define PACKAGE_VERSION "1.1.10"
1590| #define PACKAGE_STRING "Wine 1.1.10"
1591| #define PACKAGE_BUGREPORT "[email protected]"
1592| #define X_DISPLAY_MISSING 1
1593| #define STDC_HEADERS 1
1594| #define HAVE_SYS_TYPES_H 1
1595| #define HAVE_SYS_STAT_H 1
1596| #define HAVE_STDLIB_H 1
1597| #define HAVE_STRING_H 1
1598| #define HAVE_MEMORY_H 1
1599| /* end confdefs.h. */
1600| #include <stdio.h>
1601| #ifdef HAVE_SYS_TYPES_H
1602| # include <sys/types.h>
1603| #endif
1604| #ifdef HAVE_SYS_STAT_H
1605| # include <sys/stat.h>
1606| #endif
1607| #ifdef STDC_HEADERS
1608| # include <stdlib.h>
1609| # include <stddef.h>
1610| #else
1611| # ifdef HAVE_STDLIB_H
1612| # include <stdlib.h>
1613| # endif
1614| #endif
1615| #ifdef HAVE_STRING_H
1616| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1617| # include <memory.h>
1618| # endif
1619| # include <string.h>
1620| #endif
1621| #ifdef HAVE_STRINGS_H
1622| # include <strings.h>
1623| #endif
1624| #ifdef HAVE_INTTYPES_H
1625| # include <inttypes.h>
1626| #endif
1627| #ifdef HAVE_STDINT_H
1628| # include <stdint.h>
1629| #endif
1630| #ifdef HAVE_UNISTD_H
1631| # include <unistd.h>
1632| #endif
1633| #include <arpa/nameser.h>
1634configure:7605: result: no
1635configure:7609: checking arpa/nameser.h presence
1636configure:7624: cl.exe -E conftest.c
1637Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1638Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1639
1640conftest.c
1641conftest.c(15) : fatal error C1083: Cannot open include file: 'arpa/nameser.h': No such file or directory
1642configure:7631: $? = 2
1643configure: failed program was:
1644| /* confdefs.h. */
1645| #define PACKAGE_NAME "Wine"
1646| #define PACKAGE_TARNAME "wine"
1647| #define PACKAGE_VERSION "1.1.10"
1648| #define PACKAGE_STRING "Wine 1.1.10"
1649| #define PACKAGE_BUGREPORT "[email protected]"
1650| #define X_DISPLAY_MISSING 1
1651| #define STDC_HEADERS 1
1652| #define HAVE_SYS_TYPES_H 1
1653| #define HAVE_SYS_STAT_H 1
1654| #define HAVE_STDLIB_H 1
1655| #define HAVE_STRING_H 1
1656| #define HAVE_MEMORY_H 1
1657| /* end confdefs.h. */
1658| #include <arpa/nameser.h>
1659configure:7645: result: no
1660configure:7678: checking for arpa/nameser.h
1661configure:7687: result: no
1662configure:7567: checking asm/types.h usability
1663configure:7584: cl.exe -c -g conftest.c >&5
1664conftest.c
1665conftest.c(48) : fatal error C1083: Cannot open include file: 'asm/types.h': No such file or directory
1666Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1667Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1668
1669cl : Command line warning D4002 : ignoring unknown option '-g'
1670configure:7591: $? = 2
1671configure: failed program was:
1672| /* confdefs.h. */
1673| #define PACKAGE_NAME "Wine"
1674| #define PACKAGE_TARNAME "wine"
1675| #define PACKAGE_VERSION "1.1.10"
1676| #define PACKAGE_STRING "Wine 1.1.10"
1677| #define PACKAGE_BUGREPORT "[email protected]"
1678| #define X_DISPLAY_MISSING 1
1679| #define STDC_HEADERS 1
1680| #define HAVE_SYS_TYPES_H 1
1681| #define HAVE_SYS_STAT_H 1
1682| #define HAVE_STDLIB_H 1
1683| #define HAVE_STRING_H 1
1684| #define HAVE_MEMORY_H 1
1685| /* end confdefs.h. */
1686| #include <stdio.h>
1687| #ifdef HAVE_SYS_TYPES_H
1688| # include <sys/types.h>
1689| #endif
1690| #ifdef HAVE_SYS_STAT_H
1691| # include <sys/stat.h>
1692| #endif
1693| #ifdef STDC_HEADERS
1694| # include <stdlib.h>
1695| # include <stddef.h>
1696| #else
1697| # ifdef HAVE_STDLIB_H
1698| # include <stdlib.h>
1699| # endif
1700| #endif
1701| #ifdef HAVE_STRING_H
1702| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1703| # include <memory.h>
1704| # endif
1705| # include <string.h>
1706| #endif
1707| #ifdef HAVE_STRINGS_H
1708| # include <strings.h>
1709| #endif
1710| #ifdef HAVE_INTTYPES_H
1711| # include <inttypes.h>
1712| #endif
1713| #ifdef HAVE_STDINT_H
1714| # include <stdint.h>
1715| #endif
1716| #ifdef HAVE_UNISTD_H
1717| # include <unistd.h>
1718| #endif
1719| #include <asm/types.h>
1720configure:7605: result: no
1721configure:7609: checking asm/types.h presence
1722configure:7624: cl.exe -E conftest.c
1723Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1724Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1725
1726conftest.c
1727conftest.c(15) : fatal error C1083: Cannot open include file: 'asm/types.h': No such file or directory
1728configure:7631: $? = 2
1729configure: failed program was:
1730| /* confdefs.h. */
1731| #define PACKAGE_NAME "Wine"
1732| #define PACKAGE_TARNAME "wine"
1733| #define PACKAGE_VERSION "1.1.10"
1734| #define PACKAGE_STRING "Wine 1.1.10"
1735| #define PACKAGE_BUGREPORT "[email protected]"
1736| #define X_DISPLAY_MISSING 1
1737| #define STDC_HEADERS 1
1738| #define HAVE_SYS_TYPES_H 1
1739| #define HAVE_SYS_STAT_H 1
1740| #define HAVE_STDLIB_H 1
1741| #define HAVE_STRING_H 1
1742| #define HAVE_MEMORY_H 1
1743| /* end confdefs.h. */
1744| #include <asm/types.h>
1745configure:7645: result: no
1746configure:7678: checking for asm/types.h
1747configure:7687: result: no
1748configure:7567: checking capi20.h usability
1749configure:7584: cl.exe -c -g conftest.c >&5
1750conftest.c
1751conftest.c(48) : fatal error C1083: Cannot open include file: 'capi20.h': No such file or directory
1752Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1753Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1754
1755cl : Command line warning D4002 : ignoring unknown option '-g'
1756configure:7591: $? = 2
1757configure: failed program was:
1758| /* confdefs.h. */
1759| #define PACKAGE_NAME "Wine"
1760| #define PACKAGE_TARNAME "wine"
1761| #define PACKAGE_VERSION "1.1.10"
1762| #define PACKAGE_STRING "Wine 1.1.10"
1763| #define PACKAGE_BUGREPORT "[email protected]"
1764| #define X_DISPLAY_MISSING 1
1765| #define STDC_HEADERS 1
1766| #define HAVE_SYS_TYPES_H 1
1767| #define HAVE_SYS_STAT_H 1
1768| #define HAVE_STDLIB_H 1
1769| #define HAVE_STRING_H 1
1770| #define HAVE_MEMORY_H 1
1771| /* end confdefs.h. */
1772| #include <stdio.h>
1773| #ifdef HAVE_SYS_TYPES_H
1774| # include <sys/types.h>
1775| #endif
1776| #ifdef HAVE_SYS_STAT_H
1777| # include <sys/stat.h>
1778| #endif
1779| #ifdef STDC_HEADERS
1780| # include <stdlib.h>
1781| # include <stddef.h>
1782| #else
1783| # ifdef HAVE_STDLIB_H
1784| # include <stdlib.h>
1785| # endif
1786| #endif
1787| #ifdef HAVE_STRING_H
1788| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1789| # include <memory.h>
1790| # endif
1791| # include <string.h>
1792| #endif
1793| #ifdef HAVE_STRINGS_H
1794| # include <strings.h>
1795| #endif
1796| #ifdef HAVE_INTTYPES_H
1797| # include <inttypes.h>
1798| #endif
1799| #ifdef HAVE_STDINT_H
1800| # include <stdint.h>
1801| #endif
1802| #ifdef HAVE_UNISTD_H
1803| # include <unistd.h>
1804| #endif
1805| #include <capi20.h>
1806configure:7605: result: no
1807configure:7609: checking capi20.h presence
1808configure:7624: cl.exe -E conftest.c
1809Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1810Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1811
1812conftest.c
1813conftest.c(15) : fatal error C1083: Cannot open include file: 'capi20.h': No such file or directory
1814configure:7631: $? = 2
1815configure: failed program was:
1816| /* confdefs.h. */
1817| #define PACKAGE_NAME "Wine"
1818| #define PACKAGE_TARNAME "wine"
1819| #define PACKAGE_VERSION "1.1.10"
1820| #define PACKAGE_STRING "Wine 1.1.10"
1821| #define PACKAGE_BUGREPORT "[email protected]"
1822| #define X_DISPLAY_MISSING 1
1823| #define STDC_HEADERS 1
1824| #define HAVE_SYS_TYPES_H 1
1825| #define HAVE_SYS_STAT_H 1
1826| #define HAVE_STDLIB_H 1
1827| #define HAVE_STRING_H 1
1828| #define HAVE_MEMORY_H 1
1829| /* end confdefs.h. */
1830| #include <capi20.h>
1831configure:7645: result: no
1832configure:7678: checking for capi20.h
1833configure:7687: result: no
1834configure:7567: checking curses.h usability
1835configure:7584: cl.exe -c -g conftest.c >&5
1836conftest.c
1837conftest.c(48) : fatal error C1083: Cannot open include file: 'curses.h': No such file or directory
1838Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1839Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1840
1841cl : Command line warning D4002 : ignoring unknown option '-g'
1842configure:7591: $? = 2
1843configure: failed program was:
1844| /* confdefs.h. */
1845| #define PACKAGE_NAME "Wine"
1846| #define PACKAGE_TARNAME "wine"
1847| #define PACKAGE_VERSION "1.1.10"
1848| #define PACKAGE_STRING "Wine 1.1.10"
1849| #define PACKAGE_BUGREPORT "[email protected]"
1850| #define X_DISPLAY_MISSING 1
1851| #define STDC_HEADERS 1
1852| #define HAVE_SYS_TYPES_H 1
1853| #define HAVE_SYS_STAT_H 1
1854| #define HAVE_STDLIB_H 1
1855| #define HAVE_STRING_H 1
1856| #define HAVE_MEMORY_H 1
1857| /* end confdefs.h. */
1858| #include <stdio.h>
1859| #ifdef HAVE_SYS_TYPES_H
1860| # include <sys/types.h>
1861| #endif
1862| #ifdef HAVE_SYS_STAT_H
1863| # include <sys/stat.h>
1864| #endif
1865| #ifdef STDC_HEADERS
1866| # include <stdlib.h>
1867| # include <stddef.h>
1868| #else
1869| # ifdef HAVE_STDLIB_H
1870| # include <stdlib.h>
1871| # endif
1872| #endif
1873| #ifdef HAVE_STRING_H
1874| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1875| # include <memory.h>
1876| # endif
1877| # include <string.h>
1878| #endif
1879| #ifdef HAVE_STRINGS_H
1880| # include <strings.h>
1881| #endif
1882| #ifdef HAVE_INTTYPES_H
1883| # include <inttypes.h>
1884| #endif
1885| #ifdef HAVE_STDINT_H
1886| # include <stdint.h>
1887| #endif
1888| #ifdef HAVE_UNISTD_H
1889| # include <unistd.h>
1890| #endif
1891| #include <curses.h>
1892configure:7605: result: no
1893configure:7609: checking curses.h presence
1894configure:7624: cl.exe -E conftest.c
1895Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1896Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1897
1898conftest.c
1899conftest.c(15) : fatal error C1083: Cannot open include file: 'curses.h': No such file or directory
1900configure:7631: $? = 2
1901configure: failed program was:
1902| /* confdefs.h. */
1903| #define PACKAGE_NAME "Wine"
1904| #define PACKAGE_TARNAME "wine"
1905| #define PACKAGE_VERSION "1.1.10"
1906| #define PACKAGE_STRING "Wine 1.1.10"
1907| #define PACKAGE_BUGREPORT "[email protected]"
1908| #define X_DISPLAY_MISSING 1
1909| #define STDC_HEADERS 1
1910| #define HAVE_SYS_TYPES_H 1
1911| #define HAVE_SYS_STAT_H 1
1912| #define HAVE_STDLIB_H 1
1913| #define HAVE_STRING_H 1
1914| #define HAVE_MEMORY_H 1
1915| /* end confdefs.h. */
1916| #include <curses.h>
1917configure:7645: result: no
1918configure:7678: checking for curses.h
1919configure:7687: result: no
1920configure:7567: checking direct.h usability
1921configure:7584: cl.exe -c -g conftest.c >&5
1922conftest.c
1923Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1924Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1925
1926cl : Command line warning D4002 : ignoring unknown option '-g'
1927configure:7591: $? = 0
1928configure:7605: result: yes
1929configure:7609: checking direct.h presence
1930configure:7624: cl.exe -E conftest.c
1931Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1932Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1933
1934conftest.c
1935configure:7631: $? = 0
1936configure:7645: result: yes
1937configure:7678: checking for direct.h
1938configure:7687: result: yes
1939configure:7567: checking dirent.h usability
1940configure:7584: cl.exe -c -g conftest.c >&5
1941conftest.c
1942conftest.c(49) : fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
1943Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
1944Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
1945
1946cl : Command line warning D4002 : ignoring unknown option '-g'
1947configure:7591: $? = 2
1948configure: failed program was:
1949| /* confdefs.h. */
1950| #define PACKAGE_NAME "Wine"
1951| #define PACKAGE_TARNAME "wine"
1952| #define PACKAGE_VERSION "1.1.10"
1953| #define PACKAGE_STRING "Wine 1.1.10"
1954| #define PACKAGE_BUGREPORT "[email protected]"
1955| #define X_DISPLAY_MISSING 1
1956| #define STDC_HEADERS 1
1957| #define HAVE_SYS_TYPES_H 1
1958| #define HAVE_SYS_STAT_H 1
1959| #define HAVE_STDLIB_H 1
1960| #define HAVE_STRING_H 1
1961| #define HAVE_MEMORY_H 1
1962| #define HAVE_DIRECT_H 1
1963| /* end confdefs.h. */
1964| #include <stdio.h>
1965| #ifdef HAVE_SYS_TYPES_H
1966| # include <sys/types.h>
1967| #endif
1968| #ifdef HAVE_SYS_STAT_H
1969| # include <sys/stat.h>
1970| #endif
1971| #ifdef STDC_HEADERS
1972| # include <stdlib.h>
1973| # include <stddef.h>
1974| #else
1975| # ifdef HAVE_STDLIB_H
1976| # include <stdlib.h>
1977| # endif
1978| #endif
1979| #ifdef HAVE_STRING_H
1980| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1981| # include <memory.h>
1982| # endif
1983| # include <string.h>
1984| #endif
1985| #ifdef HAVE_STRINGS_H
1986| # include <strings.h>
1987| #endif
1988| #ifdef HAVE_INTTYPES_H
1989| # include <inttypes.h>
1990| #endif
1991| #ifdef HAVE_STDINT_H
1992| # include <stdint.h>
1993| #endif
1994| #ifdef HAVE_UNISTD_H
1995| # include <unistd.h>
1996| #endif
1997| #include <dirent.h>
1998configure:7605: result: no
1999configure:7609: checking dirent.h presence
2000configure:7624: cl.exe -E conftest.c
2001Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2002Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2003
2004conftest.c
2005conftest.c(16) : fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
2006configure:7631: $? = 2
2007configure: failed program was:
2008| /* confdefs.h. */
2009| #define PACKAGE_NAME "Wine"
2010| #define PACKAGE_TARNAME "wine"
2011| #define PACKAGE_VERSION "1.1.10"
2012| #define PACKAGE_STRING "Wine 1.1.10"
2013| #define PACKAGE_BUGREPORT "[email protected]"
2014| #define X_DISPLAY_MISSING 1
2015| #define STDC_HEADERS 1
2016| #define HAVE_SYS_TYPES_H 1
2017| #define HAVE_SYS_STAT_H 1
2018| #define HAVE_STDLIB_H 1
2019| #define HAVE_STRING_H 1
2020| #define HAVE_MEMORY_H 1
2021| #define HAVE_DIRECT_H 1
2022| /* end confdefs.h. */
2023| #include <dirent.h>
2024configure:7645: result: no
2025configure:7678: checking for dirent.h
2026configure:7687: result: no
2027configure:7567: checking dlfcn.h usability
2028configure:7584: cl.exe -c -g conftest.c >&5
2029conftest.c
2030conftest.c(49) : fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directory
2031Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2032Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2033
2034cl : Command line warning D4002 : ignoring unknown option '-g'
2035configure:7591: $? = 2
2036configure: failed program was:
2037| /* confdefs.h. */
2038| #define PACKAGE_NAME "Wine"
2039| #define PACKAGE_TARNAME "wine"
2040| #define PACKAGE_VERSION "1.1.10"
2041| #define PACKAGE_STRING "Wine 1.1.10"
2042| #define PACKAGE_BUGREPORT "[email protected]"
2043| #define X_DISPLAY_MISSING 1
2044| #define STDC_HEADERS 1
2045| #define HAVE_SYS_TYPES_H 1
2046| #define HAVE_SYS_STAT_H 1
2047| #define HAVE_STDLIB_H 1
2048| #define HAVE_STRING_H 1
2049| #define HAVE_MEMORY_H 1
2050| #define HAVE_DIRECT_H 1
2051| /* end confdefs.h. */
2052| #include <stdio.h>
2053| #ifdef HAVE_SYS_TYPES_H
2054| # include <sys/types.h>
2055| #endif
2056| #ifdef HAVE_SYS_STAT_H
2057| # include <sys/stat.h>
2058| #endif
2059| #ifdef STDC_HEADERS
2060| # include <stdlib.h>
2061| # include <stddef.h>
2062| #else
2063| # ifdef HAVE_STDLIB_H
2064| # include <stdlib.h>
2065| # endif
2066| #endif
2067| #ifdef HAVE_STRING_H
2068| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2069| # include <memory.h>
2070| # endif
2071| # include <string.h>
2072| #endif
2073| #ifdef HAVE_STRINGS_H
2074| # include <strings.h>
2075| #endif
2076| #ifdef HAVE_INTTYPES_H
2077| # include <inttypes.h>
2078| #endif
2079| #ifdef HAVE_STDINT_H
2080| # include <stdint.h>
2081| #endif
2082| #ifdef HAVE_UNISTD_H
2083| # include <unistd.h>
2084| #endif
2085| #include <dlfcn.h>
2086configure:7605: result: no
2087configure:7609: checking dlfcn.h presence
2088configure:7624: cl.exe -E conftest.c
2089Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2090Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2091
2092conftest.c
2093conftest.c(16) : fatal error C1083: Cannot open include file: 'dlfcn.h': No such file or directory
2094configure:7631: $? = 2
2095configure: failed program was:
2096| /* confdefs.h. */
2097| #define PACKAGE_NAME "Wine"
2098| #define PACKAGE_TARNAME "wine"
2099| #define PACKAGE_VERSION "1.1.10"
2100| #define PACKAGE_STRING "Wine 1.1.10"
2101| #define PACKAGE_BUGREPORT "[email protected]"
2102| #define X_DISPLAY_MISSING 1
2103| #define STDC_HEADERS 1
2104| #define HAVE_SYS_TYPES_H 1
2105| #define HAVE_SYS_STAT_H 1
2106| #define HAVE_STDLIB_H 1
2107| #define HAVE_STRING_H 1
2108| #define HAVE_MEMORY_H 1
2109| #define HAVE_DIRECT_H 1
2110| /* end confdefs.h. */
2111| #include <dlfcn.h>
2112configure:7645: result: no
2113configure:7678: checking for dlfcn.h
2114configure:7687: result: no
2115configure:7567: checking elf.h usability
2116configure:7584: cl.exe -c -g conftest.c >&5
2117conftest.c
2118conftest.c(49) : fatal error C1083: Cannot open include file: 'elf.h': No such file or directory
2119Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2120Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2121
2122cl : Command line warning D4002 : ignoring unknown option '-g'
2123configure:7591: $? = 2
2124configure: failed program was:
2125| /* confdefs.h. */
2126| #define PACKAGE_NAME "Wine"
2127| #define PACKAGE_TARNAME "wine"
2128| #define PACKAGE_VERSION "1.1.10"
2129| #define PACKAGE_STRING "Wine 1.1.10"
2130| #define PACKAGE_BUGREPORT "[email protected]"
2131| #define X_DISPLAY_MISSING 1
2132| #define STDC_HEADERS 1
2133| #define HAVE_SYS_TYPES_H 1
2134| #define HAVE_SYS_STAT_H 1
2135| #define HAVE_STDLIB_H 1
2136| #define HAVE_STRING_H 1
2137| #define HAVE_MEMORY_H 1
2138| #define HAVE_DIRECT_H 1
2139| /* end confdefs.h. */
2140| #include <stdio.h>
2141| #ifdef HAVE_SYS_TYPES_H
2142| # include <sys/types.h>
2143| #endif
2144| #ifdef HAVE_SYS_STAT_H
2145| # include <sys/stat.h>
2146| #endif
2147| #ifdef STDC_HEADERS
2148| # include <stdlib.h>
2149| # include <stddef.h>
2150| #else
2151| # ifdef HAVE_STDLIB_H
2152| # include <stdlib.h>
2153| # endif
2154| #endif
2155| #ifdef HAVE_STRING_H
2156| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2157| # include <memory.h>
2158| # endif
2159| # include <string.h>
2160| #endif
2161| #ifdef HAVE_STRINGS_H
2162| # include <strings.h>
2163| #endif
2164| #ifdef HAVE_INTTYPES_H
2165| # include <inttypes.h>
2166| #endif
2167| #ifdef HAVE_STDINT_H
2168| # include <stdint.h>
2169| #endif
2170| #ifdef HAVE_UNISTD_H
2171| # include <unistd.h>
2172| #endif
2173| #include <elf.h>
2174configure:7605: result: no
2175configure:7609: checking elf.h presence
2176configure:7624: cl.exe -E conftest.c
2177Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2178Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2179
2180conftest.c
2181conftest.c(16) : fatal error C1083: Cannot open include file: 'elf.h': No such file or directory
2182configure:7631: $? = 2
2183configure: failed program was:
2184| /* confdefs.h. */
2185| #define PACKAGE_NAME "Wine"
2186| #define PACKAGE_TARNAME "wine"
2187| #define PACKAGE_VERSION "1.1.10"
2188| #define PACKAGE_STRING "Wine 1.1.10"
2189| #define PACKAGE_BUGREPORT "[email protected]"
2190| #define X_DISPLAY_MISSING 1
2191| #define STDC_HEADERS 1
2192| #define HAVE_SYS_TYPES_H 1
2193| #define HAVE_SYS_STAT_H 1
2194| #define HAVE_STDLIB_H 1
2195| #define HAVE_STRING_H 1
2196| #define HAVE_MEMORY_H 1
2197| #define HAVE_DIRECT_H 1
2198| /* end confdefs.h. */
2199| #include <elf.h>
2200configure:7645: result: no
2201configure:7678: checking for elf.h
2202configure:7687: result: no
2203configure:7567: checking float.h usability
2204configure:7584: cl.exe -c -g conftest.c >&5
2205conftest.c
2206Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2207Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2208
2209cl : Command line warning D4002 : ignoring unknown option '-g'
2210configure:7591: $? = 0
2211configure:7605: result: yes
2212configure:7609: checking float.h presence
2213configure:7624: cl.exe -E conftest.c
2214Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2215Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2216
2217conftest.c
2218configure:7631: $? = 0
2219configure:7645: result: yes
2220configure:7678: checking for float.h
2221configure:7687: result: yes
2222configure:7567: checking fontconfig/fontconfig.h usability
2223configure:7584: cl.exe -c -g conftest.c >&5
2224conftest.c
2225conftest.c(50) : fatal error C1083: Cannot open include file: 'fontconfig/fontconfig.h': No such file or directory
2226Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2227Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2228
2229cl : Command line warning D4002 : ignoring unknown option '-g'
2230configure:7591: $? = 2
2231configure: failed program was:
2232| /* confdefs.h. */
2233| #define PACKAGE_NAME "Wine"
2234| #define PACKAGE_TARNAME "wine"
2235| #define PACKAGE_VERSION "1.1.10"
2236| #define PACKAGE_STRING "Wine 1.1.10"
2237| #define PACKAGE_BUGREPORT "[email protected]"
2238| #define X_DISPLAY_MISSING 1
2239| #define STDC_HEADERS 1
2240| #define HAVE_SYS_TYPES_H 1
2241| #define HAVE_SYS_STAT_H 1
2242| #define HAVE_STDLIB_H 1
2243| #define HAVE_STRING_H 1
2244| #define HAVE_MEMORY_H 1
2245| #define HAVE_DIRECT_H 1
2246| #define HAVE_FLOAT_H 1
2247| /* end confdefs.h. */
2248| #include <stdio.h>
2249| #ifdef HAVE_SYS_TYPES_H
2250| # include <sys/types.h>
2251| #endif
2252| #ifdef HAVE_SYS_STAT_H
2253| # include <sys/stat.h>
2254| #endif
2255| #ifdef STDC_HEADERS
2256| # include <stdlib.h>
2257| # include <stddef.h>
2258| #else
2259| # ifdef HAVE_STDLIB_H
2260| # include <stdlib.h>
2261| # endif
2262| #endif
2263| #ifdef HAVE_STRING_H
2264| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2265| # include <memory.h>
2266| # endif
2267| # include <string.h>
2268| #endif
2269| #ifdef HAVE_STRINGS_H
2270| # include <strings.h>
2271| #endif
2272| #ifdef HAVE_INTTYPES_H
2273| # include <inttypes.h>
2274| #endif
2275| #ifdef HAVE_STDINT_H
2276| # include <stdint.h>
2277| #endif
2278| #ifdef HAVE_UNISTD_H
2279| # include <unistd.h>
2280| #endif
2281| #include <fontconfig/fontconfig.h>
2282configure:7605: result: no
2283configure:7609: checking fontconfig/fontconfig.h presence
2284configure:7624: cl.exe -E conftest.c
2285Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2286Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2287
2288conftest.c
2289conftest.c(17) : fatal error C1083: Cannot open include file: 'fontconfig/fontconfig.h': No such file or directory
2290configure:7631: $? = 2
2291configure: failed program was:
2292| /* confdefs.h. */
2293| #define PACKAGE_NAME "Wine"
2294| #define PACKAGE_TARNAME "wine"
2295| #define PACKAGE_VERSION "1.1.10"
2296| #define PACKAGE_STRING "Wine 1.1.10"
2297| #define PACKAGE_BUGREPORT "[email protected]"
2298| #define X_DISPLAY_MISSING 1
2299| #define STDC_HEADERS 1
2300| #define HAVE_SYS_TYPES_H 1
2301| #define HAVE_SYS_STAT_H 1
2302| #define HAVE_STDLIB_H 1
2303| #define HAVE_STRING_H 1
2304| #define HAVE_MEMORY_H 1
2305| #define HAVE_DIRECT_H 1
2306| #define HAVE_FLOAT_H 1
2307| /* end confdefs.h. */
2308| #include <fontconfig/fontconfig.h>
2309configure:7645: result: no
2310configure:7678: checking for fontconfig/fontconfig.h
2311configure:7687: result: no
2312configure:7567: checking getopt.h usability
2313configure:7584: cl.exe -c -g conftest.c >&5
2314conftest.c
2315conftest.c(50) : fatal error C1083: Cannot open include file: 'getopt.h': No such file or directory
2316Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2317Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2318
2319cl : Command line warning D4002 : ignoring unknown option '-g'
2320configure:7591: $? = 2
2321configure: failed program was:
2322| /* confdefs.h. */
2323| #define PACKAGE_NAME "Wine"
2324| #define PACKAGE_TARNAME "wine"
2325| #define PACKAGE_VERSION "1.1.10"
2326| #define PACKAGE_STRING "Wine 1.1.10"
2327| #define PACKAGE_BUGREPORT "[email protected]"
2328| #define X_DISPLAY_MISSING 1
2329| #define STDC_HEADERS 1
2330| #define HAVE_SYS_TYPES_H 1
2331| #define HAVE_SYS_STAT_H 1
2332| #define HAVE_STDLIB_H 1
2333| #define HAVE_STRING_H 1
2334| #define HAVE_MEMORY_H 1
2335| #define HAVE_DIRECT_H 1
2336| #define HAVE_FLOAT_H 1
2337| /* end confdefs.h. */
2338| #include <stdio.h>
2339| #ifdef HAVE_SYS_TYPES_H
2340| # include <sys/types.h>
2341| #endif
2342| #ifdef HAVE_SYS_STAT_H
2343| # include <sys/stat.h>
2344| #endif
2345| #ifdef STDC_HEADERS
2346| # include <stdlib.h>
2347| # include <stddef.h>
2348| #else
2349| # ifdef HAVE_STDLIB_H
2350| # include <stdlib.h>
2351| # endif
2352| #endif
2353| #ifdef HAVE_STRING_H
2354| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2355| # include <memory.h>
2356| # endif
2357| # include <string.h>
2358| #endif
2359| #ifdef HAVE_STRINGS_H
2360| # include <strings.h>
2361| #endif
2362| #ifdef HAVE_INTTYPES_H
2363| # include <inttypes.h>
2364| #endif
2365| #ifdef HAVE_STDINT_H
2366| # include <stdint.h>
2367| #endif
2368| #ifdef HAVE_UNISTD_H
2369| # include <unistd.h>
2370| #endif
2371| #include <getopt.h>
2372configure:7605: result: no
2373configure:7609: checking getopt.h presence
2374configure:7624: cl.exe -E conftest.c
2375Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2376Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2377
2378conftest.c
2379conftest.c(17) : fatal error C1083: Cannot open include file: 'getopt.h': No such file or directory
2380configure:7631: $? = 2
2381configure: failed program was:
2382| /* confdefs.h. */
2383| #define PACKAGE_NAME "Wine"
2384| #define PACKAGE_TARNAME "wine"
2385| #define PACKAGE_VERSION "1.1.10"
2386| #define PACKAGE_STRING "Wine 1.1.10"
2387| #define PACKAGE_BUGREPORT "[email protected]"
2388| #define X_DISPLAY_MISSING 1
2389| #define STDC_HEADERS 1
2390| #define HAVE_SYS_TYPES_H 1
2391| #define HAVE_SYS_STAT_H 1
2392| #define HAVE_STDLIB_H 1
2393| #define HAVE_STRING_H 1
2394| #define HAVE_MEMORY_H 1
2395| #define HAVE_DIRECT_H 1
2396| #define HAVE_FLOAT_H 1
2397| /* end confdefs.h. */
2398| #include <getopt.h>
2399configure:7645: result: no
2400configure:7678: checking for getopt.h
2401configure:7687: result: no
2402configure:7567: checking ieeefp.h usability
2403configure:7584: cl.exe -c -g conftest.c >&5
2404conftest.c
2405conftest.c(50) : fatal error C1083: Cannot open include file: 'ieeefp.h': No such file or directory
2406Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2407Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2408
2409cl : Command line warning D4002 : ignoring unknown option '-g'
2410configure:7591: $? = 2
2411configure: failed program was:
2412| /* confdefs.h. */
2413| #define PACKAGE_NAME "Wine"
2414| #define PACKAGE_TARNAME "wine"
2415| #define PACKAGE_VERSION "1.1.10"
2416| #define PACKAGE_STRING "Wine 1.1.10"
2417| #define PACKAGE_BUGREPORT "[email protected]"
2418| #define X_DISPLAY_MISSING 1
2419| #define STDC_HEADERS 1
2420| #define HAVE_SYS_TYPES_H 1
2421| #define HAVE_SYS_STAT_H 1
2422| #define HAVE_STDLIB_H 1
2423| #define HAVE_STRING_H 1
2424| #define HAVE_MEMORY_H 1
2425| #define HAVE_DIRECT_H 1
2426| #define HAVE_FLOAT_H 1
2427| /* end confdefs.h. */
2428| #include <stdio.h>
2429| #ifdef HAVE_SYS_TYPES_H
2430| # include <sys/types.h>
2431| #endif
2432| #ifdef HAVE_SYS_STAT_H
2433| # include <sys/stat.h>
2434| #endif
2435| #ifdef STDC_HEADERS
2436| # include <stdlib.h>
2437| # include <stddef.h>
2438| #else
2439| # ifdef HAVE_STDLIB_H
2440| # include <stdlib.h>
2441| # endif
2442| #endif
2443| #ifdef HAVE_STRING_H
2444| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2445| # include <memory.h>
2446| # endif
2447| # include <string.h>
2448| #endif
2449| #ifdef HAVE_STRINGS_H
2450| # include <strings.h>
2451| #endif
2452| #ifdef HAVE_INTTYPES_H
2453| # include <inttypes.h>
2454| #endif
2455| #ifdef HAVE_STDINT_H
2456| # include <stdint.h>
2457| #endif
2458| #ifdef HAVE_UNISTD_H
2459| # include <unistd.h>
2460| #endif
2461| #include <ieeefp.h>
2462configure:7605: result: no
2463configure:7609: checking ieeefp.h presence
2464configure:7624: cl.exe -E conftest.c
2465Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2466Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2467
2468conftest.c
2469conftest.c(17) : fatal error C1083: Cannot open include file: 'ieeefp.h': No such file or directory
2470configure:7631: $? = 2
2471configure: failed program was:
2472| /* confdefs.h. */
2473| #define PACKAGE_NAME "Wine"
2474| #define PACKAGE_TARNAME "wine"
2475| #define PACKAGE_VERSION "1.1.10"
2476| #define PACKAGE_STRING "Wine 1.1.10"
2477| #define PACKAGE_BUGREPORT "[email protected]"
2478| #define X_DISPLAY_MISSING 1
2479| #define STDC_HEADERS 1
2480| #define HAVE_SYS_TYPES_H 1
2481| #define HAVE_SYS_STAT_H 1
2482| #define HAVE_STDLIB_H 1
2483| #define HAVE_STRING_H 1
2484| #define HAVE_MEMORY_H 1
2485| #define HAVE_DIRECT_H 1
2486| #define HAVE_FLOAT_H 1
2487| /* end confdefs.h. */
2488| #include <ieeefp.h>
2489configure:7645: result: no
2490configure:7678: checking for ieeefp.h
2491configure:7687: result: no
2492configure:7567: checking io.h usability
2493configure:7584: cl.exe -c -g conftest.c >&5
2494conftest.c
2495Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2496Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2497
2498cl : Command line warning D4002 : ignoring unknown option '-g'
2499configure:7591: $? = 0
2500configure:7605: result: yes
2501configure:7609: checking io.h presence
2502configure:7624: cl.exe -E conftest.c
2503Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2504Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2505
2506conftest.c
2507configure:7631: $? = 0
2508configure:7645: result: yes
2509configure:7678: checking for io.h
2510configure:7687: result: yes
2511configure:7567: checking jack/jack.h usability
2512configure:7584: cl.exe -c -g conftest.c >&5
2513conftest.c
2514conftest.c(51) : fatal error C1083: Cannot open include file: 'jack/jack.h': No such file or directory
2515Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2516Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2517
2518cl : Command line warning D4002 : ignoring unknown option '-g'
2519configure:7591: $? = 2
2520configure: failed program was:
2521| /* confdefs.h. */
2522| #define PACKAGE_NAME "Wine"
2523| #define PACKAGE_TARNAME "wine"
2524| #define PACKAGE_VERSION "1.1.10"
2525| #define PACKAGE_STRING "Wine 1.1.10"
2526| #define PACKAGE_BUGREPORT "[email protected]"
2527| #define X_DISPLAY_MISSING 1
2528| #define STDC_HEADERS 1
2529| #define HAVE_SYS_TYPES_H 1
2530| #define HAVE_SYS_STAT_H 1
2531| #define HAVE_STDLIB_H 1
2532| #define HAVE_STRING_H 1
2533| #define HAVE_MEMORY_H 1
2534| #define HAVE_DIRECT_H 1
2535| #define HAVE_FLOAT_H 1
2536| #define HAVE_IO_H 1
2537| /* end confdefs.h. */
2538| #include <stdio.h>
2539| #ifdef HAVE_SYS_TYPES_H
2540| # include <sys/types.h>
2541| #endif
2542| #ifdef HAVE_SYS_STAT_H
2543| # include <sys/stat.h>
2544| #endif
2545| #ifdef STDC_HEADERS
2546| # include <stdlib.h>
2547| # include <stddef.h>
2548| #else
2549| # ifdef HAVE_STDLIB_H
2550| # include <stdlib.h>
2551| # endif
2552| #endif
2553| #ifdef HAVE_STRING_H
2554| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2555| # include <memory.h>
2556| # endif
2557| # include <string.h>
2558| #endif
2559| #ifdef HAVE_STRINGS_H
2560| # include <strings.h>
2561| #endif
2562| #ifdef HAVE_INTTYPES_H
2563| # include <inttypes.h>
2564| #endif
2565| #ifdef HAVE_STDINT_H
2566| # include <stdint.h>
2567| #endif
2568| #ifdef HAVE_UNISTD_H
2569| # include <unistd.h>
2570| #endif
2571| #include <jack/jack.h>
2572configure:7605: result: no
2573configure:7609: checking jack/jack.h presence
2574configure:7624: cl.exe -E conftest.c
2575Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2576Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2577
2578conftest.c
2579conftest.c(18) : fatal error C1083: Cannot open include file: 'jack/jack.h': No such file or directory
2580configure:7631: $? = 2
2581configure: failed program was:
2582| /* confdefs.h. */
2583| #define PACKAGE_NAME "Wine"
2584| #define PACKAGE_TARNAME "wine"
2585| #define PACKAGE_VERSION "1.1.10"
2586| #define PACKAGE_STRING "Wine 1.1.10"
2587| #define PACKAGE_BUGREPORT "[email protected]"
2588| #define X_DISPLAY_MISSING 1
2589| #define STDC_HEADERS 1
2590| #define HAVE_SYS_TYPES_H 1
2591| #define HAVE_SYS_STAT_H 1
2592| #define HAVE_STDLIB_H 1
2593| #define HAVE_STRING_H 1
2594| #define HAVE_MEMORY_H 1
2595| #define HAVE_DIRECT_H 1
2596| #define HAVE_FLOAT_H 1
2597| #define HAVE_IO_H 1
2598| /* end confdefs.h. */
2599| #include <jack/jack.h>
2600configure:7645: result: no
2601configure:7678: checking for jack/jack.h
2602configure:7687: result: no
2603configure:7567: checking jpeglib.h usability
2604configure:7584: cl.exe -c -g conftest.c >&5
2605conftest.c
2606conftest.c(51) : fatal error C1083: Cannot open include file: 'jpeglib.h': No such file or directory
2607Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2608Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2609
2610cl : Command line warning D4002 : ignoring unknown option '-g'
2611configure:7591: $? = 2
2612configure: failed program was:
2613| /* confdefs.h. */
2614| #define PACKAGE_NAME "Wine"
2615| #define PACKAGE_TARNAME "wine"
2616| #define PACKAGE_VERSION "1.1.10"
2617| #define PACKAGE_STRING "Wine 1.1.10"
2618| #define PACKAGE_BUGREPORT "[email protected]"
2619| #define X_DISPLAY_MISSING 1
2620| #define STDC_HEADERS 1
2621| #define HAVE_SYS_TYPES_H 1
2622| #define HAVE_SYS_STAT_H 1
2623| #define HAVE_STDLIB_H 1
2624| #define HAVE_STRING_H 1
2625| #define HAVE_MEMORY_H 1
2626| #define HAVE_DIRECT_H 1
2627| #define HAVE_FLOAT_H 1
2628| #define HAVE_IO_H 1
2629| /* end confdefs.h. */
2630| #include <stdio.h>
2631| #ifdef HAVE_SYS_TYPES_H
2632| # include <sys/types.h>
2633| #endif
2634| #ifdef HAVE_SYS_STAT_H
2635| # include <sys/stat.h>
2636| #endif
2637| #ifdef STDC_HEADERS
2638| # include <stdlib.h>
2639| # include <stddef.h>
2640| #else
2641| # ifdef HAVE_STDLIB_H
2642| # include <stdlib.h>
2643| # endif
2644| #endif
2645| #ifdef HAVE_STRING_H
2646| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2647| # include <memory.h>
2648| # endif
2649| # include <string.h>
2650| #endif
2651| #ifdef HAVE_STRINGS_H
2652| # include <strings.h>
2653| #endif
2654| #ifdef HAVE_INTTYPES_H
2655| # include <inttypes.h>
2656| #endif
2657| #ifdef HAVE_STDINT_H
2658| # include <stdint.h>
2659| #endif
2660| #ifdef HAVE_UNISTD_H
2661| # include <unistd.h>
2662| #endif
2663| #include <jpeglib.h>
2664configure:7605: result: no
2665configure:7609: checking jpeglib.h presence
2666configure:7624: cl.exe -E conftest.c
2667Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2668Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2669
2670conftest.c
2671conftest.c(18) : fatal error C1083: Cannot open include file: 'jpeglib.h': No such file or directory
2672configure:7631: $? = 2
2673configure: failed program was:
2674| /* confdefs.h. */
2675| #define PACKAGE_NAME "Wine"
2676| #define PACKAGE_TARNAME "wine"
2677| #define PACKAGE_VERSION "1.1.10"
2678| #define PACKAGE_STRING "Wine 1.1.10"
2679| #define PACKAGE_BUGREPORT "[email protected]"
2680| #define X_DISPLAY_MISSING 1
2681| #define STDC_HEADERS 1
2682| #define HAVE_SYS_TYPES_H 1
2683| #define HAVE_SYS_STAT_H 1
2684| #define HAVE_STDLIB_H 1
2685| #define HAVE_STRING_H 1
2686| #define HAVE_MEMORY_H 1
2687| #define HAVE_DIRECT_H 1
2688| #define HAVE_FLOAT_H 1
2689| #define HAVE_IO_H 1
2690| /* end confdefs.h. */
2691| #include <jpeglib.h>
2692configure:7645: result: no
2693configure:7678: checking for jpeglib.h
2694configure:7687: result: no
2695configure:7567: checking lber.h usability
2696configure:7584: cl.exe -c -g conftest.c >&5
2697conftest.c
2698conftest.c(51) : fatal error C1083: Cannot open include file: 'lber.h': No such file or directory
2699Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2700Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2701
2702cl : Command line warning D4002 : ignoring unknown option '-g'
2703configure:7591: $? = 2
2704configure: failed program was:
2705| /* confdefs.h. */
2706| #define PACKAGE_NAME "Wine"
2707| #define PACKAGE_TARNAME "wine"
2708| #define PACKAGE_VERSION "1.1.10"
2709| #define PACKAGE_STRING "Wine 1.1.10"
2710| #define PACKAGE_BUGREPORT "[email protected]"
2711| #define X_DISPLAY_MISSING 1
2712| #define STDC_HEADERS 1
2713| #define HAVE_SYS_TYPES_H 1
2714| #define HAVE_SYS_STAT_H 1
2715| #define HAVE_STDLIB_H 1
2716| #define HAVE_STRING_H 1
2717| #define HAVE_MEMORY_H 1
2718| #define HAVE_DIRECT_H 1
2719| #define HAVE_FLOAT_H 1
2720| #define HAVE_IO_H 1
2721| /* end confdefs.h. */
2722| #include <stdio.h>
2723| #ifdef HAVE_SYS_TYPES_H
2724| # include <sys/types.h>
2725| #endif
2726| #ifdef HAVE_SYS_STAT_H
2727| # include <sys/stat.h>
2728| #endif
2729| #ifdef STDC_HEADERS
2730| # include <stdlib.h>
2731| # include <stddef.h>
2732| #else
2733| # ifdef HAVE_STDLIB_H
2734| # include <stdlib.h>
2735| # endif
2736| #endif
2737| #ifdef HAVE_STRING_H
2738| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2739| # include <memory.h>
2740| # endif
2741| # include <string.h>
2742| #endif
2743| #ifdef HAVE_STRINGS_H
2744| # include <strings.h>
2745| #endif
2746| #ifdef HAVE_INTTYPES_H
2747| # include <inttypes.h>
2748| #endif
2749| #ifdef HAVE_STDINT_H
2750| # include <stdint.h>
2751| #endif
2752| #ifdef HAVE_UNISTD_H
2753| # include <unistd.h>
2754| #endif
2755| #include <lber.h>
2756configure:7605: result: no
2757configure:7609: checking lber.h presence
2758configure:7624: cl.exe -E conftest.c
2759Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2760Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2761
2762conftest.c
2763conftest.c(18) : fatal error C1083: Cannot open include file: 'lber.h': No such file or directory
2764configure:7631: $? = 2
2765configure: failed program was:
2766| /* confdefs.h. */
2767| #define PACKAGE_NAME "Wine"
2768| #define PACKAGE_TARNAME "wine"
2769| #define PACKAGE_VERSION "1.1.10"
2770| #define PACKAGE_STRING "Wine 1.1.10"
2771| #define PACKAGE_BUGREPORT "[email protected]"
2772| #define X_DISPLAY_MISSING 1
2773| #define STDC_HEADERS 1
2774| #define HAVE_SYS_TYPES_H 1
2775| #define HAVE_SYS_STAT_H 1
2776| #define HAVE_STDLIB_H 1
2777| #define HAVE_STRING_H 1
2778| #define HAVE_MEMORY_H 1
2779| #define HAVE_DIRECT_H 1
2780| #define HAVE_FLOAT_H 1
2781| #define HAVE_IO_H 1
2782| /* end confdefs.h. */
2783| #include <lber.h>
2784configure:7645: result: no
2785configure:7678: checking for lber.h
2786configure:7687: result: no
2787configure:7567: checking lcms.h usability
2788configure:7584: cl.exe -c -g conftest.c >&5
2789conftest.c
2790conftest.c(51) : fatal error C1083: Cannot open include file: 'lcms.h': No such file or directory
2791Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2792Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2793
2794cl : Command line warning D4002 : ignoring unknown option '-g'
2795configure:7591: $? = 2
2796configure: failed program was:
2797| /* confdefs.h. */
2798| #define PACKAGE_NAME "Wine"
2799| #define PACKAGE_TARNAME "wine"
2800| #define PACKAGE_VERSION "1.1.10"
2801| #define PACKAGE_STRING "Wine 1.1.10"
2802| #define PACKAGE_BUGREPORT "[email protected]"
2803| #define X_DISPLAY_MISSING 1
2804| #define STDC_HEADERS 1
2805| #define HAVE_SYS_TYPES_H 1
2806| #define HAVE_SYS_STAT_H 1
2807| #define HAVE_STDLIB_H 1
2808| #define HAVE_STRING_H 1
2809| #define HAVE_MEMORY_H 1
2810| #define HAVE_DIRECT_H 1
2811| #define HAVE_FLOAT_H 1
2812| #define HAVE_IO_H 1
2813| /* end confdefs.h. */
2814| #include <stdio.h>
2815| #ifdef HAVE_SYS_TYPES_H
2816| # include <sys/types.h>
2817| #endif
2818| #ifdef HAVE_SYS_STAT_H
2819| # include <sys/stat.h>
2820| #endif
2821| #ifdef STDC_HEADERS
2822| # include <stdlib.h>
2823| # include <stddef.h>
2824| #else
2825| # ifdef HAVE_STDLIB_H
2826| # include <stdlib.h>
2827| # endif
2828| #endif
2829| #ifdef HAVE_STRING_H
2830| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2831| # include <memory.h>
2832| # endif
2833| # include <string.h>
2834| #endif
2835| #ifdef HAVE_STRINGS_H
2836| # include <strings.h>
2837| #endif
2838| #ifdef HAVE_INTTYPES_H
2839| # include <inttypes.h>
2840| #endif
2841| #ifdef HAVE_STDINT_H
2842| # include <stdint.h>
2843| #endif
2844| #ifdef HAVE_UNISTD_H
2845| # include <unistd.h>
2846| #endif
2847| #include <lcms.h>
2848configure:7605: result: no
2849configure:7609: checking lcms.h presence
2850configure:7624: cl.exe -E conftest.c
2851Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2852Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2853
2854conftest.c
2855conftest.c(18) : fatal error C1083: Cannot open include file: 'lcms.h': No such file or directory
2856configure:7631: $? = 2
2857configure: failed program was:
2858| /* confdefs.h. */
2859| #define PACKAGE_NAME "Wine"
2860| #define PACKAGE_TARNAME "wine"
2861| #define PACKAGE_VERSION "1.1.10"
2862| #define PACKAGE_STRING "Wine 1.1.10"
2863| #define PACKAGE_BUGREPORT "[email protected]"
2864| #define X_DISPLAY_MISSING 1
2865| #define STDC_HEADERS 1
2866| #define HAVE_SYS_TYPES_H 1
2867| #define HAVE_SYS_STAT_H 1
2868| #define HAVE_STDLIB_H 1
2869| #define HAVE_STRING_H 1
2870| #define HAVE_MEMORY_H 1
2871| #define HAVE_DIRECT_H 1
2872| #define HAVE_FLOAT_H 1
2873| #define HAVE_IO_H 1
2874| /* end confdefs.h. */
2875| #include <lcms.h>
2876configure:7645: result: no
2877configure:7678: checking for lcms.h
2878configure:7687: result: no
2879configure:7567: checking lcms/lcms.h usability
2880configure:7584: cl.exe -c -g conftest.c >&5
2881conftest.c
2882conftest.c(51) : fatal error C1083: Cannot open include file: 'lcms/lcms.h': No such file or directory
2883Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2884Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2885
2886cl : Command line warning D4002 : ignoring unknown option '-g'
2887configure:7591: $? = 2
2888configure: failed program was:
2889| /* confdefs.h. */
2890| #define PACKAGE_NAME "Wine"
2891| #define PACKAGE_TARNAME "wine"
2892| #define PACKAGE_VERSION "1.1.10"
2893| #define PACKAGE_STRING "Wine 1.1.10"
2894| #define PACKAGE_BUGREPORT "[email protected]"
2895| #define X_DISPLAY_MISSING 1
2896| #define STDC_HEADERS 1
2897| #define HAVE_SYS_TYPES_H 1
2898| #define HAVE_SYS_STAT_H 1
2899| #define HAVE_STDLIB_H 1
2900| #define HAVE_STRING_H 1
2901| #define HAVE_MEMORY_H 1
2902| #define HAVE_DIRECT_H 1
2903| #define HAVE_FLOAT_H 1
2904| #define HAVE_IO_H 1
2905| /* end confdefs.h. */
2906| #include <stdio.h>
2907| #ifdef HAVE_SYS_TYPES_H
2908| # include <sys/types.h>
2909| #endif
2910| #ifdef HAVE_SYS_STAT_H
2911| # include <sys/stat.h>
2912| #endif
2913| #ifdef STDC_HEADERS
2914| # include <stdlib.h>
2915| # include <stddef.h>
2916| #else
2917| # ifdef HAVE_STDLIB_H
2918| # include <stdlib.h>
2919| # endif
2920| #endif
2921| #ifdef HAVE_STRING_H
2922| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2923| # include <memory.h>
2924| # endif
2925| # include <string.h>
2926| #endif
2927| #ifdef HAVE_STRINGS_H
2928| # include <strings.h>
2929| #endif
2930| #ifdef HAVE_INTTYPES_H
2931| # include <inttypes.h>
2932| #endif
2933| #ifdef HAVE_STDINT_H
2934| # include <stdint.h>
2935| #endif
2936| #ifdef HAVE_UNISTD_H
2937| # include <unistd.h>
2938| #endif
2939| #include <lcms/lcms.h>
2940configure:7605: result: no
2941configure:7609: checking lcms/lcms.h presence
2942configure:7624: cl.exe -E conftest.c
2943Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2944Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2945
2946conftest.c
2947conftest.c(18) : fatal error C1083: Cannot open include file: 'lcms/lcms.h': No such file or directory
2948configure:7631: $? = 2
2949configure: failed program was:
2950| /* confdefs.h. */
2951| #define PACKAGE_NAME "Wine"
2952| #define PACKAGE_TARNAME "wine"
2953| #define PACKAGE_VERSION "1.1.10"
2954| #define PACKAGE_STRING "Wine 1.1.10"
2955| #define PACKAGE_BUGREPORT "[email protected]"
2956| #define X_DISPLAY_MISSING 1
2957| #define STDC_HEADERS 1
2958| #define HAVE_SYS_TYPES_H 1
2959| #define HAVE_SYS_STAT_H 1
2960| #define HAVE_STDLIB_H 1
2961| #define HAVE_STRING_H 1
2962| #define HAVE_MEMORY_H 1
2963| #define HAVE_DIRECT_H 1
2964| #define HAVE_FLOAT_H 1
2965| #define HAVE_IO_H 1
2966| /* end confdefs.h. */
2967| #include <lcms/lcms.h>
2968configure:7645: result: no
2969configure:7678: checking for lcms/lcms.h
2970configure:7687: result: no
2971configure:7567: checking ldap.h usability
2972configure:7584: cl.exe -c -g conftest.c >&5
2973conftest.c
2974conftest.c(51) : fatal error C1083: Cannot open include file: 'ldap.h': No such file or directory
2975Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
2976Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
2977
2978cl : Command line warning D4002 : ignoring unknown option '-g'
2979configure:7591: $? = 2
2980configure: failed program was:
2981| /* confdefs.h. */
2982| #define PACKAGE_NAME "Wine"
2983| #define PACKAGE_TARNAME "wine"
2984| #define PACKAGE_VERSION "1.1.10"
2985| #define PACKAGE_STRING "Wine 1.1.10"
2986| #define PACKAGE_BUGREPORT "[email protected]"
2987| #define X_DISPLAY_MISSING 1
2988| #define STDC_HEADERS 1
2989| #define HAVE_SYS_TYPES_H 1
2990| #define HAVE_SYS_STAT_H 1
2991| #define HAVE_STDLIB_H 1
2992| #define HAVE_STRING_H 1
2993| #define HAVE_MEMORY_H 1
2994| #define HAVE_DIRECT_H 1
2995| #define HAVE_FLOAT_H 1
2996| #define HAVE_IO_H 1
2997| /* end confdefs.h. */
2998| #include <stdio.h>
2999| #ifdef HAVE_SYS_TYPES_H
3000| # include <sys/types.h>
3001| #endif
3002| #ifdef HAVE_SYS_STAT_H
3003| # include <sys/stat.h>
3004| #endif
3005| #ifdef STDC_HEADERS
3006| # include <stdlib.h>
3007| # include <stddef.h>
3008| #else
3009| # ifdef HAVE_STDLIB_H
3010| # include <stdlib.h>
3011| # endif
3012| #endif
3013| #ifdef HAVE_STRING_H
3014| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3015| # include <memory.h>
3016| # endif
3017| # include <string.h>
3018| #endif
3019| #ifdef HAVE_STRINGS_H
3020| # include <strings.h>
3021| #endif
3022| #ifdef HAVE_INTTYPES_H
3023| # include <inttypes.h>
3024| #endif
3025| #ifdef HAVE_STDINT_H
3026| # include <stdint.h>
3027| #endif
3028| #ifdef HAVE_UNISTD_H
3029| # include <unistd.h>
3030| #endif
3031| #include <ldap.h>
3032configure:7605: result: no
3033configure:7609: checking ldap.h presence
3034configure:7624: cl.exe -E conftest.c
3035Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3036Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3037
3038conftest.c
3039conftest.c(18) : fatal error C1083: Cannot open include file: 'ldap.h': No such file or directory
3040configure:7631: $? = 2
3041configure: failed program was:
3042| /* confdefs.h. */
3043| #define PACKAGE_NAME "Wine"
3044| #define PACKAGE_TARNAME "wine"
3045| #define PACKAGE_VERSION "1.1.10"
3046| #define PACKAGE_STRING "Wine 1.1.10"
3047| #define PACKAGE_BUGREPORT "[email protected]"
3048| #define X_DISPLAY_MISSING 1
3049| #define STDC_HEADERS 1
3050| #define HAVE_SYS_TYPES_H 1
3051| #define HAVE_SYS_STAT_H 1
3052| #define HAVE_STDLIB_H 1
3053| #define HAVE_STRING_H 1
3054| #define HAVE_MEMORY_H 1
3055| #define HAVE_DIRECT_H 1
3056| #define HAVE_FLOAT_H 1
3057| #define HAVE_IO_H 1
3058| /* end confdefs.h. */
3059| #include <ldap.h>
3060configure:7645: result: no
3061configure:7678: checking for ldap.h
3062configure:7687: result: no
3063configure:7567: checking libaudioio.h usability
3064configure:7584: cl.exe -c -g conftest.c >&5
3065conftest.c
3066conftest.c(51) : fatal error C1083: Cannot open include file: 'libaudioio.h': No such file or directory
3067Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3068Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3069
3070cl : Command line warning D4002 : ignoring unknown option '-g'
3071configure:7591: $? = 2
3072configure: failed program was:
3073| /* confdefs.h. */
3074| #define PACKAGE_NAME "Wine"
3075| #define PACKAGE_TARNAME "wine"
3076| #define PACKAGE_VERSION "1.1.10"
3077| #define PACKAGE_STRING "Wine 1.1.10"
3078| #define PACKAGE_BUGREPORT "[email protected]"
3079| #define X_DISPLAY_MISSING 1
3080| #define STDC_HEADERS 1
3081| #define HAVE_SYS_TYPES_H 1
3082| #define HAVE_SYS_STAT_H 1
3083| #define HAVE_STDLIB_H 1
3084| #define HAVE_STRING_H 1
3085| #define HAVE_MEMORY_H 1
3086| #define HAVE_DIRECT_H 1
3087| #define HAVE_FLOAT_H 1
3088| #define HAVE_IO_H 1
3089| /* end confdefs.h. */
3090| #include <stdio.h>
3091| #ifdef HAVE_SYS_TYPES_H
3092| # include <sys/types.h>
3093| #endif
3094| #ifdef HAVE_SYS_STAT_H
3095| # include <sys/stat.h>
3096| #endif
3097| #ifdef STDC_HEADERS
3098| # include <stdlib.h>
3099| # include <stddef.h>
3100| #else
3101| # ifdef HAVE_STDLIB_H
3102| # include <stdlib.h>
3103| # endif
3104| #endif
3105| #ifdef HAVE_STRING_H
3106| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3107| # include <memory.h>
3108| # endif
3109| # include <string.h>
3110| #endif
3111| #ifdef HAVE_STRINGS_H
3112| # include <strings.h>
3113| #endif
3114| #ifdef HAVE_INTTYPES_H
3115| # include <inttypes.h>
3116| #endif
3117| #ifdef HAVE_STDINT_H
3118| # include <stdint.h>
3119| #endif
3120| #ifdef HAVE_UNISTD_H
3121| # include <unistd.h>
3122| #endif
3123| #include <libaudioio.h>
3124configure:7605: result: no
3125configure:7609: checking libaudioio.h presence
3126configure:7624: cl.exe -E conftest.c
3127Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3128Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3129
3130conftest.c
3131conftest.c(18) : fatal error C1083: Cannot open include file: 'libaudioio.h': No such file or directory
3132configure:7631: $? = 2
3133configure: failed program was:
3134| /* confdefs.h. */
3135| #define PACKAGE_NAME "Wine"
3136| #define PACKAGE_TARNAME "wine"
3137| #define PACKAGE_VERSION "1.1.10"
3138| #define PACKAGE_STRING "Wine 1.1.10"
3139| #define PACKAGE_BUGREPORT "[email protected]"
3140| #define X_DISPLAY_MISSING 1
3141| #define STDC_HEADERS 1
3142| #define HAVE_SYS_TYPES_H 1
3143| #define HAVE_SYS_STAT_H 1
3144| #define HAVE_STDLIB_H 1
3145| #define HAVE_STRING_H 1
3146| #define HAVE_MEMORY_H 1
3147| #define HAVE_DIRECT_H 1
3148| #define HAVE_FLOAT_H 1
3149| #define HAVE_IO_H 1
3150| /* end confdefs.h. */
3151| #include <libaudioio.h>
3152configure:7645: result: no
3153configure:7678: checking for libaudioio.h
3154configure:7687: result: no
3155configure:7567: checking link.h usability
3156configure:7584: cl.exe -c -g conftest.c >&5
3157conftest.c
3158conftest.c(51) : fatal error C1083: Cannot open include file: 'link.h': No such file or directory
3159Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3160Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3161
3162cl : Command line warning D4002 : ignoring unknown option '-g'
3163configure:7591: $? = 2
3164configure: failed program was:
3165| /* confdefs.h. */
3166| #define PACKAGE_NAME "Wine"
3167| #define PACKAGE_TARNAME "wine"
3168| #define PACKAGE_VERSION "1.1.10"
3169| #define PACKAGE_STRING "Wine 1.1.10"
3170| #define PACKAGE_BUGREPORT "[email protected]"
3171| #define X_DISPLAY_MISSING 1
3172| #define STDC_HEADERS 1
3173| #define HAVE_SYS_TYPES_H 1
3174| #define HAVE_SYS_STAT_H 1
3175| #define HAVE_STDLIB_H 1
3176| #define HAVE_STRING_H 1
3177| #define HAVE_MEMORY_H 1
3178| #define HAVE_DIRECT_H 1
3179| #define HAVE_FLOAT_H 1
3180| #define HAVE_IO_H 1
3181| /* end confdefs.h. */
3182| #include <stdio.h>
3183| #ifdef HAVE_SYS_TYPES_H
3184| # include <sys/types.h>
3185| #endif
3186| #ifdef HAVE_SYS_STAT_H
3187| # include <sys/stat.h>
3188| #endif
3189| #ifdef STDC_HEADERS
3190| # include <stdlib.h>
3191| # include <stddef.h>
3192| #else
3193| # ifdef HAVE_STDLIB_H
3194| # include <stdlib.h>
3195| # endif
3196| #endif
3197| #ifdef HAVE_STRING_H
3198| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3199| # include <memory.h>
3200| # endif
3201| # include <string.h>
3202| #endif
3203| #ifdef HAVE_STRINGS_H
3204| # include <strings.h>
3205| #endif
3206| #ifdef HAVE_INTTYPES_H
3207| # include <inttypes.h>
3208| #endif
3209| #ifdef HAVE_STDINT_H
3210| # include <stdint.h>
3211| #endif
3212| #ifdef HAVE_UNISTD_H
3213| # include <unistd.h>
3214| #endif
3215| #include <link.h>
3216configure:7605: result: no
3217configure:7609: checking link.h presence
3218configure:7624: cl.exe -E conftest.c
3219Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3220Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3221
3222conftest.c
3223conftest.c(18) : fatal error C1083: Cannot open include file: 'link.h': No such file or directory
3224configure:7631: $? = 2
3225configure: failed program was:
3226| /* confdefs.h. */
3227| #define PACKAGE_NAME "Wine"
3228| #define PACKAGE_TARNAME "wine"
3229| #define PACKAGE_VERSION "1.1.10"
3230| #define PACKAGE_STRING "Wine 1.1.10"
3231| #define PACKAGE_BUGREPORT "[email protected]"
3232| #define X_DISPLAY_MISSING 1
3233| #define STDC_HEADERS 1
3234| #define HAVE_SYS_TYPES_H 1
3235| #define HAVE_SYS_STAT_H 1
3236| #define HAVE_STDLIB_H 1
3237| #define HAVE_STRING_H 1
3238| #define HAVE_MEMORY_H 1
3239| #define HAVE_DIRECT_H 1
3240| #define HAVE_FLOAT_H 1
3241| #define HAVE_IO_H 1
3242| /* end confdefs.h. */
3243| #include <link.h>
3244configure:7645: result: no
3245configure:7678: checking for link.h
3246configure:7687: result: no
3247configure:7567: checking linux/cdrom.h usability
3248configure:7584: cl.exe -c -g conftest.c >&5
3249conftest.c
3250conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/cdrom.h': No such file or directory
3251Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3252Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3253
3254cl : Command line warning D4002 : ignoring unknown option '-g'
3255configure:7591: $? = 2
3256configure: failed program was:
3257| /* confdefs.h. */
3258| #define PACKAGE_NAME "Wine"
3259| #define PACKAGE_TARNAME "wine"
3260| #define PACKAGE_VERSION "1.1.10"
3261| #define PACKAGE_STRING "Wine 1.1.10"
3262| #define PACKAGE_BUGREPORT "[email protected]"
3263| #define X_DISPLAY_MISSING 1
3264| #define STDC_HEADERS 1
3265| #define HAVE_SYS_TYPES_H 1
3266| #define HAVE_SYS_STAT_H 1
3267| #define HAVE_STDLIB_H 1
3268| #define HAVE_STRING_H 1
3269| #define HAVE_MEMORY_H 1
3270| #define HAVE_DIRECT_H 1
3271| #define HAVE_FLOAT_H 1
3272| #define HAVE_IO_H 1
3273| /* end confdefs.h. */
3274| #include <stdio.h>
3275| #ifdef HAVE_SYS_TYPES_H
3276| # include <sys/types.h>
3277| #endif
3278| #ifdef HAVE_SYS_STAT_H
3279| # include <sys/stat.h>
3280| #endif
3281| #ifdef STDC_HEADERS
3282| # include <stdlib.h>
3283| # include <stddef.h>
3284| #else
3285| # ifdef HAVE_STDLIB_H
3286| # include <stdlib.h>
3287| # endif
3288| #endif
3289| #ifdef HAVE_STRING_H
3290| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3291| # include <memory.h>
3292| # endif
3293| # include <string.h>
3294| #endif
3295| #ifdef HAVE_STRINGS_H
3296| # include <strings.h>
3297| #endif
3298| #ifdef HAVE_INTTYPES_H
3299| # include <inttypes.h>
3300| #endif
3301| #ifdef HAVE_STDINT_H
3302| # include <stdint.h>
3303| #endif
3304| #ifdef HAVE_UNISTD_H
3305| # include <unistd.h>
3306| #endif
3307| #include <linux/cdrom.h>
3308configure:7605: result: no
3309configure:7609: checking linux/cdrom.h presence
3310configure:7624: cl.exe -E conftest.c
3311Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3312Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3313
3314conftest.c
3315conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/cdrom.h': No such file or directory
3316configure:7631: $? = 2
3317configure: failed program was:
3318| /* confdefs.h. */
3319| #define PACKAGE_NAME "Wine"
3320| #define PACKAGE_TARNAME "wine"
3321| #define PACKAGE_VERSION "1.1.10"
3322| #define PACKAGE_STRING "Wine 1.1.10"
3323| #define PACKAGE_BUGREPORT "[email protected]"
3324| #define X_DISPLAY_MISSING 1
3325| #define STDC_HEADERS 1
3326| #define HAVE_SYS_TYPES_H 1
3327| #define HAVE_SYS_STAT_H 1
3328| #define HAVE_STDLIB_H 1
3329| #define HAVE_STRING_H 1
3330| #define HAVE_MEMORY_H 1
3331| #define HAVE_DIRECT_H 1
3332| #define HAVE_FLOAT_H 1
3333| #define HAVE_IO_H 1
3334| /* end confdefs.h. */
3335| #include <linux/cdrom.h>
3336configure:7645: result: no
3337configure:7678: checking for linux/cdrom.h
3338configure:7687: result: no
3339configure:7567: checking linux/compiler.h usability
3340configure:7584: cl.exe -c -g conftest.c >&5
3341conftest.c
3342conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/compiler.h': No such file or directory
3343Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3344Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3345
3346cl : Command line warning D4002 : ignoring unknown option '-g'
3347configure:7591: $? = 2
3348configure: failed program was:
3349| /* confdefs.h. */
3350| #define PACKAGE_NAME "Wine"
3351| #define PACKAGE_TARNAME "wine"
3352| #define PACKAGE_VERSION "1.1.10"
3353| #define PACKAGE_STRING "Wine 1.1.10"
3354| #define PACKAGE_BUGREPORT "[email protected]"
3355| #define X_DISPLAY_MISSING 1
3356| #define STDC_HEADERS 1
3357| #define HAVE_SYS_TYPES_H 1
3358| #define HAVE_SYS_STAT_H 1
3359| #define HAVE_STDLIB_H 1
3360| #define HAVE_STRING_H 1
3361| #define HAVE_MEMORY_H 1
3362| #define HAVE_DIRECT_H 1
3363| #define HAVE_FLOAT_H 1
3364| #define HAVE_IO_H 1
3365| /* end confdefs.h. */
3366| #include <stdio.h>
3367| #ifdef HAVE_SYS_TYPES_H
3368| # include <sys/types.h>
3369| #endif
3370| #ifdef HAVE_SYS_STAT_H
3371| # include <sys/stat.h>
3372| #endif
3373| #ifdef STDC_HEADERS
3374| # include <stdlib.h>
3375| # include <stddef.h>
3376| #else
3377| # ifdef HAVE_STDLIB_H
3378| # include <stdlib.h>
3379| # endif
3380| #endif
3381| #ifdef HAVE_STRING_H
3382| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3383| # include <memory.h>
3384| # endif
3385| # include <string.h>
3386| #endif
3387| #ifdef HAVE_STRINGS_H
3388| # include <strings.h>
3389| #endif
3390| #ifdef HAVE_INTTYPES_H
3391| # include <inttypes.h>
3392| #endif
3393| #ifdef HAVE_STDINT_H
3394| # include <stdint.h>
3395| #endif
3396| #ifdef HAVE_UNISTD_H
3397| # include <unistd.h>
3398| #endif
3399| #include <linux/compiler.h>
3400configure:7605: result: no
3401configure:7609: checking linux/compiler.h presence
3402configure:7624: cl.exe -E conftest.c
3403Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3404Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3405
3406conftest.c
3407conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/compiler.h': No such file or directory
3408configure:7631: $? = 2
3409configure: failed program was:
3410| /* confdefs.h. */
3411| #define PACKAGE_NAME "Wine"
3412| #define PACKAGE_TARNAME "wine"
3413| #define PACKAGE_VERSION "1.1.10"
3414| #define PACKAGE_STRING "Wine 1.1.10"
3415| #define PACKAGE_BUGREPORT "[email protected]"
3416| #define X_DISPLAY_MISSING 1
3417| #define STDC_HEADERS 1
3418| #define HAVE_SYS_TYPES_H 1
3419| #define HAVE_SYS_STAT_H 1
3420| #define HAVE_STDLIB_H 1
3421| #define HAVE_STRING_H 1
3422| #define HAVE_MEMORY_H 1
3423| #define HAVE_DIRECT_H 1
3424| #define HAVE_FLOAT_H 1
3425| #define HAVE_IO_H 1
3426| /* end confdefs.h. */
3427| #include <linux/compiler.h>
3428configure:7645: result: no
3429configure:7678: checking for linux/compiler.h
3430configure:7687: result: no
3431configure:7567: checking linux/hdreg.h usability
3432configure:7584: cl.exe -c -g conftest.c >&5
3433conftest.c
3434conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/hdreg.h': No such file or directory
3435Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3436Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3437
3438cl : Command line warning D4002 : ignoring unknown option '-g'
3439configure:7591: $? = 2
3440configure: failed program was:
3441| /* confdefs.h. */
3442| #define PACKAGE_NAME "Wine"
3443| #define PACKAGE_TARNAME "wine"
3444| #define PACKAGE_VERSION "1.1.10"
3445| #define PACKAGE_STRING "Wine 1.1.10"
3446| #define PACKAGE_BUGREPORT "[email protected]"
3447| #define X_DISPLAY_MISSING 1
3448| #define STDC_HEADERS 1
3449| #define HAVE_SYS_TYPES_H 1
3450| #define HAVE_SYS_STAT_H 1
3451| #define HAVE_STDLIB_H 1
3452| #define HAVE_STRING_H 1
3453| #define HAVE_MEMORY_H 1
3454| #define HAVE_DIRECT_H 1
3455| #define HAVE_FLOAT_H 1
3456| #define HAVE_IO_H 1
3457| /* end confdefs.h. */
3458| #include <stdio.h>
3459| #ifdef HAVE_SYS_TYPES_H
3460| # include <sys/types.h>
3461| #endif
3462| #ifdef HAVE_SYS_STAT_H
3463| # include <sys/stat.h>
3464| #endif
3465| #ifdef STDC_HEADERS
3466| # include <stdlib.h>
3467| # include <stddef.h>
3468| #else
3469| # ifdef HAVE_STDLIB_H
3470| # include <stdlib.h>
3471| # endif
3472| #endif
3473| #ifdef HAVE_STRING_H
3474| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3475| # include <memory.h>
3476| # endif
3477| # include <string.h>
3478| #endif
3479| #ifdef HAVE_STRINGS_H
3480| # include <strings.h>
3481| #endif
3482| #ifdef HAVE_INTTYPES_H
3483| # include <inttypes.h>
3484| #endif
3485| #ifdef HAVE_STDINT_H
3486| # include <stdint.h>
3487| #endif
3488| #ifdef HAVE_UNISTD_H
3489| # include <unistd.h>
3490| #endif
3491| #include <linux/hdreg.h>
3492configure:7605: result: no
3493configure:7609: checking linux/hdreg.h presence
3494configure:7624: cl.exe -E conftest.c
3495Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3496Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3497
3498conftest.c
3499conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/hdreg.h': No such file or directory
3500configure:7631: $? = 2
3501configure: failed program was:
3502| /* confdefs.h. */
3503| #define PACKAGE_NAME "Wine"
3504| #define PACKAGE_TARNAME "wine"
3505| #define PACKAGE_VERSION "1.1.10"
3506| #define PACKAGE_STRING "Wine 1.1.10"
3507| #define PACKAGE_BUGREPORT "[email protected]"
3508| #define X_DISPLAY_MISSING 1
3509| #define STDC_HEADERS 1
3510| #define HAVE_SYS_TYPES_H 1
3511| #define HAVE_SYS_STAT_H 1
3512| #define HAVE_STDLIB_H 1
3513| #define HAVE_STRING_H 1
3514| #define HAVE_MEMORY_H 1
3515| #define HAVE_DIRECT_H 1
3516| #define HAVE_FLOAT_H 1
3517| #define HAVE_IO_H 1
3518| /* end confdefs.h. */
3519| #include <linux/hdreg.h>
3520configure:7645: result: no
3521configure:7678: checking for linux/hdreg.h
3522configure:7687: result: no
3523configure:7567: checking linux/input.h usability
3524configure:7584: cl.exe -c -g conftest.c >&5
3525conftest.c
3526conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/input.h': No such file or directory
3527Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3528Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3529
3530cl : Command line warning D4002 : ignoring unknown option '-g'
3531configure:7591: $? = 2
3532configure: failed program was:
3533| /* confdefs.h. */
3534| #define PACKAGE_NAME "Wine"
3535| #define PACKAGE_TARNAME "wine"
3536| #define PACKAGE_VERSION "1.1.10"
3537| #define PACKAGE_STRING "Wine 1.1.10"
3538| #define PACKAGE_BUGREPORT "[email protected]"
3539| #define X_DISPLAY_MISSING 1
3540| #define STDC_HEADERS 1
3541| #define HAVE_SYS_TYPES_H 1
3542| #define HAVE_SYS_STAT_H 1
3543| #define HAVE_STDLIB_H 1
3544| #define HAVE_STRING_H 1
3545| #define HAVE_MEMORY_H 1
3546| #define HAVE_DIRECT_H 1
3547| #define HAVE_FLOAT_H 1
3548| #define HAVE_IO_H 1
3549| /* end confdefs.h. */
3550| #include <stdio.h>
3551| #ifdef HAVE_SYS_TYPES_H
3552| # include <sys/types.h>
3553| #endif
3554| #ifdef HAVE_SYS_STAT_H
3555| # include <sys/stat.h>
3556| #endif
3557| #ifdef STDC_HEADERS
3558| # include <stdlib.h>
3559| # include <stddef.h>
3560| #else
3561| # ifdef HAVE_STDLIB_H
3562| # include <stdlib.h>
3563| # endif
3564| #endif
3565| #ifdef HAVE_STRING_H
3566| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3567| # include <memory.h>
3568| # endif
3569| # include <string.h>
3570| #endif
3571| #ifdef HAVE_STRINGS_H
3572| # include <strings.h>
3573| #endif
3574| #ifdef HAVE_INTTYPES_H
3575| # include <inttypes.h>
3576| #endif
3577| #ifdef HAVE_STDINT_H
3578| # include <stdint.h>
3579| #endif
3580| #ifdef HAVE_UNISTD_H
3581| # include <unistd.h>
3582| #endif
3583| #include <linux/input.h>
3584configure:7605: result: no
3585configure:7609: checking linux/input.h presence
3586configure:7624: cl.exe -E conftest.c
3587Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3588Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3589
3590conftest.c
3591conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/input.h': No such file or directory
3592configure:7631: $? = 2
3593configure: failed program was:
3594| /* confdefs.h. */
3595| #define PACKAGE_NAME "Wine"
3596| #define PACKAGE_TARNAME "wine"
3597| #define PACKAGE_VERSION "1.1.10"
3598| #define PACKAGE_STRING "Wine 1.1.10"
3599| #define PACKAGE_BUGREPORT "[email protected]"
3600| #define X_DISPLAY_MISSING 1
3601| #define STDC_HEADERS 1
3602| #define HAVE_SYS_TYPES_H 1
3603| #define HAVE_SYS_STAT_H 1
3604| #define HAVE_STDLIB_H 1
3605| #define HAVE_STRING_H 1
3606| #define HAVE_MEMORY_H 1
3607| #define HAVE_DIRECT_H 1
3608| #define HAVE_FLOAT_H 1
3609| #define HAVE_IO_H 1
3610| /* end confdefs.h. */
3611| #include <linux/input.h>
3612configure:7645: result: no
3613configure:7678: checking for linux/input.h
3614configure:7687: result: no
3615configure:7567: checking linux/ioctl.h usability
3616configure:7584: cl.exe -c -g conftest.c >&5
3617conftest.c
3618conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/ioctl.h': No such file or directory
3619Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3620Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3621
3622cl : Command line warning D4002 : ignoring unknown option '-g'
3623configure:7591: $? = 2
3624configure: failed program was:
3625| /* confdefs.h. */
3626| #define PACKAGE_NAME "Wine"
3627| #define PACKAGE_TARNAME "wine"
3628| #define PACKAGE_VERSION "1.1.10"
3629| #define PACKAGE_STRING "Wine 1.1.10"
3630| #define PACKAGE_BUGREPORT "[email protected]"
3631| #define X_DISPLAY_MISSING 1
3632| #define STDC_HEADERS 1
3633| #define HAVE_SYS_TYPES_H 1
3634| #define HAVE_SYS_STAT_H 1
3635| #define HAVE_STDLIB_H 1
3636| #define HAVE_STRING_H 1
3637| #define HAVE_MEMORY_H 1
3638| #define HAVE_DIRECT_H 1
3639| #define HAVE_FLOAT_H 1
3640| #define HAVE_IO_H 1
3641| /* end confdefs.h. */
3642| #include <stdio.h>
3643| #ifdef HAVE_SYS_TYPES_H
3644| # include <sys/types.h>
3645| #endif
3646| #ifdef HAVE_SYS_STAT_H
3647| # include <sys/stat.h>
3648| #endif
3649| #ifdef STDC_HEADERS
3650| # include <stdlib.h>
3651| # include <stddef.h>
3652| #else
3653| # ifdef HAVE_STDLIB_H
3654| # include <stdlib.h>
3655| # endif
3656| #endif
3657| #ifdef HAVE_STRING_H
3658| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3659| # include <memory.h>
3660| # endif
3661| # include <string.h>
3662| #endif
3663| #ifdef HAVE_STRINGS_H
3664| # include <strings.h>
3665| #endif
3666| #ifdef HAVE_INTTYPES_H
3667| # include <inttypes.h>
3668| #endif
3669| #ifdef HAVE_STDINT_H
3670| # include <stdint.h>
3671| #endif
3672| #ifdef HAVE_UNISTD_H
3673| # include <unistd.h>
3674| #endif
3675| #include <linux/ioctl.h>
3676configure:7605: result: no
3677configure:7609: checking linux/ioctl.h presence
3678configure:7624: cl.exe -E conftest.c
3679Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3680Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3681
3682conftest.c
3683conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/ioctl.h': No such file or directory
3684configure:7631: $? = 2
3685configure: failed program was:
3686| /* confdefs.h. */
3687| #define PACKAGE_NAME "Wine"
3688| #define PACKAGE_TARNAME "wine"
3689| #define PACKAGE_VERSION "1.1.10"
3690| #define PACKAGE_STRING "Wine 1.1.10"
3691| #define PACKAGE_BUGREPORT "[email protected]"
3692| #define X_DISPLAY_MISSING 1
3693| #define STDC_HEADERS 1
3694| #define HAVE_SYS_TYPES_H 1
3695| #define HAVE_SYS_STAT_H 1
3696| #define HAVE_STDLIB_H 1
3697| #define HAVE_STRING_H 1
3698| #define HAVE_MEMORY_H 1
3699| #define HAVE_DIRECT_H 1
3700| #define HAVE_FLOAT_H 1
3701| #define HAVE_IO_H 1
3702| /* end confdefs.h. */
3703| #include <linux/ioctl.h>
3704configure:7645: result: no
3705configure:7678: checking for linux/ioctl.h
3706configure:7687: result: no
3707configure:7567: checking linux/joystick.h usability
3708configure:7584: cl.exe -c -g conftest.c >&5
3709conftest.c
3710conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/joystick.h': No such file or directory
3711Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3712Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3713
3714cl : Command line warning D4002 : ignoring unknown option '-g'
3715configure:7591: $? = 2
3716configure: failed program was:
3717| /* confdefs.h. */
3718| #define PACKAGE_NAME "Wine"
3719| #define PACKAGE_TARNAME "wine"
3720| #define PACKAGE_VERSION "1.1.10"
3721| #define PACKAGE_STRING "Wine 1.1.10"
3722| #define PACKAGE_BUGREPORT "[email protected]"
3723| #define X_DISPLAY_MISSING 1
3724| #define STDC_HEADERS 1
3725| #define HAVE_SYS_TYPES_H 1
3726| #define HAVE_SYS_STAT_H 1
3727| #define HAVE_STDLIB_H 1
3728| #define HAVE_STRING_H 1
3729| #define HAVE_MEMORY_H 1
3730| #define HAVE_DIRECT_H 1
3731| #define HAVE_FLOAT_H 1
3732| #define HAVE_IO_H 1
3733| /* end confdefs.h. */
3734| #include <stdio.h>
3735| #ifdef HAVE_SYS_TYPES_H
3736| # include <sys/types.h>
3737| #endif
3738| #ifdef HAVE_SYS_STAT_H
3739| # include <sys/stat.h>
3740| #endif
3741| #ifdef STDC_HEADERS
3742| # include <stdlib.h>
3743| # include <stddef.h>
3744| #else
3745| # ifdef HAVE_STDLIB_H
3746| # include <stdlib.h>
3747| # endif
3748| #endif
3749| #ifdef HAVE_STRING_H
3750| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3751| # include <memory.h>
3752| # endif
3753| # include <string.h>
3754| #endif
3755| #ifdef HAVE_STRINGS_H
3756| # include <strings.h>
3757| #endif
3758| #ifdef HAVE_INTTYPES_H
3759| # include <inttypes.h>
3760| #endif
3761| #ifdef HAVE_STDINT_H
3762| # include <stdint.h>
3763| #endif
3764| #ifdef HAVE_UNISTD_H
3765| # include <unistd.h>
3766| #endif
3767| #include <linux/joystick.h>
3768configure:7605: result: no
3769configure:7609: checking linux/joystick.h presence
3770configure:7624: cl.exe -E conftest.c
3771Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3772Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3773
3774conftest.c
3775conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/joystick.h': No such file or directory
3776configure:7631: $? = 2
3777configure: failed program was:
3778| /* confdefs.h. */
3779| #define PACKAGE_NAME "Wine"
3780| #define PACKAGE_TARNAME "wine"
3781| #define PACKAGE_VERSION "1.1.10"
3782| #define PACKAGE_STRING "Wine 1.1.10"
3783| #define PACKAGE_BUGREPORT "[email protected]"
3784| #define X_DISPLAY_MISSING 1
3785| #define STDC_HEADERS 1
3786| #define HAVE_SYS_TYPES_H 1
3787| #define HAVE_SYS_STAT_H 1
3788| #define HAVE_STDLIB_H 1
3789| #define HAVE_STRING_H 1
3790| #define HAVE_MEMORY_H 1
3791| #define HAVE_DIRECT_H 1
3792| #define HAVE_FLOAT_H 1
3793| #define HAVE_IO_H 1
3794| /* end confdefs.h. */
3795| #include <linux/joystick.h>
3796configure:7645: result: no
3797configure:7678: checking for linux/joystick.h
3798configure:7687: result: no
3799configure:7567: checking linux/major.h usability
3800configure:7584: cl.exe -c -g conftest.c >&5
3801conftest.c
3802conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/major.h': No such file or directory
3803Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3804Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3805
3806cl : Command line warning D4002 : ignoring unknown option '-g'
3807configure:7591: $? = 2
3808configure: failed program was:
3809| /* confdefs.h. */
3810| #define PACKAGE_NAME "Wine"
3811| #define PACKAGE_TARNAME "wine"
3812| #define PACKAGE_VERSION "1.1.10"
3813| #define PACKAGE_STRING "Wine 1.1.10"
3814| #define PACKAGE_BUGREPORT "[email protected]"
3815| #define X_DISPLAY_MISSING 1
3816| #define STDC_HEADERS 1
3817| #define HAVE_SYS_TYPES_H 1
3818| #define HAVE_SYS_STAT_H 1
3819| #define HAVE_STDLIB_H 1
3820| #define HAVE_STRING_H 1
3821| #define HAVE_MEMORY_H 1
3822| #define HAVE_DIRECT_H 1
3823| #define HAVE_FLOAT_H 1
3824| #define HAVE_IO_H 1
3825| /* end confdefs.h. */
3826| #include <stdio.h>
3827| #ifdef HAVE_SYS_TYPES_H
3828| # include <sys/types.h>
3829| #endif
3830| #ifdef HAVE_SYS_STAT_H
3831| # include <sys/stat.h>
3832| #endif
3833| #ifdef STDC_HEADERS
3834| # include <stdlib.h>
3835| # include <stddef.h>
3836| #else
3837| # ifdef HAVE_STDLIB_H
3838| # include <stdlib.h>
3839| # endif
3840| #endif
3841| #ifdef HAVE_STRING_H
3842| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3843| # include <memory.h>
3844| # endif
3845| # include <string.h>
3846| #endif
3847| #ifdef HAVE_STRINGS_H
3848| # include <strings.h>
3849| #endif
3850| #ifdef HAVE_INTTYPES_H
3851| # include <inttypes.h>
3852| #endif
3853| #ifdef HAVE_STDINT_H
3854| # include <stdint.h>
3855| #endif
3856| #ifdef HAVE_UNISTD_H
3857| # include <unistd.h>
3858| #endif
3859| #include <linux/major.h>
3860configure:7605: result: no
3861configure:7609: checking linux/major.h presence
3862configure:7624: cl.exe -E conftest.c
3863Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3864Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3865
3866conftest.c
3867conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/major.h': No such file or directory
3868configure:7631: $? = 2
3869configure: failed program was:
3870| /* confdefs.h. */
3871| #define PACKAGE_NAME "Wine"
3872| #define PACKAGE_TARNAME "wine"
3873| #define PACKAGE_VERSION "1.1.10"
3874| #define PACKAGE_STRING "Wine 1.1.10"
3875| #define PACKAGE_BUGREPORT "[email protected]"
3876| #define X_DISPLAY_MISSING 1
3877| #define STDC_HEADERS 1
3878| #define HAVE_SYS_TYPES_H 1
3879| #define HAVE_SYS_STAT_H 1
3880| #define HAVE_STDLIB_H 1
3881| #define HAVE_STRING_H 1
3882| #define HAVE_MEMORY_H 1
3883| #define HAVE_DIRECT_H 1
3884| #define HAVE_FLOAT_H 1
3885| #define HAVE_IO_H 1
3886| /* end confdefs.h. */
3887| #include <linux/major.h>
3888configure:7645: result: no
3889configure:7678: checking for linux/major.h
3890configure:7687: result: no
3891configure:7567: checking linux/param.h usability
3892configure:7584: cl.exe -c -g conftest.c >&5
3893conftest.c
3894conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/param.h': No such file or directory
3895Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3896Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3897
3898cl : Command line warning D4002 : ignoring unknown option '-g'
3899configure:7591: $? = 2
3900configure: failed program was:
3901| /* confdefs.h. */
3902| #define PACKAGE_NAME "Wine"
3903| #define PACKAGE_TARNAME "wine"
3904| #define PACKAGE_VERSION "1.1.10"
3905| #define PACKAGE_STRING "Wine 1.1.10"
3906| #define PACKAGE_BUGREPORT "[email protected]"
3907| #define X_DISPLAY_MISSING 1
3908| #define STDC_HEADERS 1
3909| #define HAVE_SYS_TYPES_H 1
3910| #define HAVE_SYS_STAT_H 1
3911| #define HAVE_STDLIB_H 1
3912| #define HAVE_STRING_H 1
3913| #define HAVE_MEMORY_H 1
3914| #define HAVE_DIRECT_H 1
3915| #define HAVE_FLOAT_H 1
3916| #define HAVE_IO_H 1
3917| /* end confdefs.h. */
3918| #include <stdio.h>
3919| #ifdef HAVE_SYS_TYPES_H
3920| # include <sys/types.h>
3921| #endif
3922| #ifdef HAVE_SYS_STAT_H
3923| # include <sys/stat.h>
3924| #endif
3925| #ifdef STDC_HEADERS
3926| # include <stdlib.h>
3927| # include <stddef.h>
3928| #else
3929| # ifdef HAVE_STDLIB_H
3930| # include <stdlib.h>
3931| # endif
3932| #endif
3933| #ifdef HAVE_STRING_H
3934| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
3935| # include <memory.h>
3936| # endif
3937| # include <string.h>
3938| #endif
3939| #ifdef HAVE_STRINGS_H
3940| # include <strings.h>
3941| #endif
3942| #ifdef HAVE_INTTYPES_H
3943| # include <inttypes.h>
3944| #endif
3945| #ifdef HAVE_STDINT_H
3946| # include <stdint.h>
3947| #endif
3948| #ifdef HAVE_UNISTD_H
3949| # include <unistd.h>
3950| #endif
3951| #include <linux/param.h>
3952configure:7605: result: no
3953configure:7609: checking linux/param.h presence
3954configure:7624: cl.exe -E conftest.c
3955Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3956Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3957
3958conftest.c
3959conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/param.h': No such file or directory
3960configure:7631: $? = 2
3961configure: failed program was:
3962| /* confdefs.h. */
3963| #define PACKAGE_NAME "Wine"
3964| #define PACKAGE_TARNAME "wine"
3965| #define PACKAGE_VERSION "1.1.10"
3966| #define PACKAGE_STRING "Wine 1.1.10"
3967| #define PACKAGE_BUGREPORT "[email protected]"
3968| #define X_DISPLAY_MISSING 1
3969| #define STDC_HEADERS 1
3970| #define HAVE_SYS_TYPES_H 1
3971| #define HAVE_SYS_STAT_H 1
3972| #define HAVE_STDLIB_H 1
3973| #define HAVE_STRING_H 1
3974| #define HAVE_MEMORY_H 1
3975| #define HAVE_DIRECT_H 1
3976| #define HAVE_FLOAT_H 1
3977| #define HAVE_IO_H 1
3978| /* end confdefs.h. */
3979| #include <linux/param.h>
3980configure:7645: result: no
3981configure:7678: checking for linux/param.h
3982configure:7687: result: no
3983configure:7567: checking linux/serial.h usability
3984configure:7584: cl.exe -c -g conftest.c >&5
3985conftest.c
3986conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/serial.h': No such file or directory
3987Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
3988Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
3989
3990cl : Command line warning D4002 : ignoring unknown option '-g'
3991configure:7591: $? = 2
3992configure: failed program was:
3993| /* confdefs.h. */
3994| #define PACKAGE_NAME "Wine"
3995| #define PACKAGE_TARNAME "wine"
3996| #define PACKAGE_VERSION "1.1.10"
3997| #define PACKAGE_STRING "Wine 1.1.10"
3998| #define PACKAGE_BUGREPORT "[email protected]"
3999| #define X_DISPLAY_MISSING 1
4000| #define STDC_HEADERS 1
4001| #define HAVE_SYS_TYPES_H 1
4002| #define HAVE_SYS_STAT_H 1
4003| #define HAVE_STDLIB_H 1
4004| #define HAVE_STRING_H 1
4005| #define HAVE_MEMORY_H 1
4006| #define HAVE_DIRECT_H 1
4007| #define HAVE_FLOAT_H 1
4008| #define HAVE_IO_H 1
4009| /* end confdefs.h. */
4010| #include <stdio.h>
4011| #ifdef HAVE_SYS_TYPES_H
4012| # include <sys/types.h>
4013| #endif
4014| #ifdef HAVE_SYS_STAT_H
4015| # include <sys/stat.h>
4016| #endif
4017| #ifdef STDC_HEADERS
4018| # include <stdlib.h>
4019| # include <stddef.h>
4020| #else
4021| # ifdef HAVE_STDLIB_H
4022| # include <stdlib.h>
4023| # endif
4024| #endif
4025| #ifdef HAVE_STRING_H
4026| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4027| # include <memory.h>
4028| # endif
4029| # include <string.h>
4030| #endif
4031| #ifdef HAVE_STRINGS_H
4032| # include <strings.h>
4033| #endif
4034| #ifdef HAVE_INTTYPES_H
4035| # include <inttypes.h>
4036| #endif
4037| #ifdef HAVE_STDINT_H
4038| # include <stdint.h>
4039| #endif
4040| #ifdef HAVE_UNISTD_H
4041| # include <unistd.h>
4042| #endif
4043| #include <linux/serial.h>
4044configure:7605: result: no
4045configure:7609: checking linux/serial.h presence
4046configure:7624: cl.exe -E conftest.c
4047Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4048Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4049
4050conftest.c
4051conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/serial.h': No such file or directory
4052configure:7631: $? = 2
4053configure: failed program was:
4054| /* confdefs.h. */
4055| #define PACKAGE_NAME "Wine"
4056| #define PACKAGE_TARNAME "wine"
4057| #define PACKAGE_VERSION "1.1.10"
4058| #define PACKAGE_STRING "Wine 1.1.10"
4059| #define PACKAGE_BUGREPORT "[email protected]"
4060| #define X_DISPLAY_MISSING 1
4061| #define STDC_HEADERS 1
4062| #define HAVE_SYS_TYPES_H 1
4063| #define HAVE_SYS_STAT_H 1
4064| #define HAVE_STDLIB_H 1
4065| #define HAVE_STRING_H 1
4066| #define HAVE_MEMORY_H 1
4067| #define HAVE_DIRECT_H 1
4068| #define HAVE_FLOAT_H 1
4069| #define HAVE_IO_H 1
4070| /* end confdefs.h. */
4071| #include <linux/serial.h>
4072configure:7645: result: no
4073configure:7678: checking for linux/serial.h
4074configure:7687: result: no
4075configure:7567: checking linux/ucdrom.h usability
4076configure:7584: cl.exe -c -g conftest.c >&5
4077conftest.c
4078conftest.c(51) : fatal error C1083: Cannot open include file: 'linux/ucdrom.h': No such file or directory
4079Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4080Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4081
4082cl : Command line warning D4002 : ignoring unknown option '-g'
4083configure:7591: $? = 2
4084configure: failed program was:
4085| /* confdefs.h. */
4086| #define PACKAGE_NAME "Wine"
4087| #define PACKAGE_TARNAME "wine"
4088| #define PACKAGE_VERSION "1.1.10"
4089| #define PACKAGE_STRING "Wine 1.1.10"
4090| #define PACKAGE_BUGREPORT "[email protected]"
4091| #define X_DISPLAY_MISSING 1
4092| #define STDC_HEADERS 1
4093| #define HAVE_SYS_TYPES_H 1
4094| #define HAVE_SYS_STAT_H 1
4095| #define HAVE_STDLIB_H 1
4096| #define HAVE_STRING_H 1
4097| #define HAVE_MEMORY_H 1
4098| #define HAVE_DIRECT_H 1
4099| #define HAVE_FLOAT_H 1
4100| #define HAVE_IO_H 1
4101| /* end confdefs.h. */
4102| #include <stdio.h>
4103| #ifdef HAVE_SYS_TYPES_H
4104| # include <sys/types.h>
4105| #endif
4106| #ifdef HAVE_SYS_STAT_H
4107| # include <sys/stat.h>
4108| #endif
4109| #ifdef STDC_HEADERS
4110| # include <stdlib.h>
4111| # include <stddef.h>
4112| #else
4113| # ifdef HAVE_STDLIB_H
4114| # include <stdlib.h>
4115| # endif
4116| #endif
4117| #ifdef HAVE_STRING_H
4118| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4119| # include <memory.h>
4120| # endif
4121| # include <string.h>
4122| #endif
4123| #ifdef HAVE_STRINGS_H
4124| # include <strings.h>
4125| #endif
4126| #ifdef HAVE_INTTYPES_H
4127| # include <inttypes.h>
4128| #endif
4129| #ifdef HAVE_STDINT_H
4130| # include <stdint.h>
4131| #endif
4132| #ifdef HAVE_UNISTD_H
4133| # include <unistd.h>
4134| #endif
4135| #include <linux/ucdrom.h>
4136configure:7605: result: no
4137configure:7609: checking linux/ucdrom.h presence
4138configure:7624: cl.exe -E conftest.c
4139Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4140Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4141
4142conftest.c
4143conftest.c(18) : fatal error C1083: Cannot open include file: 'linux/ucdrom.h': No such file or directory
4144configure:7631: $? = 2
4145configure: failed program was:
4146| /* confdefs.h. */
4147| #define PACKAGE_NAME "Wine"
4148| #define PACKAGE_TARNAME "wine"
4149| #define PACKAGE_VERSION "1.1.10"
4150| #define PACKAGE_STRING "Wine 1.1.10"
4151| #define PACKAGE_BUGREPORT "[email protected]"
4152| #define X_DISPLAY_MISSING 1
4153| #define STDC_HEADERS 1
4154| #define HAVE_SYS_TYPES_H 1
4155| #define HAVE_SYS_STAT_H 1
4156| #define HAVE_STDLIB_H 1
4157| #define HAVE_STRING_H 1
4158| #define HAVE_MEMORY_H 1
4159| #define HAVE_DIRECT_H 1
4160| #define HAVE_FLOAT_H 1
4161| #define HAVE_IO_H 1
4162| /* end confdefs.h. */
4163| #include <linux/ucdrom.h>
4164configure:7645: result: no
4165configure:7678: checking for linux/ucdrom.h
4166configure:7687: result: no
4167configure:7567: checking mach/mach.h usability
4168configure:7584: cl.exe -c -g conftest.c >&5
4169conftest.c
4170conftest.c(51) : fatal error C1083: Cannot open include file: 'mach/mach.h': No such file or directory
4171Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4172Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4173
4174cl : Command line warning D4002 : ignoring unknown option '-g'
4175configure:7591: $? = 2
4176configure: failed program was:
4177| /* confdefs.h. */
4178| #define PACKAGE_NAME "Wine"
4179| #define PACKAGE_TARNAME "wine"
4180| #define PACKAGE_VERSION "1.1.10"
4181| #define PACKAGE_STRING "Wine 1.1.10"
4182| #define PACKAGE_BUGREPORT "[email protected]"
4183| #define X_DISPLAY_MISSING 1
4184| #define STDC_HEADERS 1
4185| #define HAVE_SYS_TYPES_H 1
4186| #define HAVE_SYS_STAT_H 1
4187| #define HAVE_STDLIB_H 1
4188| #define HAVE_STRING_H 1
4189| #define HAVE_MEMORY_H 1
4190| #define HAVE_DIRECT_H 1
4191| #define HAVE_FLOAT_H 1
4192| #define HAVE_IO_H 1
4193| /* end confdefs.h. */
4194| #include <stdio.h>
4195| #ifdef HAVE_SYS_TYPES_H
4196| # include <sys/types.h>
4197| #endif
4198| #ifdef HAVE_SYS_STAT_H
4199| # include <sys/stat.h>
4200| #endif
4201| #ifdef STDC_HEADERS
4202| # include <stdlib.h>
4203| # include <stddef.h>
4204| #else
4205| # ifdef HAVE_STDLIB_H
4206| # include <stdlib.h>
4207| # endif
4208| #endif
4209| #ifdef HAVE_STRING_H
4210| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4211| # include <memory.h>
4212| # endif
4213| # include <string.h>
4214| #endif
4215| #ifdef HAVE_STRINGS_H
4216| # include <strings.h>
4217| #endif
4218| #ifdef HAVE_INTTYPES_H
4219| # include <inttypes.h>
4220| #endif
4221| #ifdef HAVE_STDINT_H
4222| # include <stdint.h>
4223| #endif
4224| #ifdef HAVE_UNISTD_H
4225| # include <unistd.h>
4226| #endif
4227| #include <mach/mach.h>
4228configure:7605: result: no
4229configure:7609: checking mach/mach.h presence
4230configure:7624: cl.exe -E conftest.c
4231Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4232Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4233
4234conftest.c
4235conftest.c(18) : fatal error C1083: Cannot open include file: 'mach/mach.h': No such file or directory
4236configure:7631: $? = 2
4237configure: failed program was:
4238| /* confdefs.h. */
4239| #define PACKAGE_NAME "Wine"
4240| #define PACKAGE_TARNAME "wine"
4241| #define PACKAGE_VERSION "1.1.10"
4242| #define PACKAGE_STRING "Wine 1.1.10"
4243| #define PACKAGE_BUGREPORT "[email protected]"
4244| #define X_DISPLAY_MISSING 1
4245| #define STDC_HEADERS 1
4246| #define HAVE_SYS_TYPES_H 1
4247| #define HAVE_SYS_STAT_H 1
4248| #define HAVE_STDLIB_H 1
4249| #define HAVE_STRING_H 1
4250| #define HAVE_MEMORY_H 1
4251| #define HAVE_DIRECT_H 1
4252| #define HAVE_FLOAT_H 1
4253| #define HAVE_IO_H 1
4254| /* end confdefs.h. */
4255| #include <mach/mach.h>
4256configure:7645: result: no
4257configure:7678: checking for mach/mach.h
4258configure:7687: result: no
4259configure:7567: checking mach/machine.h usability
4260configure:7584: cl.exe -c -g conftest.c >&5
4261conftest.c
4262conftest.c(51) : fatal error C1083: Cannot open include file: 'mach/machine.h': No such file or directory
4263Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4264Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4265
4266cl : Command line warning D4002 : ignoring unknown option '-g'
4267configure:7591: $? = 2
4268configure: failed program was:
4269| /* confdefs.h. */
4270| #define PACKAGE_NAME "Wine"
4271| #define PACKAGE_TARNAME "wine"
4272| #define PACKAGE_VERSION "1.1.10"
4273| #define PACKAGE_STRING "Wine 1.1.10"
4274| #define PACKAGE_BUGREPORT "[email protected]"
4275| #define X_DISPLAY_MISSING 1
4276| #define STDC_HEADERS 1
4277| #define HAVE_SYS_TYPES_H 1
4278| #define HAVE_SYS_STAT_H 1
4279| #define HAVE_STDLIB_H 1
4280| #define HAVE_STRING_H 1
4281| #define HAVE_MEMORY_H 1
4282| #define HAVE_DIRECT_H 1
4283| #define HAVE_FLOAT_H 1
4284| #define HAVE_IO_H 1
4285| /* end confdefs.h. */
4286| #include <stdio.h>
4287| #ifdef HAVE_SYS_TYPES_H
4288| # include <sys/types.h>
4289| #endif
4290| #ifdef HAVE_SYS_STAT_H
4291| # include <sys/stat.h>
4292| #endif
4293| #ifdef STDC_HEADERS
4294| # include <stdlib.h>
4295| # include <stddef.h>
4296| #else
4297| # ifdef HAVE_STDLIB_H
4298| # include <stdlib.h>
4299| # endif
4300| #endif
4301| #ifdef HAVE_STRING_H
4302| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4303| # include <memory.h>
4304| # endif
4305| # include <string.h>
4306| #endif
4307| #ifdef HAVE_STRINGS_H
4308| # include <strings.h>
4309| #endif
4310| #ifdef HAVE_INTTYPES_H
4311| # include <inttypes.h>
4312| #endif
4313| #ifdef HAVE_STDINT_H
4314| # include <stdint.h>
4315| #endif
4316| #ifdef HAVE_UNISTD_H
4317| # include <unistd.h>
4318| #endif
4319| #include <mach/machine.h>
4320configure:7605: result: no
4321configure:7609: checking mach/machine.h presence
4322configure:7624: cl.exe -E conftest.c
4323Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4324Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4325
4326conftest.c
4327conftest.c(18) : fatal error C1083: Cannot open include file: 'mach/machine.h': No such file or directory
4328configure:7631: $? = 2
4329configure: failed program was:
4330| /* confdefs.h. */
4331| #define PACKAGE_NAME "Wine"
4332| #define PACKAGE_TARNAME "wine"
4333| #define PACKAGE_VERSION "1.1.10"
4334| #define PACKAGE_STRING "Wine 1.1.10"
4335| #define PACKAGE_BUGREPORT "[email protected]"
4336| #define X_DISPLAY_MISSING 1
4337| #define STDC_HEADERS 1
4338| #define HAVE_SYS_TYPES_H 1
4339| #define HAVE_SYS_STAT_H 1
4340| #define HAVE_STDLIB_H 1
4341| #define HAVE_STRING_H 1
4342| #define HAVE_MEMORY_H 1
4343| #define HAVE_DIRECT_H 1
4344| #define HAVE_FLOAT_H 1
4345| #define HAVE_IO_H 1
4346| /* end confdefs.h. */
4347| #include <mach/machine.h>
4348configure:7645: result: no
4349configure:7678: checking for mach/machine.h
4350configure:7687: result: no
4351configure:7567: checking machine/cpu.h usability
4352configure:7584: cl.exe -c -g conftest.c >&5
4353conftest.c
4354conftest.c(51) : fatal error C1083: Cannot open include file: 'machine/cpu.h': No such file or directory
4355Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4356Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4357
4358cl : Command line warning D4002 : ignoring unknown option '-g'
4359configure:7591: $? = 2
4360configure: failed program was:
4361| /* confdefs.h. */
4362| #define PACKAGE_NAME "Wine"
4363| #define PACKAGE_TARNAME "wine"
4364| #define PACKAGE_VERSION "1.1.10"
4365| #define PACKAGE_STRING "Wine 1.1.10"
4366| #define PACKAGE_BUGREPORT "[email protected]"
4367| #define X_DISPLAY_MISSING 1
4368| #define STDC_HEADERS 1
4369| #define HAVE_SYS_TYPES_H 1
4370| #define HAVE_SYS_STAT_H 1
4371| #define HAVE_STDLIB_H 1
4372| #define HAVE_STRING_H 1
4373| #define HAVE_MEMORY_H 1
4374| #define HAVE_DIRECT_H 1
4375| #define HAVE_FLOAT_H 1
4376| #define HAVE_IO_H 1
4377| /* end confdefs.h. */
4378| #include <stdio.h>
4379| #ifdef HAVE_SYS_TYPES_H
4380| # include <sys/types.h>
4381| #endif
4382| #ifdef HAVE_SYS_STAT_H
4383| # include <sys/stat.h>
4384| #endif
4385| #ifdef STDC_HEADERS
4386| # include <stdlib.h>
4387| # include <stddef.h>
4388| #else
4389| # ifdef HAVE_STDLIB_H
4390| # include <stdlib.h>
4391| # endif
4392| #endif
4393| #ifdef HAVE_STRING_H
4394| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4395| # include <memory.h>
4396| # endif
4397| # include <string.h>
4398| #endif
4399| #ifdef HAVE_STRINGS_H
4400| # include <strings.h>
4401| #endif
4402| #ifdef HAVE_INTTYPES_H
4403| # include <inttypes.h>
4404| #endif
4405| #ifdef HAVE_STDINT_H
4406| # include <stdint.h>
4407| #endif
4408| #ifdef HAVE_UNISTD_H
4409| # include <unistd.h>
4410| #endif
4411| #include <machine/cpu.h>
4412configure:7605: result: no
4413configure:7609: checking machine/cpu.h presence
4414configure:7624: cl.exe -E conftest.c
4415Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4416Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4417
4418conftest.c
4419conftest.c(18) : fatal error C1083: Cannot open include file: 'machine/cpu.h': No such file or directory
4420configure:7631: $? = 2
4421configure: failed program was:
4422| /* confdefs.h. */
4423| #define PACKAGE_NAME "Wine"
4424| #define PACKAGE_TARNAME "wine"
4425| #define PACKAGE_VERSION "1.1.10"
4426| #define PACKAGE_STRING "Wine 1.1.10"
4427| #define PACKAGE_BUGREPORT "[email protected]"
4428| #define X_DISPLAY_MISSING 1
4429| #define STDC_HEADERS 1
4430| #define HAVE_SYS_TYPES_H 1
4431| #define HAVE_SYS_STAT_H 1
4432| #define HAVE_STDLIB_H 1
4433| #define HAVE_STRING_H 1
4434| #define HAVE_MEMORY_H 1
4435| #define HAVE_DIRECT_H 1
4436| #define HAVE_FLOAT_H 1
4437| #define HAVE_IO_H 1
4438| /* end confdefs.h. */
4439| #include <machine/cpu.h>
4440configure:7645: result: no
4441configure:7678: checking for machine/cpu.h
4442configure:7687: result: no
4443configure:7567: checking machine/limits.h usability
4444configure:7584: cl.exe -c -g conftest.c >&5
4445conftest.c
4446conftest.c(51) : fatal error C1083: Cannot open include file: 'machine/limits.h': No such file or directory
4447Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4448Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4449
4450cl : Command line warning D4002 : ignoring unknown option '-g'
4451configure:7591: $? = 2
4452configure: failed program was:
4453| /* confdefs.h. */
4454| #define PACKAGE_NAME "Wine"
4455| #define PACKAGE_TARNAME "wine"
4456| #define PACKAGE_VERSION "1.1.10"
4457| #define PACKAGE_STRING "Wine 1.1.10"
4458| #define PACKAGE_BUGREPORT "[email protected]"
4459| #define X_DISPLAY_MISSING 1
4460| #define STDC_HEADERS 1
4461| #define HAVE_SYS_TYPES_H 1
4462| #define HAVE_SYS_STAT_H 1
4463| #define HAVE_STDLIB_H 1
4464| #define HAVE_STRING_H 1
4465| #define HAVE_MEMORY_H 1
4466| #define HAVE_DIRECT_H 1
4467| #define HAVE_FLOAT_H 1
4468| #define HAVE_IO_H 1
4469| /* end confdefs.h. */
4470| #include <stdio.h>
4471| #ifdef HAVE_SYS_TYPES_H
4472| # include <sys/types.h>
4473| #endif
4474| #ifdef HAVE_SYS_STAT_H
4475| # include <sys/stat.h>
4476| #endif
4477| #ifdef STDC_HEADERS
4478| # include <stdlib.h>
4479| # include <stddef.h>
4480| #else
4481| # ifdef HAVE_STDLIB_H
4482| # include <stdlib.h>
4483| # endif
4484| #endif
4485| #ifdef HAVE_STRING_H
4486| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4487| # include <memory.h>
4488| # endif
4489| # include <string.h>
4490| #endif
4491| #ifdef HAVE_STRINGS_H
4492| # include <strings.h>
4493| #endif
4494| #ifdef HAVE_INTTYPES_H
4495| # include <inttypes.h>
4496| #endif
4497| #ifdef HAVE_STDINT_H
4498| # include <stdint.h>
4499| #endif
4500| #ifdef HAVE_UNISTD_H
4501| # include <unistd.h>
4502| #endif
4503| #include <machine/limits.h>
4504configure:7605: result: no
4505configure:7609: checking machine/limits.h presence
4506configure:7624: cl.exe -E conftest.c
4507Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4508Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4509
4510conftest.c
4511conftest.c(18) : fatal error C1083: Cannot open include file: 'machine/limits.h': No such file or directory
4512configure:7631: $? = 2
4513configure: failed program was:
4514| /* confdefs.h. */
4515| #define PACKAGE_NAME "Wine"
4516| #define PACKAGE_TARNAME "wine"
4517| #define PACKAGE_VERSION "1.1.10"
4518| #define PACKAGE_STRING "Wine 1.1.10"
4519| #define PACKAGE_BUGREPORT "[email protected]"
4520| #define X_DISPLAY_MISSING 1
4521| #define STDC_HEADERS 1
4522| #define HAVE_SYS_TYPES_H 1
4523| #define HAVE_SYS_STAT_H 1
4524| #define HAVE_STDLIB_H 1
4525| #define HAVE_STRING_H 1
4526| #define HAVE_MEMORY_H 1
4527| #define HAVE_DIRECT_H 1
4528| #define HAVE_FLOAT_H 1
4529| #define HAVE_IO_H 1
4530| /* end confdefs.h. */
4531| #include <machine/limits.h>
4532configure:7645: result: no
4533configure:7678: checking for machine/limits.h
4534configure:7687: result: no
4535configure:7567: checking machine/soundcard.h usability
4536configure:7584: cl.exe -c -g conftest.c >&5
4537conftest.c
4538conftest.c(51) : fatal error C1083: Cannot open include file: 'machine/soundcard.h': No such file or directory
4539Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4540Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4541
4542cl : Command line warning D4002 : ignoring unknown option '-g'
4543configure:7591: $? = 2
4544configure: failed program was:
4545| /* confdefs.h. */
4546| #define PACKAGE_NAME "Wine"
4547| #define PACKAGE_TARNAME "wine"
4548| #define PACKAGE_VERSION "1.1.10"
4549| #define PACKAGE_STRING "Wine 1.1.10"
4550| #define PACKAGE_BUGREPORT "[email protected]"
4551| #define X_DISPLAY_MISSING 1
4552| #define STDC_HEADERS 1
4553| #define HAVE_SYS_TYPES_H 1
4554| #define HAVE_SYS_STAT_H 1
4555| #define HAVE_STDLIB_H 1
4556| #define HAVE_STRING_H 1
4557| #define HAVE_MEMORY_H 1
4558| #define HAVE_DIRECT_H 1
4559| #define HAVE_FLOAT_H 1
4560| #define HAVE_IO_H 1
4561| /* end confdefs.h. */
4562| #include <stdio.h>
4563| #ifdef HAVE_SYS_TYPES_H
4564| # include <sys/types.h>
4565| #endif
4566| #ifdef HAVE_SYS_STAT_H
4567| # include <sys/stat.h>
4568| #endif
4569| #ifdef STDC_HEADERS
4570| # include <stdlib.h>
4571| # include <stddef.h>
4572| #else
4573| # ifdef HAVE_STDLIB_H
4574| # include <stdlib.h>
4575| # endif
4576| #endif
4577| #ifdef HAVE_STRING_H
4578| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4579| # include <memory.h>
4580| # endif
4581| # include <string.h>
4582| #endif
4583| #ifdef HAVE_STRINGS_H
4584| # include <strings.h>
4585| #endif
4586| #ifdef HAVE_INTTYPES_H
4587| # include <inttypes.h>
4588| #endif
4589| #ifdef HAVE_STDINT_H
4590| # include <stdint.h>
4591| #endif
4592| #ifdef HAVE_UNISTD_H
4593| # include <unistd.h>
4594| #endif
4595| #include <machine/soundcard.h>
4596configure:7605: result: no
4597configure:7609: checking machine/soundcard.h presence
4598configure:7624: cl.exe -E conftest.c
4599Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4600Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4601
4602conftest.c
4603conftest.c(18) : fatal error C1083: Cannot open include file: 'machine/soundcard.h': No such file or directory
4604configure:7631: $? = 2
4605configure: failed program was:
4606| /* confdefs.h. */
4607| #define PACKAGE_NAME "Wine"
4608| #define PACKAGE_TARNAME "wine"
4609| #define PACKAGE_VERSION "1.1.10"
4610| #define PACKAGE_STRING "Wine 1.1.10"
4611| #define PACKAGE_BUGREPORT "[email protected]"
4612| #define X_DISPLAY_MISSING 1
4613| #define STDC_HEADERS 1
4614| #define HAVE_SYS_TYPES_H 1
4615| #define HAVE_SYS_STAT_H 1
4616| #define HAVE_STDLIB_H 1
4617| #define HAVE_STRING_H 1
4618| #define HAVE_MEMORY_H 1
4619| #define HAVE_DIRECT_H 1
4620| #define HAVE_FLOAT_H 1
4621| #define HAVE_IO_H 1
4622| /* end confdefs.h. */
4623| #include <machine/soundcard.h>
4624configure:7645: result: no
4625configure:7678: checking for machine/soundcard.h
4626configure:7687: result: no
4627configure:7567: checking mntent.h usability
4628configure:7584: cl.exe -c -g conftest.c >&5
4629conftest.c
4630conftest.c(51) : fatal error C1083: Cannot open include file: 'mntent.h': No such file or directory
4631Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4632Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4633
4634cl : Command line warning D4002 : ignoring unknown option '-g'
4635configure:7591: $? = 2
4636configure: failed program was:
4637| /* confdefs.h. */
4638| #define PACKAGE_NAME "Wine"
4639| #define PACKAGE_TARNAME "wine"
4640| #define PACKAGE_VERSION "1.1.10"
4641| #define PACKAGE_STRING "Wine 1.1.10"
4642| #define PACKAGE_BUGREPORT "[email protected]"
4643| #define X_DISPLAY_MISSING 1
4644| #define STDC_HEADERS 1
4645| #define HAVE_SYS_TYPES_H 1
4646| #define HAVE_SYS_STAT_H 1
4647| #define HAVE_STDLIB_H 1
4648| #define HAVE_STRING_H 1
4649| #define HAVE_MEMORY_H 1
4650| #define HAVE_DIRECT_H 1
4651| #define HAVE_FLOAT_H 1
4652| #define HAVE_IO_H 1
4653| /* end confdefs.h. */
4654| #include <stdio.h>
4655| #ifdef HAVE_SYS_TYPES_H
4656| # include <sys/types.h>
4657| #endif
4658| #ifdef HAVE_SYS_STAT_H
4659| # include <sys/stat.h>
4660| #endif
4661| #ifdef STDC_HEADERS
4662| # include <stdlib.h>
4663| # include <stddef.h>
4664| #else
4665| # ifdef HAVE_STDLIB_H
4666| # include <stdlib.h>
4667| # endif
4668| #endif
4669| #ifdef HAVE_STRING_H
4670| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4671| # include <memory.h>
4672| # endif
4673| # include <string.h>
4674| #endif
4675| #ifdef HAVE_STRINGS_H
4676| # include <strings.h>
4677| #endif
4678| #ifdef HAVE_INTTYPES_H
4679| # include <inttypes.h>
4680| #endif
4681| #ifdef HAVE_STDINT_H
4682| # include <stdint.h>
4683| #endif
4684| #ifdef HAVE_UNISTD_H
4685| # include <unistd.h>
4686| #endif
4687| #include <mntent.h>
4688configure:7605: result: no
4689configure:7609: checking mntent.h presence
4690configure:7624: cl.exe -E conftest.c
4691Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4692Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4693
4694conftest.c
4695conftest.c(18) : fatal error C1083: Cannot open include file: 'mntent.h': No such file or directory
4696configure:7631: $? = 2
4697configure: failed program was:
4698| /* confdefs.h. */
4699| #define PACKAGE_NAME "Wine"
4700| #define PACKAGE_TARNAME "wine"
4701| #define PACKAGE_VERSION "1.1.10"
4702| #define PACKAGE_STRING "Wine 1.1.10"
4703| #define PACKAGE_BUGREPORT "[email protected]"
4704| #define X_DISPLAY_MISSING 1
4705| #define STDC_HEADERS 1
4706| #define HAVE_SYS_TYPES_H 1
4707| #define HAVE_SYS_STAT_H 1
4708| #define HAVE_STDLIB_H 1
4709| #define HAVE_STRING_H 1
4710| #define HAVE_MEMORY_H 1
4711| #define HAVE_DIRECT_H 1
4712| #define HAVE_FLOAT_H 1
4713| #define HAVE_IO_H 1
4714| /* end confdefs.h. */
4715| #include <mntent.h>
4716configure:7645: result: no
4717configure:7678: checking for mntent.h
4718configure:7687: result: no
4719configure:7567: checking ncurses.h usability
4720configure:7584: cl.exe -c -g conftest.c >&5
4721conftest.c
4722conftest.c(51) : fatal error C1083: Cannot open include file: 'ncurses.h': No such file or directory
4723Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4724Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4725
4726cl : Command line warning D4002 : ignoring unknown option '-g'
4727configure:7591: $? = 2
4728configure: failed program was:
4729| /* confdefs.h. */
4730| #define PACKAGE_NAME "Wine"
4731| #define PACKAGE_TARNAME "wine"
4732| #define PACKAGE_VERSION "1.1.10"
4733| #define PACKAGE_STRING "Wine 1.1.10"
4734| #define PACKAGE_BUGREPORT "[email protected]"
4735| #define X_DISPLAY_MISSING 1
4736| #define STDC_HEADERS 1
4737| #define HAVE_SYS_TYPES_H 1
4738| #define HAVE_SYS_STAT_H 1
4739| #define HAVE_STDLIB_H 1
4740| #define HAVE_STRING_H 1
4741| #define HAVE_MEMORY_H 1
4742| #define HAVE_DIRECT_H 1
4743| #define HAVE_FLOAT_H 1
4744| #define HAVE_IO_H 1
4745| /* end confdefs.h. */
4746| #include <stdio.h>
4747| #ifdef HAVE_SYS_TYPES_H
4748| # include <sys/types.h>
4749| #endif
4750| #ifdef HAVE_SYS_STAT_H
4751| # include <sys/stat.h>
4752| #endif
4753| #ifdef STDC_HEADERS
4754| # include <stdlib.h>
4755| # include <stddef.h>
4756| #else
4757| # ifdef HAVE_STDLIB_H
4758| # include <stdlib.h>
4759| # endif
4760| #endif
4761| #ifdef HAVE_STRING_H
4762| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4763| # include <memory.h>
4764| # endif
4765| # include <string.h>
4766| #endif
4767| #ifdef HAVE_STRINGS_H
4768| # include <strings.h>
4769| #endif
4770| #ifdef HAVE_INTTYPES_H
4771| # include <inttypes.h>
4772| #endif
4773| #ifdef HAVE_STDINT_H
4774| # include <stdint.h>
4775| #endif
4776| #ifdef HAVE_UNISTD_H
4777| # include <unistd.h>
4778| #endif
4779| #include <ncurses.h>
4780configure:7605: result: no
4781configure:7609: checking ncurses.h presence
4782configure:7624: cl.exe -E conftest.c
4783Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4784Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4785
4786conftest.c
4787conftest.c(18) : fatal error C1083: Cannot open include file: 'ncurses.h': No such file or directory
4788configure:7631: $? = 2
4789configure: failed program was:
4790| /* confdefs.h. */
4791| #define PACKAGE_NAME "Wine"
4792| #define PACKAGE_TARNAME "wine"
4793| #define PACKAGE_VERSION "1.1.10"
4794| #define PACKAGE_STRING "Wine 1.1.10"
4795| #define PACKAGE_BUGREPORT "[email protected]"
4796| #define X_DISPLAY_MISSING 1
4797| #define STDC_HEADERS 1
4798| #define HAVE_SYS_TYPES_H 1
4799| #define HAVE_SYS_STAT_H 1
4800| #define HAVE_STDLIB_H 1
4801| #define HAVE_STRING_H 1
4802| #define HAVE_MEMORY_H 1
4803| #define HAVE_DIRECT_H 1
4804| #define HAVE_FLOAT_H 1
4805| #define HAVE_IO_H 1
4806| /* end confdefs.h. */
4807| #include <ncurses.h>
4808configure:7645: result: no
4809configure:7678: checking for ncurses.h
4810configure:7687: result: no
4811configure:7567: checking netdb.h usability
4812configure:7584: cl.exe -c -g conftest.c >&5
4813conftest.c
4814conftest.c(51) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
4815Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4816Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4817
4818cl : Command line warning D4002 : ignoring unknown option '-g'
4819configure:7591: $? = 2
4820configure: failed program was:
4821| /* confdefs.h. */
4822| #define PACKAGE_NAME "Wine"
4823| #define PACKAGE_TARNAME "wine"
4824| #define PACKAGE_VERSION "1.1.10"
4825| #define PACKAGE_STRING "Wine 1.1.10"
4826| #define PACKAGE_BUGREPORT "[email protected]"
4827| #define X_DISPLAY_MISSING 1
4828| #define STDC_HEADERS 1
4829| #define HAVE_SYS_TYPES_H 1
4830| #define HAVE_SYS_STAT_H 1
4831| #define HAVE_STDLIB_H 1
4832| #define HAVE_STRING_H 1
4833| #define HAVE_MEMORY_H 1
4834| #define HAVE_DIRECT_H 1
4835| #define HAVE_FLOAT_H 1
4836| #define HAVE_IO_H 1
4837| /* end confdefs.h. */
4838| #include <stdio.h>
4839| #ifdef HAVE_SYS_TYPES_H
4840| # include <sys/types.h>
4841| #endif
4842| #ifdef HAVE_SYS_STAT_H
4843| # include <sys/stat.h>
4844| #endif
4845| #ifdef STDC_HEADERS
4846| # include <stdlib.h>
4847| # include <stddef.h>
4848| #else
4849| # ifdef HAVE_STDLIB_H
4850| # include <stdlib.h>
4851| # endif
4852| #endif
4853| #ifdef HAVE_STRING_H
4854| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4855| # include <memory.h>
4856| # endif
4857| # include <string.h>
4858| #endif
4859| #ifdef HAVE_STRINGS_H
4860| # include <strings.h>
4861| #endif
4862| #ifdef HAVE_INTTYPES_H
4863| # include <inttypes.h>
4864| #endif
4865| #ifdef HAVE_STDINT_H
4866| # include <stdint.h>
4867| #endif
4868| #ifdef HAVE_UNISTD_H
4869| # include <unistd.h>
4870| #endif
4871| #include <netdb.h>
4872configure:7605: result: no
4873configure:7609: checking netdb.h presence
4874configure:7624: cl.exe -E conftest.c
4875Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4876Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4877
4878conftest.c
4879conftest.c(18) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
4880configure:7631: $? = 2
4881configure: failed program was:
4882| /* confdefs.h. */
4883| #define PACKAGE_NAME "Wine"
4884| #define PACKAGE_TARNAME "wine"
4885| #define PACKAGE_VERSION "1.1.10"
4886| #define PACKAGE_STRING "Wine 1.1.10"
4887| #define PACKAGE_BUGREPORT "[email protected]"
4888| #define X_DISPLAY_MISSING 1
4889| #define STDC_HEADERS 1
4890| #define HAVE_SYS_TYPES_H 1
4891| #define HAVE_SYS_STAT_H 1
4892| #define HAVE_STDLIB_H 1
4893| #define HAVE_STRING_H 1
4894| #define HAVE_MEMORY_H 1
4895| #define HAVE_DIRECT_H 1
4896| #define HAVE_FLOAT_H 1
4897| #define HAVE_IO_H 1
4898| /* end confdefs.h. */
4899| #include <netdb.h>
4900configure:7645: result: no
4901configure:7678: checking for netdb.h
4902configure:7687: result: no
4903configure:7567: checking netinet/in.h usability
4904configure:7584: cl.exe -c -g conftest.c >&5
4905conftest.c
4906conftest.c(51) : fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory
4907Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4908Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4909
4910cl : Command line warning D4002 : ignoring unknown option '-g'
4911configure:7591: $? = 2
4912configure: failed program was:
4913| /* confdefs.h. */
4914| #define PACKAGE_NAME "Wine"
4915| #define PACKAGE_TARNAME "wine"
4916| #define PACKAGE_VERSION "1.1.10"
4917| #define PACKAGE_STRING "Wine 1.1.10"
4918| #define PACKAGE_BUGREPORT "[email protected]"
4919| #define X_DISPLAY_MISSING 1
4920| #define STDC_HEADERS 1
4921| #define HAVE_SYS_TYPES_H 1
4922| #define HAVE_SYS_STAT_H 1
4923| #define HAVE_STDLIB_H 1
4924| #define HAVE_STRING_H 1
4925| #define HAVE_MEMORY_H 1
4926| #define HAVE_DIRECT_H 1
4927| #define HAVE_FLOAT_H 1
4928| #define HAVE_IO_H 1
4929| /* end confdefs.h. */
4930| #include <stdio.h>
4931| #ifdef HAVE_SYS_TYPES_H
4932| # include <sys/types.h>
4933| #endif
4934| #ifdef HAVE_SYS_STAT_H
4935| # include <sys/stat.h>
4936| #endif
4937| #ifdef STDC_HEADERS
4938| # include <stdlib.h>
4939| # include <stddef.h>
4940| #else
4941| # ifdef HAVE_STDLIB_H
4942| # include <stdlib.h>
4943| # endif
4944| #endif
4945| #ifdef HAVE_STRING_H
4946| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
4947| # include <memory.h>
4948| # endif
4949| # include <string.h>
4950| #endif
4951| #ifdef HAVE_STRINGS_H
4952| # include <strings.h>
4953| #endif
4954| #ifdef HAVE_INTTYPES_H
4955| # include <inttypes.h>
4956| #endif
4957| #ifdef HAVE_STDINT_H
4958| # include <stdint.h>
4959| #endif
4960| #ifdef HAVE_UNISTD_H
4961| # include <unistd.h>
4962| #endif
4963| #include <netinet/in.h>
4964configure:7605: result: no
4965configure:7609: checking netinet/in.h presence
4966configure:7624: cl.exe -E conftest.c
4967Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
4968Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
4969
4970conftest.c
4971conftest.c(18) : fatal error C1083: Cannot open include file: 'netinet/in.h': No such file or directory
4972configure:7631: $? = 2
4973configure: failed program was:
4974| /* confdefs.h. */
4975| #define PACKAGE_NAME "Wine"
4976| #define PACKAGE_TARNAME "wine"
4977| #define PACKAGE_VERSION "1.1.10"
4978| #define PACKAGE_STRING "Wine 1.1.10"
4979| #define PACKAGE_BUGREPORT "[email protected]"
4980| #define X_DISPLAY_MISSING 1
4981| #define STDC_HEADERS 1
4982| #define HAVE_SYS_TYPES_H 1
4983| #define HAVE_SYS_STAT_H 1
4984| #define HAVE_STDLIB_H 1
4985| #define HAVE_STRING_H 1
4986| #define HAVE_MEMORY_H 1
4987| #define HAVE_DIRECT_H 1
4988| #define HAVE_FLOAT_H 1
4989| #define HAVE_IO_H 1
4990| /* end confdefs.h. */
4991| #include <netinet/in.h>
4992configure:7645: result: no
4993configure:7678: checking for netinet/in.h
4994configure:7687: result: no
4995configure:7567: checking netinet/in_systm.h usability
4996configure:7584: cl.exe -c -g conftest.c >&5
4997conftest.c
4998conftest.c(51) : fatal error C1083: Cannot open include file: 'netinet/in_systm.h': No such file or directory
4999Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5000Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5001
5002cl : Command line warning D4002 : ignoring unknown option '-g'
5003configure:7591: $? = 2
5004configure: failed program was:
5005| /* confdefs.h. */
5006| #define PACKAGE_NAME "Wine"
5007| #define PACKAGE_TARNAME "wine"
5008| #define PACKAGE_VERSION "1.1.10"
5009| #define PACKAGE_STRING "Wine 1.1.10"
5010| #define PACKAGE_BUGREPORT "[email protected]"
5011| #define X_DISPLAY_MISSING 1
5012| #define STDC_HEADERS 1
5013| #define HAVE_SYS_TYPES_H 1
5014| #define HAVE_SYS_STAT_H 1
5015| #define HAVE_STDLIB_H 1
5016| #define HAVE_STRING_H 1
5017| #define HAVE_MEMORY_H 1
5018| #define HAVE_DIRECT_H 1
5019| #define HAVE_FLOAT_H 1
5020| #define HAVE_IO_H 1
5021| /* end confdefs.h. */
5022| #include <stdio.h>
5023| #ifdef HAVE_SYS_TYPES_H
5024| # include <sys/types.h>
5025| #endif
5026| #ifdef HAVE_SYS_STAT_H
5027| # include <sys/stat.h>
5028| #endif
5029| #ifdef STDC_HEADERS
5030| # include <stdlib.h>
5031| # include <stddef.h>
5032| #else
5033| # ifdef HAVE_STDLIB_H
5034| # include <stdlib.h>
5035| # endif
5036| #endif
5037| #ifdef HAVE_STRING_H
5038| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5039| # include <memory.h>
5040| # endif
5041| # include <string.h>
5042| #endif
5043| #ifdef HAVE_STRINGS_H
5044| # include <strings.h>
5045| #endif
5046| #ifdef HAVE_INTTYPES_H
5047| # include <inttypes.h>
5048| #endif
5049| #ifdef HAVE_STDINT_H
5050| # include <stdint.h>
5051| #endif
5052| #ifdef HAVE_UNISTD_H
5053| # include <unistd.h>
5054| #endif
5055| #include <netinet/in_systm.h>
5056configure:7605: result: no
5057configure:7609: checking netinet/in_systm.h presence
5058configure:7624: cl.exe -E conftest.c
5059Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5060Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5061
5062conftest.c
5063conftest.c(18) : fatal error C1083: Cannot open include file: 'netinet/in_systm.h': No such file or directory
5064configure:7631: $? = 2
5065configure: failed program was:
5066| /* confdefs.h. */
5067| #define PACKAGE_NAME "Wine"
5068| #define PACKAGE_TARNAME "wine"
5069| #define PACKAGE_VERSION "1.1.10"
5070| #define PACKAGE_STRING "Wine 1.1.10"
5071| #define PACKAGE_BUGREPORT "[email protected]"
5072| #define X_DISPLAY_MISSING 1
5073| #define STDC_HEADERS 1
5074| #define HAVE_SYS_TYPES_H 1
5075| #define HAVE_SYS_STAT_H 1
5076| #define HAVE_STDLIB_H 1
5077| #define HAVE_STRING_H 1
5078| #define HAVE_MEMORY_H 1
5079| #define HAVE_DIRECT_H 1
5080| #define HAVE_FLOAT_H 1
5081| #define HAVE_IO_H 1
5082| /* end confdefs.h. */
5083| #include <netinet/in_systm.h>
5084configure:7645: result: no
5085configure:7678: checking for netinet/in_systm.h
5086configure:7687: result: no
5087configure:7567: checking netinet/tcp.h usability
5088configure:7584: cl.exe -c -g conftest.c >&5
5089conftest.c
5090conftest.c(51) : fatal error C1083: Cannot open include file: 'netinet/tcp.h': No such file or directory
5091Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5092Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5093
5094cl : Command line warning D4002 : ignoring unknown option '-g'
5095configure:7591: $? = 2
5096configure: failed program was:
5097| /* confdefs.h. */
5098| #define PACKAGE_NAME "Wine"
5099| #define PACKAGE_TARNAME "wine"
5100| #define PACKAGE_VERSION "1.1.10"
5101| #define PACKAGE_STRING "Wine 1.1.10"
5102| #define PACKAGE_BUGREPORT "[email protected]"
5103| #define X_DISPLAY_MISSING 1
5104| #define STDC_HEADERS 1
5105| #define HAVE_SYS_TYPES_H 1
5106| #define HAVE_SYS_STAT_H 1
5107| #define HAVE_STDLIB_H 1
5108| #define HAVE_STRING_H 1
5109| #define HAVE_MEMORY_H 1
5110| #define HAVE_DIRECT_H 1
5111| #define HAVE_FLOAT_H 1
5112| #define HAVE_IO_H 1
5113| /* end confdefs.h. */
5114| #include <stdio.h>
5115| #ifdef HAVE_SYS_TYPES_H
5116| # include <sys/types.h>
5117| #endif
5118| #ifdef HAVE_SYS_STAT_H
5119| # include <sys/stat.h>
5120| #endif
5121| #ifdef STDC_HEADERS
5122| # include <stdlib.h>
5123| # include <stddef.h>
5124| #else
5125| # ifdef HAVE_STDLIB_H
5126| # include <stdlib.h>
5127| # endif
5128| #endif
5129| #ifdef HAVE_STRING_H
5130| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5131| # include <memory.h>
5132| # endif
5133| # include <string.h>
5134| #endif
5135| #ifdef HAVE_STRINGS_H
5136| # include <strings.h>
5137| #endif
5138| #ifdef HAVE_INTTYPES_H
5139| # include <inttypes.h>
5140| #endif
5141| #ifdef HAVE_STDINT_H
5142| # include <stdint.h>
5143| #endif
5144| #ifdef HAVE_UNISTD_H
5145| # include <unistd.h>
5146| #endif
5147| #include <netinet/tcp.h>
5148configure:7605: result: no
5149configure:7609: checking netinet/tcp.h presence
5150configure:7624: cl.exe -E conftest.c
5151Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5152Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5153
5154conftest.c
5155conftest.c(18) : fatal error C1083: Cannot open include file: 'netinet/tcp.h': No such file or directory
5156configure:7631: $? = 2
5157configure: failed program was:
5158| /* confdefs.h. */
5159| #define PACKAGE_NAME "Wine"
5160| #define PACKAGE_TARNAME "wine"
5161| #define PACKAGE_VERSION "1.1.10"
5162| #define PACKAGE_STRING "Wine 1.1.10"
5163| #define PACKAGE_BUGREPORT "[email protected]"
5164| #define X_DISPLAY_MISSING 1
5165| #define STDC_HEADERS 1
5166| #define HAVE_SYS_TYPES_H 1
5167| #define HAVE_SYS_STAT_H 1
5168| #define HAVE_STDLIB_H 1
5169| #define HAVE_STRING_H 1
5170| #define HAVE_MEMORY_H 1
5171| #define HAVE_DIRECT_H 1
5172| #define HAVE_FLOAT_H 1
5173| #define HAVE_IO_H 1
5174| /* end confdefs.h. */
5175| #include <netinet/tcp.h>
5176configure:7645: result: no
5177configure:7678: checking for netinet/tcp.h
5178configure:7687: result: no
5179configure:7567: checking netinet/tcp_fsm.h usability
5180configure:7584: cl.exe -c -g conftest.c >&5
5181conftest.c
5182conftest.c(51) : fatal error C1083: Cannot open include file: 'netinet/tcp_fsm.h': No such file or directory
5183Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5184Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5185
5186cl : Command line warning D4002 : ignoring unknown option '-g'
5187configure:7591: $? = 2
5188configure: failed program was:
5189| /* confdefs.h. */
5190| #define PACKAGE_NAME "Wine"
5191| #define PACKAGE_TARNAME "wine"
5192| #define PACKAGE_VERSION "1.1.10"
5193| #define PACKAGE_STRING "Wine 1.1.10"
5194| #define PACKAGE_BUGREPORT "[email protected]"
5195| #define X_DISPLAY_MISSING 1
5196| #define STDC_HEADERS 1
5197| #define HAVE_SYS_TYPES_H 1
5198| #define HAVE_SYS_STAT_H 1
5199| #define HAVE_STDLIB_H 1
5200| #define HAVE_STRING_H 1
5201| #define HAVE_MEMORY_H 1
5202| #define HAVE_DIRECT_H 1
5203| #define HAVE_FLOAT_H 1
5204| #define HAVE_IO_H 1
5205| /* end confdefs.h. */
5206| #include <stdio.h>
5207| #ifdef HAVE_SYS_TYPES_H
5208| # include <sys/types.h>
5209| #endif
5210| #ifdef HAVE_SYS_STAT_H
5211| # include <sys/stat.h>
5212| #endif
5213| #ifdef STDC_HEADERS
5214| # include <stdlib.h>
5215| # include <stddef.h>
5216| #else
5217| # ifdef HAVE_STDLIB_H
5218| # include <stdlib.h>
5219| # endif
5220| #endif
5221| #ifdef HAVE_STRING_H
5222| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5223| # include <memory.h>
5224| # endif
5225| # include <string.h>
5226| #endif
5227| #ifdef HAVE_STRINGS_H
5228| # include <strings.h>
5229| #endif
5230| #ifdef HAVE_INTTYPES_H
5231| # include <inttypes.h>
5232| #endif
5233| #ifdef HAVE_STDINT_H
5234| # include <stdint.h>
5235| #endif
5236| #ifdef HAVE_UNISTD_H
5237| # include <unistd.h>
5238| #endif
5239| #include <netinet/tcp_fsm.h>
5240configure:7605: result: no
5241configure:7609: checking netinet/tcp_fsm.h presence
5242configure:7624: cl.exe -E conftest.c
5243Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5244Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5245
5246conftest.c
5247conftest.c(18) : fatal error C1083: Cannot open include file: 'netinet/tcp_fsm.h': No such file or directory
5248configure:7631: $? = 2
5249configure: failed program was:
5250| /* confdefs.h. */
5251| #define PACKAGE_NAME "Wine"
5252| #define PACKAGE_TARNAME "wine"
5253| #define PACKAGE_VERSION "1.1.10"
5254| #define PACKAGE_STRING "Wine 1.1.10"
5255| #define PACKAGE_BUGREPORT "[email protected]"
5256| #define X_DISPLAY_MISSING 1
5257| #define STDC_HEADERS 1
5258| #define HAVE_SYS_TYPES_H 1
5259| #define HAVE_SYS_STAT_H 1
5260| #define HAVE_STDLIB_H 1
5261| #define HAVE_STRING_H 1
5262| #define HAVE_MEMORY_H 1
5263| #define HAVE_DIRECT_H 1
5264| #define HAVE_FLOAT_H 1
5265| #define HAVE_IO_H 1
5266| /* end confdefs.h. */
5267| #include <netinet/tcp_fsm.h>
5268configure:7645: result: no
5269configure:7678: checking for netinet/tcp_fsm.h
5270configure:7687: result: no
5271configure:7567: checking openssl/err.h usability
5272configure:7584: cl.exe -c -g conftest.c >&5
5273conftest.c
5274conftest.c(51) : fatal error C1083: Cannot open include file: 'openssl/err.h': No such file or directory
5275Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5276Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5277
5278cl : Command line warning D4002 : ignoring unknown option '-g'
5279configure:7591: $? = 2
5280configure: failed program was:
5281| /* confdefs.h. */
5282| #define PACKAGE_NAME "Wine"
5283| #define PACKAGE_TARNAME "wine"
5284| #define PACKAGE_VERSION "1.1.10"
5285| #define PACKAGE_STRING "Wine 1.1.10"
5286| #define PACKAGE_BUGREPORT "[email protected]"
5287| #define X_DISPLAY_MISSING 1
5288| #define STDC_HEADERS 1
5289| #define HAVE_SYS_TYPES_H 1
5290| #define HAVE_SYS_STAT_H 1
5291| #define HAVE_STDLIB_H 1
5292| #define HAVE_STRING_H 1
5293| #define HAVE_MEMORY_H 1
5294| #define HAVE_DIRECT_H 1
5295| #define HAVE_FLOAT_H 1
5296| #define HAVE_IO_H 1
5297| /* end confdefs.h. */
5298| #include <stdio.h>
5299| #ifdef HAVE_SYS_TYPES_H
5300| # include <sys/types.h>
5301| #endif
5302| #ifdef HAVE_SYS_STAT_H
5303| # include <sys/stat.h>
5304| #endif
5305| #ifdef STDC_HEADERS
5306| # include <stdlib.h>
5307| # include <stddef.h>
5308| #else
5309| # ifdef HAVE_STDLIB_H
5310| # include <stdlib.h>
5311| # endif
5312| #endif
5313| #ifdef HAVE_STRING_H
5314| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5315| # include <memory.h>
5316| # endif
5317| # include <string.h>
5318| #endif
5319| #ifdef HAVE_STRINGS_H
5320| # include <strings.h>
5321| #endif
5322| #ifdef HAVE_INTTYPES_H
5323| # include <inttypes.h>
5324| #endif
5325| #ifdef HAVE_STDINT_H
5326| # include <stdint.h>
5327| #endif
5328| #ifdef HAVE_UNISTD_H
5329| # include <unistd.h>
5330| #endif
5331| #include <openssl/err.h>
5332configure:7605: result: no
5333configure:7609: checking openssl/err.h presence
5334configure:7624: cl.exe -E conftest.c
5335Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5336Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5337
5338conftest.c
5339conftest.c(18) : fatal error C1083: Cannot open include file: 'openssl/err.h': No such file or directory
5340configure:7631: $? = 2
5341configure: failed program was:
5342| /* confdefs.h. */
5343| #define PACKAGE_NAME "Wine"
5344| #define PACKAGE_TARNAME "wine"
5345| #define PACKAGE_VERSION "1.1.10"
5346| #define PACKAGE_STRING "Wine 1.1.10"
5347| #define PACKAGE_BUGREPORT "[email protected]"
5348| #define X_DISPLAY_MISSING 1
5349| #define STDC_HEADERS 1
5350| #define HAVE_SYS_TYPES_H 1
5351| #define HAVE_SYS_STAT_H 1
5352| #define HAVE_STDLIB_H 1
5353| #define HAVE_STRING_H 1
5354| #define HAVE_MEMORY_H 1
5355| #define HAVE_DIRECT_H 1
5356| #define HAVE_FLOAT_H 1
5357| #define HAVE_IO_H 1
5358| /* end confdefs.h. */
5359| #include <openssl/err.h>
5360configure:7645: result: no
5361configure:7678: checking for openssl/err.h
5362configure:7687: result: no
5363configure:7567: checking openssl/ssl.h usability
5364configure:7584: cl.exe -c -g conftest.c >&5
5365conftest.c
5366conftest.c(51) : fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
5367Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5368Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5369
5370cl : Command line warning D4002 : ignoring unknown option '-g'
5371configure:7591: $? = 2
5372configure: failed program was:
5373| /* confdefs.h. */
5374| #define PACKAGE_NAME "Wine"
5375| #define PACKAGE_TARNAME "wine"
5376| #define PACKAGE_VERSION "1.1.10"
5377| #define PACKAGE_STRING "Wine 1.1.10"
5378| #define PACKAGE_BUGREPORT "[email protected]"
5379| #define X_DISPLAY_MISSING 1
5380| #define STDC_HEADERS 1
5381| #define HAVE_SYS_TYPES_H 1
5382| #define HAVE_SYS_STAT_H 1
5383| #define HAVE_STDLIB_H 1
5384| #define HAVE_STRING_H 1
5385| #define HAVE_MEMORY_H 1
5386| #define HAVE_DIRECT_H 1
5387| #define HAVE_FLOAT_H 1
5388| #define HAVE_IO_H 1
5389| /* end confdefs.h. */
5390| #include <stdio.h>
5391| #ifdef HAVE_SYS_TYPES_H
5392| # include <sys/types.h>
5393| #endif
5394| #ifdef HAVE_SYS_STAT_H
5395| # include <sys/stat.h>
5396| #endif
5397| #ifdef STDC_HEADERS
5398| # include <stdlib.h>
5399| # include <stddef.h>
5400| #else
5401| # ifdef HAVE_STDLIB_H
5402| # include <stdlib.h>
5403| # endif
5404| #endif
5405| #ifdef HAVE_STRING_H
5406| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5407| # include <memory.h>
5408| # endif
5409| # include <string.h>
5410| #endif
5411| #ifdef HAVE_STRINGS_H
5412| # include <strings.h>
5413| #endif
5414| #ifdef HAVE_INTTYPES_H
5415| # include <inttypes.h>
5416| #endif
5417| #ifdef HAVE_STDINT_H
5418| # include <stdint.h>
5419| #endif
5420| #ifdef HAVE_UNISTD_H
5421| # include <unistd.h>
5422| #endif
5423| #include <openssl/ssl.h>
5424configure:7605: result: no
5425configure:7609: checking openssl/ssl.h presence
5426configure:7624: cl.exe -E conftest.c
5427Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5428Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5429
5430conftest.c
5431conftest.c(18) : fatal error C1083: Cannot open include file: 'openssl/ssl.h': No such file or directory
5432configure:7631: $? = 2
5433configure: failed program was:
5434| /* confdefs.h. */
5435| #define PACKAGE_NAME "Wine"
5436| #define PACKAGE_TARNAME "wine"
5437| #define PACKAGE_VERSION "1.1.10"
5438| #define PACKAGE_STRING "Wine 1.1.10"
5439| #define PACKAGE_BUGREPORT "[email protected]"
5440| #define X_DISPLAY_MISSING 1
5441| #define STDC_HEADERS 1
5442| #define HAVE_SYS_TYPES_H 1
5443| #define HAVE_SYS_STAT_H 1
5444| #define HAVE_STDLIB_H 1
5445| #define HAVE_STRING_H 1
5446| #define HAVE_MEMORY_H 1
5447| #define HAVE_DIRECT_H 1
5448| #define HAVE_FLOAT_H 1
5449| #define HAVE_IO_H 1
5450| /* end confdefs.h. */
5451| #include <openssl/ssl.h>
5452configure:7645: result: no
5453configure:7678: checking for openssl/ssl.h
5454configure:7687: result: no
5455configure:7567: checking png.h usability
5456configure:7584: cl.exe -c -g conftest.c >&5
5457conftest.c
5458conftest.c(51) : fatal error C1083: Cannot open include file: 'png.h': No such file or directory
5459Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5460Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5461
5462cl : Command line warning D4002 : ignoring unknown option '-g'
5463configure:7591: $? = 2
5464configure: failed program was:
5465| /* confdefs.h. */
5466| #define PACKAGE_NAME "Wine"
5467| #define PACKAGE_TARNAME "wine"
5468| #define PACKAGE_VERSION "1.1.10"
5469| #define PACKAGE_STRING "Wine 1.1.10"
5470| #define PACKAGE_BUGREPORT "[email protected]"
5471| #define X_DISPLAY_MISSING 1
5472| #define STDC_HEADERS 1
5473| #define HAVE_SYS_TYPES_H 1
5474| #define HAVE_SYS_STAT_H 1
5475| #define HAVE_STDLIB_H 1
5476| #define HAVE_STRING_H 1
5477| #define HAVE_MEMORY_H 1
5478| #define HAVE_DIRECT_H 1
5479| #define HAVE_FLOAT_H 1
5480| #define HAVE_IO_H 1
5481| /* end confdefs.h. */
5482| #include <stdio.h>
5483| #ifdef HAVE_SYS_TYPES_H
5484| # include <sys/types.h>
5485| #endif
5486| #ifdef HAVE_SYS_STAT_H
5487| # include <sys/stat.h>
5488| #endif
5489| #ifdef STDC_HEADERS
5490| # include <stdlib.h>
5491| # include <stddef.h>
5492| #else
5493| # ifdef HAVE_STDLIB_H
5494| # include <stdlib.h>
5495| # endif
5496| #endif
5497| #ifdef HAVE_STRING_H
5498| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5499| # include <memory.h>
5500| # endif
5501| # include <string.h>
5502| #endif
5503| #ifdef HAVE_STRINGS_H
5504| # include <strings.h>
5505| #endif
5506| #ifdef HAVE_INTTYPES_H
5507| # include <inttypes.h>
5508| #endif
5509| #ifdef HAVE_STDINT_H
5510| # include <stdint.h>
5511| #endif
5512| #ifdef HAVE_UNISTD_H
5513| # include <unistd.h>
5514| #endif
5515| #include <png.h>
5516configure:7605: result: no
5517configure:7609: checking png.h presence
5518configure:7624: cl.exe -E conftest.c
5519Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5520Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5521
5522conftest.c
5523conftest.c(18) : fatal error C1083: Cannot open include file: 'png.h': No such file or directory
5524configure:7631: $? = 2
5525configure: failed program was:
5526| /* confdefs.h. */
5527| #define PACKAGE_NAME "Wine"
5528| #define PACKAGE_TARNAME "wine"
5529| #define PACKAGE_VERSION "1.1.10"
5530| #define PACKAGE_STRING "Wine 1.1.10"
5531| #define PACKAGE_BUGREPORT "[email protected]"
5532| #define X_DISPLAY_MISSING 1
5533| #define STDC_HEADERS 1
5534| #define HAVE_SYS_TYPES_H 1
5535| #define HAVE_SYS_STAT_H 1
5536| #define HAVE_STDLIB_H 1
5537| #define HAVE_STRING_H 1
5538| #define HAVE_MEMORY_H 1
5539| #define HAVE_DIRECT_H 1
5540| #define HAVE_FLOAT_H 1
5541| #define HAVE_IO_H 1
5542| /* end confdefs.h. */
5543| #include <png.h>
5544configure:7645: result: no
5545configure:7678: checking for png.h
5546configure:7687: result: no
5547configure:7567: checking poll.h usability
5548configure:7584: cl.exe -c -g conftest.c >&5
5549conftest.c
5550conftest.c(51) : fatal error C1083: Cannot open include file: 'poll.h': No such file or directory
5551Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5552Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5553
5554cl : Command line warning D4002 : ignoring unknown option '-g'
5555configure:7591: $? = 2
5556configure: failed program was:
5557| /* confdefs.h. */
5558| #define PACKAGE_NAME "Wine"
5559| #define PACKAGE_TARNAME "wine"
5560| #define PACKAGE_VERSION "1.1.10"
5561| #define PACKAGE_STRING "Wine 1.1.10"
5562| #define PACKAGE_BUGREPORT "[email protected]"
5563| #define X_DISPLAY_MISSING 1
5564| #define STDC_HEADERS 1
5565| #define HAVE_SYS_TYPES_H 1
5566| #define HAVE_SYS_STAT_H 1
5567| #define HAVE_STDLIB_H 1
5568| #define HAVE_STRING_H 1
5569| #define HAVE_MEMORY_H 1
5570| #define HAVE_DIRECT_H 1
5571| #define HAVE_FLOAT_H 1
5572| #define HAVE_IO_H 1
5573| /* end confdefs.h. */
5574| #include <stdio.h>
5575| #ifdef HAVE_SYS_TYPES_H
5576| # include <sys/types.h>
5577| #endif
5578| #ifdef HAVE_SYS_STAT_H
5579| # include <sys/stat.h>
5580| #endif
5581| #ifdef STDC_HEADERS
5582| # include <stdlib.h>
5583| # include <stddef.h>
5584| #else
5585| # ifdef HAVE_STDLIB_H
5586| # include <stdlib.h>
5587| # endif
5588| #endif
5589| #ifdef HAVE_STRING_H
5590| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5591| # include <memory.h>
5592| # endif
5593| # include <string.h>
5594| #endif
5595| #ifdef HAVE_STRINGS_H
5596| # include <strings.h>
5597| #endif
5598| #ifdef HAVE_INTTYPES_H
5599| # include <inttypes.h>
5600| #endif
5601| #ifdef HAVE_STDINT_H
5602| # include <stdint.h>
5603| #endif
5604| #ifdef HAVE_UNISTD_H
5605| # include <unistd.h>
5606| #endif
5607| #include <poll.h>
5608configure:7605: result: no
5609configure:7609: checking poll.h presence
5610configure:7624: cl.exe -E conftest.c
5611Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5612Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5613
5614conftest.c
5615conftest.c(18) : fatal error C1083: Cannot open include file: 'poll.h': No such file or directory
5616configure:7631: $? = 2
5617configure: failed program was:
5618| /* confdefs.h. */
5619| #define PACKAGE_NAME "Wine"
5620| #define PACKAGE_TARNAME "wine"
5621| #define PACKAGE_VERSION "1.1.10"
5622| #define PACKAGE_STRING "Wine 1.1.10"
5623| #define PACKAGE_BUGREPORT "[email protected]"
5624| #define X_DISPLAY_MISSING 1
5625| #define STDC_HEADERS 1
5626| #define HAVE_SYS_TYPES_H 1
5627| #define HAVE_SYS_STAT_H 1
5628| #define HAVE_STDLIB_H 1
5629| #define HAVE_STRING_H 1
5630| #define HAVE_MEMORY_H 1
5631| #define HAVE_DIRECT_H 1
5632| #define HAVE_FLOAT_H 1
5633| #define HAVE_IO_H 1
5634| /* end confdefs.h. */
5635| #include <poll.h>
5636configure:7645: result: no
5637configure:7678: checking for poll.h
5638configure:7687: result: no
5639configure:7567: checking process.h usability
5640configure:7584: cl.exe -c -g conftest.c >&5
5641conftest.c
5642Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5643Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5644
5645cl : Command line warning D4002 : ignoring unknown option '-g'
5646configure:7591: $? = 0
5647configure:7605: result: yes
5648configure:7609: checking process.h presence
5649configure:7624: cl.exe -E conftest.c
5650Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5651Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5652
5653conftest.c
5654configure:7631: $? = 0
5655configure:7645: result: yes
5656configure:7678: checking for process.h
5657configure:7687: result: yes
5658configure:7567: checking pthread.h usability
5659configure:7584: cl.exe -c -g conftest.c >&5
5660conftest.c
5661conftest.c(52) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
5662Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5663Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5664
5665cl : Command line warning D4002 : ignoring unknown option '-g'
5666configure:7591: $? = 2
5667configure: failed program was:
5668| /* confdefs.h. */
5669| #define PACKAGE_NAME "Wine"
5670| #define PACKAGE_TARNAME "wine"
5671| #define PACKAGE_VERSION "1.1.10"
5672| #define PACKAGE_STRING "Wine 1.1.10"
5673| #define PACKAGE_BUGREPORT "[email protected]"
5674| #define X_DISPLAY_MISSING 1
5675| #define STDC_HEADERS 1
5676| #define HAVE_SYS_TYPES_H 1
5677| #define HAVE_SYS_STAT_H 1
5678| #define HAVE_STDLIB_H 1
5679| #define HAVE_STRING_H 1
5680| #define HAVE_MEMORY_H 1
5681| #define HAVE_DIRECT_H 1
5682| #define HAVE_FLOAT_H 1
5683| #define HAVE_IO_H 1
5684| #define HAVE_PROCESS_H 1
5685| /* end confdefs.h. */
5686| #include <stdio.h>
5687| #ifdef HAVE_SYS_TYPES_H
5688| # include <sys/types.h>
5689| #endif
5690| #ifdef HAVE_SYS_STAT_H
5691| # include <sys/stat.h>
5692| #endif
5693| #ifdef STDC_HEADERS
5694| # include <stdlib.h>
5695| # include <stddef.h>
5696| #else
5697| # ifdef HAVE_STDLIB_H
5698| # include <stdlib.h>
5699| # endif
5700| #endif
5701| #ifdef HAVE_STRING_H
5702| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5703| # include <memory.h>
5704| # endif
5705| # include <string.h>
5706| #endif
5707| #ifdef HAVE_STRINGS_H
5708| # include <strings.h>
5709| #endif
5710| #ifdef HAVE_INTTYPES_H
5711| # include <inttypes.h>
5712| #endif
5713| #ifdef HAVE_STDINT_H
5714| # include <stdint.h>
5715| #endif
5716| #ifdef HAVE_UNISTD_H
5717| # include <unistd.h>
5718| #endif
5719| #include <pthread.h>
5720configure:7605: result: no
5721configure:7609: checking pthread.h presence
5722configure:7624: cl.exe -E conftest.c
5723Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5724Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5725
5726conftest.c
5727conftest.c(19) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
5728configure:7631: $? = 2
5729configure: failed program was:
5730| /* confdefs.h. */
5731| #define PACKAGE_NAME "Wine"
5732| #define PACKAGE_TARNAME "wine"
5733| #define PACKAGE_VERSION "1.1.10"
5734| #define PACKAGE_STRING "Wine 1.1.10"
5735| #define PACKAGE_BUGREPORT "[email protected]"
5736| #define X_DISPLAY_MISSING 1
5737| #define STDC_HEADERS 1
5738| #define HAVE_SYS_TYPES_H 1
5739| #define HAVE_SYS_STAT_H 1
5740| #define HAVE_STDLIB_H 1
5741| #define HAVE_STRING_H 1
5742| #define HAVE_MEMORY_H 1
5743| #define HAVE_DIRECT_H 1
5744| #define HAVE_FLOAT_H 1
5745| #define HAVE_IO_H 1
5746| #define HAVE_PROCESS_H 1
5747| /* end confdefs.h. */
5748| #include <pthread.h>
5749configure:7645: result: no
5750configure:7678: checking for pthread.h
5751configure:7687: result: no
5752configure:7567: checking pwd.h usability
5753configure:7584: cl.exe -c -g conftest.c >&5
5754conftest.c
5755conftest.c(52) : fatal error C1083: Cannot open include file: 'pwd.h': No such file or directory
5756Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5757Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5758
5759cl : Command line warning D4002 : ignoring unknown option '-g'
5760configure:7591: $? = 2
5761configure: failed program was:
5762| /* confdefs.h. */
5763| #define PACKAGE_NAME "Wine"
5764| #define PACKAGE_TARNAME "wine"
5765| #define PACKAGE_VERSION "1.1.10"
5766| #define PACKAGE_STRING "Wine 1.1.10"
5767| #define PACKAGE_BUGREPORT "[email protected]"
5768| #define X_DISPLAY_MISSING 1
5769| #define STDC_HEADERS 1
5770| #define HAVE_SYS_TYPES_H 1
5771| #define HAVE_SYS_STAT_H 1
5772| #define HAVE_STDLIB_H 1
5773| #define HAVE_STRING_H 1
5774| #define HAVE_MEMORY_H 1
5775| #define HAVE_DIRECT_H 1
5776| #define HAVE_FLOAT_H 1
5777| #define HAVE_IO_H 1
5778| #define HAVE_PROCESS_H 1
5779| /* end confdefs.h. */
5780| #include <stdio.h>
5781| #ifdef HAVE_SYS_TYPES_H
5782| # include <sys/types.h>
5783| #endif
5784| #ifdef HAVE_SYS_STAT_H
5785| # include <sys/stat.h>
5786| #endif
5787| #ifdef STDC_HEADERS
5788| # include <stdlib.h>
5789| # include <stddef.h>
5790| #else
5791| # ifdef HAVE_STDLIB_H
5792| # include <stdlib.h>
5793| # endif
5794| #endif
5795| #ifdef HAVE_STRING_H
5796| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5797| # include <memory.h>
5798| # endif
5799| # include <string.h>
5800| #endif
5801| #ifdef HAVE_STRINGS_H
5802| # include <strings.h>
5803| #endif
5804| #ifdef HAVE_INTTYPES_H
5805| # include <inttypes.h>
5806| #endif
5807| #ifdef HAVE_STDINT_H
5808| # include <stdint.h>
5809| #endif
5810| #ifdef HAVE_UNISTD_H
5811| # include <unistd.h>
5812| #endif
5813| #include <pwd.h>
5814configure:7605: result: no
5815configure:7609: checking pwd.h presence
5816configure:7624: cl.exe -E conftest.c
5817Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5818Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5819
5820conftest.c
5821conftest.c(19) : fatal error C1083: Cannot open include file: 'pwd.h': No such file or directory
5822configure:7631: $? = 2
5823configure: failed program was:
5824| /* confdefs.h. */
5825| #define PACKAGE_NAME "Wine"
5826| #define PACKAGE_TARNAME "wine"
5827| #define PACKAGE_VERSION "1.1.10"
5828| #define PACKAGE_STRING "Wine 1.1.10"
5829| #define PACKAGE_BUGREPORT "[email protected]"
5830| #define X_DISPLAY_MISSING 1
5831| #define STDC_HEADERS 1
5832| #define HAVE_SYS_TYPES_H 1
5833| #define HAVE_SYS_STAT_H 1
5834| #define HAVE_STDLIB_H 1
5835| #define HAVE_STRING_H 1
5836| #define HAVE_MEMORY_H 1
5837| #define HAVE_DIRECT_H 1
5838| #define HAVE_FLOAT_H 1
5839| #define HAVE_IO_H 1
5840| #define HAVE_PROCESS_H 1
5841| /* end confdefs.h. */
5842| #include <pwd.h>
5843configure:7645: result: no
5844configure:7678: checking for pwd.h
5845configure:7687: result: no
5846configure:7567: checking regex.h usability
5847configure:7584: cl.exe -c -g conftest.c >&5
5848conftest.c
5849conftest.c(52) : fatal error C1083: Cannot open include file: 'regex.h': No such file or directory
5850Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5851Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5852
5853cl : Command line warning D4002 : ignoring unknown option '-g'
5854configure:7591: $? = 2
5855configure: failed program was:
5856| /* confdefs.h. */
5857| #define PACKAGE_NAME "Wine"
5858| #define PACKAGE_TARNAME "wine"
5859| #define PACKAGE_VERSION "1.1.10"
5860| #define PACKAGE_STRING "Wine 1.1.10"
5861| #define PACKAGE_BUGREPORT "[email protected]"
5862| #define X_DISPLAY_MISSING 1
5863| #define STDC_HEADERS 1
5864| #define HAVE_SYS_TYPES_H 1
5865| #define HAVE_SYS_STAT_H 1
5866| #define HAVE_STDLIB_H 1
5867| #define HAVE_STRING_H 1
5868| #define HAVE_MEMORY_H 1
5869| #define HAVE_DIRECT_H 1
5870| #define HAVE_FLOAT_H 1
5871| #define HAVE_IO_H 1
5872| #define HAVE_PROCESS_H 1
5873| /* end confdefs.h. */
5874| #include <stdio.h>
5875| #ifdef HAVE_SYS_TYPES_H
5876| # include <sys/types.h>
5877| #endif
5878| #ifdef HAVE_SYS_STAT_H
5879| # include <sys/stat.h>
5880| #endif
5881| #ifdef STDC_HEADERS
5882| # include <stdlib.h>
5883| # include <stddef.h>
5884| #else
5885| # ifdef HAVE_STDLIB_H
5886| # include <stdlib.h>
5887| # endif
5888| #endif
5889| #ifdef HAVE_STRING_H
5890| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5891| # include <memory.h>
5892| # endif
5893| # include <string.h>
5894| #endif
5895| #ifdef HAVE_STRINGS_H
5896| # include <strings.h>
5897| #endif
5898| #ifdef HAVE_INTTYPES_H
5899| # include <inttypes.h>
5900| #endif
5901| #ifdef HAVE_STDINT_H
5902| # include <stdint.h>
5903| #endif
5904| #ifdef HAVE_UNISTD_H
5905| # include <unistd.h>
5906| #endif
5907| #include <regex.h>
5908configure:7605: result: no
5909configure:7609: checking regex.h presence
5910configure:7624: cl.exe -E conftest.c
5911Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5912Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5913
5914conftest.c
5915conftest.c(19) : fatal error C1083: Cannot open include file: 'regex.h': No such file or directory
5916configure:7631: $? = 2
5917configure: failed program was:
5918| /* confdefs.h. */
5919| #define PACKAGE_NAME "Wine"
5920| #define PACKAGE_TARNAME "wine"
5921| #define PACKAGE_VERSION "1.1.10"
5922| #define PACKAGE_STRING "Wine 1.1.10"
5923| #define PACKAGE_BUGREPORT "[email protected]"
5924| #define X_DISPLAY_MISSING 1
5925| #define STDC_HEADERS 1
5926| #define HAVE_SYS_TYPES_H 1
5927| #define HAVE_SYS_STAT_H 1
5928| #define HAVE_STDLIB_H 1
5929| #define HAVE_STRING_H 1
5930| #define HAVE_MEMORY_H 1
5931| #define HAVE_DIRECT_H 1
5932| #define HAVE_FLOAT_H 1
5933| #define HAVE_IO_H 1
5934| #define HAVE_PROCESS_H 1
5935| /* end confdefs.h. */
5936| #include <regex.h>
5937configure:7645: result: no
5938configure:7678: checking for regex.h
5939configure:7687: result: no
5940configure:7567: checking sched.h usability
5941configure:7584: cl.exe -c -g conftest.c >&5
5942conftest.c
5943conftest.c(52) : fatal error C1083: Cannot open include file: 'sched.h': No such file or directory
5944Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
5945Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
5946
5947cl : Command line warning D4002 : ignoring unknown option '-g'
5948configure:7591: $? = 2
5949configure: failed program was:
5950| /* confdefs.h. */
5951| #define PACKAGE_NAME "Wine"
5952| #define PACKAGE_TARNAME "wine"
5953| #define PACKAGE_VERSION "1.1.10"
5954| #define PACKAGE_STRING "Wine 1.1.10"
5955| #define PACKAGE_BUGREPORT "[email protected]"
5956| #define X_DISPLAY_MISSING 1
5957| #define STDC_HEADERS 1
5958| #define HAVE_SYS_TYPES_H 1
5959| #define HAVE_SYS_STAT_H 1
5960| #define HAVE_STDLIB_H 1
5961| #define HAVE_STRING_H 1
5962| #define HAVE_MEMORY_H 1
5963| #define HAVE_DIRECT_H 1
5964| #define HAVE_FLOAT_H 1
5965| #define HAVE_IO_H 1
5966| #define HAVE_PROCESS_H 1
5967| /* end confdefs.h. */
5968| #include <stdio.h>
5969| #ifdef HAVE_SYS_TYPES_H
5970| # include <sys/types.h>
5971| #endif
5972| #ifdef HAVE_SYS_STAT_H
5973| # include <sys/stat.h>
5974| #endif
5975| #ifdef STDC_HEADERS
5976| # include <stdlib.h>
5977| # include <stddef.h>
5978| #else
5979| # ifdef HAVE_STDLIB_H
5980| # include <stdlib.h>
5981| # endif
5982| #endif
5983| #ifdef HAVE_STRING_H
5984| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5985| # include <memory.h>
5986| # endif
5987| # include <string.h>
5988| #endif
5989| #ifdef HAVE_STRINGS_H
5990| # include <strings.h>
5991| #endif
5992| #ifdef HAVE_INTTYPES_H
5993| # include <inttypes.h>
5994| #endif
5995| #ifdef HAVE_STDINT_H
5996| # include <stdint.h>
5997| #endif
5998| #ifdef HAVE_UNISTD_H
5999| # include <unistd.h>
6000| #endif
6001| #include <sched.h>
6002configure:7605: result: no
6003configure:7609: checking sched.h presence
6004configure:7624: cl.exe -E conftest.c
6005Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6006Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6007
6008conftest.c
6009conftest.c(19) : fatal error C1083: Cannot open include file: 'sched.h': No such file or directory
6010configure:7631: $? = 2
6011configure: failed program was:
6012| /* confdefs.h. */
6013| #define PACKAGE_NAME "Wine"
6014| #define PACKAGE_TARNAME "wine"
6015| #define PACKAGE_VERSION "1.1.10"
6016| #define PACKAGE_STRING "Wine 1.1.10"
6017| #define PACKAGE_BUGREPORT "[email protected]"
6018| #define X_DISPLAY_MISSING 1
6019| #define STDC_HEADERS 1
6020| #define HAVE_SYS_TYPES_H 1
6021| #define HAVE_SYS_STAT_H 1
6022| #define HAVE_STDLIB_H 1
6023| #define HAVE_STRING_H 1
6024| #define HAVE_MEMORY_H 1
6025| #define HAVE_DIRECT_H 1
6026| #define HAVE_FLOAT_H 1
6027| #define HAVE_IO_H 1
6028| #define HAVE_PROCESS_H 1
6029| /* end confdefs.h. */
6030| #include <sched.h>
6031configure:7645: result: no
6032configure:7678: checking for sched.h
6033configure:7687: result: no
6034configure:7567: checking scsi/scsi.h usability
6035configure:7584: cl.exe -c -g conftest.c >&5
6036conftest.c
6037conftest.c(52) : fatal error C1083: Cannot open include file: 'scsi/scsi.h': No such file or directory
6038Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6039Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6040
6041cl : Command line warning D4002 : ignoring unknown option '-g'
6042configure:7591: $? = 2
6043configure: failed program was:
6044| /* confdefs.h. */
6045| #define PACKAGE_NAME "Wine"
6046| #define PACKAGE_TARNAME "wine"
6047| #define PACKAGE_VERSION "1.1.10"
6048| #define PACKAGE_STRING "Wine 1.1.10"
6049| #define PACKAGE_BUGREPORT "[email protected]"
6050| #define X_DISPLAY_MISSING 1
6051| #define STDC_HEADERS 1
6052| #define HAVE_SYS_TYPES_H 1
6053| #define HAVE_SYS_STAT_H 1
6054| #define HAVE_STDLIB_H 1
6055| #define HAVE_STRING_H 1
6056| #define HAVE_MEMORY_H 1
6057| #define HAVE_DIRECT_H 1
6058| #define HAVE_FLOAT_H 1
6059| #define HAVE_IO_H 1
6060| #define HAVE_PROCESS_H 1
6061| /* end confdefs.h. */
6062| #include <stdio.h>
6063| #ifdef HAVE_SYS_TYPES_H
6064| # include <sys/types.h>
6065| #endif
6066| #ifdef HAVE_SYS_STAT_H
6067| # include <sys/stat.h>
6068| #endif
6069| #ifdef STDC_HEADERS
6070| # include <stdlib.h>
6071| # include <stddef.h>
6072| #else
6073| # ifdef HAVE_STDLIB_H
6074| # include <stdlib.h>
6075| # endif
6076| #endif
6077| #ifdef HAVE_STRING_H
6078| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6079| # include <memory.h>
6080| # endif
6081| # include <string.h>
6082| #endif
6083| #ifdef HAVE_STRINGS_H
6084| # include <strings.h>
6085| #endif
6086| #ifdef HAVE_INTTYPES_H
6087| # include <inttypes.h>
6088| #endif
6089| #ifdef HAVE_STDINT_H
6090| # include <stdint.h>
6091| #endif
6092| #ifdef HAVE_UNISTD_H
6093| # include <unistd.h>
6094| #endif
6095| #include <scsi/scsi.h>
6096configure:7605: result: no
6097configure:7609: checking scsi/scsi.h presence
6098configure:7624: cl.exe -E conftest.c
6099Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6100Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6101
6102conftest.c
6103conftest.c(19) : fatal error C1083: Cannot open include file: 'scsi/scsi.h': No such file or directory
6104configure:7631: $? = 2
6105configure: failed program was:
6106| /* confdefs.h. */
6107| #define PACKAGE_NAME "Wine"
6108| #define PACKAGE_TARNAME "wine"
6109| #define PACKAGE_VERSION "1.1.10"
6110| #define PACKAGE_STRING "Wine 1.1.10"
6111| #define PACKAGE_BUGREPORT "[email protected]"
6112| #define X_DISPLAY_MISSING 1
6113| #define STDC_HEADERS 1
6114| #define HAVE_SYS_TYPES_H 1
6115| #define HAVE_SYS_STAT_H 1
6116| #define HAVE_STDLIB_H 1
6117| #define HAVE_STRING_H 1
6118| #define HAVE_MEMORY_H 1
6119| #define HAVE_DIRECT_H 1
6120| #define HAVE_FLOAT_H 1
6121| #define HAVE_IO_H 1
6122| #define HAVE_PROCESS_H 1
6123| /* end confdefs.h. */
6124| #include <scsi/scsi.h>
6125configure:7645: result: no
6126configure:7678: checking for scsi/scsi.h
6127configure:7687: result: no
6128configure:7567: checking scsi/scsi_ioctl.h usability
6129configure:7584: cl.exe -c -g conftest.c >&5
6130conftest.c
6131conftest.c(52) : fatal error C1083: Cannot open include file: 'scsi/scsi_ioctl.h': No such file or directory
6132Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6133Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6134
6135cl : Command line warning D4002 : ignoring unknown option '-g'
6136configure:7591: $? = 2
6137configure: failed program was:
6138| /* confdefs.h. */
6139| #define PACKAGE_NAME "Wine"
6140| #define PACKAGE_TARNAME "wine"
6141| #define PACKAGE_VERSION "1.1.10"
6142| #define PACKAGE_STRING "Wine 1.1.10"
6143| #define PACKAGE_BUGREPORT "[email protected]"
6144| #define X_DISPLAY_MISSING 1
6145| #define STDC_HEADERS 1
6146| #define HAVE_SYS_TYPES_H 1
6147| #define HAVE_SYS_STAT_H 1
6148| #define HAVE_STDLIB_H 1
6149| #define HAVE_STRING_H 1
6150| #define HAVE_MEMORY_H 1
6151| #define HAVE_DIRECT_H 1
6152| #define HAVE_FLOAT_H 1
6153| #define HAVE_IO_H 1
6154| #define HAVE_PROCESS_H 1
6155| /* end confdefs.h. */
6156| #include <stdio.h>
6157| #ifdef HAVE_SYS_TYPES_H
6158| # include <sys/types.h>
6159| #endif
6160| #ifdef HAVE_SYS_STAT_H
6161| # include <sys/stat.h>
6162| #endif
6163| #ifdef STDC_HEADERS
6164| # include <stdlib.h>
6165| # include <stddef.h>
6166| #else
6167| # ifdef HAVE_STDLIB_H
6168| # include <stdlib.h>
6169| # endif
6170| #endif
6171| #ifdef HAVE_STRING_H
6172| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6173| # include <memory.h>
6174| # endif
6175| # include <string.h>
6176| #endif
6177| #ifdef HAVE_STRINGS_H
6178| # include <strings.h>
6179| #endif
6180| #ifdef HAVE_INTTYPES_H
6181| # include <inttypes.h>
6182| #endif
6183| #ifdef HAVE_STDINT_H
6184| # include <stdint.h>
6185| #endif
6186| #ifdef HAVE_UNISTD_H
6187| # include <unistd.h>
6188| #endif
6189| #include <scsi/scsi_ioctl.h>
6190configure:7605: result: no
6191configure:7609: checking scsi/scsi_ioctl.h presence
6192configure:7624: cl.exe -E conftest.c
6193Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6194Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6195
6196conftest.c
6197conftest.c(19) : fatal error C1083: Cannot open include file: 'scsi/scsi_ioctl.h': No such file or directory
6198configure:7631: $? = 2
6199configure: failed program was:
6200| /* confdefs.h. */
6201| #define PACKAGE_NAME "Wine"
6202| #define PACKAGE_TARNAME "wine"
6203| #define PACKAGE_VERSION "1.1.10"
6204| #define PACKAGE_STRING "Wine 1.1.10"
6205| #define PACKAGE_BUGREPORT "[email protected]"
6206| #define X_DISPLAY_MISSING 1
6207| #define STDC_HEADERS 1
6208| #define HAVE_SYS_TYPES_H 1
6209| #define HAVE_SYS_STAT_H 1
6210| #define HAVE_STDLIB_H 1
6211| #define HAVE_STRING_H 1
6212| #define HAVE_MEMORY_H 1
6213| #define HAVE_DIRECT_H 1
6214| #define HAVE_FLOAT_H 1
6215| #define HAVE_IO_H 1
6216| #define HAVE_PROCESS_H 1
6217| /* end confdefs.h. */
6218| #include <scsi/scsi_ioctl.h>
6219configure:7645: result: no
6220configure:7678: checking for scsi/scsi_ioctl.h
6221configure:7687: result: no
6222configure:7567: checking scsi/sg.h usability
6223configure:7584: cl.exe -c -g conftest.c >&5
6224conftest.c
6225conftest.c(52) : fatal error C1083: Cannot open include file: 'scsi/sg.h': No such file or directory
6226Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6227Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6228
6229cl : Command line warning D4002 : ignoring unknown option '-g'
6230configure:7591: $? = 2
6231configure: failed program was:
6232| /* confdefs.h. */
6233| #define PACKAGE_NAME "Wine"
6234| #define PACKAGE_TARNAME "wine"
6235| #define PACKAGE_VERSION "1.1.10"
6236| #define PACKAGE_STRING "Wine 1.1.10"
6237| #define PACKAGE_BUGREPORT "[email protected]"
6238| #define X_DISPLAY_MISSING 1
6239| #define STDC_HEADERS 1
6240| #define HAVE_SYS_TYPES_H 1
6241| #define HAVE_SYS_STAT_H 1
6242| #define HAVE_STDLIB_H 1
6243| #define HAVE_STRING_H 1
6244| #define HAVE_MEMORY_H 1
6245| #define HAVE_DIRECT_H 1
6246| #define HAVE_FLOAT_H 1
6247| #define HAVE_IO_H 1
6248| #define HAVE_PROCESS_H 1
6249| /* end confdefs.h. */
6250| #include <stdio.h>
6251| #ifdef HAVE_SYS_TYPES_H
6252| # include <sys/types.h>
6253| #endif
6254| #ifdef HAVE_SYS_STAT_H
6255| # include <sys/stat.h>
6256| #endif
6257| #ifdef STDC_HEADERS
6258| # include <stdlib.h>
6259| # include <stddef.h>
6260| #else
6261| # ifdef HAVE_STDLIB_H
6262| # include <stdlib.h>
6263| # endif
6264| #endif
6265| #ifdef HAVE_STRING_H
6266| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6267| # include <memory.h>
6268| # endif
6269| # include <string.h>
6270| #endif
6271| #ifdef HAVE_STRINGS_H
6272| # include <strings.h>
6273| #endif
6274| #ifdef HAVE_INTTYPES_H
6275| # include <inttypes.h>
6276| #endif
6277| #ifdef HAVE_STDINT_H
6278| # include <stdint.h>
6279| #endif
6280| #ifdef HAVE_UNISTD_H
6281| # include <unistd.h>
6282| #endif
6283| #include <scsi/sg.h>
6284configure:7605: result: no
6285configure:7609: checking scsi/sg.h presence
6286configure:7624: cl.exe -E conftest.c
6287Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6288Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6289
6290conftest.c
6291conftest.c(19) : fatal error C1083: Cannot open include file: 'scsi/sg.h': No such file or directory
6292configure:7631: $? = 2
6293configure: failed program was:
6294| /* confdefs.h. */
6295| #define PACKAGE_NAME "Wine"
6296| #define PACKAGE_TARNAME "wine"
6297| #define PACKAGE_VERSION "1.1.10"
6298| #define PACKAGE_STRING "Wine 1.1.10"
6299| #define PACKAGE_BUGREPORT "[email protected]"
6300| #define X_DISPLAY_MISSING 1
6301| #define STDC_HEADERS 1
6302| #define HAVE_SYS_TYPES_H 1
6303| #define HAVE_SYS_STAT_H 1
6304| #define HAVE_STDLIB_H 1
6305| #define HAVE_STRING_H 1
6306| #define HAVE_MEMORY_H 1
6307| #define HAVE_DIRECT_H 1
6308| #define HAVE_FLOAT_H 1
6309| #define HAVE_IO_H 1
6310| #define HAVE_PROCESS_H 1
6311| /* end confdefs.h. */
6312| #include <scsi/sg.h>
6313configure:7645: result: no
6314configure:7678: checking for scsi/sg.h
6315configure:7687: result: no
6316configure:7567: checking soundcard.h usability
6317configure:7584: cl.exe -c -g conftest.c >&5
6318conftest.c
6319conftest.c(52) : fatal error C1083: Cannot open include file: 'soundcard.h': No such file or directory
6320Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6321Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6322
6323cl : Command line warning D4002 : ignoring unknown option '-g'
6324configure:7591: $? = 2
6325configure: failed program was:
6326| /* confdefs.h. */
6327| #define PACKAGE_NAME "Wine"
6328| #define PACKAGE_TARNAME "wine"
6329| #define PACKAGE_VERSION "1.1.10"
6330| #define PACKAGE_STRING "Wine 1.1.10"
6331| #define PACKAGE_BUGREPORT "[email protected]"
6332| #define X_DISPLAY_MISSING 1
6333| #define STDC_HEADERS 1
6334| #define HAVE_SYS_TYPES_H 1
6335| #define HAVE_SYS_STAT_H 1
6336| #define HAVE_STDLIB_H 1
6337| #define HAVE_STRING_H 1
6338| #define HAVE_MEMORY_H 1
6339| #define HAVE_DIRECT_H 1
6340| #define HAVE_FLOAT_H 1
6341| #define HAVE_IO_H 1
6342| #define HAVE_PROCESS_H 1
6343| /* end confdefs.h. */
6344| #include <stdio.h>
6345| #ifdef HAVE_SYS_TYPES_H
6346| # include <sys/types.h>
6347| #endif
6348| #ifdef HAVE_SYS_STAT_H
6349| # include <sys/stat.h>
6350| #endif
6351| #ifdef STDC_HEADERS
6352| # include <stdlib.h>
6353| # include <stddef.h>
6354| #else
6355| # ifdef HAVE_STDLIB_H
6356| # include <stdlib.h>
6357| # endif
6358| #endif
6359| #ifdef HAVE_STRING_H
6360| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6361| # include <memory.h>
6362| # endif
6363| # include <string.h>
6364| #endif
6365| #ifdef HAVE_STRINGS_H
6366| # include <strings.h>
6367| #endif
6368| #ifdef HAVE_INTTYPES_H
6369| # include <inttypes.h>
6370| #endif
6371| #ifdef HAVE_STDINT_H
6372| # include <stdint.h>
6373| #endif
6374| #ifdef HAVE_UNISTD_H
6375| # include <unistd.h>
6376| #endif
6377| #include <soundcard.h>
6378configure:7605: result: no
6379configure:7609: checking soundcard.h presence
6380configure:7624: cl.exe -E conftest.c
6381Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6382Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6383
6384conftest.c
6385conftest.c(19) : fatal error C1083: Cannot open include file: 'soundcard.h': No such file or directory
6386configure:7631: $? = 2
6387configure: failed program was:
6388| /* confdefs.h. */
6389| #define PACKAGE_NAME "Wine"
6390| #define PACKAGE_TARNAME "wine"
6391| #define PACKAGE_VERSION "1.1.10"
6392| #define PACKAGE_STRING "Wine 1.1.10"
6393| #define PACKAGE_BUGREPORT "[email protected]"
6394| #define X_DISPLAY_MISSING 1
6395| #define STDC_HEADERS 1
6396| #define HAVE_SYS_TYPES_H 1
6397| #define HAVE_SYS_STAT_H 1
6398| #define HAVE_STDLIB_H 1
6399| #define HAVE_STRING_H 1
6400| #define HAVE_MEMORY_H 1
6401| #define HAVE_DIRECT_H 1
6402| #define HAVE_FLOAT_H 1
6403| #define HAVE_IO_H 1
6404| #define HAVE_PROCESS_H 1
6405| /* end confdefs.h. */
6406| #include <soundcard.h>
6407configure:7645: result: no
6408configure:7678: checking for soundcard.h
6409configure:7687: result: no
6410configure:7556: checking for stdint.h
6411configure:7563: result: no
6412configure:7556: checking for strings.h
6413configure:7563: result: no
6414configure:7567: checking sys/asoundlib.h usability
6415configure:7584: cl.exe -c -g conftest.c >&5
6416conftest.c
6417conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/asoundlib.h': No such file or directory
6418Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6419Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6420
6421cl : Command line warning D4002 : ignoring unknown option '-g'
6422configure:7591: $? = 2
6423configure: failed program was:
6424| /* confdefs.h. */
6425| #define PACKAGE_NAME "Wine"
6426| #define PACKAGE_TARNAME "wine"
6427| #define PACKAGE_VERSION "1.1.10"
6428| #define PACKAGE_STRING "Wine 1.1.10"
6429| #define PACKAGE_BUGREPORT "[email protected]"
6430| #define X_DISPLAY_MISSING 1
6431| #define STDC_HEADERS 1
6432| #define HAVE_SYS_TYPES_H 1
6433| #define HAVE_SYS_STAT_H 1
6434| #define HAVE_STDLIB_H 1
6435| #define HAVE_STRING_H 1
6436| #define HAVE_MEMORY_H 1
6437| #define HAVE_DIRECT_H 1
6438| #define HAVE_FLOAT_H 1
6439| #define HAVE_IO_H 1
6440| #define HAVE_PROCESS_H 1
6441| /* end confdefs.h. */
6442| #include <stdio.h>
6443| #ifdef HAVE_SYS_TYPES_H
6444| # include <sys/types.h>
6445| #endif
6446| #ifdef HAVE_SYS_STAT_H
6447| # include <sys/stat.h>
6448| #endif
6449| #ifdef STDC_HEADERS
6450| # include <stdlib.h>
6451| # include <stddef.h>
6452| #else
6453| # ifdef HAVE_STDLIB_H
6454| # include <stdlib.h>
6455| # endif
6456| #endif
6457| #ifdef HAVE_STRING_H
6458| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6459| # include <memory.h>
6460| # endif
6461| # include <string.h>
6462| #endif
6463| #ifdef HAVE_STRINGS_H
6464| # include <strings.h>
6465| #endif
6466| #ifdef HAVE_INTTYPES_H
6467| # include <inttypes.h>
6468| #endif
6469| #ifdef HAVE_STDINT_H
6470| # include <stdint.h>
6471| #endif
6472| #ifdef HAVE_UNISTD_H
6473| # include <unistd.h>
6474| #endif
6475| #include <sys/asoundlib.h>
6476configure:7605: result: no
6477configure:7609: checking sys/asoundlib.h presence
6478configure:7624: cl.exe -E conftest.c
6479Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6480Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6481
6482conftest.c
6483conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/asoundlib.h': No such file or directory
6484configure:7631: $? = 2
6485configure: failed program was:
6486| /* confdefs.h. */
6487| #define PACKAGE_NAME "Wine"
6488| #define PACKAGE_TARNAME "wine"
6489| #define PACKAGE_VERSION "1.1.10"
6490| #define PACKAGE_STRING "Wine 1.1.10"
6491| #define PACKAGE_BUGREPORT "[email protected]"
6492| #define X_DISPLAY_MISSING 1
6493| #define STDC_HEADERS 1
6494| #define HAVE_SYS_TYPES_H 1
6495| #define HAVE_SYS_STAT_H 1
6496| #define HAVE_STDLIB_H 1
6497| #define HAVE_STRING_H 1
6498| #define HAVE_MEMORY_H 1
6499| #define HAVE_DIRECT_H 1
6500| #define HAVE_FLOAT_H 1
6501| #define HAVE_IO_H 1
6502| #define HAVE_PROCESS_H 1
6503| /* end confdefs.h. */
6504| #include <sys/asoundlib.h>
6505configure:7645: result: no
6506configure:7678: checking for sys/asoundlib.h
6507configure:7687: result: no
6508configure:7567: checking sys/cdio.h usability
6509configure:7584: cl.exe -c -g conftest.c >&5
6510conftest.c
6511conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/cdio.h': No such file or directory
6512Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6513Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6514
6515cl : Command line warning D4002 : ignoring unknown option '-g'
6516configure:7591: $? = 2
6517configure: failed program was:
6518| /* confdefs.h. */
6519| #define PACKAGE_NAME "Wine"
6520| #define PACKAGE_TARNAME "wine"
6521| #define PACKAGE_VERSION "1.1.10"
6522| #define PACKAGE_STRING "Wine 1.1.10"
6523| #define PACKAGE_BUGREPORT "[email protected]"
6524| #define X_DISPLAY_MISSING 1
6525| #define STDC_HEADERS 1
6526| #define HAVE_SYS_TYPES_H 1
6527| #define HAVE_SYS_STAT_H 1
6528| #define HAVE_STDLIB_H 1
6529| #define HAVE_STRING_H 1
6530| #define HAVE_MEMORY_H 1
6531| #define HAVE_DIRECT_H 1
6532| #define HAVE_FLOAT_H 1
6533| #define HAVE_IO_H 1
6534| #define HAVE_PROCESS_H 1
6535| /* end confdefs.h. */
6536| #include <stdio.h>
6537| #ifdef HAVE_SYS_TYPES_H
6538| # include <sys/types.h>
6539| #endif
6540| #ifdef HAVE_SYS_STAT_H
6541| # include <sys/stat.h>
6542| #endif
6543| #ifdef STDC_HEADERS
6544| # include <stdlib.h>
6545| # include <stddef.h>
6546| #else
6547| # ifdef HAVE_STDLIB_H
6548| # include <stdlib.h>
6549| # endif
6550| #endif
6551| #ifdef HAVE_STRING_H
6552| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6553| # include <memory.h>
6554| # endif
6555| # include <string.h>
6556| #endif
6557| #ifdef HAVE_STRINGS_H
6558| # include <strings.h>
6559| #endif
6560| #ifdef HAVE_INTTYPES_H
6561| # include <inttypes.h>
6562| #endif
6563| #ifdef HAVE_STDINT_H
6564| # include <stdint.h>
6565| #endif
6566| #ifdef HAVE_UNISTD_H
6567| # include <unistd.h>
6568| #endif
6569| #include <sys/cdio.h>
6570configure:7605: result: no
6571configure:7609: checking sys/cdio.h presence
6572configure:7624: cl.exe -E conftest.c
6573Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6574Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6575
6576conftest.c
6577conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/cdio.h': No such file or directory
6578configure:7631: $? = 2
6579configure: failed program was:
6580| /* confdefs.h. */
6581| #define PACKAGE_NAME "Wine"
6582| #define PACKAGE_TARNAME "wine"
6583| #define PACKAGE_VERSION "1.1.10"
6584| #define PACKAGE_STRING "Wine 1.1.10"
6585| #define PACKAGE_BUGREPORT "[email protected]"
6586| #define X_DISPLAY_MISSING 1
6587| #define STDC_HEADERS 1
6588| #define HAVE_SYS_TYPES_H 1
6589| #define HAVE_SYS_STAT_H 1
6590| #define HAVE_STDLIB_H 1
6591| #define HAVE_STRING_H 1
6592| #define HAVE_MEMORY_H 1
6593| #define HAVE_DIRECT_H 1
6594| #define HAVE_FLOAT_H 1
6595| #define HAVE_IO_H 1
6596| #define HAVE_PROCESS_H 1
6597| /* end confdefs.h. */
6598| #include <sys/cdio.h>
6599configure:7645: result: no
6600configure:7678: checking for sys/cdio.h
6601configure:7687: result: no
6602configure:7567: checking sys/elf32.h usability
6603configure:7584: cl.exe -c -g conftest.c >&5
6604conftest.c
6605conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/elf32.h': No such file or directory
6606Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6607Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6608
6609cl : Command line warning D4002 : ignoring unknown option '-g'
6610configure:7591: $? = 2
6611configure: failed program was:
6612| /* confdefs.h. */
6613| #define PACKAGE_NAME "Wine"
6614| #define PACKAGE_TARNAME "wine"
6615| #define PACKAGE_VERSION "1.1.10"
6616| #define PACKAGE_STRING "Wine 1.1.10"
6617| #define PACKAGE_BUGREPORT "[email protected]"
6618| #define X_DISPLAY_MISSING 1
6619| #define STDC_HEADERS 1
6620| #define HAVE_SYS_TYPES_H 1
6621| #define HAVE_SYS_STAT_H 1
6622| #define HAVE_STDLIB_H 1
6623| #define HAVE_STRING_H 1
6624| #define HAVE_MEMORY_H 1
6625| #define HAVE_DIRECT_H 1
6626| #define HAVE_FLOAT_H 1
6627| #define HAVE_IO_H 1
6628| #define HAVE_PROCESS_H 1
6629| /* end confdefs.h. */
6630| #include <stdio.h>
6631| #ifdef HAVE_SYS_TYPES_H
6632| # include <sys/types.h>
6633| #endif
6634| #ifdef HAVE_SYS_STAT_H
6635| # include <sys/stat.h>
6636| #endif
6637| #ifdef STDC_HEADERS
6638| # include <stdlib.h>
6639| # include <stddef.h>
6640| #else
6641| # ifdef HAVE_STDLIB_H
6642| # include <stdlib.h>
6643| # endif
6644| #endif
6645| #ifdef HAVE_STRING_H
6646| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6647| # include <memory.h>
6648| # endif
6649| # include <string.h>
6650| #endif
6651| #ifdef HAVE_STRINGS_H
6652| # include <strings.h>
6653| #endif
6654| #ifdef HAVE_INTTYPES_H
6655| # include <inttypes.h>
6656| #endif
6657| #ifdef HAVE_STDINT_H
6658| # include <stdint.h>
6659| #endif
6660| #ifdef HAVE_UNISTD_H
6661| # include <unistd.h>
6662| #endif
6663| #include <sys/elf32.h>
6664configure:7605: result: no
6665configure:7609: checking sys/elf32.h presence
6666configure:7624: cl.exe -E conftest.c
6667Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6668Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6669
6670conftest.c
6671conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/elf32.h': No such file or directory
6672configure:7631: $? = 2
6673configure: failed program was:
6674| /* confdefs.h. */
6675| #define PACKAGE_NAME "Wine"
6676| #define PACKAGE_TARNAME "wine"
6677| #define PACKAGE_VERSION "1.1.10"
6678| #define PACKAGE_STRING "Wine 1.1.10"
6679| #define PACKAGE_BUGREPORT "[email protected]"
6680| #define X_DISPLAY_MISSING 1
6681| #define STDC_HEADERS 1
6682| #define HAVE_SYS_TYPES_H 1
6683| #define HAVE_SYS_STAT_H 1
6684| #define HAVE_STDLIB_H 1
6685| #define HAVE_STRING_H 1
6686| #define HAVE_MEMORY_H 1
6687| #define HAVE_DIRECT_H 1
6688| #define HAVE_FLOAT_H 1
6689| #define HAVE_IO_H 1
6690| #define HAVE_PROCESS_H 1
6691| /* end confdefs.h. */
6692| #include <sys/elf32.h>
6693configure:7645: result: no
6694configure:7678: checking for sys/elf32.h
6695configure:7687: result: no
6696configure:7567: checking sys/epoll.h usability
6697configure:7584: cl.exe -c -g conftest.c >&5
6698conftest.c
6699conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/epoll.h': No such file or directory
6700Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6701Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6702
6703cl : Command line warning D4002 : ignoring unknown option '-g'
6704configure:7591: $? = 2
6705configure: failed program was:
6706| /* confdefs.h. */
6707| #define PACKAGE_NAME "Wine"
6708| #define PACKAGE_TARNAME "wine"
6709| #define PACKAGE_VERSION "1.1.10"
6710| #define PACKAGE_STRING "Wine 1.1.10"
6711| #define PACKAGE_BUGREPORT "[email protected]"
6712| #define X_DISPLAY_MISSING 1
6713| #define STDC_HEADERS 1
6714| #define HAVE_SYS_TYPES_H 1
6715| #define HAVE_SYS_STAT_H 1
6716| #define HAVE_STDLIB_H 1
6717| #define HAVE_STRING_H 1
6718| #define HAVE_MEMORY_H 1
6719| #define HAVE_DIRECT_H 1
6720| #define HAVE_FLOAT_H 1
6721| #define HAVE_IO_H 1
6722| #define HAVE_PROCESS_H 1
6723| /* end confdefs.h. */
6724| #include <stdio.h>
6725| #ifdef HAVE_SYS_TYPES_H
6726| # include <sys/types.h>
6727| #endif
6728| #ifdef HAVE_SYS_STAT_H
6729| # include <sys/stat.h>
6730| #endif
6731| #ifdef STDC_HEADERS
6732| # include <stdlib.h>
6733| # include <stddef.h>
6734| #else
6735| # ifdef HAVE_STDLIB_H
6736| # include <stdlib.h>
6737| # endif
6738| #endif
6739| #ifdef HAVE_STRING_H
6740| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6741| # include <memory.h>
6742| # endif
6743| # include <string.h>
6744| #endif
6745| #ifdef HAVE_STRINGS_H
6746| # include <strings.h>
6747| #endif
6748| #ifdef HAVE_INTTYPES_H
6749| # include <inttypes.h>
6750| #endif
6751| #ifdef HAVE_STDINT_H
6752| # include <stdint.h>
6753| #endif
6754| #ifdef HAVE_UNISTD_H
6755| # include <unistd.h>
6756| #endif
6757| #include <sys/epoll.h>
6758configure:7605: result: no
6759configure:7609: checking sys/epoll.h presence
6760configure:7624: cl.exe -E conftest.c
6761Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6762Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6763
6764conftest.c
6765conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/epoll.h': No such file or directory
6766configure:7631: $? = 2
6767configure: failed program was:
6768| /* confdefs.h. */
6769| #define PACKAGE_NAME "Wine"
6770| #define PACKAGE_TARNAME "wine"
6771| #define PACKAGE_VERSION "1.1.10"
6772| #define PACKAGE_STRING "Wine 1.1.10"
6773| #define PACKAGE_BUGREPORT "[email protected]"
6774| #define X_DISPLAY_MISSING 1
6775| #define STDC_HEADERS 1
6776| #define HAVE_SYS_TYPES_H 1
6777| #define HAVE_SYS_STAT_H 1
6778| #define HAVE_STDLIB_H 1
6779| #define HAVE_STRING_H 1
6780| #define HAVE_MEMORY_H 1
6781| #define HAVE_DIRECT_H 1
6782| #define HAVE_FLOAT_H 1
6783| #define HAVE_IO_H 1
6784| #define HAVE_PROCESS_H 1
6785| /* end confdefs.h. */
6786| #include <sys/epoll.h>
6787configure:7645: result: no
6788configure:7678: checking for sys/epoll.h
6789configure:7687: result: no
6790configure:7567: checking sys/errno.h usability
6791configure:7584: cl.exe -c -g conftest.c >&5
6792conftest.c
6793conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/errno.h': No such file or directory
6794Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6795Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6796
6797cl : Command line warning D4002 : ignoring unknown option '-g'
6798configure:7591: $? = 2
6799configure: failed program was:
6800| /* confdefs.h. */
6801| #define PACKAGE_NAME "Wine"
6802| #define PACKAGE_TARNAME "wine"
6803| #define PACKAGE_VERSION "1.1.10"
6804| #define PACKAGE_STRING "Wine 1.1.10"
6805| #define PACKAGE_BUGREPORT "[email protected]"
6806| #define X_DISPLAY_MISSING 1
6807| #define STDC_HEADERS 1
6808| #define HAVE_SYS_TYPES_H 1
6809| #define HAVE_SYS_STAT_H 1
6810| #define HAVE_STDLIB_H 1
6811| #define HAVE_STRING_H 1
6812| #define HAVE_MEMORY_H 1
6813| #define HAVE_DIRECT_H 1
6814| #define HAVE_FLOAT_H 1
6815| #define HAVE_IO_H 1
6816| #define HAVE_PROCESS_H 1
6817| /* end confdefs.h. */
6818| #include <stdio.h>
6819| #ifdef HAVE_SYS_TYPES_H
6820| # include <sys/types.h>
6821| #endif
6822| #ifdef HAVE_SYS_STAT_H
6823| # include <sys/stat.h>
6824| #endif
6825| #ifdef STDC_HEADERS
6826| # include <stdlib.h>
6827| # include <stddef.h>
6828| #else
6829| # ifdef HAVE_STDLIB_H
6830| # include <stdlib.h>
6831| # endif
6832| #endif
6833| #ifdef HAVE_STRING_H
6834| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6835| # include <memory.h>
6836| # endif
6837| # include <string.h>
6838| #endif
6839| #ifdef HAVE_STRINGS_H
6840| # include <strings.h>
6841| #endif
6842| #ifdef HAVE_INTTYPES_H
6843| # include <inttypes.h>
6844| #endif
6845| #ifdef HAVE_STDINT_H
6846| # include <stdint.h>
6847| #endif
6848| #ifdef HAVE_UNISTD_H
6849| # include <unistd.h>
6850| #endif
6851| #include <sys/errno.h>
6852configure:7605: result: no
6853configure:7609: checking sys/errno.h presence
6854configure:7624: cl.exe -E conftest.c
6855Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6856Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6857
6858conftest.c
6859conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/errno.h': No such file or directory
6860configure:7631: $? = 2
6861configure: failed program was:
6862| /* confdefs.h. */
6863| #define PACKAGE_NAME "Wine"
6864| #define PACKAGE_TARNAME "wine"
6865| #define PACKAGE_VERSION "1.1.10"
6866| #define PACKAGE_STRING "Wine 1.1.10"
6867| #define PACKAGE_BUGREPORT "[email protected]"
6868| #define X_DISPLAY_MISSING 1
6869| #define STDC_HEADERS 1
6870| #define HAVE_SYS_TYPES_H 1
6871| #define HAVE_SYS_STAT_H 1
6872| #define HAVE_STDLIB_H 1
6873| #define HAVE_STRING_H 1
6874| #define HAVE_MEMORY_H 1
6875| #define HAVE_DIRECT_H 1
6876| #define HAVE_FLOAT_H 1
6877| #define HAVE_IO_H 1
6878| #define HAVE_PROCESS_H 1
6879| /* end confdefs.h. */
6880| #include <sys/errno.h>
6881configure:7645: result: no
6882configure:7678: checking for sys/errno.h
6883configure:7687: result: no
6884configure:7567: checking sys/event.h usability
6885configure:7584: cl.exe -c -g conftest.c >&5
6886conftest.c
6887conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/event.h': No such file or directory
6888Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6889Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6890
6891cl : Command line warning D4002 : ignoring unknown option '-g'
6892configure:7591: $? = 2
6893configure: failed program was:
6894| /* confdefs.h. */
6895| #define PACKAGE_NAME "Wine"
6896| #define PACKAGE_TARNAME "wine"
6897| #define PACKAGE_VERSION "1.1.10"
6898| #define PACKAGE_STRING "Wine 1.1.10"
6899| #define PACKAGE_BUGREPORT "[email protected]"
6900| #define X_DISPLAY_MISSING 1
6901| #define STDC_HEADERS 1
6902| #define HAVE_SYS_TYPES_H 1
6903| #define HAVE_SYS_STAT_H 1
6904| #define HAVE_STDLIB_H 1
6905| #define HAVE_STRING_H 1
6906| #define HAVE_MEMORY_H 1
6907| #define HAVE_DIRECT_H 1
6908| #define HAVE_FLOAT_H 1
6909| #define HAVE_IO_H 1
6910| #define HAVE_PROCESS_H 1
6911| /* end confdefs.h. */
6912| #include <stdio.h>
6913| #ifdef HAVE_SYS_TYPES_H
6914| # include <sys/types.h>
6915| #endif
6916| #ifdef HAVE_SYS_STAT_H
6917| # include <sys/stat.h>
6918| #endif
6919| #ifdef STDC_HEADERS
6920| # include <stdlib.h>
6921| # include <stddef.h>
6922| #else
6923| # ifdef HAVE_STDLIB_H
6924| # include <stdlib.h>
6925| # endif
6926| #endif
6927| #ifdef HAVE_STRING_H
6928| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
6929| # include <memory.h>
6930| # endif
6931| # include <string.h>
6932| #endif
6933| #ifdef HAVE_STRINGS_H
6934| # include <strings.h>
6935| #endif
6936| #ifdef HAVE_INTTYPES_H
6937| # include <inttypes.h>
6938| #endif
6939| #ifdef HAVE_STDINT_H
6940| # include <stdint.h>
6941| #endif
6942| #ifdef HAVE_UNISTD_H
6943| # include <unistd.h>
6944| #endif
6945| #include <sys/event.h>
6946configure:7605: result: no
6947configure:7609: checking sys/event.h presence
6948configure:7624: cl.exe -E conftest.c
6949Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6950Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6951
6952conftest.c
6953conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/event.h': No such file or directory
6954configure:7631: $? = 2
6955configure: failed program was:
6956| /* confdefs.h. */
6957| #define PACKAGE_NAME "Wine"
6958| #define PACKAGE_TARNAME "wine"
6959| #define PACKAGE_VERSION "1.1.10"
6960| #define PACKAGE_STRING "Wine 1.1.10"
6961| #define PACKAGE_BUGREPORT "[email protected]"
6962| #define X_DISPLAY_MISSING 1
6963| #define STDC_HEADERS 1
6964| #define HAVE_SYS_TYPES_H 1
6965| #define HAVE_SYS_STAT_H 1
6966| #define HAVE_STDLIB_H 1
6967| #define HAVE_STRING_H 1
6968| #define HAVE_MEMORY_H 1
6969| #define HAVE_DIRECT_H 1
6970| #define HAVE_FLOAT_H 1
6971| #define HAVE_IO_H 1
6972| #define HAVE_PROCESS_H 1
6973| /* end confdefs.h. */
6974| #include <sys/event.h>
6975configure:7645: result: no
6976configure:7678: checking for sys/event.h
6977configure:7687: result: no
6978configure:7567: checking sys/exec_elf.h usability
6979configure:7584: cl.exe -c -g conftest.c >&5
6980conftest.c
6981conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/exec_elf.h': No such file or directory
6982Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
6983Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
6984
6985cl : Command line warning D4002 : ignoring unknown option '-g'
6986configure:7591: $? = 2
6987configure: failed program was:
6988| /* confdefs.h. */
6989| #define PACKAGE_NAME "Wine"
6990| #define PACKAGE_TARNAME "wine"
6991| #define PACKAGE_VERSION "1.1.10"
6992| #define PACKAGE_STRING "Wine 1.1.10"
6993| #define PACKAGE_BUGREPORT "[email protected]"
6994| #define X_DISPLAY_MISSING 1
6995| #define STDC_HEADERS 1
6996| #define HAVE_SYS_TYPES_H 1
6997| #define HAVE_SYS_STAT_H 1
6998| #define HAVE_STDLIB_H 1
6999| #define HAVE_STRING_H 1
7000| #define HAVE_MEMORY_H 1
7001| #define HAVE_DIRECT_H 1
7002| #define HAVE_FLOAT_H 1
7003| #define HAVE_IO_H 1
7004| #define HAVE_PROCESS_H 1
7005| /* end confdefs.h. */
7006| #include <stdio.h>
7007| #ifdef HAVE_SYS_TYPES_H
7008| # include <sys/types.h>
7009| #endif
7010| #ifdef HAVE_SYS_STAT_H
7011| # include <sys/stat.h>
7012| #endif
7013| #ifdef STDC_HEADERS
7014| # include <stdlib.h>
7015| # include <stddef.h>
7016| #else
7017| # ifdef HAVE_STDLIB_H
7018| # include <stdlib.h>
7019| # endif
7020| #endif
7021| #ifdef HAVE_STRING_H
7022| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7023| # include <memory.h>
7024| # endif
7025| # include <string.h>
7026| #endif
7027| #ifdef HAVE_STRINGS_H
7028| # include <strings.h>
7029| #endif
7030| #ifdef HAVE_INTTYPES_H
7031| # include <inttypes.h>
7032| #endif
7033| #ifdef HAVE_STDINT_H
7034| # include <stdint.h>
7035| #endif
7036| #ifdef HAVE_UNISTD_H
7037| # include <unistd.h>
7038| #endif
7039| #include <sys/exec_elf.h>
7040configure:7605: result: no
7041configure:7609: checking sys/exec_elf.h presence
7042configure:7624: cl.exe -E conftest.c
7043Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7044Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7045
7046conftest.c
7047conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/exec_elf.h': No such file or directory
7048configure:7631: $? = 2
7049configure: failed program was:
7050| /* confdefs.h. */
7051| #define PACKAGE_NAME "Wine"
7052| #define PACKAGE_TARNAME "wine"
7053| #define PACKAGE_VERSION "1.1.10"
7054| #define PACKAGE_STRING "Wine 1.1.10"
7055| #define PACKAGE_BUGREPORT "[email protected]"
7056| #define X_DISPLAY_MISSING 1
7057| #define STDC_HEADERS 1
7058| #define HAVE_SYS_TYPES_H 1
7059| #define HAVE_SYS_STAT_H 1
7060| #define HAVE_STDLIB_H 1
7061| #define HAVE_STRING_H 1
7062| #define HAVE_MEMORY_H 1
7063| #define HAVE_DIRECT_H 1
7064| #define HAVE_FLOAT_H 1
7065| #define HAVE_IO_H 1
7066| #define HAVE_PROCESS_H 1
7067| /* end confdefs.h. */
7068| #include <sys/exec_elf.h>
7069configure:7645: result: no
7070configure:7678: checking for sys/exec_elf.h
7071configure:7687: result: no
7072configure:7567: checking sys/filio.h usability
7073configure:7584: cl.exe -c -g conftest.c >&5
7074conftest.c
7075conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/filio.h': No such file or directory
7076Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7077Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7078
7079cl : Command line warning D4002 : ignoring unknown option '-g'
7080configure:7591: $? = 2
7081configure: failed program was:
7082| /* confdefs.h. */
7083| #define PACKAGE_NAME "Wine"
7084| #define PACKAGE_TARNAME "wine"
7085| #define PACKAGE_VERSION "1.1.10"
7086| #define PACKAGE_STRING "Wine 1.1.10"
7087| #define PACKAGE_BUGREPORT "[email protected]"
7088| #define X_DISPLAY_MISSING 1
7089| #define STDC_HEADERS 1
7090| #define HAVE_SYS_TYPES_H 1
7091| #define HAVE_SYS_STAT_H 1
7092| #define HAVE_STDLIB_H 1
7093| #define HAVE_STRING_H 1
7094| #define HAVE_MEMORY_H 1
7095| #define HAVE_DIRECT_H 1
7096| #define HAVE_FLOAT_H 1
7097| #define HAVE_IO_H 1
7098| #define HAVE_PROCESS_H 1
7099| /* end confdefs.h. */
7100| #include <stdio.h>
7101| #ifdef HAVE_SYS_TYPES_H
7102| # include <sys/types.h>
7103| #endif
7104| #ifdef HAVE_SYS_STAT_H
7105| # include <sys/stat.h>
7106| #endif
7107| #ifdef STDC_HEADERS
7108| # include <stdlib.h>
7109| # include <stddef.h>
7110| #else
7111| # ifdef HAVE_STDLIB_H
7112| # include <stdlib.h>
7113| # endif
7114| #endif
7115| #ifdef HAVE_STRING_H
7116| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7117| # include <memory.h>
7118| # endif
7119| # include <string.h>
7120| #endif
7121| #ifdef HAVE_STRINGS_H
7122| # include <strings.h>
7123| #endif
7124| #ifdef HAVE_INTTYPES_H
7125| # include <inttypes.h>
7126| #endif
7127| #ifdef HAVE_STDINT_H
7128| # include <stdint.h>
7129| #endif
7130| #ifdef HAVE_UNISTD_H
7131| # include <unistd.h>
7132| #endif
7133| #include <sys/filio.h>
7134configure:7605: result: no
7135configure:7609: checking sys/filio.h presence
7136configure:7624: cl.exe -E conftest.c
7137Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7138Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7139
7140conftest.c
7141conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/filio.h': No such file or directory
7142configure:7631: $? = 2
7143configure: failed program was:
7144| /* confdefs.h. */
7145| #define PACKAGE_NAME "Wine"
7146| #define PACKAGE_TARNAME "wine"
7147| #define PACKAGE_VERSION "1.1.10"
7148| #define PACKAGE_STRING "Wine 1.1.10"
7149| #define PACKAGE_BUGREPORT "[email protected]"
7150| #define X_DISPLAY_MISSING 1
7151| #define STDC_HEADERS 1
7152| #define HAVE_SYS_TYPES_H 1
7153| #define HAVE_SYS_STAT_H 1
7154| #define HAVE_STDLIB_H 1
7155| #define HAVE_STRING_H 1
7156| #define HAVE_MEMORY_H 1
7157| #define HAVE_DIRECT_H 1
7158| #define HAVE_FLOAT_H 1
7159| #define HAVE_IO_H 1
7160| #define HAVE_PROCESS_H 1
7161| /* end confdefs.h. */
7162| #include <sys/filio.h>
7163configure:7645: result: no
7164configure:7678: checking for sys/filio.h
7165configure:7687: result: no
7166configure:7567: checking sys/ioctl.h usability
7167configure:7584: cl.exe -c -g conftest.c >&5
7168conftest.c
7169conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/ioctl.h': No such file or directory
7170Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7171Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7172
7173cl : Command line warning D4002 : ignoring unknown option '-g'
7174configure:7591: $? = 2
7175configure: failed program was:
7176| /* confdefs.h. */
7177| #define PACKAGE_NAME "Wine"
7178| #define PACKAGE_TARNAME "wine"
7179| #define PACKAGE_VERSION "1.1.10"
7180| #define PACKAGE_STRING "Wine 1.1.10"
7181| #define PACKAGE_BUGREPORT "[email protected]"
7182| #define X_DISPLAY_MISSING 1
7183| #define STDC_HEADERS 1
7184| #define HAVE_SYS_TYPES_H 1
7185| #define HAVE_SYS_STAT_H 1
7186| #define HAVE_STDLIB_H 1
7187| #define HAVE_STRING_H 1
7188| #define HAVE_MEMORY_H 1
7189| #define HAVE_DIRECT_H 1
7190| #define HAVE_FLOAT_H 1
7191| #define HAVE_IO_H 1
7192| #define HAVE_PROCESS_H 1
7193| /* end confdefs.h. */
7194| #include <stdio.h>
7195| #ifdef HAVE_SYS_TYPES_H
7196| # include <sys/types.h>
7197| #endif
7198| #ifdef HAVE_SYS_STAT_H
7199| # include <sys/stat.h>
7200| #endif
7201| #ifdef STDC_HEADERS
7202| # include <stdlib.h>
7203| # include <stddef.h>
7204| #else
7205| # ifdef HAVE_STDLIB_H
7206| # include <stdlib.h>
7207| # endif
7208| #endif
7209| #ifdef HAVE_STRING_H
7210| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7211| # include <memory.h>
7212| # endif
7213| # include <string.h>
7214| #endif
7215| #ifdef HAVE_STRINGS_H
7216| # include <strings.h>
7217| #endif
7218| #ifdef HAVE_INTTYPES_H
7219| # include <inttypes.h>
7220| #endif
7221| #ifdef HAVE_STDINT_H
7222| # include <stdint.h>
7223| #endif
7224| #ifdef HAVE_UNISTD_H
7225| # include <unistd.h>
7226| #endif
7227| #include <sys/ioctl.h>
7228configure:7605: result: no
7229configure:7609: checking sys/ioctl.h presence
7230configure:7624: cl.exe -E conftest.c
7231Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7232Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7233
7234conftest.c
7235conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/ioctl.h': No such file or directory
7236configure:7631: $? = 2
7237configure: failed program was:
7238| /* confdefs.h. */
7239| #define PACKAGE_NAME "Wine"
7240| #define PACKAGE_TARNAME "wine"
7241| #define PACKAGE_VERSION "1.1.10"
7242| #define PACKAGE_STRING "Wine 1.1.10"
7243| #define PACKAGE_BUGREPORT "[email protected]"
7244| #define X_DISPLAY_MISSING 1
7245| #define STDC_HEADERS 1
7246| #define HAVE_SYS_TYPES_H 1
7247| #define HAVE_SYS_STAT_H 1
7248| #define HAVE_STDLIB_H 1
7249| #define HAVE_STRING_H 1
7250| #define HAVE_MEMORY_H 1
7251| #define HAVE_DIRECT_H 1
7252| #define HAVE_FLOAT_H 1
7253| #define HAVE_IO_H 1
7254| #define HAVE_PROCESS_H 1
7255| /* end confdefs.h. */
7256| #include <sys/ioctl.h>
7257configure:7645: result: no
7258configure:7678: checking for sys/ioctl.h
7259configure:7687: result: no
7260configure:7567: checking sys/ipc.h usability
7261configure:7584: cl.exe -c -g conftest.c >&5
7262conftest.c
7263conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/ipc.h': No such file or directory
7264Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7265Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7266
7267cl : Command line warning D4002 : ignoring unknown option '-g'
7268configure:7591: $? = 2
7269configure: failed program was:
7270| /* confdefs.h. */
7271| #define PACKAGE_NAME "Wine"
7272| #define PACKAGE_TARNAME "wine"
7273| #define PACKAGE_VERSION "1.1.10"
7274| #define PACKAGE_STRING "Wine 1.1.10"
7275| #define PACKAGE_BUGREPORT "[email protected]"
7276| #define X_DISPLAY_MISSING 1
7277| #define STDC_HEADERS 1
7278| #define HAVE_SYS_TYPES_H 1
7279| #define HAVE_SYS_STAT_H 1
7280| #define HAVE_STDLIB_H 1
7281| #define HAVE_STRING_H 1
7282| #define HAVE_MEMORY_H 1
7283| #define HAVE_DIRECT_H 1
7284| #define HAVE_FLOAT_H 1
7285| #define HAVE_IO_H 1
7286| #define HAVE_PROCESS_H 1
7287| /* end confdefs.h. */
7288| #include <stdio.h>
7289| #ifdef HAVE_SYS_TYPES_H
7290| # include <sys/types.h>
7291| #endif
7292| #ifdef HAVE_SYS_STAT_H
7293| # include <sys/stat.h>
7294| #endif
7295| #ifdef STDC_HEADERS
7296| # include <stdlib.h>
7297| # include <stddef.h>
7298| #else
7299| # ifdef HAVE_STDLIB_H
7300| # include <stdlib.h>
7301| # endif
7302| #endif
7303| #ifdef HAVE_STRING_H
7304| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7305| # include <memory.h>
7306| # endif
7307| # include <string.h>
7308| #endif
7309| #ifdef HAVE_STRINGS_H
7310| # include <strings.h>
7311| #endif
7312| #ifdef HAVE_INTTYPES_H
7313| # include <inttypes.h>
7314| #endif
7315| #ifdef HAVE_STDINT_H
7316| # include <stdint.h>
7317| #endif
7318| #ifdef HAVE_UNISTD_H
7319| # include <unistd.h>
7320| #endif
7321| #include <sys/ipc.h>
7322configure:7605: result: no
7323configure:7609: checking sys/ipc.h presence
7324configure:7624: cl.exe -E conftest.c
7325Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7326Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7327
7328conftest.c
7329conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/ipc.h': No such file or directory
7330configure:7631: $? = 2
7331configure: failed program was:
7332| /* confdefs.h. */
7333| #define PACKAGE_NAME "Wine"
7334| #define PACKAGE_TARNAME "wine"
7335| #define PACKAGE_VERSION "1.1.10"
7336| #define PACKAGE_STRING "Wine 1.1.10"
7337| #define PACKAGE_BUGREPORT "[email protected]"
7338| #define X_DISPLAY_MISSING 1
7339| #define STDC_HEADERS 1
7340| #define HAVE_SYS_TYPES_H 1
7341| #define HAVE_SYS_STAT_H 1
7342| #define HAVE_STDLIB_H 1
7343| #define HAVE_STRING_H 1
7344| #define HAVE_MEMORY_H 1
7345| #define HAVE_DIRECT_H 1
7346| #define HAVE_FLOAT_H 1
7347| #define HAVE_IO_H 1
7348| #define HAVE_PROCESS_H 1
7349| /* end confdefs.h. */
7350| #include <sys/ipc.h>
7351configure:7645: result: no
7352configure:7678: checking for sys/ipc.h
7353configure:7687: result: no
7354configure:7567: checking sys/limits.h usability
7355configure:7584: cl.exe -c -g conftest.c >&5
7356conftest.c
7357conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/limits.h': No such file or directory
7358Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7359Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7360
7361cl : Command line warning D4002 : ignoring unknown option '-g'
7362configure:7591: $? = 2
7363configure: failed program was:
7364| /* confdefs.h. */
7365| #define PACKAGE_NAME "Wine"
7366| #define PACKAGE_TARNAME "wine"
7367| #define PACKAGE_VERSION "1.1.10"
7368| #define PACKAGE_STRING "Wine 1.1.10"
7369| #define PACKAGE_BUGREPORT "[email protected]"
7370| #define X_DISPLAY_MISSING 1
7371| #define STDC_HEADERS 1
7372| #define HAVE_SYS_TYPES_H 1
7373| #define HAVE_SYS_STAT_H 1
7374| #define HAVE_STDLIB_H 1
7375| #define HAVE_STRING_H 1
7376| #define HAVE_MEMORY_H 1
7377| #define HAVE_DIRECT_H 1
7378| #define HAVE_FLOAT_H 1
7379| #define HAVE_IO_H 1
7380| #define HAVE_PROCESS_H 1
7381| /* end confdefs.h. */
7382| #include <stdio.h>
7383| #ifdef HAVE_SYS_TYPES_H
7384| # include <sys/types.h>
7385| #endif
7386| #ifdef HAVE_SYS_STAT_H
7387| # include <sys/stat.h>
7388| #endif
7389| #ifdef STDC_HEADERS
7390| # include <stdlib.h>
7391| # include <stddef.h>
7392| #else
7393| # ifdef HAVE_STDLIB_H
7394| # include <stdlib.h>
7395| # endif
7396| #endif
7397| #ifdef HAVE_STRING_H
7398| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7399| # include <memory.h>
7400| # endif
7401| # include <string.h>
7402| #endif
7403| #ifdef HAVE_STRINGS_H
7404| # include <strings.h>
7405| #endif
7406| #ifdef HAVE_INTTYPES_H
7407| # include <inttypes.h>
7408| #endif
7409| #ifdef HAVE_STDINT_H
7410| # include <stdint.h>
7411| #endif
7412| #ifdef HAVE_UNISTD_H
7413| # include <unistd.h>
7414| #endif
7415| #include <sys/limits.h>
7416configure:7605: result: no
7417configure:7609: checking sys/limits.h presence
7418configure:7624: cl.exe -E conftest.c
7419Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7420Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7421
7422conftest.c
7423conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/limits.h': No such file or directory
7424configure:7631: $? = 2
7425configure: failed program was:
7426| /* confdefs.h. */
7427| #define PACKAGE_NAME "Wine"
7428| #define PACKAGE_TARNAME "wine"
7429| #define PACKAGE_VERSION "1.1.10"
7430| #define PACKAGE_STRING "Wine 1.1.10"
7431| #define PACKAGE_BUGREPORT "[email protected]"
7432| #define X_DISPLAY_MISSING 1
7433| #define STDC_HEADERS 1
7434| #define HAVE_SYS_TYPES_H 1
7435| #define HAVE_SYS_STAT_H 1
7436| #define HAVE_STDLIB_H 1
7437| #define HAVE_STRING_H 1
7438| #define HAVE_MEMORY_H 1
7439| #define HAVE_DIRECT_H 1
7440| #define HAVE_FLOAT_H 1
7441| #define HAVE_IO_H 1
7442| #define HAVE_PROCESS_H 1
7443| /* end confdefs.h. */
7444| #include <sys/limits.h>
7445configure:7645: result: no
7446configure:7678: checking for sys/limits.h
7447configure:7687: result: no
7448configure:7567: checking sys/link.h usability
7449configure:7584: cl.exe -c -g conftest.c >&5
7450conftest.c
7451conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/link.h': No such file or directory
7452Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7453Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7454
7455cl : Command line warning D4002 : ignoring unknown option '-g'
7456configure:7591: $? = 2
7457configure: failed program was:
7458| /* confdefs.h. */
7459| #define PACKAGE_NAME "Wine"
7460| #define PACKAGE_TARNAME "wine"
7461| #define PACKAGE_VERSION "1.1.10"
7462| #define PACKAGE_STRING "Wine 1.1.10"
7463| #define PACKAGE_BUGREPORT "[email protected]"
7464| #define X_DISPLAY_MISSING 1
7465| #define STDC_HEADERS 1
7466| #define HAVE_SYS_TYPES_H 1
7467| #define HAVE_SYS_STAT_H 1
7468| #define HAVE_STDLIB_H 1
7469| #define HAVE_STRING_H 1
7470| #define HAVE_MEMORY_H 1
7471| #define HAVE_DIRECT_H 1
7472| #define HAVE_FLOAT_H 1
7473| #define HAVE_IO_H 1
7474| #define HAVE_PROCESS_H 1
7475| /* end confdefs.h. */
7476| #include <stdio.h>
7477| #ifdef HAVE_SYS_TYPES_H
7478| # include <sys/types.h>
7479| #endif
7480| #ifdef HAVE_SYS_STAT_H
7481| # include <sys/stat.h>
7482| #endif
7483| #ifdef STDC_HEADERS
7484| # include <stdlib.h>
7485| # include <stddef.h>
7486| #else
7487| # ifdef HAVE_STDLIB_H
7488| # include <stdlib.h>
7489| # endif
7490| #endif
7491| #ifdef HAVE_STRING_H
7492| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7493| # include <memory.h>
7494| # endif
7495| # include <string.h>
7496| #endif
7497| #ifdef HAVE_STRINGS_H
7498| # include <strings.h>
7499| #endif
7500| #ifdef HAVE_INTTYPES_H
7501| # include <inttypes.h>
7502| #endif
7503| #ifdef HAVE_STDINT_H
7504| # include <stdint.h>
7505| #endif
7506| #ifdef HAVE_UNISTD_H
7507| # include <unistd.h>
7508| #endif
7509| #include <sys/link.h>
7510configure:7605: result: no
7511configure:7609: checking sys/link.h presence
7512configure:7624: cl.exe -E conftest.c
7513Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7514Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7515
7516conftest.c
7517conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/link.h': No such file or directory
7518configure:7631: $? = 2
7519configure: failed program was:
7520| /* confdefs.h. */
7521| #define PACKAGE_NAME "Wine"
7522| #define PACKAGE_TARNAME "wine"
7523| #define PACKAGE_VERSION "1.1.10"
7524| #define PACKAGE_STRING "Wine 1.1.10"
7525| #define PACKAGE_BUGREPORT "[email protected]"
7526| #define X_DISPLAY_MISSING 1
7527| #define STDC_HEADERS 1
7528| #define HAVE_SYS_TYPES_H 1
7529| #define HAVE_SYS_STAT_H 1
7530| #define HAVE_STDLIB_H 1
7531| #define HAVE_STRING_H 1
7532| #define HAVE_MEMORY_H 1
7533| #define HAVE_DIRECT_H 1
7534| #define HAVE_FLOAT_H 1
7535| #define HAVE_IO_H 1
7536| #define HAVE_PROCESS_H 1
7537| /* end confdefs.h. */
7538| #include <sys/link.h>
7539configure:7645: result: no
7540configure:7678: checking for sys/link.h
7541configure:7687: result: no
7542configure:7567: checking sys/lwp.h usability
7543configure:7584: cl.exe -c -g conftest.c >&5
7544conftest.c
7545conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/lwp.h': No such file or directory
7546Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7547Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7548
7549cl : Command line warning D4002 : ignoring unknown option '-g'
7550configure:7591: $? = 2
7551configure: failed program was:
7552| /* confdefs.h. */
7553| #define PACKAGE_NAME "Wine"
7554| #define PACKAGE_TARNAME "wine"
7555| #define PACKAGE_VERSION "1.1.10"
7556| #define PACKAGE_STRING "Wine 1.1.10"
7557| #define PACKAGE_BUGREPORT "[email protected]"
7558| #define X_DISPLAY_MISSING 1
7559| #define STDC_HEADERS 1
7560| #define HAVE_SYS_TYPES_H 1
7561| #define HAVE_SYS_STAT_H 1
7562| #define HAVE_STDLIB_H 1
7563| #define HAVE_STRING_H 1
7564| #define HAVE_MEMORY_H 1
7565| #define HAVE_DIRECT_H 1
7566| #define HAVE_FLOAT_H 1
7567| #define HAVE_IO_H 1
7568| #define HAVE_PROCESS_H 1
7569| /* end confdefs.h. */
7570| #include <stdio.h>
7571| #ifdef HAVE_SYS_TYPES_H
7572| # include <sys/types.h>
7573| #endif
7574| #ifdef HAVE_SYS_STAT_H
7575| # include <sys/stat.h>
7576| #endif
7577| #ifdef STDC_HEADERS
7578| # include <stdlib.h>
7579| # include <stddef.h>
7580| #else
7581| # ifdef HAVE_STDLIB_H
7582| # include <stdlib.h>
7583| # endif
7584| #endif
7585| #ifdef HAVE_STRING_H
7586| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7587| # include <memory.h>
7588| # endif
7589| # include <string.h>
7590| #endif
7591| #ifdef HAVE_STRINGS_H
7592| # include <strings.h>
7593| #endif
7594| #ifdef HAVE_INTTYPES_H
7595| # include <inttypes.h>
7596| #endif
7597| #ifdef HAVE_STDINT_H
7598| # include <stdint.h>
7599| #endif
7600| #ifdef HAVE_UNISTD_H
7601| # include <unistd.h>
7602| #endif
7603| #include <sys/lwp.h>
7604configure:7605: result: no
7605configure:7609: checking sys/lwp.h presence
7606configure:7624: cl.exe -E conftest.c
7607Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7608Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7609
7610conftest.c
7611conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/lwp.h': No such file or directory
7612configure:7631: $? = 2
7613configure: failed program was:
7614| /* confdefs.h. */
7615| #define PACKAGE_NAME "Wine"
7616| #define PACKAGE_TARNAME "wine"
7617| #define PACKAGE_VERSION "1.1.10"
7618| #define PACKAGE_STRING "Wine 1.1.10"
7619| #define PACKAGE_BUGREPORT "[email protected]"
7620| #define X_DISPLAY_MISSING 1
7621| #define STDC_HEADERS 1
7622| #define HAVE_SYS_TYPES_H 1
7623| #define HAVE_SYS_STAT_H 1
7624| #define HAVE_STDLIB_H 1
7625| #define HAVE_STRING_H 1
7626| #define HAVE_MEMORY_H 1
7627| #define HAVE_DIRECT_H 1
7628| #define HAVE_FLOAT_H 1
7629| #define HAVE_IO_H 1
7630| #define HAVE_PROCESS_H 1
7631| /* end confdefs.h. */
7632| #include <sys/lwp.h>
7633configure:7645: result: no
7634configure:7678: checking for sys/lwp.h
7635configure:7687: result: no
7636configure:7567: checking sys/mman.h usability
7637configure:7584: cl.exe -c -g conftest.c >&5
7638conftest.c
7639conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/mman.h': No such file or directory
7640Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7641Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7642
7643cl : Command line warning D4002 : ignoring unknown option '-g'
7644configure:7591: $? = 2
7645configure: failed program was:
7646| /* confdefs.h. */
7647| #define PACKAGE_NAME "Wine"
7648| #define PACKAGE_TARNAME "wine"
7649| #define PACKAGE_VERSION "1.1.10"
7650| #define PACKAGE_STRING "Wine 1.1.10"
7651| #define PACKAGE_BUGREPORT "[email protected]"
7652| #define X_DISPLAY_MISSING 1
7653| #define STDC_HEADERS 1
7654| #define HAVE_SYS_TYPES_H 1
7655| #define HAVE_SYS_STAT_H 1
7656| #define HAVE_STDLIB_H 1
7657| #define HAVE_STRING_H 1
7658| #define HAVE_MEMORY_H 1
7659| #define HAVE_DIRECT_H 1
7660| #define HAVE_FLOAT_H 1
7661| #define HAVE_IO_H 1
7662| #define HAVE_PROCESS_H 1
7663| /* end confdefs.h. */
7664| #include <stdio.h>
7665| #ifdef HAVE_SYS_TYPES_H
7666| # include <sys/types.h>
7667| #endif
7668| #ifdef HAVE_SYS_STAT_H
7669| # include <sys/stat.h>
7670| #endif
7671| #ifdef STDC_HEADERS
7672| # include <stdlib.h>
7673| # include <stddef.h>
7674| #else
7675| # ifdef HAVE_STDLIB_H
7676| # include <stdlib.h>
7677| # endif
7678| #endif
7679| #ifdef HAVE_STRING_H
7680| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7681| # include <memory.h>
7682| # endif
7683| # include <string.h>
7684| #endif
7685| #ifdef HAVE_STRINGS_H
7686| # include <strings.h>
7687| #endif
7688| #ifdef HAVE_INTTYPES_H
7689| # include <inttypes.h>
7690| #endif
7691| #ifdef HAVE_STDINT_H
7692| # include <stdint.h>
7693| #endif
7694| #ifdef HAVE_UNISTD_H
7695| # include <unistd.h>
7696| #endif
7697| #include <sys/mman.h>
7698configure:7605: result: no
7699configure:7609: checking sys/mman.h presence
7700configure:7624: cl.exe -E conftest.c
7701Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7702Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7703
7704conftest.c
7705conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/mman.h': No such file or directory
7706configure:7631: $? = 2
7707configure: failed program was:
7708| /* confdefs.h. */
7709| #define PACKAGE_NAME "Wine"
7710| #define PACKAGE_TARNAME "wine"
7711| #define PACKAGE_VERSION "1.1.10"
7712| #define PACKAGE_STRING "Wine 1.1.10"
7713| #define PACKAGE_BUGREPORT "[email protected]"
7714| #define X_DISPLAY_MISSING 1
7715| #define STDC_HEADERS 1
7716| #define HAVE_SYS_TYPES_H 1
7717| #define HAVE_SYS_STAT_H 1
7718| #define HAVE_STDLIB_H 1
7719| #define HAVE_STRING_H 1
7720| #define HAVE_MEMORY_H 1
7721| #define HAVE_DIRECT_H 1
7722| #define HAVE_FLOAT_H 1
7723| #define HAVE_IO_H 1
7724| #define HAVE_PROCESS_H 1
7725| /* end confdefs.h. */
7726| #include <sys/mman.h>
7727configure:7645: result: no
7728configure:7678: checking for sys/mman.h
7729configure:7687: result: no
7730configure:7567: checking sys/modem.h usability
7731configure:7584: cl.exe -c -g conftest.c >&5
7732conftest.c
7733conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/modem.h': No such file or directory
7734Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7735Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7736
7737cl : Command line warning D4002 : ignoring unknown option '-g'
7738configure:7591: $? = 2
7739configure: failed program was:
7740| /* confdefs.h. */
7741| #define PACKAGE_NAME "Wine"
7742| #define PACKAGE_TARNAME "wine"
7743| #define PACKAGE_VERSION "1.1.10"
7744| #define PACKAGE_STRING "Wine 1.1.10"
7745| #define PACKAGE_BUGREPORT "[email protected]"
7746| #define X_DISPLAY_MISSING 1
7747| #define STDC_HEADERS 1
7748| #define HAVE_SYS_TYPES_H 1
7749| #define HAVE_SYS_STAT_H 1
7750| #define HAVE_STDLIB_H 1
7751| #define HAVE_STRING_H 1
7752| #define HAVE_MEMORY_H 1
7753| #define HAVE_DIRECT_H 1
7754| #define HAVE_FLOAT_H 1
7755| #define HAVE_IO_H 1
7756| #define HAVE_PROCESS_H 1
7757| /* end confdefs.h. */
7758| #include <stdio.h>
7759| #ifdef HAVE_SYS_TYPES_H
7760| # include <sys/types.h>
7761| #endif
7762| #ifdef HAVE_SYS_STAT_H
7763| # include <sys/stat.h>
7764| #endif
7765| #ifdef STDC_HEADERS
7766| # include <stdlib.h>
7767| # include <stddef.h>
7768| #else
7769| # ifdef HAVE_STDLIB_H
7770| # include <stdlib.h>
7771| # endif
7772| #endif
7773| #ifdef HAVE_STRING_H
7774| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7775| # include <memory.h>
7776| # endif
7777| # include <string.h>
7778| #endif
7779| #ifdef HAVE_STRINGS_H
7780| # include <strings.h>
7781| #endif
7782| #ifdef HAVE_INTTYPES_H
7783| # include <inttypes.h>
7784| #endif
7785| #ifdef HAVE_STDINT_H
7786| # include <stdint.h>
7787| #endif
7788| #ifdef HAVE_UNISTD_H
7789| # include <unistd.h>
7790| #endif
7791| #include <sys/modem.h>
7792configure:7605: result: no
7793configure:7609: checking sys/modem.h presence
7794configure:7624: cl.exe -E conftest.c
7795Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7796Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7797
7798conftest.c
7799conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/modem.h': No such file or directory
7800configure:7631: $? = 2
7801configure: failed program was:
7802| /* confdefs.h. */
7803| #define PACKAGE_NAME "Wine"
7804| #define PACKAGE_TARNAME "wine"
7805| #define PACKAGE_VERSION "1.1.10"
7806| #define PACKAGE_STRING "Wine 1.1.10"
7807| #define PACKAGE_BUGREPORT "[email protected]"
7808| #define X_DISPLAY_MISSING 1
7809| #define STDC_HEADERS 1
7810| #define HAVE_SYS_TYPES_H 1
7811| #define HAVE_SYS_STAT_H 1
7812| #define HAVE_STDLIB_H 1
7813| #define HAVE_STRING_H 1
7814| #define HAVE_MEMORY_H 1
7815| #define HAVE_DIRECT_H 1
7816| #define HAVE_FLOAT_H 1
7817| #define HAVE_IO_H 1
7818| #define HAVE_PROCESS_H 1
7819| /* end confdefs.h. */
7820| #include <sys/modem.h>
7821configure:7645: result: no
7822configure:7678: checking for sys/modem.h
7823configure:7687: result: no
7824configure:7567: checking sys/msg.h usability
7825configure:7584: cl.exe -c -g conftest.c >&5
7826conftest.c
7827conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/msg.h': No such file or directory
7828Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7829Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7830
7831cl : Command line warning D4002 : ignoring unknown option '-g'
7832configure:7591: $? = 2
7833configure: failed program was:
7834| /* confdefs.h. */
7835| #define PACKAGE_NAME "Wine"
7836| #define PACKAGE_TARNAME "wine"
7837| #define PACKAGE_VERSION "1.1.10"
7838| #define PACKAGE_STRING "Wine 1.1.10"
7839| #define PACKAGE_BUGREPORT "[email protected]"
7840| #define X_DISPLAY_MISSING 1
7841| #define STDC_HEADERS 1
7842| #define HAVE_SYS_TYPES_H 1
7843| #define HAVE_SYS_STAT_H 1
7844| #define HAVE_STDLIB_H 1
7845| #define HAVE_STRING_H 1
7846| #define HAVE_MEMORY_H 1
7847| #define HAVE_DIRECT_H 1
7848| #define HAVE_FLOAT_H 1
7849| #define HAVE_IO_H 1
7850| #define HAVE_PROCESS_H 1
7851| /* end confdefs.h. */
7852| #include <stdio.h>
7853| #ifdef HAVE_SYS_TYPES_H
7854| # include <sys/types.h>
7855| #endif
7856| #ifdef HAVE_SYS_STAT_H
7857| # include <sys/stat.h>
7858| #endif
7859| #ifdef STDC_HEADERS
7860| # include <stdlib.h>
7861| # include <stddef.h>
7862| #else
7863| # ifdef HAVE_STDLIB_H
7864| # include <stdlib.h>
7865| # endif
7866| #endif
7867| #ifdef HAVE_STRING_H
7868| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7869| # include <memory.h>
7870| # endif
7871| # include <string.h>
7872| #endif
7873| #ifdef HAVE_STRINGS_H
7874| # include <strings.h>
7875| #endif
7876| #ifdef HAVE_INTTYPES_H
7877| # include <inttypes.h>
7878| #endif
7879| #ifdef HAVE_STDINT_H
7880| # include <stdint.h>
7881| #endif
7882| #ifdef HAVE_UNISTD_H
7883| # include <unistd.h>
7884| #endif
7885| #include <sys/msg.h>
7886configure:7605: result: no
7887configure:7609: checking sys/msg.h presence
7888configure:7624: cl.exe -E conftest.c
7889Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7890Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7891
7892conftest.c
7893conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/msg.h': No such file or directory
7894configure:7631: $? = 2
7895configure: failed program was:
7896| /* confdefs.h. */
7897| #define PACKAGE_NAME "Wine"
7898| #define PACKAGE_TARNAME "wine"
7899| #define PACKAGE_VERSION "1.1.10"
7900| #define PACKAGE_STRING "Wine 1.1.10"
7901| #define PACKAGE_BUGREPORT "[email protected]"
7902| #define X_DISPLAY_MISSING 1
7903| #define STDC_HEADERS 1
7904| #define HAVE_SYS_TYPES_H 1
7905| #define HAVE_SYS_STAT_H 1
7906| #define HAVE_STDLIB_H 1
7907| #define HAVE_STRING_H 1
7908| #define HAVE_MEMORY_H 1
7909| #define HAVE_DIRECT_H 1
7910| #define HAVE_FLOAT_H 1
7911| #define HAVE_IO_H 1
7912| #define HAVE_PROCESS_H 1
7913| /* end confdefs.h. */
7914| #include <sys/msg.h>
7915configure:7645: result: no
7916configure:7678: checking for sys/msg.h
7917configure:7687: result: no
7918configure:7567: checking sys/mtio.h usability
7919configure:7584: cl.exe -c -g conftest.c >&5
7920conftest.c
7921conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/mtio.h': No such file or directory
7922Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7923Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7924
7925cl : Command line warning D4002 : ignoring unknown option '-g'
7926configure:7591: $? = 2
7927configure: failed program was:
7928| /* confdefs.h. */
7929| #define PACKAGE_NAME "Wine"
7930| #define PACKAGE_TARNAME "wine"
7931| #define PACKAGE_VERSION "1.1.10"
7932| #define PACKAGE_STRING "Wine 1.1.10"
7933| #define PACKAGE_BUGREPORT "[email protected]"
7934| #define X_DISPLAY_MISSING 1
7935| #define STDC_HEADERS 1
7936| #define HAVE_SYS_TYPES_H 1
7937| #define HAVE_SYS_STAT_H 1
7938| #define HAVE_STDLIB_H 1
7939| #define HAVE_STRING_H 1
7940| #define HAVE_MEMORY_H 1
7941| #define HAVE_DIRECT_H 1
7942| #define HAVE_FLOAT_H 1
7943| #define HAVE_IO_H 1
7944| #define HAVE_PROCESS_H 1
7945| /* end confdefs.h. */
7946| #include <stdio.h>
7947| #ifdef HAVE_SYS_TYPES_H
7948| # include <sys/types.h>
7949| #endif
7950| #ifdef HAVE_SYS_STAT_H
7951| # include <sys/stat.h>
7952| #endif
7953| #ifdef STDC_HEADERS
7954| # include <stdlib.h>
7955| # include <stddef.h>
7956| #else
7957| # ifdef HAVE_STDLIB_H
7958| # include <stdlib.h>
7959| # endif
7960| #endif
7961| #ifdef HAVE_STRING_H
7962| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
7963| # include <memory.h>
7964| # endif
7965| # include <string.h>
7966| #endif
7967| #ifdef HAVE_STRINGS_H
7968| # include <strings.h>
7969| #endif
7970| #ifdef HAVE_INTTYPES_H
7971| # include <inttypes.h>
7972| #endif
7973| #ifdef HAVE_STDINT_H
7974| # include <stdint.h>
7975| #endif
7976| #ifdef HAVE_UNISTD_H
7977| # include <unistd.h>
7978| #endif
7979| #include <sys/mtio.h>
7980configure:7605: result: no
7981configure:7609: checking sys/mtio.h presence
7982configure:7624: cl.exe -E conftest.c
7983Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
7984Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
7985
7986conftest.c
7987conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/mtio.h': No such file or directory
7988configure:7631: $? = 2
7989configure: failed program was:
7990| /* confdefs.h. */
7991| #define PACKAGE_NAME "Wine"
7992| #define PACKAGE_TARNAME "wine"
7993| #define PACKAGE_VERSION "1.1.10"
7994| #define PACKAGE_STRING "Wine 1.1.10"
7995| #define PACKAGE_BUGREPORT "[email protected]"
7996| #define X_DISPLAY_MISSING 1
7997| #define STDC_HEADERS 1
7998| #define HAVE_SYS_TYPES_H 1
7999| #define HAVE_SYS_STAT_H 1
8000| #define HAVE_STDLIB_H 1
8001| #define HAVE_STRING_H 1
8002| #define HAVE_MEMORY_H 1
8003| #define HAVE_DIRECT_H 1
8004| #define HAVE_FLOAT_H 1
8005| #define HAVE_IO_H 1
8006| #define HAVE_PROCESS_H 1
8007| /* end confdefs.h. */
8008| #include <sys/mtio.h>
8009configure:7645: result: no
8010configure:7678: checking for sys/mtio.h
8011configure:7687: result: no
8012configure:7567: checking sys/param.h usability
8013configure:7584: cl.exe -c -g conftest.c >&5
8014conftest.c
8015conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
8016Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8017Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8018
8019cl : Command line warning D4002 : ignoring unknown option '-g'
8020configure:7591: $? = 2
8021configure: failed program was:
8022| /* confdefs.h. */
8023| #define PACKAGE_NAME "Wine"
8024| #define PACKAGE_TARNAME "wine"
8025| #define PACKAGE_VERSION "1.1.10"
8026| #define PACKAGE_STRING "Wine 1.1.10"
8027| #define PACKAGE_BUGREPORT "[email protected]"
8028| #define X_DISPLAY_MISSING 1
8029| #define STDC_HEADERS 1
8030| #define HAVE_SYS_TYPES_H 1
8031| #define HAVE_SYS_STAT_H 1
8032| #define HAVE_STDLIB_H 1
8033| #define HAVE_STRING_H 1
8034| #define HAVE_MEMORY_H 1
8035| #define HAVE_DIRECT_H 1
8036| #define HAVE_FLOAT_H 1
8037| #define HAVE_IO_H 1
8038| #define HAVE_PROCESS_H 1
8039| /* end confdefs.h. */
8040| #include <stdio.h>
8041| #ifdef HAVE_SYS_TYPES_H
8042| # include <sys/types.h>
8043| #endif
8044| #ifdef HAVE_SYS_STAT_H
8045| # include <sys/stat.h>
8046| #endif
8047| #ifdef STDC_HEADERS
8048| # include <stdlib.h>
8049| # include <stddef.h>
8050| #else
8051| # ifdef HAVE_STDLIB_H
8052| # include <stdlib.h>
8053| # endif
8054| #endif
8055| #ifdef HAVE_STRING_H
8056| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8057| # include <memory.h>
8058| # endif
8059| # include <string.h>
8060| #endif
8061| #ifdef HAVE_STRINGS_H
8062| # include <strings.h>
8063| #endif
8064| #ifdef HAVE_INTTYPES_H
8065| # include <inttypes.h>
8066| #endif
8067| #ifdef HAVE_STDINT_H
8068| # include <stdint.h>
8069| #endif
8070| #ifdef HAVE_UNISTD_H
8071| # include <unistd.h>
8072| #endif
8073| #include <sys/param.h>
8074configure:7605: result: no
8075configure:7609: checking sys/param.h presence
8076configure:7624: cl.exe -E conftest.c
8077Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8078Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8079
8080conftest.c
8081conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/param.h': No such file or directory
8082configure:7631: $? = 2
8083configure: failed program was:
8084| /* confdefs.h. */
8085| #define PACKAGE_NAME "Wine"
8086| #define PACKAGE_TARNAME "wine"
8087| #define PACKAGE_VERSION "1.1.10"
8088| #define PACKAGE_STRING "Wine 1.1.10"
8089| #define PACKAGE_BUGREPORT "[email protected]"
8090| #define X_DISPLAY_MISSING 1
8091| #define STDC_HEADERS 1
8092| #define HAVE_SYS_TYPES_H 1
8093| #define HAVE_SYS_STAT_H 1
8094| #define HAVE_STDLIB_H 1
8095| #define HAVE_STRING_H 1
8096| #define HAVE_MEMORY_H 1
8097| #define HAVE_DIRECT_H 1
8098| #define HAVE_FLOAT_H 1
8099| #define HAVE_IO_H 1
8100| #define HAVE_PROCESS_H 1
8101| /* end confdefs.h. */
8102| #include <sys/param.h>
8103configure:7645: result: no
8104configure:7678: checking for sys/param.h
8105configure:7687: result: no
8106configure:7567: checking sys/poll.h usability
8107configure:7584: cl.exe -c -g conftest.c >&5
8108conftest.c
8109conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/poll.h': No such file or directory
8110Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8111Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8112
8113cl : Command line warning D4002 : ignoring unknown option '-g'
8114configure:7591: $? = 2
8115configure: failed program was:
8116| /* confdefs.h. */
8117| #define PACKAGE_NAME "Wine"
8118| #define PACKAGE_TARNAME "wine"
8119| #define PACKAGE_VERSION "1.1.10"
8120| #define PACKAGE_STRING "Wine 1.1.10"
8121| #define PACKAGE_BUGREPORT "[email protected]"
8122| #define X_DISPLAY_MISSING 1
8123| #define STDC_HEADERS 1
8124| #define HAVE_SYS_TYPES_H 1
8125| #define HAVE_SYS_STAT_H 1
8126| #define HAVE_STDLIB_H 1
8127| #define HAVE_STRING_H 1
8128| #define HAVE_MEMORY_H 1
8129| #define HAVE_DIRECT_H 1
8130| #define HAVE_FLOAT_H 1
8131| #define HAVE_IO_H 1
8132| #define HAVE_PROCESS_H 1
8133| /* end confdefs.h. */
8134| #include <stdio.h>
8135| #ifdef HAVE_SYS_TYPES_H
8136| # include <sys/types.h>
8137| #endif
8138| #ifdef HAVE_SYS_STAT_H
8139| # include <sys/stat.h>
8140| #endif
8141| #ifdef STDC_HEADERS
8142| # include <stdlib.h>
8143| # include <stddef.h>
8144| #else
8145| # ifdef HAVE_STDLIB_H
8146| # include <stdlib.h>
8147| # endif
8148| #endif
8149| #ifdef HAVE_STRING_H
8150| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8151| # include <memory.h>
8152| # endif
8153| # include <string.h>
8154| #endif
8155| #ifdef HAVE_STRINGS_H
8156| # include <strings.h>
8157| #endif
8158| #ifdef HAVE_INTTYPES_H
8159| # include <inttypes.h>
8160| #endif
8161| #ifdef HAVE_STDINT_H
8162| # include <stdint.h>
8163| #endif
8164| #ifdef HAVE_UNISTD_H
8165| # include <unistd.h>
8166| #endif
8167| #include <sys/poll.h>
8168configure:7605: result: no
8169configure:7609: checking sys/poll.h presence
8170configure:7624: cl.exe -E conftest.c
8171Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8172Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8173
8174conftest.c
8175conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/poll.h': No such file or directory
8176configure:7631: $? = 2
8177configure: failed program was:
8178| /* confdefs.h. */
8179| #define PACKAGE_NAME "Wine"
8180| #define PACKAGE_TARNAME "wine"
8181| #define PACKAGE_VERSION "1.1.10"
8182| #define PACKAGE_STRING "Wine 1.1.10"
8183| #define PACKAGE_BUGREPORT "[email protected]"
8184| #define X_DISPLAY_MISSING 1
8185| #define STDC_HEADERS 1
8186| #define HAVE_SYS_TYPES_H 1
8187| #define HAVE_SYS_STAT_H 1
8188| #define HAVE_STDLIB_H 1
8189| #define HAVE_STRING_H 1
8190| #define HAVE_MEMORY_H 1
8191| #define HAVE_DIRECT_H 1
8192| #define HAVE_FLOAT_H 1
8193| #define HAVE_IO_H 1
8194| #define HAVE_PROCESS_H 1
8195| /* end confdefs.h. */
8196| #include <sys/poll.h>
8197configure:7645: result: no
8198configure:7678: checking for sys/poll.h
8199configure:7687: result: no
8200configure:7567: checking sys/prctl.h usability
8201configure:7584: cl.exe -c -g conftest.c >&5
8202conftest.c
8203conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/prctl.h': No such file or directory
8204Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8205Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8206
8207cl : Command line warning D4002 : ignoring unknown option '-g'
8208configure:7591: $? = 2
8209configure: failed program was:
8210| /* confdefs.h. */
8211| #define PACKAGE_NAME "Wine"
8212| #define PACKAGE_TARNAME "wine"
8213| #define PACKAGE_VERSION "1.1.10"
8214| #define PACKAGE_STRING "Wine 1.1.10"
8215| #define PACKAGE_BUGREPORT "[email protected]"
8216| #define X_DISPLAY_MISSING 1
8217| #define STDC_HEADERS 1
8218| #define HAVE_SYS_TYPES_H 1
8219| #define HAVE_SYS_STAT_H 1
8220| #define HAVE_STDLIB_H 1
8221| #define HAVE_STRING_H 1
8222| #define HAVE_MEMORY_H 1
8223| #define HAVE_DIRECT_H 1
8224| #define HAVE_FLOAT_H 1
8225| #define HAVE_IO_H 1
8226| #define HAVE_PROCESS_H 1
8227| /* end confdefs.h. */
8228| #include <stdio.h>
8229| #ifdef HAVE_SYS_TYPES_H
8230| # include <sys/types.h>
8231| #endif
8232| #ifdef HAVE_SYS_STAT_H
8233| # include <sys/stat.h>
8234| #endif
8235| #ifdef STDC_HEADERS
8236| # include <stdlib.h>
8237| # include <stddef.h>
8238| #else
8239| # ifdef HAVE_STDLIB_H
8240| # include <stdlib.h>
8241| # endif
8242| #endif
8243| #ifdef HAVE_STRING_H
8244| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8245| # include <memory.h>
8246| # endif
8247| # include <string.h>
8248| #endif
8249| #ifdef HAVE_STRINGS_H
8250| # include <strings.h>
8251| #endif
8252| #ifdef HAVE_INTTYPES_H
8253| # include <inttypes.h>
8254| #endif
8255| #ifdef HAVE_STDINT_H
8256| # include <stdint.h>
8257| #endif
8258| #ifdef HAVE_UNISTD_H
8259| # include <unistd.h>
8260| #endif
8261| #include <sys/prctl.h>
8262configure:7605: result: no
8263configure:7609: checking sys/prctl.h presence
8264configure:7624: cl.exe -E conftest.c
8265Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8266Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8267
8268conftest.c
8269conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/prctl.h': No such file or directory
8270configure:7631: $? = 2
8271configure: failed program was:
8272| /* confdefs.h. */
8273| #define PACKAGE_NAME "Wine"
8274| #define PACKAGE_TARNAME "wine"
8275| #define PACKAGE_VERSION "1.1.10"
8276| #define PACKAGE_STRING "Wine 1.1.10"
8277| #define PACKAGE_BUGREPORT "[email protected]"
8278| #define X_DISPLAY_MISSING 1
8279| #define STDC_HEADERS 1
8280| #define HAVE_SYS_TYPES_H 1
8281| #define HAVE_SYS_STAT_H 1
8282| #define HAVE_STDLIB_H 1
8283| #define HAVE_STRING_H 1
8284| #define HAVE_MEMORY_H 1
8285| #define HAVE_DIRECT_H 1
8286| #define HAVE_FLOAT_H 1
8287| #define HAVE_IO_H 1
8288| #define HAVE_PROCESS_H 1
8289| /* end confdefs.h. */
8290| #include <sys/prctl.h>
8291configure:7645: result: no
8292configure:7678: checking for sys/prctl.h
8293configure:7687: result: no
8294configure:7567: checking sys/ptrace.h usability
8295configure:7584: cl.exe -c -g conftest.c >&5
8296conftest.c
8297conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/ptrace.h': No such file or directory
8298Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8299Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8300
8301cl : Command line warning D4002 : ignoring unknown option '-g'
8302configure:7591: $? = 2
8303configure: failed program was:
8304| /* confdefs.h. */
8305| #define PACKAGE_NAME "Wine"
8306| #define PACKAGE_TARNAME "wine"
8307| #define PACKAGE_VERSION "1.1.10"
8308| #define PACKAGE_STRING "Wine 1.1.10"
8309| #define PACKAGE_BUGREPORT "[email protected]"
8310| #define X_DISPLAY_MISSING 1
8311| #define STDC_HEADERS 1
8312| #define HAVE_SYS_TYPES_H 1
8313| #define HAVE_SYS_STAT_H 1
8314| #define HAVE_STDLIB_H 1
8315| #define HAVE_STRING_H 1
8316| #define HAVE_MEMORY_H 1
8317| #define HAVE_DIRECT_H 1
8318| #define HAVE_FLOAT_H 1
8319| #define HAVE_IO_H 1
8320| #define HAVE_PROCESS_H 1
8321| /* end confdefs.h. */
8322| #include <stdio.h>
8323| #ifdef HAVE_SYS_TYPES_H
8324| # include <sys/types.h>
8325| #endif
8326| #ifdef HAVE_SYS_STAT_H
8327| # include <sys/stat.h>
8328| #endif
8329| #ifdef STDC_HEADERS
8330| # include <stdlib.h>
8331| # include <stddef.h>
8332| #else
8333| # ifdef HAVE_STDLIB_H
8334| # include <stdlib.h>
8335| # endif
8336| #endif
8337| #ifdef HAVE_STRING_H
8338| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8339| # include <memory.h>
8340| # endif
8341| # include <string.h>
8342| #endif
8343| #ifdef HAVE_STRINGS_H
8344| # include <strings.h>
8345| #endif
8346| #ifdef HAVE_INTTYPES_H
8347| # include <inttypes.h>
8348| #endif
8349| #ifdef HAVE_STDINT_H
8350| # include <stdint.h>
8351| #endif
8352| #ifdef HAVE_UNISTD_H
8353| # include <unistd.h>
8354| #endif
8355| #include <sys/ptrace.h>
8356configure:7605: result: no
8357configure:7609: checking sys/ptrace.h presence
8358configure:7624: cl.exe -E conftest.c
8359Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8360Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8361
8362conftest.c
8363conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/ptrace.h': No such file or directory
8364configure:7631: $? = 2
8365configure: failed program was:
8366| /* confdefs.h. */
8367| #define PACKAGE_NAME "Wine"
8368| #define PACKAGE_TARNAME "wine"
8369| #define PACKAGE_VERSION "1.1.10"
8370| #define PACKAGE_STRING "Wine 1.1.10"
8371| #define PACKAGE_BUGREPORT "[email protected]"
8372| #define X_DISPLAY_MISSING 1
8373| #define STDC_HEADERS 1
8374| #define HAVE_SYS_TYPES_H 1
8375| #define HAVE_SYS_STAT_H 1
8376| #define HAVE_STDLIB_H 1
8377| #define HAVE_STRING_H 1
8378| #define HAVE_MEMORY_H 1
8379| #define HAVE_DIRECT_H 1
8380| #define HAVE_FLOAT_H 1
8381| #define HAVE_IO_H 1
8382| #define HAVE_PROCESS_H 1
8383| /* end confdefs.h. */
8384| #include <sys/ptrace.h>
8385configure:7645: result: no
8386configure:7678: checking for sys/ptrace.h
8387configure:7687: result: no
8388configure:7567: checking sys/reg.h usability
8389configure:7584: cl.exe -c -g conftest.c >&5
8390conftest.c
8391conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/reg.h': No such file or directory
8392Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8393Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8394
8395cl : Command line warning D4002 : ignoring unknown option '-g'
8396configure:7591: $? = 2
8397configure: failed program was:
8398| /* confdefs.h. */
8399| #define PACKAGE_NAME "Wine"
8400| #define PACKAGE_TARNAME "wine"
8401| #define PACKAGE_VERSION "1.1.10"
8402| #define PACKAGE_STRING "Wine 1.1.10"
8403| #define PACKAGE_BUGREPORT "[email protected]"
8404| #define X_DISPLAY_MISSING 1
8405| #define STDC_HEADERS 1
8406| #define HAVE_SYS_TYPES_H 1
8407| #define HAVE_SYS_STAT_H 1
8408| #define HAVE_STDLIB_H 1
8409| #define HAVE_STRING_H 1
8410| #define HAVE_MEMORY_H 1
8411| #define HAVE_DIRECT_H 1
8412| #define HAVE_FLOAT_H 1
8413| #define HAVE_IO_H 1
8414| #define HAVE_PROCESS_H 1
8415| /* end confdefs.h. */
8416| #include <stdio.h>
8417| #ifdef HAVE_SYS_TYPES_H
8418| # include <sys/types.h>
8419| #endif
8420| #ifdef HAVE_SYS_STAT_H
8421| # include <sys/stat.h>
8422| #endif
8423| #ifdef STDC_HEADERS
8424| # include <stdlib.h>
8425| # include <stddef.h>
8426| #else
8427| # ifdef HAVE_STDLIB_H
8428| # include <stdlib.h>
8429| # endif
8430| #endif
8431| #ifdef HAVE_STRING_H
8432| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8433| # include <memory.h>
8434| # endif
8435| # include <string.h>
8436| #endif
8437| #ifdef HAVE_STRINGS_H
8438| # include <strings.h>
8439| #endif
8440| #ifdef HAVE_INTTYPES_H
8441| # include <inttypes.h>
8442| #endif
8443| #ifdef HAVE_STDINT_H
8444| # include <stdint.h>
8445| #endif
8446| #ifdef HAVE_UNISTD_H
8447| # include <unistd.h>
8448| #endif
8449| #include <sys/reg.h>
8450configure:7605: result: no
8451configure:7609: checking sys/reg.h presence
8452configure:7624: cl.exe -E conftest.c
8453Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8454Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8455
8456conftest.c
8457conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/reg.h': No such file or directory
8458configure:7631: $? = 2
8459configure: failed program was:
8460| /* confdefs.h. */
8461| #define PACKAGE_NAME "Wine"
8462| #define PACKAGE_TARNAME "wine"
8463| #define PACKAGE_VERSION "1.1.10"
8464| #define PACKAGE_STRING "Wine 1.1.10"
8465| #define PACKAGE_BUGREPORT "[email protected]"
8466| #define X_DISPLAY_MISSING 1
8467| #define STDC_HEADERS 1
8468| #define HAVE_SYS_TYPES_H 1
8469| #define HAVE_SYS_STAT_H 1
8470| #define HAVE_STDLIB_H 1
8471| #define HAVE_STRING_H 1
8472| #define HAVE_MEMORY_H 1
8473| #define HAVE_DIRECT_H 1
8474| #define HAVE_FLOAT_H 1
8475| #define HAVE_IO_H 1
8476| #define HAVE_PROCESS_H 1
8477| /* end confdefs.h. */
8478| #include <sys/reg.h>
8479configure:7645: result: no
8480configure:7678: checking for sys/reg.h
8481configure:7687: result: no
8482configure:7567: checking sys/resource.h usability
8483configure:7584: cl.exe -c -g conftest.c >&5
8484conftest.c
8485conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/resource.h': No such file or directory
8486Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8487Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8488
8489cl : Command line warning D4002 : ignoring unknown option '-g'
8490configure:7591: $? = 2
8491configure: failed program was:
8492| /* confdefs.h. */
8493| #define PACKAGE_NAME "Wine"
8494| #define PACKAGE_TARNAME "wine"
8495| #define PACKAGE_VERSION "1.1.10"
8496| #define PACKAGE_STRING "Wine 1.1.10"
8497| #define PACKAGE_BUGREPORT "[email protected]"
8498| #define X_DISPLAY_MISSING 1
8499| #define STDC_HEADERS 1
8500| #define HAVE_SYS_TYPES_H 1
8501| #define HAVE_SYS_STAT_H 1
8502| #define HAVE_STDLIB_H 1
8503| #define HAVE_STRING_H 1
8504| #define HAVE_MEMORY_H 1
8505| #define HAVE_DIRECT_H 1
8506| #define HAVE_FLOAT_H 1
8507| #define HAVE_IO_H 1
8508| #define HAVE_PROCESS_H 1
8509| /* end confdefs.h. */
8510| #include <stdio.h>
8511| #ifdef HAVE_SYS_TYPES_H
8512| # include <sys/types.h>
8513| #endif
8514| #ifdef HAVE_SYS_STAT_H
8515| # include <sys/stat.h>
8516| #endif
8517| #ifdef STDC_HEADERS
8518| # include <stdlib.h>
8519| # include <stddef.h>
8520| #else
8521| # ifdef HAVE_STDLIB_H
8522| # include <stdlib.h>
8523| # endif
8524| #endif
8525| #ifdef HAVE_STRING_H
8526| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8527| # include <memory.h>
8528| # endif
8529| # include <string.h>
8530| #endif
8531| #ifdef HAVE_STRINGS_H
8532| # include <strings.h>
8533| #endif
8534| #ifdef HAVE_INTTYPES_H
8535| # include <inttypes.h>
8536| #endif
8537| #ifdef HAVE_STDINT_H
8538| # include <stdint.h>
8539| #endif
8540| #ifdef HAVE_UNISTD_H
8541| # include <unistd.h>
8542| #endif
8543| #include <sys/resource.h>
8544configure:7605: result: no
8545configure:7609: checking sys/resource.h presence
8546configure:7624: cl.exe -E conftest.c
8547Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8548Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8549
8550conftest.c
8551conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/resource.h': No such file or directory
8552configure:7631: $? = 2
8553configure: failed program was:
8554| /* confdefs.h. */
8555| #define PACKAGE_NAME "Wine"
8556| #define PACKAGE_TARNAME "wine"
8557| #define PACKAGE_VERSION "1.1.10"
8558| #define PACKAGE_STRING "Wine 1.1.10"
8559| #define PACKAGE_BUGREPORT "[email protected]"
8560| #define X_DISPLAY_MISSING 1
8561| #define STDC_HEADERS 1
8562| #define HAVE_SYS_TYPES_H 1
8563| #define HAVE_SYS_STAT_H 1
8564| #define HAVE_STDLIB_H 1
8565| #define HAVE_STRING_H 1
8566| #define HAVE_MEMORY_H 1
8567| #define HAVE_DIRECT_H 1
8568| #define HAVE_FLOAT_H 1
8569| #define HAVE_IO_H 1
8570| #define HAVE_PROCESS_H 1
8571| /* end confdefs.h. */
8572| #include <sys/resource.h>
8573configure:7645: result: no
8574configure:7678: checking for sys/resource.h
8575configure:7687: result: no
8576configure:7567: checking sys/scsiio.h usability
8577configure:7584: cl.exe -c -g conftest.c >&5
8578conftest.c
8579conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/scsiio.h': No such file or directory
8580Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8581Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8582
8583cl : Command line warning D4002 : ignoring unknown option '-g'
8584configure:7591: $? = 2
8585configure: failed program was:
8586| /* confdefs.h. */
8587| #define PACKAGE_NAME "Wine"
8588| #define PACKAGE_TARNAME "wine"
8589| #define PACKAGE_VERSION "1.1.10"
8590| #define PACKAGE_STRING "Wine 1.1.10"
8591| #define PACKAGE_BUGREPORT "[email protected]"
8592| #define X_DISPLAY_MISSING 1
8593| #define STDC_HEADERS 1
8594| #define HAVE_SYS_TYPES_H 1
8595| #define HAVE_SYS_STAT_H 1
8596| #define HAVE_STDLIB_H 1
8597| #define HAVE_STRING_H 1
8598| #define HAVE_MEMORY_H 1
8599| #define HAVE_DIRECT_H 1
8600| #define HAVE_FLOAT_H 1
8601| #define HAVE_IO_H 1
8602| #define HAVE_PROCESS_H 1
8603| /* end confdefs.h. */
8604| #include <stdio.h>
8605| #ifdef HAVE_SYS_TYPES_H
8606| # include <sys/types.h>
8607| #endif
8608| #ifdef HAVE_SYS_STAT_H
8609| # include <sys/stat.h>
8610| #endif
8611| #ifdef STDC_HEADERS
8612| # include <stdlib.h>
8613| # include <stddef.h>
8614| #else
8615| # ifdef HAVE_STDLIB_H
8616| # include <stdlib.h>
8617| # endif
8618| #endif
8619| #ifdef HAVE_STRING_H
8620| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8621| # include <memory.h>
8622| # endif
8623| # include <string.h>
8624| #endif
8625| #ifdef HAVE_STRINGS_H
8626| # include <strings.h>
8627| #endif
8628| #ifdef HAVE_INTTYPES_H
8629| # include <inttypes.h>
8630| #endif
8631| #ifdef HAVE_STDINT_H
8632| # include <stdint.h>
8633| #endif
8634| #ifdef HAVE_UNISTD_H
8635| # include <unistd.h>
8636| #endif
8637| #include <sys/scsiio.h>
8638configure:7605: result: no
8639configure:7609: checking sys/scsiio.h presence
8640configure:7624: cl.exe -E conftest.c
8641Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8642Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8643
8644conftest.c
8645conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/scsiio.h': No such file or directory
8646configure:7631: $? = 2
8647configure: failed program was:
8648| /* confdefs.h. */
8649| #define PACKAGE_NAME "Wine"
8650| #define PACKAGE_TARNAME "wine"
8651| #define PACKAGE_VERSION "1.1.10"
8652| #define PACKAGE_STRING "Wine 1.1.10"
8653| #define PACKAGE_BUGREPORT "[email protected]"
8654| #define X_DISPLAY_MISSING 1
8655| #define STDC_HEADERS 1
8656| #define HAVE_SYS_TYPES_H 1
8657| #define HAVE_SYS_STAT_H 1
8658| #define HAVE_STDLIB_H 1
8659| #define HAVE_STRING_H 1
8660| #define HAVE_MEMORY_H 1
8661| #define HAVE_DIRECT_H 1
8662| #define HAVE_FLOAT_H 1
8663| #define HAVE_IO_H 1
8664| #define HAVE_PROCESS_H 1
8665| /* end confdefs.h. */
8666| #include <sys/scsiio.h>
8667configure:7645: result: no
8668configure:7678: checking for sys/scsiio.h
8669configure:7687: result: no
8670configure:7567: checking sys/shm.h usability
8671configure:7584: cl.exe -c -g conftest.c >&5
8672conftest.c
8673conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/shm.h': No such file or directory
8674Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8675Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8676
8677cl : Command line warning D4002 : ignoring unknown option '-g'
8678configure:7591: $? = 2
8679configure: failed program was:
8680| /* confdefs.h. */
8681| #define PACKAGE_NAME "Wine"
8682| #define PACKAGE_TARNAME "wine"
8683| #define PACKAGE_VERSION "1.1.10"
8684| #define PACKAGE_STRING "Wine 1.1.10"
8685| #define PACKAGE_BUGREPORT "[email protected]"
8686| #define X_DISPLAY_MISSING 1
8687| #define STDC_HEADERS 1
8688| #define HAVE_SYS_TYPES_H 1
8689| #define HAVE_SYS_STAT_H 1
8690| #define HAVE_STDLIB_H 1
8691| #define HAVE_STRING_H 1
8692| #define HAVE_MEMORY_H 1
8693| #define HAVE_DIRECT_H 1
8694| #define HAVE_FLOAT_H 1
8695| #define HAVE_IO_H 1
8696| #define HAVE_PROCESS_H 1
8697| /* end confdefs.h. */
8698| #include <stdio.h>
8699| #ifdef HAVE_SYS_TYPES_H
8700| # include <sys/types.h>
8701| #endif
8702| #ifdef HAVE_SYS_STAT_H
8703| # include <sys/stat.h>
8704| #endif
8705| #ifdef STDC_HEADERS
8706| # include <stdlib.h>
8707| # include <stddef.h>
8708| #else
8709| # ifdef HAVE_STDLIB_H
8710| # include <stdlib.h>
8711| # endif
8712| #endif
8713| #ifdef HAVE_STRING_H
8714| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8715| # include <memory.h>
8716| # endif
8717| # include <string.h>
8718| #endif
8719| #ifdef HAVE_STRINGS_H
8720| # include <strings.h>
8721| #endif
8722| #ifdef HAVE_INTTYPES_H
8723| # include <inttypes.h>
8724| #endif
8725| #ifdef HAVE_STDINT_H
8726| # include <stdint.h>
8727| #endif
8728| #ifdef HAVE_UNISTD_H
8729| # include <unistd.h>
8730| #endif
8731| #include <sys/shm.h>
8732configure:7605: result: no
8733configure:7609: checking sys/shm.h presence
8734configure:7624: cl.exe -E conftest.c
8735Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8736Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8737
8738conftest.c
8739conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/shm.h': No such file or directory
8740configure:7631: $? = 2
8741configure: failed program was:
8742| /* confdefs.h. */
8743| #define PACKAGE_NAME "Wine"
8744| #define PACKAGE_TARNAME "wine"
8745| #define PACKAGE_VERSION "1.1.10"
8746| #define PACKAGE_STRING "Wine 1.1.10"
8747| #define PACKAGE_BUGREPORT "[email protected]"
8748| #define X_DISPLAY_MISSING 1
8749| #define STDC_HEADERS 1
8750| #define HAVE_SYS_TYPES_H 1
8751| #define HAVE_SYS_STAT_H 1
8752| #define HAVE_STDLIB_H 1
8753| #define HAVE_STRING_H 1
8754| #define HAVE_MEMORY_H 1
8755| #define HAVE_DIRECT_H 1
8756| #define HAVE_FLOAT_H 1
8757| #define HAVE_IO_H 1
8758| #define HAVE_PROCESS_H 1
8759| /* end confdefs.h. */
8760| #include <sys/shm.h>
8761configure:7645: result: no
8762configure:7678: checking for sys/shm.h
8763configure:7687: result: no
8764configure:7567: checking sys/signal.h usability
8765configure:7584: cl.exe -c -g conftest.c >&5
8766conftest.c
8767conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/signal.h': No such file or directory
8768Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8769Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8770
8771cl : Command line warning D4002 : ignoring unknown option '-g'
8772configure:7591: $? = 2
8773configure: failed program was:
8774| /* confdefs.h. */
8775| #define PACKAGE_NAME "Wine"
8776| #define PACKAGE_TARNAME "wine"
8777| #define PACKAGE_VERSION "1.1.10"
8778| #define PACKAGE_STRING "Wine 1.1.10"
8779| #define PACKAGE_BUGREPORT "[email protected]"
8780| #define X_DISPLAY_MISSING 1
8781| #define STDC_HEADERS 1
8782| #define HAVE_SYS_TYPES_H 1
8783| #define HAVE_SYS_STAT_H 1
8784| #define HAVE_STDLIB_H 1
8785| #define HAVE_STRING_H 1
8786| #define HAVE_MEMORY_H 1
8787| #define HAVE_DIRECT_H 1
8788| #define HAVE_FLOAT_H 1
8789| #define HAVE_IO_H 1
8790| #define HAVE_PROCESS_H 1
8791| /* end confdefs.h. */
8792| #include <stdio.h>
8793| #ifdef HAVE_SYS_TYPES_H
8794| # include <sys/types.h>
8795| #endif
8796| #ifdef HAVE_SYS_STAT_H
8797| # include <sys/stat.h>
8798| #endif
8799| #ifdef STDC_HEADERS
8800| # include <stdlib.h>
8801| # include <stddef.h>
8802| #else
8803| # ifdef HAVE_STDLIB_H
8804| # include <stdlib.h>
8805| # endif
8806| #endif
8807| #ifdef HAVE_STRING_H
8808| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8809| # include <memory.h>
8810| # endif
8811| # include <string.h>
8812| #endif
8813| #ifdef HAVE_STRINGS_H
8814| # include <strings.h>
8815| #endif
8816| #ifdef HAVE_INTTYPES_H
8817| # include <inttypes.h>
8818| #endif
8819| #ifdef HAVE_STDINT_H
8820| # include <stdint.h>
8821| #endif
8822| #ifdef HAVE_UNISTD_H
8823| # include <unistd.h>
8824| #endif
8825| #include <sys/signal.h>
8826configure:7605: result: no
8827configure:7609: checking sys/signal.h presence
8828configure:7624: cl.exe -E conftest.c
8829Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8830Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8831
8832conftest.c
8833conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/signal.h': No such file or directory
8834configure:7631: $? = 2
8835configure: failed program was:
8836| /* confdefs.h. */
8837| #define PACKAGE_NAME "Wine"
8838| #define PACKAGE_TARNAME "wine"
8839| #define PACKAGE_VERSION "1.1.10"
8840| #define PACKAGE_STRING "Wine 1.1.10"
8841| #define PACKAGE_BUGREPORT "[email protected]"
8842| #define X_DISPLAY_MISSING 1
8843| #define STDC_HEADERS 1
8844| #define HAVE_SYS_TYPES_H 1
8845| #define HAVE_SYS_STAT_H 1
8846| #define HAVE_STDLIB_H 1
8847| #define HAVE_STRING_H 1
8848| #define HAVE_MEMORY_H 1
8849| #define HAVE_DIRECT_H 1
8850| #define HAVE_FLOAT_H 1
8851| #define HAVE_IO_H 1
8852| #define HAVE_PROCESS_H 1
8853| /* end confdefs.h. */
8854| #include <sys/signal.h>
8855configure:7645: result: no
8856configure:7678: checking for sys/signal.h
8857configure:7687: result: no
8858configure:7567: checking sys/socket.h usability
8859configure:7584: cl.exe -c -g conftest.c >&5
8860conftest.c
8861conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
8862Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8863Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8864
8865cl : Command line warning D4002 : ignoring unknown option '-g'
8866configure:7591: $? = 2
8867configure: failed program was:
8868| /* confdefs.h. */
8869| #define PACKAGE_NAME "Wine"
8870| #define PACKAGE_TARNAME "wine"
8871| #define PACKAGE_VERSION "1.1.10"
8872| #define PACKAGE_STRING "Wine 1.1.10"
8873| #define PACKAGE_BUGREPORT "[email protected]"
8874| #define X_DISPLAY_MISSING 1
8875| #define STDC_HEADERS 1
8876| #define HAVE_SYS_TYPES_H 1
8877| #define HAVE_SYS_STAT_H 1
8878| #define HAVE_STDLIB_H 1
8879| #define HAVE_STRING_H 1
8880| #define HAVE_MEMORY_H 1
8881| #define HAVE_DIRECT_H 1
8882| #define HAVE_FLOAT_H 1
8883| #define HAVE_IO_H 1
8884| #define HAVE_PROCESS_H 1
8885| /* end confdefs.h. */
8886| #include <stdio.h>
8887| #ifdef HAVE_SYS_TYPES_H
8888| # include <sys/types.h>
8889| #endif
8890| #ifdef HAVE_SYS_STAT_H
8891| # include <sys/stat.h>
8892| #endif
8893| #ifdef STDC_HEADERS
8894| # include <stdlib.h>
8895| # include <stddef.h>
8896| #else
8897| # ifdef HAVE_STDLIB_H
8898| # include <stdlib.h>
8899| # endif
8900| #endif
8901| #ifdef HAVE_STRING_H
8902| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8903| # include <memory.h>
8904| # endif
8905| # include <string.h>
8906| #endif
8907| #ifdef HAVE_STRINGS_H
8908| # include <strings.h>
8909| #endif
8910| #ifdef HAVE_INTTYPES_H
8911| # include <inttypes.h>
8912| #endif
8913| #ifdef HAVE_STDINT_H
8914| # include <stdint.h>
8915| #endif
8916| #ifdef HAVE_UNISTD_H
8917| # include <unistd.h>
8918| #endif
8919| #include <sys/socket.h>
8920configure:7605: result: no
8921configure:7609: checking sys/socket.h presence
8922configure:7624: cl.exe -E conftest.c
8923Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8924Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8925
8926conftest.c
8927conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
8928configure:7631: $? = 2
8929configure: failed program was:
8930| /* confdefs.h. */
8931| #define PACKAGE_NAME "Wine"
8932| #define PACKAGE_TARNAME "wine"
8933| #define PACKAGE_VERSION "1.1.10"
8934| #define PACKAGE_STRING "Wine 1.1.10"
8935| #define PACKAGE_BUGREPORT "[email protected]"
8936| #define X_DISPLAY_MISSING 1
8937| #define STDC_HEADERS 1
8938| #define HAVE_SYS_TYPES_H 1
8939| #define HAVE_SYS_STAT_H 1
8940| #define HAVE_STDLIB_H 1
8941| #define HAVE_STRING_H 1
8942| #define HAVE_MEMORY_H 1
8943| #define HAVE_DIRECT_H 1
8944| #define HAVE_FLOAT_H 1
8945| #define HAVE_IO_H 1
8946| #define HAVE_PROCESS_H 1
8947| /* end confdefs.h. */
8948| #include <sys/socket.h>
8949configure:7645: result: no
8950configure:7678: checking for sys/socket.h
8951configure:7687: result: no
8952configure:7567: checking sys/socketvar.h usability
8953configure:7584: cl.exe -c -g conftest.c >&5
8954conftest.c
8955conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/socketvar.h': No such file or directory
8956Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
8957Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
8958
8959cl : Command line warning D4002 : ignoring unknown option '-g'
8960configure:7591: $? = 2
8961configure: failed program was:
8962| /* confdefs.h. */
8963| #define PACKAGE_NAME "Wine"
8964| #define PACKAGE_TARNAME "wine"
8965| #define PACKAGE_VERSION "1.1.10"
8966| #define PACKAGE_STRING "Wine 1.1.10"
8967| #define PACKAGE_BUGREPORT "[email protected]"
8968| #define X_DISPLAY_MISSING 1
8969| #define STDC_HEADERS 1
8970| #define HAVE_SYS_TYPES_H 1
8971| #define HAVE_SYS_STAT_H 1
8972| #define HAVE_STDLIB_H 1
8973| #define HAVE_STRING_H 1
8974| #define HAVE_MEMORY_H 1
8975| #define HAVE_DIRECT_H 1
8976| #define HAVE_FLOAT_H 1
8977| #define HAVE_IO_H 1
8978| #define HAVE_PROCESS_H 1
8979| /* end confdefs.h. */
8980| #include <stdio.h>
8981| #ifdef HAVE_SYS_TYPES_H
8982| # include <sys/types.h>
8983| #endif
8984| #ifdef HAVE_SYS_STAT_H
8985| # include <sys/stat.h>
8986| #endif
8987| #ifdef STDC_HEADERS
8988| # include <stdlib.h>
8989| # include <stddef.h>
8990| #else
8991| # ifdef HAVE_STDLIB_H
8992| # include <stdlib.h>
8993| # endif
8994| #endif
8995| #ifdef HAVE_STRING_H
8996| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
8997| # include <memory.h>
8998| # endif
8999| # include <string.h>
9000| #endif
9001| #ifdef HAVE_STRINGS_H
9002| # include <strings.h>
9003| #endif
9004| #ifdef HAVE_INTTYPES_H
9005| # include <inttypes.h>
9006| #endif
9007| #ifdef HAVE_STDINT_H
9008| # include <stdint.h>
9009| #endif
9010| #ifdef HAVE_UNISTD_H
9011| # include <unistd.h>
9012| #endif
9013| #include <sys/socketvar.h>
9014configure:7605: result: no
9015configure:7609: checking sys/socketvar.h presence
9016configure:7624: cl.exe -E conftest.c
9017Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9018Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9019
9020conftest.c
9021conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/socketvar.h': No such file or directory
9022configure:7631: $? = 2
9023configure: failed program was:
9024| /* confdefs.h. */
9025| #define PACKAGE_NAME "Wine"
9026| #define PACKAGE_TARNAME "wine"
9027| #define PACKAGE_VERSION "1.1.10"
9028| #define PACKAGE_STRING "Wine 1.1.10"
9029| #define PACKAGE_BUGREPORT "[email protected]"
9030| #define X_DISPLAY_MISSING 1
9031| #define STDC_HEADERS 1
9032| #define HAVE_SYS_TYPES_H 1
9033| #define HAVE_SYS_STAT_H 1
9034| #define HAVE_STDLIB_H 1
9035| #define HAVE_STRING_H 1
9036| #define HAVE_MEMORY_H 1
9037| #define HAVE_DIRECT_H 1
9038| #define HAVE_FLOAT_H 1
9039| #define HAVE_IO_H 1
9040| #define HAVE_PROCESS_H 1
9041| /* end confdefs.h. */
9042| #include <sys/socketvar.h>
9043configure:7645: result: no
9044configure:7678: checking for sys/socketvar.h
9045configure:7687: result: no
9046configure:7567: checking sys/sockio.h usability
9047configure:7584: cl.exe -c -g conftest.c >&5
9048conftest.c
9049conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/sockio.h': No such file or directory
9050Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9051Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9052
9053cl : Command line warning D4002 : ignoring unknown option '-g'
9054configure:7591: $? = 2
9055configure: failed program was:
9056| /* confdefs.h. */
9057| #define PACKAGE_NAME "Wine"
9058| #define PACKAGE_TARNAME "wine"
9059| #define PACKAGE_VERSION "1.1.10"
9060| #define PACKAGE_STRING "Wine 1.1.10"
9061| #define PACKAGE_BUGREPORT "[email protected]"
9062| #define X_DISPLAY_MISSING 1
9063| #define STDC_HEADERS 1
9064| #define HAVE_SYS_TYPES_H 1
9065| #define HAVE_SYS_STAT_H 1
9066| #define HAVE_STDLIB_H 1
9067| #define HAVE_STRING_H 1
9068| #define HAVE_MEMORY_H 1
9069| #define HAVE_DIRECT_H 1
9070| #define HAVE_FLOAT_H 1
9071| #define HAVE_IO_H 1
9072| #define HAVE_PROCESS_H 1
9073| /* end confdefs.h. */
9074| #include <stdio.h>
9075| #ifdef HAVE_SYS_TYPES_H
9076| # include <sys/types.h>
9077| #endif
9078| #ifdef HAVE_SYS_STAT_H
9079| # include <sys/stat.h>
9080| #endif
9081| #ifdef STDC_HEADERS
9082| # include <stdlib.h>
9083| # include <stddef.h>
9084| #else
9085| # ifdef HAVE_STDLIB_H
9086| # include <stdlib.h>
9087| # endif
9088| #endif
9089| #ifdef HAVE_STRING_H
9090| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9091| # include <memory.h>
9092| # endif
9093| # include <string.h>
9094| #endif
9095| #ifdef HAVE_STRINGS_H
9096| # include <strings.h>
9097| #endif
9098| #ifdef HAVE_INTTYPES_H
9099| # include <inttypes.h>
9100| #endif
9101| #ifdef HAVE_STDINT_H
9102| # include <stdint.h>
9103| #endif
9104| #ifdef HAVE_UNISTD_H
9105| # include <unistd.h>
9106| #endif
9107| #include <sys/sockio.h>
9108configure:7605: result: no
9109configure:7609: checking sys/sockio.h presence
9110configure:7624: cl.exe -E conftest.c
9111Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9112Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9113
9114conftest.c
9115conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/sockio.h': No such file or directory
9116configure:7631: $? = 2
9117configure: failed program was:
9118| /* confdefs.h. */
9119| #define PACKAGE_NAME "Wine"
9120| #define PACKAGE_TARNAME "wine"
9121| #define PACKAGE_VERSION "1.1.10"
9122| #define PACKAGE_STRING "Wine 1.1.10"
9123| #define PACKAGE_BUGREPORT "[email protected]"
9124| #define X_DISPLAY_MISSING 1
9125| #define STDC_HEADERS 1
9126| #define HAVE_SYS_TYPES_H 1
9127| #define HAVE_SYS_STAT_H 1
9128| #define HAVE_STDLIB_H 1
9129| #define HAVE_STRING_H 1
9130| #define HAVE_MEMORY_H 1
9131| #define HAVE_DIRECT_H 1
9132| #define HAVE_FLOAT_H 1
9133| #define HAVE_IO_H 1
9134| #define HAVE_PROCESS_H 1
9135| /* end confdefs.h. */
9136| #include <sys/sockio.h>
9137configure:7645: result: no
9138configure:7678: checking for sys/sockio.h
9139configure:7687: result: no
9140configure:7567: checking sys/soundcard.h usability
9141configure:7584: cl.exe -c -g conftest.c >&5
9142conftest.c
9143conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/soundcard.h': No such file or directory
9144Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9145Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9146
9147cl : Command line warning D4002 : ignoring unknown option '-g'
9148configure:7591: $? = 2
9149configure: failed program was:
9150| /* confdefs.h. */
9151| #define PACKAGE_NAME "Wine"
9152| #define PACKAGE_TARNAME "wine"
9153| #define PACKAGE_VERSION "1.1.10"
9154| #define PACKAGE_STRING "Wine 1.1.10"
9155| #define PACKAGE_BUGREPORT "[email protected]"
9156| #define X_DISPLAY_MISSING 1
9157| #define STDC_HEADERS 1
9158| #define HAVE_SYS_TYPES_H 1
9159| #define HAVE_SYS_STAT_H 1
9160| #define HAVE_STDLIB_H 1
9161| #define HAVE_STRING_H 1
9162| #define HAVE_MEMORY_H 1
9163| #define HAVE_DIRECT_H 1
9164| #define HAVE_FLOAT_H 1
9165| #define HAVE_IO_H 1
9166| #define HAVE_PROCESS_H 1
9167| /* end confdefs.h. */
9168| #include <stdio.h>
9169| #ifdef HAVE_SYS_TYPES_H
9170| # include <sys/types.h>
9171| #endif
9172| #ifdef HAVE_SYS_STAT_H
9173| # include <sys/stat.h>
9174| #endif
9175| #ifdef STDC_HEADERS
9176| # include <stdlib.h>
9177| # include <stddef.h>
9178| #else
9179| # ifdef HAVE_STDLIB_H
9180| # include <stdlib.h>
9181| # endif
9182| #endif
9183| #ifdef HAVE_STRING_H
9184| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9185| # include <memory.h>
9186| # endif
9187| # include <string.h>
9188| #endif
9189| #ifdef HAVE_STRINGS_H
9190| # include <strings.h>
9191| #endif
9192| #ifdef HAVE_INTTYPES_H
9193| # include <inttypes.h>
9194| #endif
9195| #ifdef HAVE_STDINT_H
9196| # include <stdint.h>
9197| #endif
9198| #ifdef HAVE_UNISTD_H
9199| # include <unistd.h>
9200| #endif
9201| #include <sys/soundcard.h>
9202configure:7605: result: no
9203configure:7609: checking sys/soundcard.h presence
9204configure:7624: cl.exe -E conftest.c
9205Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9206Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9207
9208conftest.c
9209conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/soundcard.h': No such file or directory
9210configure:7631: $? = 2
9211configure: failed program was:
9212| /* confdefs.h. */
9213| #define PACKAGE_NAME "Wine"
9214| #define PACKAGE_TARNAME "wine"
9215| #define PACKAGE_VERSION "1.1.10"
9216| #define PACKAGE_STRING "Wine 1.1.10"
9217| #define PACKAGE_BUGREPORT "[email protected]"
9218| #define X_DISPLAY_MISSING 1
9219| #define STDC_HEADERS 1
9220| #define HAVE_SYS_TYPES_H 1
9221| #define HAVE_SYS_STAT_H 1
9222| #define HAVE_STDLIB_H 1
9223| #define HAVE_STRING_H 1
9224| #define HAVE_MEMORY_H 1
9225| #define HAVE_DIRECT_H 1
9226| #define HAVE_FLOAT_H 1
9227| #define HAVE_IO_H 1
9228| #define HAVE_PROCESS_H 1
9229| /* end confdefs.h. */
9230| #include <sys/soundcard.h>
9231configure:7645: result: no
9232configure:7678: checking for sys/soundcard.h
9233configure:7687: result: no
9234configure:7567: checking sys/statvfs.h usability
9235configure:7584: cl.exe -c -g conftest.c >&5
9236conftest.c
9237conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/statvfs.h': No such file or directory
9238Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9239Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9240
9241cl : Command line warning D4002 : ignoring unknown option '-g'
9242configure:7591: $? = 2
9243configure: failed program was:
9244| /* confdefs.h. */
9245| #define PACKAGE_NAME "Wine"
9246| #define PACKAGE_TARNAME "wine"
9247| #define PACKAGE_VERSION "1.1.10"
9248| #define PACKAGE_STRING "Wine 1.1.10"
9249| #define PACKAGE_BUGREPORT "[email protected]"
9250| #define X_DISPLAY_MISSING 1
9251| #define STDC_HEADERS 1
9252| #define HAVE_SYS_TYPES_H 1
9253| #define HAVE_SYS_STAT_H 1
9254| #define HAVE_STDLIB_H 1
9255| #define HAVE_STRING_H 1
9256| #define HAVE_MEMORY_H 1
9257| #define HAVE_DIRECT_H 1
9258| #define HAVE_FLOAT_H 1
9259| #define HAVE_IO_H 1
9260| #define HAVE_PROCESS_H 1
9261| /* end confdefs.h. */
9262| #include <stdio.h>
9263| #ifdef HAVE_SYS_TYPES_H
9264| # include <sys/types.h>
9265| #endif
9266| #ifdef HAVE_SYS_STAT_H
9267| # include <sys/stat.h>
9268| #endif
9269| #ifdef STDC_HEADERS
9270| # include <stdlib.h>
9271| # include <stddef.h>
9272| #else
9273| # ifdef HAVE_STDLIB_H
9274| # include <stdlib.h>
9275| # endif
9276| #endif
9277| #ifdef HAVE_STRING_H
9278| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9279| # include <memory.h>
9280| # endif
9281| # include <string.h>
9282| #endif
9283| #ifdef HAVE_STRINGS_H
9284| # include <strings.h>
9285| #endif
9286| #ifdef HAVE_INTTYPES_H
9287| # include <inttypes.h>
9288| #endif
9289| #ifdef HAVE_STDINT_H
9290| # include <stdint.h>
9291| #endif
9292| #ifdef HAVE_UNISTD_H
9293| # include <unistd.h>
9294| #endif
9295| #include <sys/statvfs.h>
9296configure:7605: result: no
9297configure:7609: checking sys/statvfs.h presence
9298configure:7624: cl.exe -E conftest.c
9299Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9300Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9301
9302conftest.c
9303conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/statvfs.h': No such file or directory
9304configure:7631: $? = 2
9305configure: failed program was:
9306| /* confdefs.h. */
9307| #define PACKAGE_NAME "Wine"
9308| #define PACKAGE_TARNAME "wine"
9309| #define PACKAGE_VERSION "1.1.10"
9310| #define PACKAGE_STRING "Wine 1.1.10"
9311| #define PACKAGE_BUGREPORT "[email protected]"
9312| #define X_DISPLAY_MISSING 1
9313| #define STDC_HEADERS 1
9314| #define HAVE_SYS_TYPES_H 1
9315| #define HAVE_SYS_STAT_H 1
9316| #define HAVE_STDLIB_H 1
9317| #define HAVE_STRING_H 1
9318| #define HAVE_MEMORY_H 1
9319| #define HAVE_DIRECT_H 1
9320| #define HAVE_FLOAT_H 1
9321| #define HAVE_IO_H 1
9322| #define HAVE_PROCESS_H 1
9323| /* end confdefs.h. */
9324| #include <sys/statvfs.h>
9325configure:7645: result: no
9326configure:7678: checking for sys/statvfs.h
9327configure:7687: result: no
9328configure:7567: checking sys/strtio.h usability
9329configure:7584: cl.exe -c -g conftest.c >&5
9330conftest.c
9331conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/strtio.h': No such file or directory
9332Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9333Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9334
9335cl : Command line warning D4002 : ignoring unknown option '-g'
9336configure:7591: $? = 2
9337configure: failed program was:
9338| /* confdefs.h. */
9339| #define PACKAGE_NAME "Wine"
9340| #define PACKAGE_TARNAME "wine"
9341| #define PACKAGE_VERSION "1.1.10"
9342| #define PACKAGE_STRING "Wine 1.1.10"
9343| #define PACKAGE_BUGREPORT "[email protected]"
9344| #define X_DISPLAY_MISSING 1
9345| #define STDC_HEADERS 1
9346| #define HAVE_SYS_TYPES_H 1
9347| #define HAVE_SYS_STAT_H 1
9348| #define HAVE_STDLIB_H 1
9349| #define HAVE_STRING_H 1
9350| #define HAVE_MEMORY_H 1
9351| #define HAVE_DIRECT_H 1
9352| #define HAVE_FLOAT_H 1
9353| #define HAVE_IO_H 1
9354| #define HAVE_PROCESS_H 1
9355| /* end confdefs.h. */
9356| #include <stdio.h>
9357| #ifdef HAVE_SYS_TYPES_H
9358| # include <sys/types.h>
9359| #endif
9360| #ifdef HAVE_SYS_STAT_H
9361| # include <sys/stat.h>
9362| #endif
9363| #ifdef STDC_HEADERS
9364| # include <stdlib.h>
9365| # include <stddef.h>
9366| #else
9367| # ifdef HAVE_STDLIB_H
9368| # include <stdlib.h>
9369| # endif
9370| #endif
9371| #ifdef HAVE_STRING_H
9372| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9373| # include <memory.h>
9374| # endif
9375| # include <string.h>
9376| #endif
9377| #ifdef HAVE_STRINGS_H
9378| # include <strings.h>
9379| #endif
9380| #ifdef HAVE_INTTYPES_H
9381| # include <inttypes.h>
9382| #endif
9383| #ifdef HAVE_STDINT_H
9384| # include <stdint.h>
9385| #endif
9386| #ifdef HAVE_UNISTD_H
9387| # include <unistd.h>
9388| #endif
9389| #include <sys/strtio.h>
9390configure:7605: result: no
9391configure:7609: checking sys/strtio.h presence
9392configure:7624: cl.exe -E conftest.c
9393Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9394Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9395
9396conftest.c
9397conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/strtio.h': No such file or directory
9398configure:7631: $? = 2
9399configure: failed program was:
9400| /* confdefs.h. */
9401| #define PACKAGE_NAME "Wine"
9402| #define PACKAGE_TARNAME "wine"
9403| #define PACKAGE_VERSION "1.1.10"
9404| #define PACKAGE_STRING "Wine 1.1.10"
9405| #define PACKAGE_BUGREPORT "[email protected]"
9406| #define X_DISPLAY_MISSING 1
9407| #define STDC_HEADERS 1
9408| #define HAVE_SYS_TYPES_H 1
9409| #define HAVE_SYS_STAT_H 1
9410| #define HAVE_STDLIB_H 1
9411| #define HAVE_STRING_H 1
9412| #define HAVE_MEMORY_H 1
9413| #define HAVE_DIRECT_H 1
9414| #define HAVE_FLOAT_H 1
9415| #define HAVE_IO_H 1
9416| #define HAVE_PROCESS_H 1
9417| /* end confdefs.h. */
9418| #include <sys/strtio.h>
9419configure:7645: result: no
9420configure:7678: checking for sys/strtio.h
9421configure:7687: result: no
9422configure:7567: checking sys/syscall.h usability
9423configure:7584: cl.exe -c -g conftest.c >&5
9424conftest.c
9425conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/syscall.h': No such file or directory
9426Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9427Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9428
9429cl : Command line warning D4002 : ignoring unknown option '-g'
9430configure:7591: $? = 2
9431configure: failed program was:
9432| /* confdefs.h. */
9433| #define PACKAGE_NAME "Wine"
9434| #define PACKAGE_TARNAME "wine"
9435| #define PACKAGE_VERSION "1.1.10"
9436| #define PACKAGE_STRING "Wine 1.1.10"
9437| #define PACKAGE_BUGREPORT "[email protected]"
9438| #define X_DISPLAY_MISSING 1
9439| #define STDC_HEADERS 1
9440| #define HAVE_SYS_TYPES_H 1
9441| #define HAVE_SYS_STAT_H 1
9442| #define HAVE_STDLIB_H 1
9443| #define HAVE_STRING_H 1
9444| #define HAVE_MEMORY_H 1
9445| #define HAVE_DIRECT_H 1
9446| #define HAVE_FLOAT_H 1
9447| #define HAVE_IO_H 1
9448| #define HAVE_PROCESS_H 1
9449| /* end confdefs.h. */
9450| #include <stdio.h>
9451| #ifdef HAVE_SYS_TYPES_H
9452| # include <sys/types.h>
9453| #endif
9454| #ifdef HAVE_SYS_STAT_H
9455| # include <sys/stat.h>
9456| #endif
9457| #ifdef STDC_HEADERS
9458| # include <stdlib.h>
9459| # include <stddef.h>
9460| #else
9461| # ifdef HAVE_STDLIB_H
9462| # include <stdlib.h>
9463| # endif
9464| #endif
9465| #ifdef HAVE_STRING_H
9466| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9467| # include <memory.h>
9468| # endif
9469| # include <string.h>
9470| #endif
9471| #ifdef HAVE_STRINGS_H
9472| # include <strings.h>
9473| #endif
9474| #ifdef HAVE_INTTYPES_H
9475| # include <inttypes.h>
9476| #endif
9477| #ifdef HAVE_STDINT_H
9478| # include <stdint.h>
9479| #endif
9480| #ifdef HAVE_UNISTD_H
9481| # include <unistd.h>
9482| #endif
9483| #include <sys/syscall.h>
9484configure:7605: result: no
9485configure:7609: checking sys/syscall.h presence
9486configure:7624: cl.exe -E conftest.c
9487Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9488Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9489
9490conftest.c
9491conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/syscall.h': No such file or directory
9492configure:7631: $? = 2
9493configure: failed program was:
9494| /* confdefs.h. */
9495| #define PACKAGE_NAME "Wine"
9496| #define PACKAGE_TARNAME "wine"
9497| #define PACKAGE_VERSION "1.1.10"
9498| #define PACKAGE_STRING "Wine 1.1.10"
9499| #define PACKAGE_BUGREPORT "[email protected]"
9500| #define X_DISPLAY_MISSING 1
9501| #define STDC_HEADERS 1
9502| #define HAVE_SYS_TYPES_H 1
9503| #define HAVE_SYS_STAT_H 1
9504| #define HAVE_STDLIB_H 1
9505| #define HAVE_STRING_H 1
9506| #define HAVE_MEMORY_H 1
9507| #define HAVE_DIRECT_H 1
9508| #define HAVE_FLOAT_H 1
9509| #define HAVE_IO_H 1
9510| #define HAVE_PROCESS_H 1
9511| /* end confdefs.h. */
9512| #include <sys/syscall.h>
9513configure:7645: result: no
9514configure:7678: checking for sys/syscall.h
9515configure:7687: result: no
9516configure:7567: checking sys/sysctl.h usability
9517configure:7584: cl.exe -c -g conftest.c >&5
9518conftest.c
9519conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/sysctl.h': No such file or directory
9520Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9521Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9522
9523cl : Command line warning D4002 : ignoring unknown option '-g'
9524configure:7591: $? = 2
9525configure: failed program was:
9526| /* confdefs.h. */
9527| #define PACKAGE_NAME "Wine"
9528| #define PACKAGE_TARNAME "wine"
9529| #define PACKAGE_VERSION "1.1.10"
9530| #define PACKAGE_STRING "Wine 1.1.10"
9531| #define PACKAGE_BUGREPORT "[email protected]"
9532| #define X_DISPLAY_MISSING 1
9533| #define STDC_HEADERS 1
9534| #define HAVE_SYS_TYPES_H 1
9535| #define HAVE_SYS_STAT_H 1
9536| #define HAVE_STDLIB_H 1
9537| #define HAVE_STRING_H 1
9538| #define HAVE_MEMORY_H 1
9539| #define HAVE_DIRECT_H 1
9540| #define HAVE_FLOAT_H 1
9541| #define HAVE_IO_H 1
9542| #define HAVE_PROCESS_H 1
9543| /* end confdefs.h. */
9544| #include <stdio.h>
9545| #ifdef HAVE_SYS_TYPES_H
9546| # include <sys/types.h>
9547| #endif
9548| #ifdef HAVE_SYS_STAT_H
9549| # include <sys/stat.h>
9550| #endif
9551| #ifdef STDC_HEADERS
9552| # include <stdlib.h>
9553| # include <stddef.h>
9554| #else
9555| # ifdef HAVE_STDLIB_H
9556| # include <stdlib.h>
9557| # endif
9558| #endif
9559| #ifdef HAVE_STRING_H
9560| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9561| # include <memory.h>
9562| # endif
9563| # include <string.h>
9564| #endif
9565| #ifdef HAVE_STRINGS_H
9566| # include <strings.h>
9567| #endif
9568| #ifdef HAVE_INTTYPES_H
9569| # include <inttypes.h>
9570| #endif
9571| #ifdef HAVE_STDINT_H
9572| # include <stdint.h>
9573| #endif
9574| #ifdef HAVE_UNISTD_H
9575| # include <unistd.h>
9576| #endif
9577| #include <sys/sysctl.h>
9578configure:7605: result: no
9579configure:7609: checking sys/sysctl.h presence
9580configure:7624: cl.exe -E conftest.c
9581Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9582Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9583
9584conftest.c
9585conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/sysctl.h': No such file or directory
9586configure:7631: $? = 2
9587configure: failed program was:
9588| /* confdefs.h. */
9589| #define PACKAGE_NAME "Wine"
9590| #define PACKAGE_TARNAME "wine"
9591| #define PACKAGE_VERSION "1.1.10"
9592| #define PACKAGE_STRING "Wine 1.1.10"
9593| #define PACKAGE_BUGREPORT "[email protected]"
9594| #define X_DISPLAY_MISSING 1
9595| #define STDC_HEADERS 1
9596| #define HAVE_SYS_TYPES_H 1
9597| #define HAVE_SYS_STAT_H 1
9598| #define HAVE_STDLIB_H 1
9599| #define HAVE_STRING_H 1
9600| #define HAVE_MEMORY_H 1
9601| #define HAVE_DIRECT_H 1
9602| #define HAVE_FLOAT_H 1
9603| #define HAVE_IO_H 1
9604| #define HAVE_PROCESS_H 1
9605| /* end confdefs.h. */
9606| #include <sys/sysctl.h>
9607configure:7645: result: no
9608configure:7678: checking for sys/sysctl.h
9609configure:7687: result: no
9610configure:7567: checking sys/time.h usability
9611configure:7584: cl.exe -c -g conftest.c >&5
9612conftest.c
9613conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
9614Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9615Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9616
9617cl : Command line warning D4002 : ignoring unknown option '-g'
9618configure:7591: $? = 2
9619configure: failed program was:
9620| /* confdefs.h. */
9621| #define PACKAGE_NAME "Wine"
9622| #define PACKAGE_TARNAME "wine"
9623| #define PACKAGE_VERSION "1.1.10"
9624| #define PACKAGE_STRING "Wine 1.1.10"
9625| #define PACKAGE_BUGREPORT "[email protected]"
9626| #define X_DISPLAY_MISSING 1
9627| #define STDC_HEADERS 1
9628| #define HAVE_SYS_TYPES_H 1
9629| #define HAVE_SYS_STAT_H 1
9630| #define HAVE_STDLIB_H 1
9631| #define HAVE_STRING_H 1
9632| #define HAVE_MEMORY_H 1
9633| #define HAVE_DIRECT_H 1
9634| #define HAVE_FLOAT_H 1
9635| #define HAVE_IO_H 1
9636| #define HAVE_PROCESS_H 1
9637| /* end confdefs.h. */
9638| #include <stdio.h>
9639| #ifdef HAVE_SYS_TYPES_H
9640| # include <sys/types.h>
9641| #endif
9642| #ifdef HAVE_SYS_STAT_H
9643| # include <sys/stat.h>
9644| #endif
9645| #ifdef STDC_HEADERS
9646| # include <stdlib.h>
9647| # include <stddef.h>
9648| #else
9649| # ifdef HAVE_STDLIB_H
9650| # include <stdlib.h>
9651| # endif
9652| #endif
9653| #ifdef HAVE_STRING_H
9654| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9655| # include <memory.h>
9656| # endif
9657| # include <string.h>
9658| #endif
9659| #ifdef HAVE_STRINGS_H
9660| # include <strings.h>
9661| #endif
9662| #ifdef HAVE_INTTYPES_H
9663| # include <inttypes.h>
9664| #endif
9665| #ifdef HAVE_STDINT_H
9666| # include <stdint.h>
9667| #endif
9668| #ifdef HAVE_UNISTD_H
9669| # include <unistd.h>
9670| #endif
9671| #include <sys/time.h>
9672configure:7605: result: no
9673configure:7609: checking sys/time.h presence
9674configure:7624: cl.exe -E conftest.c
9675Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9676Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9677
9678conftest.c
9679conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
9680configure:7631: $? = 2
9681configure: failed program was:
9682| /* confdefs.h. */
9683| #define PACKAGE_NAME "Wine"
9684| #define PACKAGE_TARNAME "wine"
9685| #define PACKAGE_VERSION "1.1.10"
9686| #define PACKAGE_STRING "Wine 1.1.10"
9687| #define PACKAGE_BUGREPORT "[email protected]"
9688| #define X_DISPLAY_MISSING 1
9689| #define STDC_HEADERS 1
9690| #define HAVE_SYS_TYPES_H 1
9691| #define HAVE_SYS_STAT_H 1
9692| #define HAVE_STDLIB_H 1
9693| #define HAVE_STRING_H 1
9694| #define HAVE_MEMORY_H 1
9695| #define HAVE_DIRECT_H 1
9696| #define HAVE_FLOAT_H 1
9697| #define HAVE_IO_H 1
9698| #define HAVE_PROCESS_H 1
9699| /* end confdefs.h. */
9700| #include <sys/time.h>
9701configure:7645: result: no
9702configure:7678: checking for sys/time.h
9703configure:7687: result: no
9704configure:7567: checking sys/times.h usability
9705configure:7584: cl.exe -c -g conftest.c >&5
9706conftest.c
9707conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/times.h': No such file or directory
9708Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9709Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9710
9711cl : Command line warning D4002 : ignoring unknown option '-g'
9712configure:7591: $? = 2
9713configure: failed program was:
9714| /* confdefs.h. */
9715| #define PACKAGE_NAME "Wine"
9716| #define PACKAGE_TARNAME "wine"
9717| #define PACKAGE_VERSION "1.1.10"
9718| #define PACKAGE_STRING "Wine 1.1.10"
9719| #define PACKAGE_BUGREPORT "[email protected]"
9720| #define X_DISPLAY_MISSING 1
9721| #define STDC_HEADERS 1
9722| #define HAVE_SYS_TYPES_H 1
9723| #define HAVE_SYS_STAT_H 1
9724| #define HAVE_STDLIB_H 1
9725| #define HAVE_STRING_H 1
9726| #define HAVE_MEMORY_H 1
9727| #define HAVE_DIRECT_H 1
9728| #define HAVE_FLOAT_H 1
9729| #define HAVE_IO_H 1
9730| #define HAVE_PROCESS_H 1
9731| /* end confdefs.h. */
9732| #include <stdio.h>
9733| #ifdef HAVE_SYS_TYPES_H
9734| # include <sys/types.h>
9735| #endif
9736| #ifdef HAVE_SYS_STAT_H
9737| # include <sys/stat.h>
9738| #endif
9739| #ifdef STDC_HEADERS
9740| # include <stdlib.h>
9741| # include <stddef.h>
9742| #else
9743| # ifdef HAVE_STDLIB_H
9744| # include <stdlib.h>
9745| # endif
9746| #endif
9747| #ifdef HAVE_STRING_H
9748| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9749| # include <memory.h>
9750| # endif
9751| # include <string.h>
9752| #endif
9753| #ifdef HAVE_STRINGS_H
9754| # include <strings.h>
9755| #endif
9756| #ifdef HAVE_INTTYPES_H
9757| # include <inttypes.h>
9758| #endif
9759| #ifdef HAVE_STDINT_H
9760| # include <stdint.h>
9761| #endif
9762| #ifdef HAVE_UNISTD_H
9763| # include <unistd.h>
9764| #endif
9765| #include <sys/times.h>
9766configure:7605: result: no
9767configure:7609: checking sys/times.h presence
9768configure:7624: cl.exe -E conftest.c
9769Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9770Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9771
9772conftest.c
9773conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/times.h': No such file or directory
9774configure:7631: $? = 2
9775configure: failed program was:
9776| /* confdefs.h. */
9777| #define PACKAGE_NAME "Wine"
9778| #define PACKAGE_TARNAME "wine"
9779| #define PACKAGE_VERSION "1.1.10"
9780| #define PACKAGE_STRING "Wine 1.1.10"
9781| #define PACKAGE_BUGREPORT "[email protected]"
9782| #define X_DISPLAY_MISSING 1
9783| #define STDC_HEADERS 1
9784| #define HAVE_SYS_TYPES_H 1
9785| #define HAVE_SYS_STAT_H 1
9786| #define HAVE_STDLIB_H 1
9787| #define HAVE_STRING_H 1
9788| #define HAVE_MEMORY_H 1
9789| #define HAVE_DIRECT_H 1
9790| #define HAVE_FLOAT_H 1
9791| #define HAVE_IO_H 1
9792| #define HAVE_PROCESS_H 1
9793| /* end confdefs.h. */
9794| #include <sys/times.h>
9795configure:7645: result: no
9796configure:7678: checking for sys/times.h
9797configure:7687: result: no
9798configure:7567: checking sys/uio.h usability
9799configure:7584: cl.exe -c -g conftest.c >&5
9800conftest.c
9801conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/uio.h': No such file or directory
9802Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9803Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9804
9805cl : Command line warning D4002 : ignoring unknown option '-g'
9806configure:7591: $? = 2
9807configure: failed program was:
9808| /* confdefs.h. */
9809| #define PACKAGE_NAME "Wine"
9810| #define PACKAGE_TARNAME "wine"
9811| #define PACKAGE_VERSION "1.1.10"
9812| #define PACKAGE_STRING "Wine 1.1.10"
9813| #define PACKAGE_BUGREPORT "[email protected]"
9814| #define X_DISPLAY_MISSING 1
9815| #define STDC_HEADERS 1
9816| #define HAVE_SYS_TYPES_H 1
9817| #define HAVE_SYS_STAT_H 1
9818| #define HAVE_STDLIB_H 1
9819| #define HAVE_STRING_H 1
9820| #define HAVE_MEMORY_H 1
9821| #define HAVE_DIRECT_H 1
9822| #define HAVE_FLOAT_H 1
9823| #define HAVE_IO_H 1
9824| #define HAVE_PROCESS_H 1
9825| /* end confdefs.h. */
9826| #include <stdio.h>
9827| #ifdef HAVE_SYS_TYPES_H
9828| # include <sys/types.h>
9829| #endif
9830| #ifdef HAVE_SYS_STAT_H
9831| # include <sys/stat.h>
9832| #endif
9833| #ifdef STDC_HEADERS
9834| # include <stdlib.h>
9835| # include <stddef.h>
9836| #else
9837| # ifdef HAVE_STDLIB_H
9838| # include <stdlib.h>
9839| # endif
9840| #endif
9841| #ifdef HAVE_STRING_H
9842| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9843| # include <memory.h>
9844| # endif
9845| # include <string.h>
9846| #endif
9847| #ifdef HAVE_STRINGS_H
9848| # include <strings.h>
9849| #endif
9850| #ifdef HAVE_INTTYPES_H
9851| # include <inttypes.h>
9852| #endif
9853| #ifdef HAVE_STDINT_H
9854| # include <stdint.h>
9855| #endif
9856| #ifdef HAVE_UNISTD_H
9857| # include <unistd.h>
9858| #endif
9859| #include <sys/uio.h>
9860configure:7605: result: no
9861configure:7609: checking sys/uio.h presence
9862configure:7624: cl.exe -E conftest.c
9863Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9864Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9865
9866conftest.c
9867conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/uio.h': No such file or directory
9868configure:7631: $? = 2
9869configure: failed program was:
9870| /* confdefs.h. */
9871| #define PACKAGE_NAME "Wine"
9872| #define PACKAGE_TARNAME "wine"
9873| #define PACKAGE_VERSION "1.1.10"
9874| #define PACKAGE_STRING "Wine 1.1.10"
9875| #define PACKAGE_BUGREPORT "[email protected]"
9876| #define X_DISPLAY_MISSING 1
9877| #define STDC_HEADERS 1
9878| #define HAVE_SYS_TYPES_H 1
9879| #define HAVE_SYS_STAT_H 1
9880| #define HAVE_STDLIB_H 1
9881| #define HAVE_STRING_H 1
9882| #define HAVE_MEMORY_H 1
9883| #define HAVE_DIRECT_H 1
9884| #define HAVE_FLOAT_H 1
9885| #define HAVE_IO_H 1
9886| #define HAVE_PROCESS_H 1
9887| /* end confdefs.h. */
9888| #include <sys/uio.h>
9889configure:7645: result: no
9890configure:7678: checking for sys/uio.h
9891configure:7687: result: no
9892configure:7567: checking sys/un.h usability
9893configure:7584: cl.exe -c -g conftest.c >&5
9894conftest.c
9895conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/un.h': No such file or directory
9896Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9897Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9898
9899cl : Command line warning D4002 : ignoring unknown option '-g'
9900configure:7591: $? = 2
9901configure: failed program was:
9902| /* confdefs.h. */
9903| #define PACKAGE_NAME "Wine"
9904| #define PACKAGE_TARNAME "wine"
9905| #define PACKAGE_VERSION "1.1.10"
9906| #define PACKAGE_STRING "Wine 1.1.10"
9907| #define PACKAGE_BUGREPORT "[email protected]"
9908| #define X_DISPLAY_MISSING 1
9909| #define STDC_HEADERS 1
9910| #define HAVE_SYS_TYPES_H 1
9911| #define HAVE_SYS_STAT_H 1
9912| #define HAVE_STDLIB_H 1
9913| #define HAVE_STRING_H 1
9914| #define HAVE_MEMORY_H 1
9915| #define HAVE_DIRECT_H 1
9916| #define HAVE_FLOAT_H 1
9917| #define HAVE_IO_H 1
9918| #define HAVE_PROCESS_H 1
9919| /* end confdefs.h. */
9920| #include <stdio.h>
9921| #ifdef HAVE_SYS_TYPES_H
9922| # include <sys/types.h>
9923| #endif
9924| #ifdef HAVE_SYS_STAT_H
9925| # include <sys/stat.h>
9926| #endif
9927| #ifdef STDC_HEADERS
9928| # include <stdlib.h>
9929| # include <stddef.h>
9930| #else
9931| # ifdef HAVE_STDLIB_H
9932| # include <stdlib.h>
9933| # endif
9934| #endif
9935| #ifdef HAVE_STRING_H
9936| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
9937| # include <memory.h>
9938| # endif
9939| # include <string.h>
9940| #endif
9941| #ifdef HAVE_STRINGS_H
9942| # include <strings.h>
9943| #endif
9944| #ifdef HAVE_INTTYPES_H
9945| # include <inttypes.h>
9946| #endif
9947| #ifdef HAVE_STDINT_H
9948| # include <stdint.h>
9949| #endif
9950| #ifdef HAVE_UNISTD_H
9951| # include <unistd.h>
9952| #endif
9953| #include <sys/un.h>
9954configure:7605: result: no
9955configure:7609: checking sys/un.h presence
9956configure:7624: cl.exe -E conftest.c
9957Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9958Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9959
9960conftest.c
9961conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/un.h': No such file or directory
9962configure:7631: $? = 2
9963configure: failed program was:
9964| /* confdefs.h. */
9965| #define PACKAGE_NAME "Wine"
9966| #define PACKAGE_TARNAME "wine"
9967| #define PACKAGE_VERSION "1.1.10"
9968| #define PACKAGE_STRING "Wine 1.1.10"
9969| #define PACKAGE_BUGREPORT "[email protected]"
9970| #define X_DISPLAY_MISSING 1
9971| #define STDC_HEADERS 1
9972| #define HAVE_SYS_TYPES_H 1
9973| #define HAVE_SYS_STAT_H 1
9974| #define HAVE_STDLIB_H 1
9975| #define HAVE_STRING_H 1
9976| #define HAVE_MEMORY_H 1
9977| #define HAVE_DIRECT_H 1
9978| #define HAVE_FLOAT_H 1
9979| #define HAVE_IO_H 1
9980| #define HAVE_PROCESS_H 1
9981| /* end confdefs.h. */
9982| #include <sys/un.h>
9983configure:7645: result: no
9984configure:7678: checking for sys/un.h
9985configure:7687: result: no
9986configure:7567: checking sys/vm86.h usability
9987configure:7584: cl.exe -c -g conftest.c >&5
9988conftest.c
9989conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/vm86.h': No such file or directory
9990Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
9991Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
9992
9993cl : Command line warning D4002 : ignoring unknown option '-g'
9994configure:7591: $? = 2
9995configure: failed program was:
9996| /* confdefs.h. */
9997| #define PACKAGE_NAME "Wine"
9998| #define PACKAGE_TARNAME "wine"
9999| #define PACKAGE_VERSION "1.1.10"
10000| #define PACKAGE_STRING "Wine 1.1.10"
10001| #define PACKAGE_BUGREPORT "[email protected]"
10002| #define X_DISPLAY_MISSING 1
10003| #define STDC_HEADERS 1
10004| #define HAVE_SYS_TYPES_H 1
10005| #define HAVE_SYS_STAT_H 1
10006| #define HAVE_STDLIB_H 1
10007| #define HAVE_STRING_H 1
10008| #define HAVE_MEMORY_H 1
10009| #define HAVE_DIRECT_H 1
10010| #define HAVE_FLOAT_H 1
10011| #define HAVE_IO_H 1
10012| #define HAVE_PROCESS_H 1
10013| /* end confdefs.h. */
10014| #include <stdio.h>
10015| #ifdef HAVE_SYS_TYPES_H
10016| # include <sys/types.h>
10017| #endif
10018| #ifdef HAVE_SYS_STAT_H
10019| # include <sys/stat.h>
10020| #endif
10021| #ifdef STDC_HEADERS
10022| # include <stdlib.h>
10023| # include <stddef.h>
10024| #else
10025| # ifdef HAVE_STDLIB_H
10026| # include <stdlib.h>
10027| # endif
10028| #endif
10029| #ifdef HAVE_STRING_H
10030| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
10031| # include <memory.h>
10032| # endif
10033| # include <string.h>
10034| #endif
10035| #ifdef HAVE_STRINGS_H
10036| # include <strings.h>
10037| #endif
10038| #ifdef HAVE_INTTYPES_H
10039| # include <inttypes.h>
10040| #endif
10041| #ifdef HAVE_STDINT_H
10042| # include <stdint.h>
10043| #endif
10044| #ifdef HAVE_UNISTD_H
10045| # include <unistd.h>
10046| #endif
10047| #include <sys/vm86.h>
10048configure:7605: result: no
10049configure:7609: checking sys/vm86.h presence
10050configure:7624: cl.exe -E conftest.c
10051Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10052Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10053
10054conftest.c
10055conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/vm86.h': No such file or directory
10056configure:7631: $? = 2
10057configure: failed program was:
10058| /* confdefs.h. */
10059| #define PACKAGE_NAME "Wine"
10060| #define PACKAGE_TARNAME "wine"
10061| #define PACKAGE_VERSION "1.1.10"
10062| #define PACKAGE_STRING "Wine 1.1.10"
10063| #define PACKAGE_BUGREPORT "[email protected]"
10064| #define X_DISPLAY_MISSING 1
10065| #define STDC_HEADERS 1
10066| #define HAVE_SYS_TYPES_H 1
10067| #define HAVE_SYS_STAT_H 1
10068| #define HAVE_STDLIB_H 1
10069| #define HAVE_STRING_H 1
10070| #define HAVE_MEMORY_H 1
10071| #define HAVE_DIRECT_H 1
10072| #define HAVE_FLOAT_H 1
10073| #define HAVE_IO_H 1
10074| #define HAVE_PROCESS_H 1
10075| /* end confdefs.h. */
10076| #include <sys/vm86.h>
10077configure:7645: result: no
10078configure:7678: checking for sys/vm86.h
10079configure:7687: result: no
10080configure:7567: checking sys/wait.h usability
10081configure:7584: cl.exe -c -g conftest.c >&5
10082conftest.c
10083conftest.c(52) : fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory
10084Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10085Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10086
10087cl : Command line warning D4002 : ignoring unknown option '-g'
10088configure:7591: $? = 2
10089configure: failed program was:
10090| /* confdefs.h. */
10091| #define PACKAGE_NAME "Wine"
10092| #define PACKAGE_TARNAME "wine"
10093| #define PACKAGE_VERSION "1.1.10"
10094| #define PACKAGE_STRING "Wine 1.1.10"
10095| #define PACKAGE_BUGREPORT "[email protected]"
10096| #define X_DISPLAY_MISSING 1
10097| #define STDC_HEADERS 1
10098| #define HAVE_SYS_TYPES_H 1
10099| #define HAVE_SYS_STAT_H 1
10100| #define HAVE_STDLIB_H 1
10101| #define HAVE_STRING_H 1
10102| #define HAVE_MEMORY_H 1
10103| #define HAVE_DIRECT_H 1
10104| #define HAVE_FLOAT_H 1
10105| #define HAVE_IO_H 1
10106| #define HAVE_PROCESS_H 1
10107| /* end confdefs.h. */
10108| #include <stdio.h>
10109| #ifdef HAVE_SYS_TYPES_H
10110| # include <sys/types.h>
10111| #endif
10112| #ifdef HAVE_SYS_STAT_H
10113| # include <sys/stat.h>
10114| #endif
10115| #ifdef STDC_HEADERS
10116| # include <stdlib.h>
10117| # include <stddef.h>
10118| #else
10119| # ifdef HAVE_STDLIB_H
10120| # include <stdlib.h>
10121| # endif
10122| #endif
10123| #ifdef HAVE_STRING_H
10124| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
10125| # include <memory.h>
10126| # endif
10127| # include <string.h>
10128| #endif
10129| #ifdef HAVE_STRINGS_H
10130| # include <strings.h>
10131| #endif
10132| #ifdef HAVE_INTTYPES_H
10133| # include <inttypes.h>
10134| #endif
10135| #ifdef HAVE_STDINT_H
10136| # include <stdint.h>
10137| #endif
10138| #ifdef HAVE_UNISTD_H
10139| # include <unistd.h>
10140| #endif
10141| #include <sys/wait.h>
10142configure:7605: result: no
10143configure:7609: checking sys/wait.h presence
10144configure:7624: cl.exe -E conftest.c
10145Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10146Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10147
10148conftest.c
10149conftest.c(19) : fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory
10150configure:7631: $? = 2
10151configure: failed program was:
10152| /* confdefs.h. */
10153| #define PACKAGE_NAME "Wine"
10154| #define PACKAGE_TARNAME "wine"
10155| #define PACKAGE_VERSION "1.1.10"
10156| #define PACKAGE_STRING "Wine 1.1.10"
10157| #define PACKAGE_BUGREPORT "[email protected]"
10158| #define X_DISPLAY_MISSING 1
10159| #define STDC_HEADERS 1
10160| #define HAVE_SYS_TYPES_H 1
10161| #define HAVE_SYS_STAT_H 1
10162| #define HAVE_STDLIB_H 1
10163| #define HAVE_STRING_H 1
10164| #define HAVE_MEMORY_H 1
10165| #define HAVE_DIRECT_H 1
10166| #define HAVE_FLOAT_H 1
10167| #define HAVE_IO_H 1
10168| #define HAVE_PROCESS_H 1
10169| /* end confdefs.h. */
10170| #include <sys/wait.h>
10171configure:7645: result: no
10172configure:7678: checking for sys/wait.h
10173configure:7687: result: no
10174configure:7567: checking syscall.h usability
10175configure:7584: cl.exe -c -g conftest.c >&5
10176conftest.c
10177conftest.c(52) : fatal error C1083: Cannot open include file: 'syscall.h': No such file or directory
10178Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10179Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10180
10181cl : Command line warning D4002 : ignoring unknown option '-g'
10182configure:7591: $? = 2
10183configure: failed program was:
10184| /* confdefs.h. */
10185| #define PACKAGE_NAME "Wine"
10186| #define PACKAGE_TARNAME "wine"
10187| #define PACKAGE_VERSION "1.1.10"
10188| #define PACKAGE_STRING "Wine 1.1.10"
10189| #define PACKAGE_BUGREPORT "[email protected]"
10190| #define X_DISPLAY_MISSING 1
10191| #define STDC_HEADERS 1
10192| #define HAVE_SYS_TYPES_H 1
10193| #define HAVE_SYS_STAT_H 1
10194| #define HAVE_STDLIB_H 1
10195| #define HAVE_STRING_H 1
10196| #define HAVE_MEMORY_H 1
10197| #define HAVE_DIRECT_H 1
10198| #define HAVE_FLOAT_H 1
10199| #define HAVE_IO_H 1
10200| #define HAVE_PROCESS_H 1
10201| /* end confdefs.h. */
10202| #include <stdio.h>
10203| #ifdef HAVE_SYS_TYPES_H
10204| # include <sys/types.h>
10205| #endif
10206| #ifdef HAVE_SYS_STAT_H
10207| # include <sys/stat.h>
10208| #endif
10209| #ifdef STDC_HEADERS
10210| # include <stdlib.h>
10211| # include <stddef.h>
10212| #else
10213| # ifdef HAVE_STDLIB_H
10214| # include <stdlib.h>
10215| # endif
10216| #endif
10217| #ifdef HAVE_STRING_H
10218| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
10219| # include <memory.h>
10220| # endif
10221| # include <string.h>
10222| #endif
10223| #ifdef HAVE_STRINGS_H
10224| # include <strings.h>
10225| #endif
10226| #ifdef HAVE_INTTYPES_H
10227| # include <inttypes.h>
10228| #endif
10229| #ifdef HAVE_STDINT_H
10230| # include <stdint.h>
10231| #endif
10232| #ifdef HAVE_UNISTD_H
10233| # include <unistd.h>
10234| #endif
10235| #include <syscall.h>
10236configure:7605: result: no
10237configure:7609: checking syscall.h presence
10238configure:7624: cl.exe -E conftest.c
10239Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10240Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10241
10242conftest.c
10243conftest.c(19) : fatal error C1083: Cannot open include file: 'syscall.h': No such file or directory
10244configure:7631: $? = 2
10245configure: failed program was:
10246| /* confdefs.h. */
10247| #define PACKAGE_NAME "Wine"
10248| #define PACKAGE_TARNAME "wine"
10249| #define PACKAGE_VERSION "1.1.10"
10250| #define PACKAGE_STRING "Wine 1.1.10"
10251| #define PACKAGE_BUGREPORT "[email protected]"
10252| #define X_DISPLAY_MISSING 1
10253| #define STDC_HEADERS 1
10254| #define HAVE_SYS_TYPES_H 1
10255| #define HAVE_SYS_STAT_H 1
10256| #define HAVE_STDLIB_H 1
10257| #define HAVE_STRING_H 1
10258| #define HAVE_MEMORY_H 1
10259| #define HAVE_DIRECT_H 1
10260| #define HAVE_FLOAT_H 1
10261| #define HAVE_IO_H 1
10262| #define HAVE_PROCESS_H 1
10263| /* end confdefs.h. */
10264| #include <syscall.h>
10265configure:7645: result: no
10266configure:7678: checking for syscall.h
10267configure:7687: result: no
10268configure:7567: checking termios.h usability
10269configure:7584: cl.exe -c -g conftest.c >&5
10270conftest.c
10271conftest.c(52) : fatal error C1083: Cannot open include file: 'termios.h': No such file or directory
10272Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10273Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10274
10275cl : Command line warning D4002 : ignoring unknown option '-g'
10276configure:7591: $? = 2
10277configure: failed program was:
10278| /* confdefs.h. */
10279| #define PACKAGE_NAME "Wine"
10280| #define PACKAGE_TARNAME "wine"
10281| #define PACKAGE_VERSION "1.1.10"
10282| #define PACKAGE_STRING "Wine 1.1.10"
10283| #define PACKAGE_BUGREPORT "[email protected]"
10284| #define X_DISPLAY_MISSING 1
10285| #define STDC_HEADERS 1
10286| #define HAVE_SYS_TYPES_H 1
10287| #define HAVE_SYS_STAT_H 1
10288| #define HAVE_STDLIB_H 1
10289| #define HAVE_STRING_H 1
10290| #define HAVE_MEMORY_H 1
10291| #define HAVE_DIRECT_H 1
10292| #define HAVE_FLOAT_H 1
10293| #define HAVE_IO_H 1
10294| #define HAVE_PROCESS_H 1
10295| /* end confdefs.h. */
10296| #include <stdio.h>
10297| #ifdef HAVE_SYS_TYPES_H
10298| # include <sys/types.h>
10299| #endif
10300| #ifdef HAVE_SYS_STAT_H
10301| # include <sys/stat.h>
10302| #endif
10303| #ifdef STDC_HEADERS
10304| # include <stdlib.h>
10305| # include <stddef.h>
10306| #else
10307| # ifdef HAVE_STDLIB_H
10308| # include <stdlib.h>
10309| # endif
10310| #endif
10311| #ifdef HAVE_STRING_H
10312| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
10313| # include <memory.h>
10314| # endif
10315| # include <string.h>
10316| #endif
10317| #ifdef HAVE_STRINGS_H
10318| # include <strings.h>
10319| #endif
10320| #ifdef HAVE_INTTYPES_H
10321| # include <inttypes.h>
10322| #endif
10323| #ifdef HAVE_STDINT_H
10324| # include <stdint.h>
10325| #endif
10326| #ifdef HAVE_UNISTD_H
10327| # include <unistd.h>
10328| #endif
10329| #include <termios.h>
10330configure:7605: result: no
10331configure:7609: checking termios.h presence
10332configure:7624: cl.exe -E conftest.c
10333Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10334Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10335
10336conftest.c
10337conftest.c(19) : fatal error C1083: Cannot open include file: 'termios.h': No such file or directory
10338configure:7631: $? = 2
10339configure: failed program was:
10340| /* confdefs.h. */
10341| #define PACKAGE_NAME "Wine"
10342| #define PACKAGE_TARNAME "wine"
10343| #define PACKAGE_VERSION "1.1.10"
10344| #define PACKAGE_STRING "Wine 1.1.10"
10345| #define PACKAGE_BUGREPORT "[email protected]"
10346| #define X_DISPLAY_MISSING 1
10347| #define STDC_HEADERS 1
10348| #define HAVE_SYS_TYPES_H 1
10349| #define HAVE_SYS_STAT_H 1
10350| #define HAVE_STDLIB_H 1
10351| #define HAVE_STRING_H 1
10352| #define HAVE_MEMORY_H 1
10353| #define HAVE_DIRECT_H 1
10354| #define HAVE_FLOAT_H 1
10355| #define HAVE_IO_H 1
10356| #define HAVE_PROCESS_H 1
10357| /* end confdefs.h. */
10358| #include <termios.h>
10359configure:7645: result: no
10360configure:7678: checking for termios.h
10361configure:7687: result: no
10362configure:7556: checking for unistd.h
10363configure:7563: result: no
10364configure:7567: checking utime.h usability
10365configure:7584: cl.exe -c -g conftest.c >&5
10366conftest.c
10367conftest.c(52) : fatal error C1083: Cannot open include file: 'utime.h': No such file or directory
10368Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10369Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10370
10371cl : Command line warning D4002 : ignoring unknown option '-g'
10372configure:7591: $? = 2
10373configure: failed program was:
10374| /* confdefs.h. */
10375| #define PACKAGE_NAME "Wine"
10376| #define PACKAGE_TARNAME "wine"
10377| #define PACKAGE_VERSION "1.1.10"
10378| #define PACKAGE_STRING "Wine 1.1.10"
10379| #define PACKAGE_BUGREPORT "[email protected]"
10380| #define X_DISPLAY_MISSING 1
10381| #define STDC_HEADERS 1
10382| #define HAVE_SYS_TYPES_H 1
10383| #define HAVE_SYS_STAT_H 1
10384| #define HAVE_STDLIB_H 1
10385| #define HAVE_STRING_H 1
10386| #define HAVE_MEMORY_H 1
10387| #define HAVE_DIRECT_H 1
10388| #define HAVE_FLOAT_H 1
10389| #define HAVE_IO_H 1
10390| #define HAVE_PROCESS_H 1
10391| /* end confdefs.h. */
10392| #include <stdio.h>
10393| #ifdef HAVE_SYS_TYPES_H
10394| # include <sys/types.h>
10395| #endif
10396| #ifdef HAVE_SYS_STAT_H
10397| # include <sys/stat.h>
10398| #endif
10399| #ifdef STDC_HEADERS
10400| # include <stdlib.h>
10401| # include <stddef.h>
10402| #else
10403| # ifdef HAVE_STDLIB_H
10404| # include <stdlib.h>
10405| # endif
10406| #endif
10407| #ifdef HAVE_STRING_H
10408| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
10409| # include <memory.h>
10410| # endif
10411| # include <string.h>
10412| #endif
10413| #ifdef HAVE_STRINGS_H
10414| # include <strings.h>
10415| #endif
10416| #ifdef HAVE_INTTYPES_H
10417| # include <inttypes.h>
10418| #endif
10419| #ifdef HAVE_STDINT_H
10420| # include <stdint.h>
10421| #endif
10422| #ifdef HAVE_UNISTD_H
10423| # include <unistd.h>
10424| #endif
10425| #include <utime.h>
10426configure:7605: result: no
10427configure:7609: checking utime.h presence
10428configure:7624: cl.exe -E conftest.c
10429Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10430Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10431
10432conftest.c
10433conftest.c(19) : fatal error C1083: Cannot open include file: 'utime.h': No such file or directory
10434configure:7631: $? = 2
10435configure: failed program was:
10436| /* confdefs.h. */
10437| #define PACKAGE_NAME "Wine"
10438| #define PACKAGE_TARNAME "wine"
10439| #define PACKAGE_VERSION "1.1.10"
10440| #define PACKAGE_STRING "Wine 1.1.10"
10441| #define PACKAGE_BUGREPORT "[email protected]"
10442| #define X_DISPLAY_MISSING 1
10443| #define STDC_HEADERS 1
10444| #define HAVE_SYS_TYPES_H 1
10445| #define HAVE_SYS_STAT_H 1
10446| #define HAVE_STDLIB_H 1
10447| #define HAVE_STRING_H 1
10448| #define HAVE_MEMORY_H 1
10449| #define HAVE_DIRECT_H 1
10450| #define HAVE_FLOAT_H 1
10451| #define HAVE_IO_H 1
10452| #define HAVE_PROCESS_H 1
10453| /* end confdefs.h. */
10454| #include <utime.h>
10455configure:7645: result: no
10456configure:7678: checking for utime.h
10457configure:7687: result: no
10458configure:7567: checking valgrind/memcheck.h usability
10459configure:7584: cl.exe -c -g conftest.c >&5
10460conftest.c
10461conftest.c(52) : fatal error C1083: Cannot open include file: 'valgrind/memcheck.h': No such file or directory
10462Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10463Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10464
10465cl : Command line warning D4002 : ignoring unknown option '-g'
10466configure:7591: $? = 2
10467configure: failed program was:
10468| /* confdefs.h. */
10469| #define PACKAGE_NAME "Wine"
10470| #define PACKAGE_TARNAME "wine"
10471| #define PACKAGE_VERSION "1.1.10"
10472| #define PACKAGE_STRING "Wine 1.1.10"
10473| #define PACKAGE_BUGREPORT "[email protected]"
10474| #define X_DISPLAY_MISSING 1
10475| #define STDC_HEADERS 1
10476| #define HAVE_SYS_TYPES_H 1
10477| #define HAVE_SYS_STAT_H 1
10478| #define HAVE_STDLIB_H 1
10479| #define HAVE_STRING_H 1
10480| #define HAVE_MEMORY_H 1
10481| #define HAVE_DIRECT_H 1
10482| #define HAVE_FLOAT_H 1
10483| #define HAVE_IO_H 1
10484| #define HAVE_PROCESS_H 1
10485| /* end confdefs.h. */
10486| #include <stdio.h>
10487| #ifdef HAVE_SYS_TYPES_H
10488| # include <sys/types.h>
10489| #endif
10490| #ifdef HAVE_SYS_STAT_H
10491| # include <sys/stat.h>
10492| #endif
10493| #ifdef STDC_HEADERS
10494| # include <stdlib.h>
10495| # include <stddef.h>
10496| #else
10497| # ifdef HAVE_STDLIB_H
10498| # include <stdlib.h>
10499| # endif
10500| #endif
10501| #ifdef HAVE_STRING_H
10502| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
10503| # include <memory.h>
10504| # endif
10505| # include <string.h>
10506| #endif
10507| #ifdef HAVE_STRINGS_H
10508| # include <strings.h>
10509| #endif
10510| #ifdef HAVE_INTTYPES_H
10511| # include <inttypes.h>
10512| #endif
10513| #ifdef HAVE_STDINT_H
10514| # include <stdint.h>
10515| #endif
10516| #ifdef HAVE_UNISTD_H
10517| # include <unistd.h>
10518| #endif
10519| #include <valgrind/memcheck.h>
10520configure:7605: result: no
10521configure:7609: checking valgrind/memcheck.h presence
10522configure:7624: cl.exe -E conftest.c
10523Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10524Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10525
10526conftest.c
10527conftest.c(19) : fatal error C1083: Cannot open include file: 'valgrind/memcheck.h': No such file or directory
10528configure:7631: $? = 2
10529configure: failed program was:
10530| /* confdefs.h. */
10531| #define PACKAGE_NAME "Wine"
10532| #define PACKAGE_TARNAME "wine"
10533| #define PACKAGE_VERSION "1.1.10"
10534| #define PACKAGE_STRING "Wine 1.1.10"
10535| #define PACKAGE_BUGREPORT "[email protected]"
10536| #define X_DISPLAY_MISSING 1
10537| #define STDC_HEADERS 1
10538| #define HAVE_SYS_TYPES_H 1
10539| #define HAVE_SYS_STAT_H 1
10540| #define HAVE_STDLIB_H 1
10541| #define HAVE_STRING_H 1
10542| #define HAVE_MEMORY_H 1
10543| #define HAVE_DIRECT_H 1
10544| #define HAVE_FLOAT_H 1
10545| #define HAVE_IO_H 1
10546| #define HAVE_PROCESS_H 1
10547| /* end confdefs.h. */
10548| #include <valgrind/memcheck.h>
10549configure:7645: result: no
10550configure:7678: checking for valgrind/memcheck.h
10551configure:7687: result: no
10552configure:7567: checking valgrind/valgrind.h usability
10553configure:7584: cl.exe -c -g conftest.c >&5
10554conftest.c
10555conftest.c(52) : fatal error C1083: Cannot open include file: 'valgrind/valgrind.h': No such file or directory
10556Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10557Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10558
10559cl : Command line warning D4002 : ignoring unknown option '-g'
10560configure:7591: $? = 2
10561configure: failed program was:
10562| /* confdefs.h. */
10563| #define PACKAGE_NAME "Wine"
10564| #define PACKAGE_TARNAME "wine"
10565| #define PACKAGE_VERSION "1.1.10"
10566| #define PACKAGE_STRING "Wine 1.1.10"
10567| #define PACKAGE_BUGREPORT "[email protected]"
10568| #define X_DISPLAY_MISSING 1
10569| #define STDC_HEADERS 1
10570| #define HAVE_SYS_TYPES_H 1
10571| #define HAVE_SYS_STAT_H 1
10572| #define HAVE_STDLIB_H 1
10573| #define HAVE_STRING_H 1
10574| #define HAVE_MEMORY_H 1
10575| #define HAVE_DIRECT_H 1
10576| #define HAVE_FLOAT_H 1
10577| #define HAVE_IO_H 1
10578| #define HAVE_PROCESS_H 1
10579| /* end confdefs.h. */
10580| #include <stdio.h>
10581| #ifdef HAVE_SYS_TYPES_H
10582| # include <sys/types.h>
10583| #endif
10584| #ifdef HAVE_SYS_STAT_H
10585| # include <sys/stat.h>
10586| #endif
10587| #ifdef STDC_HEADERS
10588| # include <stdlib.h>
10589| # include <stddef.h>
10590| #else
10591| # ifdef HAVE_STDLIB_H
10592| # include <stdlib.h>
10593| # endif
10594| #endif
10595| #ifdef HAVE_STRING_H
10596| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
10597| # include <memory.h>
10598| # endif
10599| # include <string.h>
10600| #endif
10601| #ifdef HAVE_STRINGS_H
10602| # include <strings.h>
10603| #endif
10604| #ifdef HAVE_INTTYPES_H
10605| # include <inttypes.h>
10606| #endif
10607| #ifdef HAVE_STDINT_H
10608| # include <stdint.h>
10609| #endif
10610| #ifdef HAVE_UNISTD_H
10611| # include <unistd.h>
10612| #endif
10613| #include <valgrind/valgrind.h>
10614configure:7605: result: no
10615configure:7609: checking valgrind/valgrind.h presence
10616configure:7624: cl.exe -E conftest.c
10617Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10618Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10619
10620conftest.c
10621conftest.c(19) : fatal error C1083: Cannot open include file: 'valgrind/valgrind.h': No such file or directory
10622configure:7631: $? = 2
10623configure: failed program was:
10624| /* confdefs.h. */
10625| #define PACKAGE_NAME "Wine"
10626| #define PACKAGE_TARNAME "wine"
10627| #define PACKAGE_VERSION "1.1.10"
10628| #define PACKAGE_STRING "Wine 1.1.10"
10629| #define PACKAGE_BUGREPORT "[email protected]"
10630| #define X_DISPLAY_MISSING 1
10631| #define STDC_HEADERS 1
10632| #define HAVE_SYS_TYPES_H 1
10633| #define HAVE_SYS_STAT_H 1
10634| #define HAVE_STDLIB_H 1
10635| #define HAVE_STRING_H 1
10636| #define HAVE_MEMORY_H 1
10637| #define HAVE_DIRECT_H 1
10638| #define HAVE_FLOAT_H 1
10639| #define HAVE_IO_H 1
10640| #define HAVE_PROCESS_H 1
10641| /* end confdefs.h. */
10642| #include <valgrind/valgrind.h>
10643configure:7645: result: no
10644configure:7678: checking for valgrind/valgrind.h
10645configure:7687: result: no
10646configure:7702: checking whether stat file-mode macros are broken
10647configure:7739: cl.exe -c -g conftest.c >&5
10648conftest.c
10649Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10650Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10651
10652cl : Command line warning D4002 : ignoring unknown option '-g'
10653configure:7746: $? = 0
10654configure:7761: result: no
10655configure:7780: checking for sys/mount.h
10656configure:7804: cl.exe -c -g conftest.c >&5
10657conftest.c
10658conftest.c(24) : fatal error C1083: Cannot open include file: 'sys/mount.h': No such file or directory
10659Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10660Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10661
10662cl : Command line warning D4002 : ignoring unknown option '-g'
10663configure:7811: $? = 2
10664configure: failed program was:
10665| /* confdefs.h. */
10666| #define PACKAGE_NAME "Wine"
10667| #define PACKAGE_TARNAME "wine"
10668| #define PACKAGE_VERSION "1.1.10"
10669| #define PACKAGE_STRING "Wine 1.1.10"
10670| #define PACKAGE_BUGREPORT "[email protected]"
10671| #define X_DISPLAY_MISSING 1
10672| #define STDC_HEADERS 1
10673| #define HAVE_SYS_TYPES_H 1
10674| #define HAVE_SYS_STAT_H 1
10675| #define HAVE_STDLIB_H 1
10676| #define HAVE_STRING_H 1
10677| #define HAVE_MEMORY_H 1
10678| #define HAVE_DIRECT_H 1
10679| #define HAVE_FLOAT_H 1
10680| #define HAVE_IO_H 1
10681| #define HAVE_PROCESS_H 1
10682| /* end confdefs.h. */
10683| #include <sys/types.h>
10684| #ifdef HAVE_SYS_PARAM_H
10685| # include <sys/param.h>
10686| #endif
10687|
10688| #include <sys/mount.h>
10689configure:7828: result: no
10690configure:7780: checking for sys/statfs.h
10691configure:7804: cl.exe -c -g conftest.c >&5
10692conftest.c
10693conftest.c(24) : fatal error C1083: Cannot open include file: 'sys/statfs.h': No such file or directory
10694Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10695Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10696
10697cl : Command line warning D4002 : ignoring unknown option '-g'
10698configure:7811: $? = 2
10699configure: failed program was:
10700| /* confdefs.h. */
10701| #define PACKAGE_NAME "Wine"
10702| #define PACKAGE_TARNAME "wine"
10703| #define PACKAGE_VERSION "1.1.10"
10704| #define PACKAGE_STRING "Wine 1.1.10"
10705| #define PACKAGE_BUGREPORT "[email protected]"
10706| #define X_DISPLAY_MISSING 1
10707| #define STDC_HEADERS 1
10708| #define HAVE_SYS_TYPES_H 1
10709| #define HAVE_SYS_STAT_H 1
10710| #define HAVE_STDLIB_H 1
10711| #define HAVE_STRING_H 1
10712| #define HAVE_MEMORY_H 1
10713| #define HAVE_DIRECT_H 1
10714| #define HAVE_FLOAT_H 1
10715| #define HAVE_IO_H 1
10716| #define HAVE_PROCESS_H 1
10717| /* end confdefs.h. */
10718| #include <sys/types.h>
10719| #ifdef HAVE_SYS_PARAM_H
10720| # include <sys/param.h>
10721| #endif
10722|
10723| #include <sys/statfs.h>
10724configure:7828: result: no
10725configure:7780: checking for sys/user.h
10726configure:7804: cl.exe -c -g conftest.c >&5
10727conftest.c
10728conftest.c(24) : fatal error C1083: Cannot open include file: 'sys/user.h': No such file or directory
10729Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10730Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10731
10732cl : Command line warning D4002 : ignoring unknown option '-g'
10733configure:7811: $? = 2
10734configure: failed program was:
10735| /* confdefs.h. */
10736| #define PACKAGE_NAME "Wine"
10737| #define PACKAGE_TARNAME "wine"
10738| #define PACKAGE_VERSION "1.1.10"
10739| #define PACKAGE_STRING "Wine 1.1.10"
10740| #define PACKAGE_BUGREPORT "[email protected]"
10741| #define X_DISPLAY_MISSING 1
10742| #define STDC_HEADERS 1
10743| #define HAVE_SYS_TYPES_H 1
10744| #define HAVE_SYS_STAT_H 1
10745| #define HAVE_STDLIB_H 1
10746| #define HAVE_STRING_H 1
10747| #define HAVE_MEMORY_H 1
10748| #define HAVE_DIRECT_H 1
10749| #define HAVE_FLOAT_H 1
10750| #define HAVE_IO_H 1
10751| #define HAVE_PROCESS_H 1
10752| /* end confdefs.h. */
10753| #include <sys/types.h>
10754| #ifdef HAVE_SYS_PARAM_H
10755| # include <sys/param.h>
10756| #endif
10757|
10758| #include <sys/user.h>
10759configure:7828: result: no
10760configure:7780: checking for sys/vfs.h
10761configure:7804: cl.exe -c -g conftest.c >&5
10762conftest.c
10763conftest.c(24) : fatal error C1083: Cannot open include file: 'sys/vfs.h': No such file or directory
10764Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10765Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10766
10767cl : Command line warning D4002 : ignoring unknown option '-g'
10768configure:7811: $? = 2
10769configure: failed program was:
10770| /* confdefs.h. */
10771| #define PACKAGE_NAME "Wine"
10772| #define PACKAGE_TARNAME "wine"
10773| #define PACKAGE_VERSION "1.1.10"
10774| #define PACKAGE_STRING "Wine 1.1.10"
10775| #define PACKAGE_BUGREPORT "[email protected]"
10776| #define X_DISPLAY_MISSING 1
10777| #define STDC_HEADERS 1
10778| #define HAVE_SYS_TYPES_H 1
10779| #define HAVE_SYS_STAT_H 1
10780| #define HAVE_STDLIB_H 1
10781| #define HAVE_STRING_H 1
10782| #define HAVE_MEMORY_H 1
10783| #define HAVE_DIRECT_H 1
10784| #define HAVE_FLOAT_H 1
10785| #define HAVE_IO_H 1
10786| #define HAVE_PROCESS_H 1
10787| /* end confdefs.h. */
10788| #include <sys/types.h>
10789| #ifdef HAVE_SYS_PARAM_H
10790| # include <sys/param.h>
10791| #endif
10792|
10793| #include <sys/vfs.h>
10794configure:7828: result: no
10795configure:7870: checking for netinet/ip.h
10796configure:7903: cl.exe -c -g conftest.c >&5
10797conftest.c
10798conftest.c(33) : fatal error C1083: Cannot open include file: 'netinet/ip.h': No such file or directory
10799Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10800Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10801
10802cl : Command line warning D4002 : ignoring unknown option '-g'
10803configure:7910: $? = 2
10804configure: failed program was:
10805| /* confdefs.h. */
10806| #define PACKAGE_NAME "Wine"
10807| #define PACKAGE_TARNAME "wine"
10808| #define PACKAGE_VERSION "1.1.10"
10809| #define PACKAGE_STRING "Wine 1.1.10"
10810| #define PACKAGE_BUGREPORT "[email protected]"
10811| #define X_DISPLAY_MISSING 1
10812| #define STDC_HEADERS 1
10813| #define HAVE_SYS_TYPES_H 1
10814| #define HAVE_SYS_STAT_H 1
10815| #define HAVE_STDLIB_H 1
10816| #define HAVE_STRING_H 1
10817| #define HAVE_MEMORY_H 1
10818| #define HAVE_DIRECT_H 1
10819| #define HAVE_FLOAT_H 1
10820| #define HAVE_IO_H 1
10821| #define HAVE_PROCESS_H 1
10822| /* end confdefs.h. */
10823| #include <sys/types.h>
10824| #ifdef HAVE_SYS_SOCKET_H
10825| # include <sys/socket.h>
10826| #endif
10827| #ifdef HAVE_SYS_SOCKETVAR_H
10828| # include <sys/socketvar.h>
10829| #endif
10830| #ifdef HAVE_NETINET_IN_H
10831| # include <netinet/in.h>
10832| #endif
10833| #ifdef HAVE_NETINET_IP_H
10834| # include <netinet/ip.h>
10835| #endif
10836|
10837| #include <netinet/ip.h>
10838configure:7927: result: no
10839configure:7870: checking for net/if.h
10840configure:7903: cl.exe -c -g conftest.c >&5
10841conftest.c
10842conftest.c(33) : fatal error C1083: Cannot open include file: 'net/if.h': No such file or directory
10843Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10844Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10845
10846cl : Command line warning D4002 : ignoring unknown option '-g'
10847configure:7910: $? = 2
10848configure: failed program was:
10849| /* confdefs.h. */
10850| #define PACKAGE_NAME "Wine"
10851| #define PACKAGE_TARNAME "wine"
10852| #define PACKAGE_VERSION "1.1.10"
10853| #define PACKAGE_STRING "Wine 1.1.10"
10854| #define PACKAGE_BUGREPORT "[email protected]"
10855| #define X_DISPLAY_MISSING 1
10856| #define STDC_HEADERS 1
10857| #define HAVE_SYS_TYPES_H 1
10858| #define HAVE_SYS_STAT_H 1
10859| #define HAVE_STDLIB_H 1
10860| #define HAVE_STRING_H 1
10861| #define HAVE_MEMORY_H 1
10862| #define HAVE_DIRECT_H 1
10863| #define HAVE_FLOAT_H 1
10864| #define HAVE_IO_H 1
10865| #define HAVE_PROCESS_H 1
10866| /* end confdefs.h. */
10867| #include <sys/types.h>
10868| #ifdef HAVE_SYS_SOCKET_H
10869| # include <sys/socket.h>
10870| #endif
10871| #ifdef HAVE_SYS_SOCKETVAR_H
10872| # include <sys/socketvar.h>
10873| #endif
10874| #ifdef HAVE_NETINET_IN_H
10875| # include <netinet/in.h>
10876| #endif
10877| #ifdef HAVE_NETINET_IP_H
10878| # include <netinet/ip.h>
10879| #endif
10880|
10881| #include <net/if.h>
10882configure:7927: result: no
10883configure:7870: checking for net/if_arp.h
10884configure:7903: cl.exe -c -g conftest.c >&5
10885conftest.c
10886conftest.c(33) : fatal error C1083: Cannot open include file: 'net/if_arp.h': No such file or directory
10887Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10888Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10889
10890cl : Command line warning D4002 : ignoring unknown option '-g'
10891configure:7910: $? = 2
10892configure: failed program was:
10893| /* confdefs.h. */
10894| #define PACKAGE_NAME "Wine"
10895| #define PACKAGE_TARNAME "wine"
10896| #define PACKAGE_VERSION "1.1.10"
10897| #define PACKAGE_STRING "Wine 1.1.10"
10898| #define PACKAGE_BUGREPORT "[email protected]"
10899| #define X_DISPLAY_MISSING 1
10900| #define STDC_HEADERS 1
10901| #define HAVE_SYS_TYPES_H 1
10902| #define HAVE_SYS_STAT_H 1
10903| #define HAVE_STDLIB_H 1
10904| #define HAVE_STRING_H 1
10905| #define HAVE_MEMORY_H 1
10906| #define HAVE_DIRECT_H 1
10907| #define HAVE_FLOAT_H 1
10908| #define HAVE_IO_H 1
10909| #define HAVE_PROCESS_H 1
10910| /* end confdefs.h. */
10911| #include <sys/types.h>
10912| #ifdef HAVE_SYS_SOCKET_H
10913| # include <sys/socket.h>
10914| #endif
10915| #ifdef HAVE_SYS_SOCKETVAR_H
10916| # include <sys/socketvar.h>
10917| #endif
10918| #ifdef HAVE_NETINET_IN_H
10919| # include <netinet/in.h>
10920| #endif
10921| #ifdef HAVE_NETINET_IP_H
10922| # include <netinet/ip.h>
10923| #endif
10924|
10925| #include <net/if_arp.h>
10926configure:7927: result: no
10927configure:7870: checking for net/if_dl.h
10928configure:7903: cl.exe -c -g conftest.c >&5
10929conftest.c
10930conftest.c(33) : fatal error C1083: Cannot open include file: 'net/if_dl.h': No such file or directory
10931Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10932Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10933
10934cl : Command line warning D4002 : ignoring unknown option '-g'
10935configure:7910: $? = 2
10936configure: failed program was:
10937| /* confdefs.h. */
10938| #define PACKAGE_NAME "Wine"
10939| #define PACKAGE_TARNAME "wine"
10940| #define PACKAGE_VERSION "1.1.10"
10941| #define PACKAGE_STRING "Wine 1.1.10"
10942| #define PACKAGE_BUGREPORT "[email protected]"
10943| #define X_DISPLAY_MISSING 1
10944| #define STDC_HEADERS 1
10945| #define HAVE_SYS_TYPES_H 1
10946| #define HAVE_SYS_STAT_H 1
10947| #define HAVE_STDLIB_H 1
10948| #define HAVE_STRING_H 1
10949| #define HAVE_MEMORY_H 1
10950| #define HAVE_DIRECT_H 1
10951| #define HAVE_FLOAT_H 1
10952| #define HAVE_IO_H 1
10953| #define HAVE_PROCESS_H 1
10954| /* end confdefs.h. */
10955| #include <sys/types.h>
10956| #ifdef HAVE_SYS_SOCKET_H
10957| # include <sys/socket.h>
10958| #endif
10959| #ifdef HAVE_SYS_SOCKETVAR_H
10960| # include <sys/socketvar.h>
10961| #endif
10962| #ifdef HAVE_NETINET_IN_H
10963| # include <netinet/in.h>
10964| #endif
10965| #ifdef HAVE_NETINET_IP_H
10966| # include <netinet/ip.h>
10967| #endif
10968|
10969| #include <net/if_dl.h>
10970configure:7927: result: no
10971configure:7870: checking for net/if_types.h
10972configure:7903: cl.exe -c -g conftest.c >&5
10973conftest.c
10974conftest.c(33) : fatal error C1083: Cannot open include file: 'net/if_types.h': No such file or directory
10975Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
10976Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
10977
10978cl : Command line warning D4002 : ignoring unknown option '-g'
10979configure:7910: $? = 2
10980configure: failed program was:
10981| /* confdefs.h. */
10982| #define PACKAGE_NAME "Wine"
10983| #define PACKAGE_TARNAME "wine"
10984| #define PACKAGE_VERSION "1.1.10"
10985| #define PACKAGE_STRING "Wine 1.1.10"
10986| #define PACKAGE_BUGREPORT "[email protected]"
10987| #define X_DISPLAY_MISSING 1
10988| #define STDC_HEADERS 1
10989| #define HAVE_SYS_TYPES_H 1
10990| #define HAVE_SYS_STAT_H 1
10991| #define HAVE_STDLIB_H 1
10992| #define HAVE_STRING_H 1
10993| #define HAVE_MEMORY_H 1
10994| #define HAVE_DIRECT_H 1
10995| #define HAVE_FLOAT_H 1
10996| #define HAVE_IO_H 1
10997| #define HAVE_PROCESS_H 1
10998| /* end confdefs.h. */
10999| #include <sys/types.h>
11000| #ifdef HAVE_SYS_SOCKET_H
11001| # include <sys/socket.h>
11002| #endif
11003| #ifdef HAVE_SYS_SOCKETVAR_H
11004| # include <sys/socketvar.h>
11005| #endif
11006| #ifdef HAVE_NETINET_IN_H
11007| # include <netinet/in.h>
11008| #endif
11009| #ifdef HAVE_NETINET_IP_H
11010| # include <netinet/ip.h>
11011| #endif
11012|
11013| #include <net/if_types.h>
11014configure:7927: result: no
11015configure:7870: checking for net/route.h
11016configure:7903: cl.exe -c -g conftest.c >&5
11017conftest.c
11018conftest.c(33) : fatal error C1083: Cannot open include file: 'net/route.h': No such file or directory
11019Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11020Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11021
11022cl : Command line warning D4002 : ignoring unknown option '-g'
11023configure:7910: $? = 2
11024configure: failed program was:
11025| /* confdefs.h. */
11026| #define PACKAGE_NAME "Wine"
11027| #define PACKAGE_TARNAME "wine"
11028| #define PACKAGE_VERSION "1.1.10"
11029| #define PACKAGE_STRING "Wine 1.1.10"
11030| #define PACKAGE_BUGREPORT "[email protected]"
11031| #define X_DISPLAY_MISSING 1
11032| #define STDC_HEADERS 1
11033| #define HAVE_SYS_TYPES_H 1
11034| #define HAVE_SYS_STAT_H 1
11035| #define HAVE_STDLIB_H 1
11036| #define HAVE_STRING_H 1
11037| #define HAVE_MEMORY_H 1
11038| #define HAVE_DIRECT_H 1
11039| #define HAVE_FLOAT_H 1
11040| #define HAVE_IO_H 1
11041| #define HAVE_PROCESS_H 1
11042| /* end confdefs.h. */
11043| #include <sys/types.h>
11044| #ifdef HAVE_SYS_SOCKET_H
11045| # include <sys/socket.h>
11046| #endif
11047| #ifdef HAVE_SYS_SOCKETVAR_H
11048| # include <sys/socketvar.h>
11049| #endif
11050| #ifdef HAVE_NETINET_IN_H
11051| # include <netinet/in.h>
11052| #endif
11053| #ifdef HAVE_NETINET_IP_H
11054| # include <netinet/ip.h>
11055| #endif
11056|
11057| #include <net/route.h>
11058configure:7927: result: no
11059configure:7870: checking for netinet/if_ether.h
11060configure:7903: cl.exe -c -g conftest.c >&5
11061conftest.c
11062conftest.c(33) : fatal error C1083: Cannot open include file: 'netinet/if_ether.h': No such file or directory
11063Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11064Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11065
11066cl : Command line warning D4002 : ignoring unknown option '-g'
11067configure:7910: $? = 2
11068configure: failed program was:
11069| /* confdefs.h. */
11070| #define PACKAGE_NAME "Wine"
11071| #define PACKAGE_TARNAME "wine"
11072| #define PACKAGE_VERSION "1.1.10"
11073| #define PACKAGE_STRING "Wine 1.1.10"
11074| #define PACKAGE_BUGREPORT "[email protected]"
11075| #define X_DISPLAY_MISSING 1
11076| #define STDC_HEADERS 1
11077| #define HAVE_SYS_TYPES_H 1
11078| #define HAVE_SYS_STAT_H 1
11079| #define HAVE_STDLIB_H 1
11080| #define HAVE_STRING_H 1
11081| #define HAVE_MEMORY_H 1
11082| #define HAVE_DIRECT_H 1
11083| #define HAVE_FLOAT_H 1
11084| #define HAVE_IO_H 1
11085| #define HAVE_PROCESS_H 1
11086| /* end confdefs.h. */
11087| #include <sys/types.h>
11088| #ifdef HAVE_SYS_SOCKET_H
11089| # include <sys/socket.h>
11090| #endif
11091| #ifdef HAVE_SYS_SOCKETVAR_H
11092| # include <sys/socketvar.h>
11093| #endif
11094| #ifdef HAVE_NETINET_IN_H
11095| # include <netinet/in.h>
11096| #endif
11097| #ifdef HAVE_NETINET_IP_H
11098| # include <netinet/ip.h>
11099| #endif
11100|
11101| #include <netinet/if_ether.h>
11102configure:7927: result: no
11103configure:7870: checking for netinet/in_pcb.h
11104configure:7903: cl.exe -c -g conftest.c >&5
11105conftest.c
11106conftest.c(33) : fatal error C1083: Cannot open include file: 'netinet/in_pcb.h': No such file or directory
11107Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11108Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11109
11110cl : Command line warning D4002 : ignoring unknown option '-g'
11111configure:7910: $? = 2
11112configure: failed program was:
11113| /* confdefs.h. */
11114| #define PACKAGE_NAME "Wine"
11115| #define PACKAGE_TARNAME "wine"
11116| #define PACKAGE_VERSION "1.1.10"
11117| #define PACKAGE_STRING "Wine 1.1.10"
11118| #define PACKAGE_BUGREPORT "[email protected]"
11119| #define X_DISPLAY_MISSING 1
11120| #define STDC_HEADERS 1
11121| #define HAVE_SYS_TYPES_H 1
11122| #define HAVE_SYS_STAT_H 1
11123| #define HAVE_STDLIB_H 1
11124| #define HAVE_STRING_H 1
11125| #define HAVE_MEMORY_H 1
11126| #define HAVE_DIRECT_H 1
11127| #define HAVE_FLOAT_H 1
11128| #define HAVE_IO_H 1
11129| #define HAVE_PROCESS_H 1
11130| /* end confdefs.h. */
11131| #include <sys/types.h>
11132| #ifdef HAVE_SYS_SOCKET_H
11133| # include <sys/socket.h>
11134| #endif
11135| #ifdef HAVE_SYS_SOCKETVAR_H
11136| # include <sys/socketvar.h>
11137| #endif
11138| #ifdef HAVE_NETINET_IN_H
11139| # include <netinet/in.h>
11140| #endif
11141| #ifdef HAVE_NETINET_IP_H
11142| # include <netinet/ip.h>
11143| #endif
11144|
11145| #include <netinet/in_pcb.h>
11146configure:7927: result: no
11147configure:7870: checking for netinet/ip_icmp.h
11148configure:7903: cl.exe -c -g conftest.c >&5
11149conftest.c
11150conftest.c(33) : fatal error C1083: Cannot open include file: 'netinet/ip_icmp.h': No such file or directory
11151Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11152Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11153
11154cl : Command line warning D4002 : ignoring unknown option '-g'
11155configure:7910: $? = 2
11156configure: failed program was:
11157| /* confdefs.h. */
11158| #define PACKAGE_NAME "Wine"
11159| #define PACKAGE_TARNAME "wine"
11160| #define PACKAGE_VERSION "1.1.10"
11161| #define PACKAGE_STRING "Wine 1.1.10"
11162| #define PACKAGE_BUGREPORT "[email protected]"
11163| #define X_DISPLAY_MISSING 1
11164| #define STDC_HEADERS 1
11165| #define HAVE_SYS_TYPES_H 1
11166| #define HAVE_SYS_STAT_H 1
11167| #define HAVE_STDLIB_H 1
11168| #define HAVE_STRING_H 1
11169| #define HAVE_MEMORY_H 1
11170| #define HAVE_DIRECT_H 1
11171| #define HAVE_FLOAT_H 1
11172| #define HAVE_IO_H 1
11173| #define HAVE_PROCESS_H 1
11174| /* end confdefs.h. */
11175| #include <sys/types.h>
11176| #ifdef HAVE_SYS_SOCKET_H
11177| # include <sys/socket.h>
11178| #endif
11179| #ifdef HAVE_SYS_SOCKETVAR_H
11180| # include <sys/socketvar.h>
11181| #endif
11182| #ifdef HAVE_NETINET_IN_H
11183| # include <netinet/in.h>
11184| #endif
11185| #ifdef HAVE_NETINET_IP_H
11186| # include <netinet/ip.h>
11187| #endif
11188|
11189| #include <netinet/ip_icmp.h>
11190configure:7927: result: no
11191configure:7870: checking for netinet/ip_var.h
11192configure:7903: cl.exe -c -g conftest.c >&5
11193conftest.c
11194conftest.c(33) : fatal error C1083: Cannot open include file: 'netinet/ip_var.h': No such file or directory
11195Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11196Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11197
11198cl : Command line warning D4002 : ignoring unknown option '-g'
11199configure:7910: $? = 2
11200configure: failed program was:
11201| /* confdefs.h. */
11202| #define PACKAGE_NAME "Wine"
11203| #define PACKAGE_TARNAME "wine"
11204| #define PACKAGE_VERSION "1.1.10"
11205| #define PACKAGE_STRING "Wine 1.1.10"
11206| #define PACKAGE_BUGREPORT "[email protected]"
11207| #define X_DISPLAY_MISSING 1
11208| #define STDC_HEADERS 1
11209| #define HAVE_SYS_TYPES_H 1
11210| #define HAVE_SYS_STAT_H 1
11211| #define HAVE_STDLIB_H 1
11212| #define HAVE_STRING_H 1
11213| #define HAVE_MEMORY_H 1
11214| #define HAVE_DIRECT_H 1
11215| #define HAVE_FLOAT_H 1
11216| #define HAVE_IO_H 1
11217| #define HAVE_PROCESS_H 1
11218| /* end confdefs.h. */
11219| #include <sys/types.h>
11220| #ifdef HAVE_SYS_SOCKET_H
11221| # include <sys/socket.h>
11222| #endif
11223| #ifdef HAVE_SYS_SOCKETVAR_H
11224| # include <sys/socketvar.h>
11225| #endif
11226| #ifdef HAVE_NETINET_IN_H
11227| # include <netinet/in.h>
11228| #endif
11229| #ifdef HAVE_NETINET_IP_H
11230| # include <netinet/ip.h>
11231| #endif
11232|
11233| #include <netinet/ip_var.h>
11234configure:7927: result: no
11235configure:7870: checking for netinet/udp.h
11236configure:7903: cl.exe -c -g conftest.c >&5
11237conftest.c
11238conftest.c(33) : fatal error C1083: Cannot open include file: 'netinet/udp.h': No such file or directory
11239Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11240Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11241
11242cl : Command line warning D4002 : ignoring unknown option '-g'
11243configure:7910: $? = 2
11244configure: failed program was:
11245| /* confdefs.h. */
11246| #define PACKAGE_NAME "Wine"
11247| #define PACKAGE_TARNAME "wine"
11248| #define PACKAGE_VERSION "1.1.10"
11249| #define PACKAGE_STRING "Wine 1.1.10"
11250| #define PACKAGE_BUGREPORT "[email protected]"
11251| #define X_DISPLAY_MISSING 1
11252| #define STDC_HEADERS 1
11253| #define HAVE_SYS_TYPES_H 1
11254| #define HAVE_SYS_STAT_H 1
11255| #define HAVE_STDLIB_H 1
11256| #define HAVE_STRING_H 1
11257| #define HAVE_MEMORY_H 1
11258| #define HAVE_DIRECT_H 1
11259| #define HAVE_FLOAT_H 1
11260| #define HAVE_IO_H 1
11261| #define HAVE_PROCESS_H 1
11262| /* end confdefs.h. */
11263| #include <sys/types.h>
11264| #ifdef HAVE_SYS_SOCKET_H
11265| # include <sys/socket.h>
11266| #endif
11267| #ifdef HAVE_SYS_SOCKETVAR_H
11268| # include <sys/socketvar.h>
11269| #endif
11270| #ifdef HAVE_NETINET_IN_H
11271| # include <netinet/in.h>
11272| #endif
11273| #ifdef HAVE_NETINET_IP_H
11274| # include <netinet/ip.h>
11275| #endif
11276|
11277| #include <netinet/udp.h>
11278configure:7927: result: no
11279configure:7870: checking for netipx/ipx.h
11280configure:7903: cl.exe -c -g conftest.c >&5
11281conftest.c
11282conftest.c(33) : fatal error C1083: Cannot open include file: 'netipx/ipx.h': No such file or directory
11283Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11284Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11285
11286cl : Command line warning D4002 : ignoring unknown option '-g'
11287configure:7910: $? = 2
11288configure: failed program was:
11289| /* confdefs.h. */
11290| #define PACKAGE_NAME "Wine"
11291| #define PACKAGE_TARNAME "wine"
11292| #define PACKAGE_VERSION "1.1.10"
11293| #define PACKAGE_STRING "Wine 1.1.10"
11294| #define PACKAGE_BUGREPORT "[email protected]"
11295| #define X_DISPLAY_MISSING 1
11296| #define STDC_HEADERS 1
11297| #define HAVE_SYS_TYPES_H 1
11298| #define HAVE_SYS_STAT_H 1
11299| #define HAVE_STDLIB_H 1
11300| #define HAVE_STRING_H 1
11301| #define HAVE_MEMORY_H 1
11302| #define HAVE_DIRECT_H 1
11303| #define HAVE_FLOAT_H 1
11304| #define HAVE_IO_H 1
11305| #define HAVE_PROCESS_H 1
11306| /* end confdefs.h. */
11307| #include <sys/types.h>
11308| #ifdef HAVE_SYS_SOCKET_H
11309| # include <sys/socket.h>
11310| #endif
11311| #ifdef HAVE_SYS_SOCKETVAR_H
11312| # include <sys/socketvar.h>
11313| #endif
11314| #ifdef HAVE_NETINET_IN_H
11315| # include <netinet/in.h>
11316| #endif
11317| #ifdef HAVE_NETINET_IP_H
11318| # include <netinet/ip.h>
11319| #endif
11320|
11321| #include <netipx/ipx.h>
11322configure:7927: result: no
11323configure:7948: checking for netinet/tcp_var.h
11324configure:7996: cl.exe -c -g conftest.c >&5
11325conftest.c
11326conftest.c(48) : fatal error C1083: Cannot open include file: 'netinet/tcp_var.h': No such file or directory
11327Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11328Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11329
11330cl : Command line warning D4002 : ignoring unknown option '-g'
11331configure:8003: $? = 2
11332configure: failed program was:
11333| /* confdefs.h. */
11334| #define PACKAGE_NAME "Wine"
11335| #define PACKAGE_TARNAME "wine"
11336| #define PACKAGE_VERSION "1.1.10"
11337| #define PACKAGE_STRING "Wine 1.1.10"
11338| #define PACKAGE_BUGREPORT "[email protected]"
11339| #define X_DISPLAY_MISSING 1
11340| #define STDC_HEADERS 1
11341| #define HAVE_SYS_TYPES_H 1
11342| #define HAVE_SYS_STAT_H 1
11343| #define HAVE_STDLIB_H 1
11344| #define HAVE_STRING_H 1
11345| #define HAVE_MEMORY_H 1
11346| #define HAVE_DIRECT_H 1
11347| #define HAVE_FLOAT_H 1
11348| #define HAVE_IO_H 1
11349| #define HAVE_PROCESS_H 1
11350| /* end confdefs.h. */
11351| #include <sys/types.h>
11352| #ifdef HAVE_ALIAS_H
11353| # include <alias.h>
11354| #endif
11355| #ifdef HAVE_SYS_SOCKET_H
11356| # include <sys/socket.h>
11357| #endif
11358| #ifdef HAVE_SYS_SOCKETVAR_H
11359| # include <sys/socketvar.h>
11360| #endif
11361| #ifdef HAVE_NETINET_IN_H
11362| # include <netinet/in.h>
11363| #endif
11364| #ifdef HAVE_NETINET_IP_H
11365| # include <netinet/ip.h>
11366| #endif
11367| #ifdef HAVE_NETINET_IP_VAR_H
11368| # include <netinet/ip_var.h>
11369| #endif
11370| #ifdef HAVE_NETINET_IP_ICMP_H
11371| # include <netinet/ip_icmp.h>
11372| #endif
11373| #ifdef HAVE_NETINET_UDP_H
11374| # include <netinet/udp.h>
11375| #endif
11376| #ifdef HAVE_NETINET_TCP_H
11377| # include <netinet/tcp.h>
11378| #endif
11379|
11380| #include <netinet/tcp_var.h>
11381configure:8020: result: no
11382configure:7948: checking for netinet/udp_var.h
11383configure:7996: cl.exe -c -g conftest.c >&5
11384conftest.c
11385conftest.c(48) : fatal error C1083: Cannot open include file: 'netinet/udp_var.h': No such file or directory
11386Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11387Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11388
11389cl : Command line warning D4002 : ignoring unknown option '-g'
11390configure:8003: $? = 2
11391configure: failed program was:
11392| /* confdefs.h. */
11393| #define PACKAGE_NAME "Wine"
11394| #define PACKAGE_TARNAME "wine"
11395| #define PACKAGE_VERSION "1.1.10"
11396| #define PACKAGE_STRING "Wine 1.1.10"
11397| #define PACKAGE_BUGREPORT "[email protected]"
11398| #define X_DISPLAY_MISSING 1
11399| #define STDC_HEADERS 1
11400| #define HAVE_SYS_TYPES_H 1
11401| #define HAVE_SYS_STAT_H 1
11402| #define HAVE_STDLIB_H 1
11403| #define HAVE_STRING_H 1
11404| #define HAVE_MEMORY_H 1
11405| #define HAVE_DIRECT_H 1
11406| #define HAVE_FLOAT_H 1
11407| #define HAVE_IO_H 1
11408| #define HAVE_PROCESS_H 1
11409| /* end confdefs.h. */
11410| #include <sys/types.h>
11411| #ifdef HAVE_ALIAS_H
11412| # include <alias.h>
11413| #endif
11414| #ifdef HAVE_SYS_SOCKET_H
11415| # include <sys/socket.h>
11416| #endif
11417| #ifdef HAVE_SYS_SOCKETVAR_H
11418| # include <sys/socketvar.h>
11419| #endif
11420| #ifdef HAVE_NETINET_IN_H
11421| # include <netinet/in.h>
11422| #endif
11423| #ifdef HAVE_NETINET_IP_H
11424| # include <netinet/ip.h>
11425| #endif
11426| #ifdef HAVE_NETINET_IP_VAR_H
11427| # include <netinet/ip_var.h>
11428| #endif
11429| #ifdef HAVE_NETINET_IP_ICMP_H
11430| # include <netinet/ip_icmp.h>
11431| #endif
11432| #ifdef HAVE_NETINET_UDP_H
11433| # include <netinet/udp.h>
11434| #endif
11435| #ifdef HAVE_NETINET_TCP_H
11436| # include <netinet/tcp.h>
11437| #endif
11438|
11439| #include <netinet/udp_var.h>
11440configure:8020: result: no
11441configure:7948: checking for netinet/icmp_var.h
11442configure:7996: cl.exe -c -g conftest.c >&5
11443conftest.c
11444conftest.c(48) : fatal error C1083: Cannot open include file: 'netinet/icmp_var.h': No such file or directory
11445Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11446Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11447
11448cl : Command line warning D4002 : ignoring unknown option '-g'
11449configure:8003: $? = 2
11450configure: failed program was:
11451| /* confdefs.h. */
11452| #define PACKAGE_NAME "Wine"
11453| #define PACKAGE_TARNAME "wine"
11454| #define PACKAGE_VERSION "1.1.10"
11455| #define PACKAGE_STRING "Wine 1.1.10"
11456| #define PACKAGE_BUGREPORT "[email protected]"
11457| #define X_DISPLAY_MISSING 1
11458| #define STDC_HEADERS 1
11459| #define HAVE_SYS_TYPES_H 1
11460| #define HAVE_SYS_STAT_H 1
11461| #define HAVE_STDLIB_H 1
11462| #define HAVE_STRING_H 1
11463| #define HAVE_MEMORY_H 1
11464| #define HAVE_DIRECT_H 1
11465| #define HAVE_FLOAT_H 1
11466| #define HAVE_IO_H 1
11467| #define HAVE_PROCESS_H 1
11468| /* end confdefs.h. */
11469| #include <sys/types.h>
11470| #ifdef HAVE_ALIAS_H
11471| # include <alias.h>
11472| #endif
11473| #ifdef HAVE_SYS_SOCKET_H
11474| # include <sys/socket.h>
11475| #endif
11476| #ifdef HAVE_SYS_SOCKETVAR_H
11477| # include <sys/socketvar.h>
11478| #endif
11479| #ifdef HAVE_NETINET_IN_H
11480| # include <netinet/in.h>
11481| #endif
11482| #ifdef HAVE_NETINET_IP_H
11483| # include <netinet/ip.h>
11484| #endif
11485| #ifdef HAVE_NETINET_IP_VAR_H
11486| # include <netinet/ip_var.h>
11487| #endif
11488| #ifdef HAVE_NETINET_IP_ICMP_H
11489| # include <netinet/ip_icmp.h>
11490| #endif
11491| #ifdef HAVE_NETINET_UDP_H
11492| # include <netinet/udp.h>
11493| #endif
11494| #ifdef HAVE_NETINET_TCP_H
11495| # include <netinet/tcp.h>
11496| #endif
11497|
11498| #include <netinet/icmp_var.h>
11499configure:8020: result: no
11500configure:7948: checking for netinet/tcp_timer.h
11501configure:7996: cl.exe -c -g conftest.c >&5
11502conftest.c
11503conftest.c(48) : fatal error C1083: Cannot open include file: 'netinet/tcp_timer.h': No such file or directory
11504Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11505Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11506
11507cl : Command line warning D4002 : ignoring unknown option '-g'
11508configure:8003: $? = 2
11509configure: failed program was:
11510| /* confdefs.h. */
11511| #define PACKAGE_NAME "Wine"
11512| #define PACKAGE_TARNAME "wine"
11513| #define PACKAGE_VERSION "1.1.10"
11514| #define PACKAGE_STRING "Wine 1.1.10"
11515| #define PACKAGE_BUGREPORT "[email protected]"
11516| #define X_DISPLAY_MISSING 1
11517| #define STDC_HEADERS 1
11518| #define HAVE_SYS_TYPES_H 1
11519| #define HAVE_SYS_STAT_H 1
11520| #define HAVE_STDLIB_H 1
11521| #define HAVE_STRING_H 1
11522| #define HAVE_MEMORY_H 1
11523| #define HAVE_DIRECT_H 1
11524| #define HAVE_FLOAT_H 1
11525| #define HAVE_IO_H 1
11526| #define HAVE_PROCESS_H 1
11527| /* end confdefs.h. */
11528| #include <sys/types.h>
11529| #ifdef HAVE_ALIAS_H
11530| # include <alias.h>
11531| #endif
11532| #ifdef HAVE_SYS_SOCKET_H
11533| # include <sys/socket.h>
11534| #endif
11535| #ifdef HAVE_SYS_SOCKETVAR_H
11536| # include <sys/socketvar.h>
11537| #endif
11538| #ifdef HAVE_NETINET_IN_H
11539| # include <netinet/in.h>
11540| #endif
11541| #ifdef HAVE_NETINET_IP_H
11542| # include <netinet/ip.h>
11543| #endif
11544| #ifdef HAVE_NETINET_IP_VAR_H
11545| # include <netinet/ip_var.h>
11546| #endif
11547| #ifdef HAVE_NETINET_IP_ICMP_H
11548| # include <netinet/ip_icmp.h>
11549| #endif
11550| #ifdef HAVE_NETINET_UDP_H
11551| # include <netinet/udp.h>
11552| #endif
11553| #ifdef HAVE_NETINET_TCP_H
11554| # include <netinet/tcp.h>
11555| #endif
11556|
11557| #include <netinet/tcp_timer.h>
11558configure:8020: result: no
11559configure:8038: checking for linux/ipx.h
11560configure:8065: cl.exe -c -g conftest.c >&5
11561conftest.c
11562conftest.c(27) : fatal error C1083: Cannot open include file: 'linux/ipx.h': No such file or directory
11563Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11564Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11565
11566cl : Command line warning D4002 : ignoring unknown option '-g'
11567configure:8072: $? = 2
11568configure: failed program was:
11569| /* confdefs.h. */
11570| #define PACKAGE_NAME "Wine"
11571| #define PACKAGE_TARNAME "wine"
11572| #define PACKAGE_VERSION "1.1.10"
11573| #define PACKAGE_STRING "Wine 1.1.10"
11574| #define PACKAGE_BUGREPORT "[email protected]"
11575| #define X_DISPLAY_MISSING 1
11576| #define STDC_HEADERS 1
11577| #define HAVE_SYS_TYPES_H 1
11578| #define HAVE_SYS_STAT_H 1
11579| #define HAVE_STDLIB_H 1
11580| #define HAVE_STRING_H 1
11581| #define HAVE_MEMORY_H 1
11582| #define HAVE_DIRECT_H 1
11583| #define HAVE_FLOAT_H 1
11584| #define HAVE_IO_H 1
11585| #define HAVE_PROCESS_H 1
11586| /* end confdefs.h. */
11587| #include <sys/types.h>
11588| #ifdef HAVE_ASM_TYPES_H
11589| # include <asm/types.h>
11590| #endif
11591| #ifdef HAVE_SYS_SOCKET_H
11592| # include <sys/socket.h>
11593| #endif
11594|
11595| #include <linux/ipx.h>
11596configure:8089: result: no
11597configure:8107: checking for resolv.h
11598configure:8137: cl.exe -c -g conftest.c >&5
11599conftest.c
11600conftest.c(30) : fatal error C1083: Cannot open include file: 'resolv.h': No such file or directory
11601Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11602Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11603
11604cl : Command line warning D4002 : ignoring unknown option '-g'
11605configure:8144: $? = 2
11606configure: failed program was:
11607| /* confdefs.h. */
11608| #define PACKAGE_NAME "Wine"
11609| #define PACKAGE_TARNAME "wine"
11610| #define PACKAGE_VERSION "1.1.10"
11611| #define PACKAGE_STRING "Wine 1.1.10"
11612| #define PACKAGE_BUGREPORT "[email protected]"
11613| #define X_DISPLAY_MISSING 1
11614| #define STDC_HEADERS 1
11615| #define HAVE_SYS_TYPES_H 1
11616| #define HAVE_SYS_STAT_H 1
11617| #define HAVE_STDLIB_H 1
11618| #define HAVE_STRING_H 1
11619| #define HAVE_MEMORY_H 1
11620| #define HAVE_DIRECT_H 1
11621| #define HAVE_FLOAT_H 1
11622| #define HAVE_IO_H 1
11623| #define HAVE_PROCESS_H 1
11624| /* end confdefs.h. */
11625| #include <sys/types.h>
11626| #ifdef HAVE_SYS_SOCKET_H
11627| # include <sys/socket.h>
11628| #endif
11629| #ifdef HAVE_NETINET_IN_H
11630| # include <netinet/in.h>
11631| #endif
11632| #ifdef HAVE_ARPA_NAMESER_H
11633| # include <arpa/nameser.h>
11634| #endif
11635|
11636| #include <resolv.h>
11637configure:8161: result: no
11638configure:8179: checking for ucontext.h
11639configure:8200: cl.exe -c -g conftest.c >&5
11640conftest.c
11641conftest.c(21) : fatal error C1083: Cannot open include file: 'ucontext.h': No such file or directory
11642Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11643Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11644
11645cl : Command line warning D4002 : ignoring unknown option '-g'
11646configure:8207: $? = 2
11647configure: failed program was:
11648| /* confdefs.h. */
11649| #define PACKAGE_NAME "Wine"
11650| #define PACKAGE_TARNAME "wine"
11651| #define PACKAGE_VERSION "1.1.10"
11652| #define PACKAGE_STRING "Wine 1.1.10"
11653| #define PACKAGE_BUGREPORT "[email protected]"
11654| #define X_DISPLAY_MISSING 1
11655| #define STDC_HEADERS 1
11656| #define HAVE_SYS_TYPES_H 1
11657| #define HAVE_SYS_STAT_H 1
11658| #define HAVE_STDLIB_H 1
11659| #define HAVE_STRING_H 1
11660| #define HAVE_MEMORY_H 1
11661| #define HAVE_DIRECT_H 1
11662| #define HAVE_FLOAT_H 1
11663| #define HAVE_IO_H 1
11664| #define HAVE_PROCESS_H 1
11665| /* end confdefs.h. */
11666| #include <signal.h>
11667|
11668| #include <ucontext.h>
11669configure:8224: result: no
11670configure:8242: checking for sys/thr.h
11671configure:8266: cl.exe -c -g conftest.c >&5
11672conftest.c
11673conftest.c(24) : fatal error C1083: Cannot open include file: 'sys/thr.h': No such file or directory
11674Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11675Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11676
11677cl : Command line warning D4002 : ignoring unknown option '-g'
11678configure:8273: $? = 2
11679configure: failed program was:
11680| /* confdefs.h. */
11681| #define PACKAGE_NAME "Wine"
11682| #define PACKAGE_TARNAME "wine"
11683| #define PACKAGE_VERSION "1.1.10"
11684| #define PACKAGE_STRING "Wine 1.1.10"
11685| #define PACKAGE_BUGREPORT "[email protected]"
11686| #define X_DISPLAY_MISSING 1
11687| #define STDC_HEADERS 1
11688| #define HAVE_SYS_TYPES_H 1
11689| #define HAVE_SYS_STAT_H 1
11690| #define HAVE_STDLIB_H 1
11691| #define HAVE_STRING_H 1
11692| #define HAVE_MEMORY_H 1
11693| #define HAVE_DIRECT_H 1
11694| #define HAVE_FLOAT_H 1
11695| #define HAVE_IO_H 1
11696| #define HAVE_PROCESS_H 1
11697| /* end confdefs.h. */
11698| #include <sys/types.h>
11699| #ifdef HAVE_UCONTEXT_H
11700| #include <ucontext.h>
11701| #endif
11702|
11703| #include <sys/thr.h>
11704configure:8290: result: no
11705configure:8308: checking for pthread_np.h
11706configure:8331: cl.exe -c -g conftest.c >&5
11707conftest.c
11708conftest.c(23) : fatal error C1083: Cannot open include file: 'pthread_np.h': No such file or directory
11709Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11710Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11711
11712cl : Command line warning D4002 : ignoring unknown option '-g'
11713configure:8338: $? = 2
11714configure: failed program was:
11715| /* confdefs.h. */
11716| #define PACKAGE_NAME "Wine"
11717| #define PACKAGE_TARNAME "wine"
11718| #define PACKAGE_VERSION "1.1.10"
11719| #define PACKAGE_STRING "Wine 1.1.10"
11720| #define PACKAGE_BUGREPORT "[email protected]"
11721| #define X_DISPLAY_MISSING 1
11722| #define STDC_HEADERS 1
11723| #define HAVE_SYS_TYPES_H 1
11724| #define HAVE_SYS_STAT_H 1
11725| #define HAVE_STDLIB_H 1
11726| #define HAVE_STRING_H 1
11727| #define HAVE_MEMORY_H 1
11728| #define HAVE_DIRECT_H 1
11729| #define HAVE_FLOAT_H 1
11730| #define HAVE_IO_H 1
11731| #define HAVE_PROCESS_H 1
11732| /* end confdefs.h. */
11733| #ifdef HAVE_PTHREAD_H
11734| #include <pthread.h>
11735| #endif
11736|
11737| #include <pthread_np.h>
11738configure:8355: result: no
11739configure:8373: checking for linux/videodev.h
11740configure:8400: cl.exe -c -g conftest.c >&5
11741conftest.c
11742conftest.c(27) : fatal error C1083: Cannot open include file: 'linux/videodev.h': No such file or directory
11743Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11744Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11745
11746cl : Command line warning D4002 : ignoring unknown option '-g'
11747configure:8407: $? = 2
11748configure: failed program was:
11749| /* confdefs.h. */
11750| #define PACKAGE_NAME "Wine"
11751| #define PACKAGE_TARNAME "wine"
11752| #define PACKAGE_VERSION "1.1.10"
11753| #define PACKAGE_STRING "Wine 1.1.10"
11754| #define PACKAGE_BUGREPORT "[email protected]"
11755| #define X_DISPLAY_MISSING 1
11756| #define STDC_HEADERS 1
11757| #define HAVE_SYS_TYPES_H 1
11758| #define HAVE_SYS_STAT_H 1
11759| #define HAVE_STDLIB_H 1
11760| #define HAVE_STRING_H 1
11761| #define HAVE_MEMORY_H 1
11762| #define HAVE_DIRECT_H 1
11763| #define HAVE_FLOAT_H 1
11764| #define HAVE_IO_H 1
11765| #define HAVE_PROCESS_H 1
11766| /* end confdefs.h. */
11767| #ifdef HAVE_SYS_TIME_H
11768| #include <sys/time.h>
11769| #endif
11770| #include <sys/types.h>
11771| #ifdef HAVE_ASM_TYPES_H
11772| #include <asm/types.h>
11773| #endif
11774|
11775| #include <linux/videodev.h>
11776configure:8424: result: no
11777configure:8442: checking for linux/capi.h
11778configure:8463: cl.exe -c -g conftest.c >&5
11779conftest.c
11780conftest.c(21) : fatal error C1083: Cannot open include file: 'linux/capi.h': No such file or directory
11781Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
11782Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
11783
11784cl : Command line warning D4002 : ignoring unknown option '-g'
11785configure:8470: $? = 2
11786configure: failed program was:
11787| /* confdefs.h. */
11788| #define PACKAGE_NAME "Wine"
11789| #define PACKAGE_TARNAME "wine"
11790| #define PACKAGE_VERSION "1.1.10"
11791| #define PACKAGE_STRING "Wine 1.1.10"
11792| #define PACKAGE_BUGREPORT "[email protected]"
11793| #define X_DISPLAY_MISSING 1
11794| #define STDC_HEADERS 1
11795| #define HAVE_SYS_TYPES_H 1
11796| #define HAVE_SYS_STAT_H 1
11797| #define HAVE_STDLIB_H 1
11798| #define HAVE_STRING_H 1
11799| #define HAVE_MEMORY_H 1
11800| #define HAVE_DIRECT_H 1
11801| #define HAVE_FLOAT_H 1
11802| #define HAVE_IO_H 1
11803| #define HAVE_PROCESS_H 1
11804| /* end confdefs.h. */
11805| #define __user
11806|
11807| #include <linux/capi.h>
11808configure:8487: result: no
11809configure:8520: checking for ldd
11810configure:8552: result: true
11811configure:8606: checking for dlltool
11812configure:8636: result: no
11813configure:8698: checking for dllwrap
11814configure:8728: result: no
11815configure:8790: checking for ar
11816configure:8820: result: no
11817configure:9711: error: could not find a way to build shared libraries.
11818It is currently not possible to build Wine without shared library
11819(.so) support to allow transparent switch between .so and .dll files.
11820If you are using Linux, you will need a newer binutils.
11821
11822
11823## ---------------- ##
11824## Cache variables. ##
11825## ---------------- ##
11826
11827ac_cv_build=i686-pc-cygwin
11828ac_cv_c_compiler_gnu=no
11829ac_cv_cxx_compiler_gnu=no
11830ac_cv_env_CCC_set=
11831ac_cv_env_CCC_value=
11832ac_cv_env_CC_set=
11833ac_cv_env_CC_value=
11834ac_cv_env_CFLAGS_set=
11835ac_cv_env_CFLAGS_value=
11836ac_cv_env_CPPFLAGS_set=
11837ac_cv_env_CPPFLAGS_value=
11838ac_cv_env_CPP_set=
11839ac_cv_env_CPP_value=
11840ac_cv_env_CXXFLAGS_set=
11841ac_cv_env_CXXFLAGS_value=
11842ac_cv_env_CXX_set=
11843ac_cv_env_CXX_value=
11844ac_cv_env_LDFLAGS_set=
11845ac_cv_env_LDFLAGS_value=
11846ac_cv_env_LIBS_set=
11847ac_cv_env_LIBS_value=
11848ac_cv_env_XMKMF_set=
11849ac_cv_env_XMKMF_value=
11850ac_cv_env_build_alias_set=
11851ac_cv_env_build_alias_value=
11852ac_cv_env_host_alias_set=
11853ac_cv_env_host_alias_value=
11854ac_cv_env_target_alias_set=
11855ac_cv_env_target_alias_value=
11856ac_cv_exeext=.exe
11857ac_cv_header_AudioUnit_AudioUnit_h=no
11858ac_cv_header_Carbon_Carbon_h=no
11859ac_cv_header_CoreAudio_CoreAudio_h=no
11860ac_cv_header_DiskArbitration_DiskArbitration_h=no
11861ac_cv_header_GL_glu_h=no
11862ac_cv_header_IOKit_IOKitLib_h=no
11863ac_cv_header_alias_h=no
11864ac_cv_header_alsa_asoundlib_h=no
11865ac_cv_header_arpa_inet_h=no
11866ac_cv_header_arpa_nameser_h=no
11867ac_cv_header_asm_types_h=no
11868ac_cv_header_capi20_h=no
11869ac_cv_header_curses_h=no
11870ac_cv_header_direct_h=yes
11871ac_cv_header_dirent_h=no
11872ac_cv_header_dlfcn_h=no
11873ac_cv_header_elf_h=no
11874ac_cv_header_float_h=yes
11875ac_cv_header_fontconfig_fontconfig_h=no
11876ac_cv_header_getopt_h=no
11877ac_cv_header_ieeefp_h=no
11878ac_cv_header_inttypes_h=no
11879ac_cv_header_io_h=yes
11880ac_cv_header_jack_jack_h=no
11881ac_cv_header_jpeglib_h=no
11882ac_cv_header_lber_h=no
11883ac_cv_header_lcms_h=no
11884ac_cv_header_lcms_lcms_h=no
11885ac_cv_header_ldap_h=no
11886ac_cv_header_libaudioio_h=no
11887ac_cv_header_link_h=no
11888ac_cv_header_linux_capi_h=no
11889ac_cv_header_linux_cdrom_h=no
11890ac_cv_header_linux_compiler_h=no
11891ac_cv_header_linux_hdreg_h=no
11892ac_cv_header_linux_input_h=no
11893ac_cv_header_linux_ioctl_h=no
11894ac_cv_header_linux_ipx_h=no
11895ac_cv_header_linux_joystick_h=no
11896ac_cv_header_linux_major_h=no
11897ac_cv_header_linux_param_h=no
11898ac_cv_header_linux_serial_h=no
11899ac_cv_header_linux_ucdrom_h=no
11900ac_cv_header_linux_videodev_h=no
11901ac_cv_header_mach_mach_h=no
11902ac_cv_header_mach_machine_h=no
11903ac_cv_header_machine_cpu_h=no
11904ac_cv_header_machine_limits_h=no
11905ac_cv_header_machine_soundcard_h=no
11906ac_cv_header_memory_h=yes
11907ac_cv_header_mntent_h=no
11908ac_cv_header_ncurses_h=no
11909ac_cv_header_net_if_arp_h=no
11910ac_cv_header_net_if_dl_h=no
11911ac_cv_header_net_if_h=no
11912ac_cv_header_net_if_types_h=no
11913ac_cv_header_net_route_h=no
11914ac_cv_header_netdb_h=no
11915ac_cv_header_netinet_icmp_var_h=no
11916ac_cv_header_netinet_if_ether_h=no
11917ac_cv_header_netinet_in_h=no
11918ac_cv_header_netinet_in_pcb_h=no
11919ac_cv_header_netinet_in_systm_h=no
11920ac_cv_header_netinet_ip_h=no
11921ac_cv_header_netinet_ip_icmp_h=no
11922ac_cv_header_netinet_ip_var_h=no
11923ac_cv_header_netinet_tcp_fsm_h=no
11924ac_cv_header_netinet_tcp_h=no
11925ac_cv_header_netinet_tcp_timer_h=no
11926ac_cv_header_netinet_tcp_var_h=no
11927ac_cv_header_netinet_udp_h=no
11928ac_cv_header_netinet_udp_var_h=no
11929ac_cv_header_netipx_ipx_h=no
11930ac_cv_header_openssl_err_h=no
11931ac_cv_header_openssl_ssl_h=no
11932ac_cv_header_png_h=no
11933ac_cv_header_poll_h=no
11934ac_cv_header_process_h=yes
11935ac_cv_header_pthread_h=no
11936ac_cv_header_pthread_np_h=no
11937ac_cv_header_pwd_h=no
11938ac_cv_header_regex_h=no
11939ac_cv_header_resolv_h=no
11940ac_cv_header_sched_h=no
11941ac_cv_header_scsi_scsi_h=no
11942ac_cv_header_scsi_scsi_ioctl_h=no
11943ac_cv_header_scsi_sg_h=no
11944ac_cv_header_soundcard_h=no
11945ac_cv_header_stat_broken=no
11946ac_cv_header_stdc=yes
11947ac_cv_header_stdint_h=no
11948ac_cv_header_stdlib_h=yes
11949ac_cv_header_string_h=yes
11950ac_cv_header_strings_h=no
11951ac_cv_header_sys_asoundlib_h=no
11952ac_cv_header_sys_cdio_h=no
11953ac_cv_header_sys_elf32_h=no
11954ac_cv_header_sys_epoll_h=no
11955ac_cv_header_sys_errno_h=no
11956ac_cv_header_sys_event_h=no
11957ac_cv_header_sys_exec_elf_h=no
11958ac_cv_header_sys_filio_h=no
11959ac_cv_header_sys_ioctl_h=no
11960ac_cv_header_sys_ipc_h=no
11961ac_cv_header_sys_limits_h=no
11962ac_cv_header_sys_link_h=no
11963ac_cv_header_sys_lwp_h=no
11964ac_cv_header_sys_mman_h=no
11965ac_cv_header_sys_modem_h=no
11966ac_cv_header_sys_mount_h=no
11967ac_cv_header_sys_msg_h=no
11968ac_cv_header_sys_mtio_h=no
11969ac_cv_header_sys_param_h=no
11970ac_cv_header_sys_poll_h=no
11971ac_cv_header_sys_prctl_h=no
11972ac_cv_header_sys_ptrace_h=no
11973ac_cv_header_sys_reg_h=no
11974ac_cv_header_sys_resource_h=no
11975ac_cv_header_sys_scsiio_h=no
11976ac_cv_header_sys_shm_h=no
11977ac_cv_header_sys_signal_h=no
11978ac_cv_header_sys_socket_h=no
11979ac_cv_header_sys_socketvar_h=no
11980ac_cv_header_sys_sockio_h=no
11981ac_cv_header_sys_soundcard_h=no
11982ac_cv_header_sys_stat_h=yes
11983ac_cv_header_sys_statfs_h=no
11984ac_cv_header_sys_statvfs_h=no
11985ac_cv_header_sys_strtio_h=no
11986ac_cv_header_sys_syscall_h=no
11987ac_cv_header_sys_sysctl_h=no
11988ac_cv_header_sys_thr_h=no
11989ac_cv_header_sys_time_h=no
11990ac_cv_header_sys_times_h=no
11991ac_cv_header_sys_types_h=yes
11992ac_cv_header_sys_uio_h=no
11993ac_cv_header_sys_un_h=no
11994ac_cv_header_sys_user_h=no
11995ac_cv_header_sys_vfs_h=no
11996ac_cv_header_sys_vm86_h=no
11997ac_cv_header_sys_wait_h=no
11998ac_cv_header_syscall_h=no
11999ac_cv_header_termios_h=no
12000ac_cv_header_ucontext_h=no
12001ac_cv_header_unistd_h=no
12002ac_cv_header_utime_h=no
12003ac_cv_header_valgrind_memcheck_h=no
12004ac_cv_header_valgrind_valgrind_h=no
12005ac_cv_host=i686-pc-cygwin
12006ac_cv_lib_i386_i386_set_ldt=no
12007ac_cv_lib_ossaudio__oss_ioctl=no
12008ac_cv_lib_pthread_pthread_create=no
12009ac_cv_objext=obj
12010ac_cv_path_EGREP='/usr/bin/grep -E'
12011ac_cv_path_GREP=/usr/bin/grep
12012ac_cv_path_LDCONFIG=true
12013ac_cv_path_LDD=true
12014ac_cv_path_PRELINK=false
12015ac_cv_path_install='/usr/bin/install -c'
12016ac_cv_prog_BISON=bison
12017ac_cv_prog_CPP='cl.exe -E'
12018ac_cv_prog_FLEX=flex
12019ac_cv_prog_ac_ct_CC=cl.exe
12020ac_cv_prog_ac_ct_CXX=cl.exe
12021ac_cv_prog_cc_c89=
12022ac_cv_prog_cc_g=yes
12023ac_cv_prog_cxx_g=yes
12024ac_cv_prog_make_make_set=yes
12025wine_cv_toolsdir='$(TOPOBJDIR)'
12026
12027## ----------------- ##
12028## Output variables. ##
12029## ----------------- ##
12030
12031ALL_DLL_DIRS=''
12032ALL_IMPLIB_DIRS=''
12033ALL_MAKEFILES=''
12034ALL_MAKEFILE_DEPENDS=''
12035ALL_MAKERULES=''
12036ALL_PROGRAM_BIN_INSTALL_DIRS=''
12037ALL_PROGRAM_DIRS=''
12038ALL_PROGRAM_INSTALL_DIRS=''
12039ALL_TEST_DIRS=''
12040ALL_TOP_DIRS=''
12041ALL_WINETEST_DEPENDS=''
12042ALSALIBS=''
12043AR='ar'
12044ARFLAGS='rc'
12045AS='as'
12046AUDIOIOLIBS=''
12047BISON='bison'
12048BUILTINFLAG=''
12049CARBONLIB=''
12050CC='cl.exe'
12051CFLAGS='-g'
12052COREAUDIO=''
12053COREFOUNDATIONLIB=''
12054CPP='cl.exe -E'
12055CPPBIN='cpp'
12056CPPFLAGS=''
12057CROSSCC=''
12058CROSSTEST=''
12059CROSSWINDRES=''
12060CRTLIBS=''
12061CUPSINCL=''
12062CXX='cl.exe'
12063CXXFLAGS='-g'
12064DEFS=''
12065DEPENDENCIES=''
12066DISKARBITRATIONLIB=''
12067DLLEXT=''
12068DLLFLAGS='-D_REENTRANT'
12069DLLTOOL='false'
12070DLLWRAP='false'
12071ECHO_C=''
12072ECHO_N='-n'
12073ECHO_T=''
12074EGREP='/usr/bin/grep -E'
12075ESDCONFIG=''
12076ESDINCL=''
12077ESDLIBS=''
12078EXEEXT='.exe'
12079EXTRACFLAGS=''
12080EXTRA_BINARIES=''
12081FLEX='flex'
12082FONTCONFIGINCL=''
12083FONTFORGE='false'
12084FREETYPEINCL=''
12085FREETYPELIBS=''
12086GNUTLSINCL=''
12087GPHOTO2INCL=''
12088GPHOTO2LIBS=''
12089GREP='/usr/bin/grep'
12090HALINCL=''
12091ICOTOOL='false'
12092IMPLIBEXT='a'
12093INSTALL_DATA='${INSTALL} -m 644'
12094INSTALL_PROGRAM='${INSTALL}'
12095INSTALL_SCRIPT='${INSTALL}'
12096IOKITLIB=''
12097LCMSLIBS=''
12098LD='ld'
12099LDAPLIBS=''
12100LDCONFIG='true'
12101LDD='true'
12102LDDLLFLAGS=''
12103LDEXECFLAGS=''
12104LDFLAGS=''
12105LDPATH=''
12106LDRPATH_INSTALL=''
12107LDRPATH_LOCAL=''
12108LDSHARED=''
12109LIBDL=''
12110LIBEXT='a'
12111LIBOBJS=''
12112LIBPOLL=''
12113LIBPTHREAD=''
12114LIBS=''
12115LINT=''
12116LINTFLAGS=''
12117LN='ln'
12118LN_S='ln -s'
12119LTLIBOBJS=''
12120MAINTAINER_MODE='#'
12121MAIN_BINARY=''
12122MINGWAR='false'
12123NASLIBS=''
12124NM='nm'
12125OBJEXT='obj'
12126OPENGL_LIBS=''
12127PACKAGE_BUGREPORT='[email protected]'
12128PACKAGE_NAME='Wine'
12129PACKAGE_STRING='Wine 1.1.10'
12130PACKAGE_TARNAME='wine'
12131PACKAGE_VERSION='1.1.10'
12132PATH_SEPARATOR=':'
12133PKG_CONFIG='false'
12134PRELINK='false'
12135RANLIB=':'
12136RESOLVLIBS=''
12137RSVG='false'
12138SANEINCL=''
12139SECURITYLIB=''
12140SET_MAKE=''
12141SHELL='/bin/sh'
12142SOCKETLIBS=''
12143STRIP='strip'
12144TOOLSDIR='$(TOPOBJDIR)'
12145WIN16_FILES=''
12146WIN16_INSTALL=''
12147WINDRES='false'
12148XLIB=''
12149XMKMF=''
12150XML2INCL=''
12151XML2LIBS=''
12152XSLTINCL=''
12153X_CFLAGS=''
12154X_EXTRA_LIBS=''
12155X_LIBS=''
12156X_PRE_LIBS=''
12157ac_ct_AR=''
12158ac_ct_AS=''
12159ac_ct_CC='cl.exe'
12160ac_ct_CXX='cl.exe'
12161ac_ct_LD=''
12162ac_ct_NM=''
12163bindir='${exec_prefix}/bin'
12164build='i686-pc-cygwin'
12165build_alias=''
12166build_cpu='i686'
12167build_os='cygwin'
12168build_vendor='pc'
12169datadir='${datarootdir}'
12170datarootdir='${prefix}/share'
12171docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
12172dvidir='${docdir}'
12173exec_prefix='NONE'
12174ft_devel=''
12175gphoto2_devel=''
12176gphoto2port_devel=''
12177host='i686-pc-cygwin'
12178host_alias=''
12179host_cpu='i686'
12180host_os='cygwin'
12181host_vendor='pc'
12182htmldir='${docdir}'
12183includedir='${prefix}/include'
12184infodir='${datarootdir}/info'
12185libdir='${exec_prefix}/lib'
12186libexecdir='${exec_prefix}/libexec'
12187localedir='${datarootdir}/locale'
12188localstatedir='${prefix}/var'
12189mandir='${datarootdir}/man'
12190oldincludedir='/usr/include'
12191pdfdir='${docdir}'
12192prefix='NONE'
12193program_transform_name='s,x,x,'
12194psdir='${docdir}'
12195sane_devel=''
12196sbindir='${exec_prefix}/sbin'
12197sharedstatedir='${prefix}/com'
12198sysconfdir='${prefix}/etc'
12199target_alias=''
12200
12201## ------------------- ##
12202## File substitutions. ##
12203## ------------------- ##
12204
12205MAKE_DLL_RULES=''
12206MAKE_IMPLIB_RULES=''
12207MAKE_PROG_RULES=''
12208MAKE_RULES=''
12209MAKE_TEST_RULES=''
12210
12211## ----------- ##
12212## confdefs.h. ##
12213## ----------- ##
12214
12215#define PACKAGE_NAME "Wine"
12216#define PACKAGE_TARNAME "wine"
12217#define PACKAGE_VERSION "1.1.10"
12218#define PACKAGE_STRING "Wine 1.1.10"
12219#define PACKAGE_BUGREPORT "[email protected]"
12220#define X_DISPLAY_MISSING 1
12221#define STDC_HEADERS 1
12222#define HAVE_SYS_TYPES_H 1
12223#define HAVE_SYS_STAT_H 1
12224#define HAVE_STDLIB_H 1
12225#define HAVE_STRING_H 1
12226#define HAVE_MEMORY_H 1
12227#define HAVE_DIRECT_H 1
12228#define HAVE_FLOAT_H 1
12229#define HAVE_IO_H 1
12230#define HAVE_PROCESS_H 1
12231
12232configure: exit 1
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette