blob: 03a702bc6fd83001462c1ea3d19c052ade92c816 [file] [log] [blame]
San Mehata430b2b2014-09-23 08:30:51 -07001This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by LibVNCServer configure 0.9.9, which was
5generated by GNU Autoconf 2.69. Invocation command line was
6
7 $ ./configure --enable-maintainer-mode
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = android-dev
14uname -m = x86_64
15uname -r = 3.13-0.bpo.1-amd64
16uname -s = Linux
17uname -v = #1 SMP Debian 3.13.7-1~bpo70+1 (2014-03-29)
18
19/usr/bin/uname -p = unknown
20/bin/uname -X = unknown
21
22/bin/arch = unknown
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: /home/san/bin
31PATH: /home/san/bin
32PATH: /usr/local/bin
33PATH: /usr/bin
34PATH: /bin
35PATH: /usr/local/games
36PATH: /usr/games
37
38
39## ----------- ##
40## Core tests. ##
41## ----------- ##
42
43configure:2839: checking for a BSD-compatible install
44configure:2907: result: /usr/bin/install -c
45configure:2918: checking whether build environment is sane
46configure:2968: result: yes
47configure:3109: checking for a thread-safe mkdir -p
48configure:3148: result: /bin/mkdir -p
49configure:3161: checking for gawk
50configure:3191: result: no
51configure:3161: checking for mawk
52configure:3177: found /usr/bin/mawk
53configure:3188: result: mawk
54configure:3199: checking whether make sets $(MAKE)
55configure:3221: result: yes
56configure:3312: checking whether make supports nested variables
57configure:3329: result: yes
58configure:3397: checking for gcc
59configure:3413: found /usr/bin/gcc
60configure:3424: result: gcc
61configure:3653: checking for C compiler version
62configure:3662: gcc --version >&5
63gcc (Debian 4.7.2-5) 4.7.2
64Copyright (C) 2012 Free Software Foundation, Inc.
65This is free software; see the source for copying conditions. There is NO
66warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
67
68configure:3673: $? = 0
69configure:3662: gcc -v >&5
70Using built-in specs.
71COLLECT_GCC=gcc
72COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
73Target: x86_64-linux-gnu
74Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
75Thread model: posix
76gcc version 4.7.2 (Debian 4.7.2-5)
77configure:3673: $? = 0
78configure:3662: gcc -V >&5
79gcc: error: unrecognized command line option '-V'
80gcc: fatal error: no input files
81compilation terminated.
82configure:3673: $? = 4
83configure:3662: gcc -qversion >&5
84gcc: error: unrecognized command line option '-qversion'
85gcc: fatal error: no input files
86compilation terminated.
87configure:3673: $? = 4
88configure:3693: checking whether the C compiler works
89configure:3715: gcc conftest.c >&5
90configure:3719: $? = 0
91configure:3767: result: yes
92configure:3770: checking for C compiler default output file name
93configure:3772: result: a.out
94configure:3778: checking for suffix of executables
95configure:3785: gcc -o conftest conftest.c >&5
96configure:3789: $? = 0
97configure:3811: result:
98configure:3833: checking whether we are cross compiling
99configure:3841: gcc -o conftest conftest.c >&5
100configure:3845: $? = 0
101configure:3852: ./conftest
102configure:3856: $? = 0
103configure:3871: result: no
104configure:3876: checking for suffix of object files
105configure:3898: gcc -c conftest.c >&5
106configure:3902: $? = 0
107configure:3923: result: o
108configure:3927: checking whether we are using the GNU C compiler
109configure:3946: gcc -c conftest.c >&5
110configure:3946: $? = 0
111configure:3955: result: yes
112configure:3964: checking whether gcc accepts -g
113configure:3984: gcc -c -g conftest.c >&5
114configure:3984: $? = 0
115configure:4025: result: yes
116configure:4042: checking for gcc option to accept ISO C89
117configure:4105: gcc -c -g -O2 conftest.c >&5
118configure:4105: $? = 0
119configure:4118: result: none needed
120configure:4149: checking for style of include used by make
121configure:4177: result: GNU
122configure:4203: checking dependency style of gcc
123configure:4314: result: gcc3
124configure:4330: checking whether gcc and cc understand -c and -o together
125configure:4361: gcc -c conftest.c -o conftest2.o >&5
126configure:4365: $? = 0
127configure:4371: gcc -c conftest.c -o conftest2.o >&5
128configure:4375: $? = 0
129configure:4386: cc -c conftest.c >&5
130configure:4390: $? = 0
131configure:4398: cc -c conftest.c -o conftest2.o >&5
132configure:4402: $? = 0
133configure:4408: cc -c conftest.c -o conftest2.o >&5
134configure:4412: $? = 0
135configure:4430: result: yes
136configure:4461: checking whether make sets $(MAKE)
137configure:4483: result: yes
138configure:4570: checking build system type
139configure:4584: result: x86_64-unknown-linux-gnu
140configure:4604: checking host system type
141configure:4617: result: x86_64-unknown-linux-gnu
142configure:4637: checking for a sed that does not truncate output
143configure:4691: result: /bin/sed
144configure:4694: checking for grep that handles long lines and -e
145configure:4752: result: /bin/grep
146configure:4757: checking for egrep
147configure:4819: result: /bin/grep -E
148configure:4835: checking for ld used by gcc
149configure:4902: result: /usr/bin/ld
150configure:4909: checking if the linker (/usr/bin/ld) is GNU ld
151configure:4924: result: yes
152configure:4929: checking for /usr/bin/ld option to reload object files
153configure:4936: result: -r
154configure:4954: checking for BSD-compatible nm
155configure:5003: result: /usr/bin/nm -B
156configure:5007: checking whether ln -s works
157configure:5011: result: yes
158configure:5018: checking how to recognise dependent libraries
159configure:5194: result: pass_all
160configure:5282: gcc -c -g -O2 -Wall conftest.c >&5
161configure:5285: $? = 0
162configure:5681: checking how to run the C preprocessor
163configure:5712: gcc -E conftest.c
164configure:5712: $? = 0
165configure:5726: gcc -E conftest.c
166conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
167compilation terminated.
168configure:5726: $? = 1
169configure: failed program was:
170| /* confdefs.h */
171| #define PACKAGE_NAME "LibVNCServer"
172| #define PACKAGE_TARNAME "libvncserver"
173| #define PACKAGE_VERSION "0.9.9"
174| #define PACKAGE_STRING "LibVNCServer 0.9.9"
175| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
176| #define PACKAGE_URL ""
177| #define PACKAGE "LibVNCServer"
178| #define VERSION "0.9.9"
179| /* end confdefs.h. */
180| #include <ac_nonexistent.h>
181configure:5751: result: gcc -E
182configure:5771: gcc -E conftest.c
183configure:5771: $? = 0
184configure:5785: gcc -E conftest.c
185conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
186compilation terminated.
187configure:5785: $? = 1
188configure: failed program was:
189| /* confdefs.h */
190| #define PACKAGE_NAME "LibVNCServer"
191| #define PACKAGE_TARNAME "libvncserver"
192| #define PACKAGE_VERSION "0.9.9"
193| #define PACKAGE_STRING "LibVNCServer 0.9.9"
194| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
195| #define PACKAGE_URL ""
196| #define PACKAGE "LibVNCServer"
197| #define VERSION "0.9.9"
198| /* end confdefs.h. */
199| #include <ac_nonexistent.h>
200configure:5814: checking for ANSI C header files
201configure:5834: gcc -c -g -O2 -Wall conftest.c >&5
202configure:5834: $? = 0
203configure:5907: gcc -o conftest -g -O2 -Wall conftest.c >&5
204configure:5907: $? = 0
205configure:5907: ./conftest
206configure:5907: $? = 0
207configure:5918: result: yes
208configure:5931: checking for sys/types.h
209configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
210configure:5931: $? = 0
211configure:5931: result: yes
212configure:5931: checking for sys/stat.h
213configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
214configure:5931: $? = 0
215configure:5931: result: yes
216configure:5931: checking for stdlib.h
217configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
218configure:5931: $? = 0
219configure:5931: result: yes
220configure:5931: checking for string.h
221configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
222configure:5931: $? = 0
223configure:5931: result: yes
224configure:5931: checking for memory.h
225configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
226configure:5931: $? = 0
227configure:5931: result: yes
228configure:5931: checking for strings.h
229configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
230configure:5931: $? = 0
231configure:5931: result: yes
232configure:5931: checking for inttypes.h
233configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
234configure:5931: $? = 0
235configure:5931: result: yes
236configure:5931: checking for stdint.h
237configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
238configure:5931: $? = 0
239configure:5931: result: yes
240configure:5931: checking for unistd.h
241configure:5931: gcc -c -g -O2 -Wall conftest.c >&5
242configure:5931: $? = 0
243configure:5931: result: yes
244configure:5945: checking dlfcn.h usability
245configure:5945: gcc -c -g -O2 -Wall conftest.c >&5
246configure:5945: $? = 0
247configure:5945: result: yes
248configure:5945: checking dlfcn.h presence
249configure:5945: gcc -E conftest.c
250configure:5945: $? = 0
251configure:5945: result: yes
252configure:5945: checking for dlfcn.h
253configure:5945: result: yes
254configure:6013: checking for g++
255configure:6029: found /usr/bin/g++
256configure:6040: result: g++
257configure:6067: checking for C++ compiler version
258configure:6076: g++ --version >&5
259g++ (Debian 4.7.2-5) 4.7.2
260Copyright (C) 2012 Free Software Foundation, Inc.
261This is free software; see the source for copying conditions. There is NO
262warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
263
264configure:6087: $? = 0
265configure:6076: g++ -v >&5
266Using built-in specs.
267COLLECT_GCC=g++
268COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
269Target: x86_64-linux-gnu
270Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
271Thread model: posix
272gcc version 4.7.2 (Debian 4.7.2-5)
273configure:6087: $? = 0
274configure:6076: g++ -V >&5
275g++: error: unrecognized command line option '-V'
276g++: fatal error: no input files
277compilation terminated.
278configure:6087: $? = 4
279configure:6076: g++ -qversion >&5
280g++: error: unrecognized command line option '-qversion'
281g++: fatal error: no input files
282compilation terminated.
283configure:6087: $? = 4
284configure:6091: checking whether we are using the GNU C++ compiler
285configure:6110: g++ -c conftest.cpp >&5
286configure:6110: $? = 0
287configure:6119: result: yes
288configure:6128: checking whether g++ accepts -g
289configure:6148: g++ -c -g conftest.cpp >&5
290configure:6148: $? = 0
291configure:6189: result: yes
292configure:6214: checking dependency style of g++
293configure:6325: result: gcc3
294configure:6350: checking how to run the C++ preprocessor
295configure:6377: g++ -E conftest.cpp
296configure:6377: $? = 0
297configure:6391: g++ -E conftest.cpp
298conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
299compilation terminated.
300configure:6391: $? = 1
301configure: failed program was:
302| /* confdefs.h */
303| #define PACKAGE_NAME "LibVNCServer"
304| #define PACKAGE_TARNAME "libvncserver"
305| #define PACKAGE_VERSION "0.9.9"
306| #define PACKAGE_STRING "LibVNCServer 0.9.9"
307| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
308| #define PACKAGE_URL ""
309| #define PACKAGE "LibVNCServer"
310| #define VERSION "0.9.9"
311| #define STDC_HEADERS 1
312| #define HAVE_SYS_TYPES_H 1
313| #define HAVE_SYS_STAT_H 1
314| #define HAVE_STDLIB_H 1
315| #define HAVE_STRING_H 1
316| #define HAVE_MEMORY_H 1
317| #define HAVE_STRINGS_H 1
318| #define HAVE_INTTYPES_H 1
319| #define HAVE_STDINT_H 1
320| #define HAVE_UNISTD_H 1
321| #define HAVE_DLFCN_H 1
322| /* end confdefs.h. */
323| #include <ac_nonexistent.h>
324configure:6416: result: g++ -E
325configure:6436: g++ -E conftest.cpp
326configure:6436: $? = 0
327configure:6450: g++ -E conftest.cpp
328conftest.cpp:22:28: fatal error: ac_nonexistent.h: No such file or directory
329compilation terminated.
330configure:6450: $? = 1
331configure: failed program was:
332| /* confdefs.h */
333| #define PACKAGE_NAME "LibVNCServer"
334| #define PACKAGE_TARNAME "libvncserver"
335| #define PACKAGE_VERSION "0.9.9"
336| #define PACKAGE_STRING "LibVNCServer 0.9.9"
337| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
338| #define PACKAGE_URL ""
339| #define PACKAGE "LibVNCServer"
340| #define VERSION "0.9.9"
341| #define STDC_HEADERS 1
342| #define HAVE_SYS_TYPES_H 1
343| #define HAVE_SYS_STAT_H 1
344| #define HAVE_STDLIB_H 1
345| #define HAVE_STRING_H 1
346| #define HAVE_MEMORY_H 1
347| #define HAVE_STRINGS_H 1
348| #define HAVE_INTTYPES_H 1
349| #define HAVE_STDINT_H 1
350| #define HAVE_UNISTD_H 1
351| #define HAVE_DLFCN_H 1
352| /* end confdefs.h. */
353| #include <ac_nonexistent.h>
354configure:6534: checking for g77
355configure:6564: result: no
356configure:6534: checking for xlf
357configure:6564: result: no
358configure:6534: checking for f77
359configure:6564: result: no
360configure:6534: checking for frt
361configure:6564: result: no
362configure:6534: checking for pgf77
363configure:6564: result: no
364configure:6534: checking for cf77
365configure:6564: result: no
366configure:6534: checking for fort77
367configure:6564: result: no
368configure:6534: checking for fl32
369configure:6564: result: no
370configure:6534: checking for af77
371configure:6564: result: no
372configure:6534: checking for xlf90
373configure:6564: result: no
374configure:6534: checking for f90
375configure:6564: result: no
376configure:6534: checking for pgf90
377configure:6564: result: no
378configure:6534: checking for pghpf
379configure:6564: result: no
380configure:6534: checking for epcf90
381configure:6564: result: no
382configure:6534: checking for gfortran
383configure:6564: result: no
384configure:6534: checking for g95
385configure:6564: result: no
386configure:6534: checking for xlf95
387configure:6564: result: no
388configure:6534: checking for f95
389configure:6564: result: no
390configure:6534: checking for fort
391configure:6564: result: no
392configure:6534: checking for ifort
393configure:6564: result: no
394configure:6534: checking for ifc
395configure:6564: result: no
396configure:6534: checking for efc
397configure:6564: result: no
398configure:6534: checking for pgfortran
399configure:6564: result: no
400configure:6534: checking for pgf95
401configure:6564: result: no
402configure:6534: checking for lf95
403configure:6564: result: no
404configure:6534: checking for ftn
405configure:6564: result: no
406configure:6534: checking for nagfor
407configure:6564: result: no
408configure:6587: checking for Fortran 77 compiler version
409configure:6596: --version >&5
410./configure: line 6598: --version: command not found
411configure:6607: $? = 127
412configure:6596: -v >&5
413./configure: line 6598: -v: command not found
414configure:6607: $? = 127
415configure:6596: -V >&5
416./configure: line 6598: -V: command not found
417configure:6607: $? = 127
418configure:6596: -qversion >&5
419./configure: line 6598: -qversion: command not found
420configure:6607: $? = 127
421configure:6616: checking whether we are using the GNU Fortran 77 compiler
422configure:6629: -c conftest.F >&5
423./configure: line 2319: -c: command not found
424configure:6629: $? = 127
425configure: failed program was:
426| program main
427| #ifndef __GNUC__
428| choke me
429| #endif
430|
431| end
432configure:6638: result: no
433configure:6644: checking whether accepts -g
434configure:6655: -c -g conftest.f >&5
435./configure: line 2319: -c: command not found
436configure:6655: $? = 127
437configure: failed program was:
438| program main
439|
440| end
441configure:6663: result: no
442configure:6697: checking the maximum length of command line arguments
443configure:6806: result: 32768
444configure:6817: checking command to parse /usr/bin/nm -B output from gcc object
445configure:6922: gcc -c -g -O2 -Wall conftest.c >&5
446configure:6925: $? = 0
447configure:6929: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
448configure:6932: $? = 0
449configure:6984: gcc -o conftest -g -O2 -Wall conftest.c conftstm.o >&5
450configure:6987: $? = 0
451configure:7025: result: ok
452configure:7029: checking for objdir
453configure:7044: result: .libs
454configure:7136: checking for ar
455configure:7152: found /usr/bin/ar
456configure:7163: result: ar
457configure:7228: checking for ranlib
458configure:7244: found /usr/bin/ranlib
459configure:7255: result: ranlib
460configure:7320: checking for strip
461configure:7336: found /usr/bin/strip
462configure:7347: result: strip
463configure:7633: checking if gcc supports -fno-rtti -fno-exceptions
464configure:7651: gcc -c -g -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5
465cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
466configure:7655: $? = 0
467configure:7668: result: no
468configure:7683: checking for gcc option to produce PIC
469configure:7893: result: -fPIC
470configure:7901: checking if gcc PIC flag -fPIC works
471configure:7919: gcc -c -g -O2 -Wall -fPIC -DPIC conftest.c >&5
472configure:7923: $? = 0
473configure:7936: result: yes
474configure:7964: checking if gcc static flag -static works
475configure:7992: result: yes
476configure:8002: checking if gcc supports -c -o file.o
477configure:8023: gcc -c -g -O2 -Wall -o out/conftest2.o conftest.c >&5
478configure:8027: $? = 0
479configure:8049: result: yes
480configure:8075: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
481configure:8975: result: yes
482configure:8996: checking whether -lc should be explicitly linked in
483configure:9001: gcc -c -g -O2 -Wall conftest.c >&5
484configure:9004: $? = 0
485configure:9019: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
486configure:9022: $? = 0
487configure:9034: result: no
488configure:9042: checking dynamic linker characteristics
489configure:9630: result: GNU/Linux ld.so
490configure:9639: checking how to hardcode library paths into programs
491configure:9664: result: immediate
492configure:9678: checking whether stripping libraries is possible
493configure:9683: result: yes
494configure:10199: checking if libtool supports shared libraries
495configure:10201: result: yes
496configure:10204: checking whether to build shared libraries
497configure:10225: result: yes
498configure:10228: checking whether to build static libraries
499configure:10232: result: yes
500configure:10324: creating libtool
501configure:10908: checking for ld used by g++
502configure:10975: result: /usr/bin/ld -m elf_x86_64
503configure:10982: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
504configure:10997: result: yes
505configure:11048: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
506configure:11928: result: yes
507configure:11950: g++ -c -g -O2 conftest.cpp >&5
508configure:11953: $? = 0
509configure:12072: checking for g++ option to produce PIC
510configure:12346: result: -fPIC
511configure:12354: checking if g++ PIC flag -fPIC works
512configure:12372: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
513configure:12376: $? = 0
514configure:12389: result: yes
515configure:12417: checking if g++ static flag -static works
516configure:12445: result: yes
517configure:12455: checking if g++ supports -c -o file.o
518configure:12476: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
519configure:12480: $? = 0
520configure:12502: result: yes
521configure:12528: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
522configure:12553: result: yes
523configure:12620: checking dynamic linker characteristics
524configure:13208: result: GNU/Linux ld.so
525configure:13217: checking how to hardcode library paths into programs
526configure:13242: result: immediate
527configure:19284: checking for ar
528configure:19303: found /usr/bin/ar
529configure:19316: result: /usr/bin/ar
530configure:19338: checking for __b64_ntop in -lresolv
531configure:19363: gcc -o conftest -g -O2 -Wall conftest.c -lresolv >&5
532configure:19363: $? = 0
533configure:19372: result: yes
534configure:19475: checking thenonexistentheader.h usability
535configure:19475: gcc -c -g -O2 -Wall conftest.c >&5
536conftest.c:56:34: fatal error: thenonexistentheader.h: No such file or directory
537compilation terminated.
538configure:19475: $? = 1
539configure: failed program was:
540| /* confdefs.h */
541| #define PACKAGE_NAME "LibVNCServer"
542| #define PACKAGE_TARNAME "libvncserver"
543| #define PACKAGE_VERSION "0.9.9"
544| #define PACKAGE_STRING "LibVNCServer 0.9.9"
545| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
546| #define PACKAGE_URL ""
547| #define PACKAGE "LibVNCServer"
548| #define VERSION "0.9.9"
549| #define STDC_HEADERS 1
550| #define HAVE_SYS_TYPES_H 1
551| #define HAVE_SYS_STAT_H 1
552| #define HAVE_STDLIB_H 1
553| #define HAVE_STRING_H 1
554| #define HAVE_MEMORY_H 1
555| #define HAVE_STRINGS_H 1
556| #define HAVE_INTTYPES_H 1
557| #define HAVE_STDINT_H 1
558| #define HAVE_UNISTD_H 1
559| #define HAVE_DLFCN_H 1
560| #define ALLOW24BPP 1
561| /* end confdefs.h. */
562| #include <stdio.h>
563| #ifdef HAVE_SYS_TYPES_H
564| # include <sys/types.h>
565| #endif
566| #ifdef HAVE_SYS_STAT_H
567| # include <sys/stat.h>
568| #endif
569| #ifdef STDC_HEADERS
570| # include <stdlib.h>
571| # include <stddef.h>
572| #else
573| # ifdef HAVE_STDLIB_H
574| # include <stdlib.h>
575| # endif
576| #endif
577| #ifdef HAVE_STRING_H
578| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
579| # include <memory.h>
580| # endif
581| # include <string.h>
582| #endif
583| #ifdef HAVE_STRINGS_H
584| # include <strings.h>
585| #endif
586| #ifdef HAVE_INTTYPES_H
587| # include <inttypes.h>
588| #endif
589| #ifdef HAVE_STDINT_H
590| # include <stdint.h>
591| #endif
592| #ifdef HAVE_UNISTD_H
593| # include <unistd.h>
594| #endif
595| #include <thenonexistentheader.h>
596configure:19475: result: no
597configure:19475: checking thenonexistentheader.h presence
598configure:19475: gcc -E conftest.c
599conftest.c:23:34: fatal error: thenonexistentheader.h: No such file or directory
600compilation terminated.
601configure:19475: $? = 1
602configure: failed program was:
603| /* confdefs.h */
604| #define PACKAGE_NAME "LibVNCServer"
605| #define PACKAGE_TARNAME "libvncserver"
606| #define PACKAGE_VERSION "0.9.9"
607| #define PACKAGE_STRING "LibVNCServer 0.9.9"
608| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
609| #define PACKAGE_URL ""
610| #define PACKAGE "LibVNCServer"
611| #define VERSION "0.9.9"
612| #define STDC_HEADERS 1
613| #define HAVE_SYS_TYPES_H 1
614| #define HAVE_SYS_STAT_H 1
615| #define HAVE_STDLIB_H 1
616| #define HAVE_STRING_H 1
617| #define HAVE_MEMORY_H 1
618| #define HAVE_STRINGS_H 1
619| #define HAVE_INTTYPES_H 1
620| #define HAVE_STDINT_H 1
621| #define HAVE_UNISTD_H 1
622| #define HAVE_DLFCN_H 1
623| #define ALLOW24BPP 1
624| /* end confdefs.h. */
625| #include <thenonexistentheader.h>
626configure:19475: result: no
627configure:19475: checking for thenonexistentheader.h
628configure:19475: result: no
629configure:19505: checking for crypt
630configure:19505: gcc -o conftest -g -O2 -Wall conftest.c >&5
631/tmp/ccCsNDXi.o: In function `main':
632/data/src/android-master/external/libvncserver/conftest.c:57: undefined reference to `crypt'
633collect2: error: ld returned 1 exit status
634configure:19505: $? = 1
635configure: failed program was:
636| /* confdefs.h */
637| #define PACKAGE_NAME "LibVNCServer"
638| #define PACKAGE_TARNAME "libvncserver"
639| #define PACKAGE_VERSION "0.9.9"
640| #define PACKAGE_STRING "LibVNCServer 0.9.9"
641| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
642| #define PACKAGE_URL ""
643| #define PACKAGE "LibVNCServer"
644| #define VERSION "0.9.9"
645| #define STDC_HEADERS 1
646| #define HAVE_SYS_TYPES_H 1
647| #define HAVE_SYS_STAT_H 1
648| #define HAVE_STDLIB_H 1
649| #define HAVE_STRING_H 1
650| #define HAVE_MEMORY_H 1
651| #define HAVE_STRINGS_H 1
652| #define HAVE_INTTYPES_H 1
653| #define HAVE_STDINT_H 1
654| #define HAVE_UNISTD_H 1
655| #define HAVE_DLFCN_H 1
656| #define ALLOW24BPP 1
657| /* end confdefs.h. */
658| /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
659| For example, HP-UX 11i <limits.h> declares gettimeofday. */
660| #define crypt innocuous_crypt
661|
662| /* System header to define __stub macros and hopefully few prototypes,
663| which can conflict with char crypt (); below.
664| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
665| <limits.h> exists even on freestanding compilers. */
666|
667| #ifdef __STDC__
668| # include <limits.h>
669| #else
670| # include <assert.h>
671| #endif
672|
673| #undef crypt
674|
675| /* Override any GCC internal prototype to avoid an error.
676| Use char because int might match the return type of a GCC
677| builtin and then its argument prototype would still apply. */
678| #ifdef __cplusplus
679| extern "C"
680| #endif
681| char crypt ();
682| /* The GNU C library defines this for functions which it implements
683| to always fail with ENOSYS. Some functions are actually named
684| something starting with __ and the normal name is an alias. */
685| #if defined __stub_crypt || defined __stub___crypt
686| choke me
687| #endif
688|
689| int
690| main ()
691| {
692| return crypt ();
693| ;
694| return 0;
695| }
696configure:19505: result: no
697configure:19515: checking for crypt in -lcrypt
698configure:19540: gcc -o conftest -g -O2 -Wall conftest.c -lcrypt >&5
699configure:19540: $? = 0
700configure:19549: result: yes
701configure:19592: checking for RAND_file_name in -lcrypto
702configure:19617: gcc -o conftest -g -O2 -Wall conftest.c -lcrypto >&5
703/usr/bin/ld: cannot find -lcrypto
704collect2: error: ld returned 1 exit status
705configure:19617: $? = 1
706configure: failed program was:
707| /* confdefs.h */
708| #define PACKAGE_NAME "LibVNCServer"
709| #define PACKAGE_TARNAME "libvncserver"
710| #define PACKAGE_VERSION "0.9.9"
711| #define PACKAGE_STRING "LibVNCServer 0.9.9"
712| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
713| #define PACKAGE_URL ""
714| #define PACKAGE "LibVNCServer"
715| #define VERSION "0.9.9"
716| #define STDC_HEADERS 1
717| #define HAVE_SYS_TYPES_H 1
718| #define HAVE_SYS_STAT_H 1
719| #define HAVE_STDLIB_H 1
720| #define HAVE_STRING_H 1
721| #define HAVE_MEMORY_H 1
722| #define HAVE_STRINGS_H 1
723| #define HAVE_INTTYPES_H 1
724| #define HAVE_STDINT_H 1
725| #define HAVE_UNISTD_H 1
726| #define HAVE_DLFCN_H 1
727| #define ALLOW24BPP 1
728| #define HAVE_LIBCRYPT 1
729| /* end confdefs.h. */
730|
731| /* Override any GCC internal prototype to avoid an error.
732| Use char because int might match the return type of a GCC
733| builtin and then its argument prototype would still apply. */
734| #ifdef __cplusplus
735| extern "C"
736| #endif
737| char RAND_file_name ();
738| int
739| main ()
740| {
741| return RAND_file_name ();
742| ;
743| return 0;
744| }
745configure:19626: result: no
746configure:19687: checking for SSL_library_init in -lssl
747configure:19712: gcc -o conftest -g -O2 -Wall conftest.c -lssl >&5
748/usr/bin/ld: cannot find -lssl
749collect2: error: ld returned 1 exit status
750configure:19712: $? = 1
751configure: failed program was:
752| /* confdefs.h */
753| #define PACKAGE_NAME "LibVNCServer"
754| #define PACKAGE_TARNAME "libvncserver"
755| #define PACKAGE_VERSION "0.9.9"
756| #define PACKAGE_STRING "LibVNCServer 0.9.9"
757| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
758| #define PACKAGE_URL ""
759| #define PACKAGE "LibVNCServer"
760| #define VERSION "0.9.9"
761| #define STDC_HEADERS 1
762| #define HAVE_SYS_TYPES_H 1
763| #define HAVE_SYS_STAT_H 1
764| #define HAVE_STDLIB_H 1
765| #define HAVE_STRING_H 1
766| #define HAVE_MEMORY_H 1
767| #define HAVE_STRINGS_H 1
768| #define HAVE_INTTYPES_H 1
769| #define HAVE_STDINT_H 1
770| #define HAVE_UNISTD_H 1
771| #define HAVE_DLFCN_H 1
772| #define ALLOW24BPP 1
773| #define HAVE_LIBCRYPT 1
774| /* end confdefs.h. */
775|
776| /* Override any GCC internal prototype to avoid an error.
777| Use char because int might match the return type of a GCC
778| builtin and then its argument prototype would still apply. */
779| #ifdef __cplusplus
780| extern "C"
781| #endif
782| char SSL_library_init ();
783| int
784| main ()
785| {
786| return SSL_library_init ();
787| ;
788| return 0;
789| }
790configure:19721: result: no
791configure:19743: checking for X
792configure:19851: gcc -E conftest.c
793configure:19851: $? = 0
794configure:19882: gcc -o conftest -g -O2 -Wall conftest.c -lX11 >&5
795configure:19882: $? = 0
796configure:19932: result: libraries , headers
797configure:20031: gcc -o conftest -g -O2 -Wall conftest.c -lX11 >&5
798configure:20031: $? = 0
799configure:20129: checking for gethostbyname
800configure:20129: gcc -o conftest -g -O2 -Wall conftest.c >&5
801configure:20129: $? = 0
802configure:20129: result: yes
803configure:20226: checking for connect
804configure:20226: gcc -o conftest -g -O2 -Wall conftest.c >&5
805configure:20226: $? = 0
806configure:20226: result: yes
807configure:20275: checking for remove
808configure:20275: gcc -o conftest -g -O2 -Wall conftest.c >&5
809configure:20275: $? = 0
810configure:20275: result: yes
811configure:20324: checking for shmat
812configure:20324: gcc -o conftest -g -O2 -Wall conftest.c >&5
813configure:20324: $? = 0
814configure:20324: result: yes
815configure:20382: checking for IceConnectionNumber in -lICE
816configure:20407: gcc -o conftest -g -O2 -Wall conftest.c -lICE >&5
817configure:20407: $? = 0
818configure:20416: result: yes
819configure:20560: checking for XGetImage in -lX11
820configure:20585: gcc -o conftest -g -O2 -Wall conftest.c -lX11 -lX11 >&5
821configure:20585: $? = 0
822configure:20594: result: yes
823configure:21556: checking jpeglib.h usability
824configure:21556: gcc -c -g -O2 -Wall conftest.c >&5
825configure:21556: $? = 0
826configure:21556: result: yes
827configure:21556: checking jpeglib.h presence
828configure:21556: gcc -E conftest.c
829configure:21556: $? = 0
830configure:21556: result: yes
831configure:21556: checking for jpeglib.h
832configure:21556: result: yes
833configure:21562: checking for jpeg_CreateCompress in libjpeg
834configure:21583: gcc -o conftest -g -O2 -Wall conftest.c -ljpeg >&5
835configure:21583: $? = 0
836configure:21584: result: yes
837configure:21629: checking whether JPEG library is libjpeg-turbo
838configure:21660: gcc -o conftest -g -O2 -Wall conftest.c -ljpeg >&5
839conftest.c: In function 'main':
840conftest.c:37:28: error: 'JCS_EXT_RGB' undeclared (first use in this function)
841conftest.c:37:28: note: each undeclared identifier is reported only once for each function it appears in
842configure:21660: $? = 1
843configure: program exited with status 1
844configure: failed program was:
845| /* confdefs.h */
846| #define PACKAGE_NAME "LibVNCServer"
847| #define PACKAGE_TARNAME "libvncserver"
848| #define PACKAGE_VERSION "0.9.9"
849| #define PACKAGE_STRING "LibVNCServer 0.9.9"
850| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
851| #define PACKAGE_URL ""
852| #define PACKAGE "LibVNCServer"
853| #define VERSION "0.9.9"
854| #define STDC_HEADERS 1
855| #define HAVE_SYS_TYPES_H 1
856| #define HAVE_SYS_STAT_H 1
857| #define HAVE_STDLIB_H 1
858| #define HAVE_STRING_H 1
859| #define HAVE_MEMORY_H 1
860| #define HAVE_STRINGS_H 1
861| #define HAVE_INTTYPES_H 1
862| #define HAVE_STDINT_H 1
863| #define HAVE_UNISTD_H 1
864| #define HAVE_DLFCN_H 1
865| #define ALLOW24BPP 1
866| #define HAVE_LIBCRYPT 1
867| #define HAVE_X11 1
868| #define HAVE_LIBJPEG 1
869| /* end confdefs.h. */
870| #include <stdio.h>
871| #include <jpeglib.h>
872| int
873| main ()
874| {
875| struct jpeg_compress_struct cinfo;
876| struct jpeg_error_mgr jerr;
877| cinfo.err=jpeg_std_error(&jerr);
878| jpeg_create_compress(&cinfo);
879| cinfo.input_components = 3;
880| jpeg_set_defaults(&cinfo);
881| cinfo.in_color_space = JCS_EXT_RGB;
882| jpeg_default_colorspace(&cinfo);
883| return 0;
884| ;
885| return 0;
886| }
887|
888configure:21664: result: no
889configure:21712: WARNING:
890==========================================================================
891*** The libjpeg library you are building against is not libjpeg-turbo.
892Performance will be reduced. You can obtain libjpeg-turbo from:
893https://sourceforge.net/projects/libjpeg-turbo/files/ ***
894==========================================================================
895
896configure:21753: checking png.h usability
897configure:21753: gcc -c -g -O2 -Wall conftest.c >&5
898configure:21753: $? = 0
899configure:21753: result: yes
900configure:21753: checking png.h presence
901configure:21753: gcc -E conftest.c
902configure:21753: $? = 0
903configure:21753: result: yes
904configure:21753: checking for png.h
905configure:21753: result: yes
906configure:21760: checking for png_create_write_struct in -lpng
907configure:21785: gcc -o conftest -g -O2 -Wall conftest.c -lpng -ljpeg >&5
908configure:21785: $? = 0
909configure:21794: result: yes
910configure:21869: checking zlib.h usability
911configure:21869: gcc -c -g -O2 -Wall conftest.c >&5
912configure:21869: $? = 0
913configure:21869: result: yes
914configure:21869: checking zlib.h presence
915configure:21869: gcc -E conftest.c
916configure:21869: $? = 0
917configure:21869: result: yes
918configure:21869: checking for zlib.h
919configure:21869: result: yes
920configure:21876: checking for deflate in -lz
921configure:21901: gcc -o conftest -g -O2 -Wall conftest.c -lz -lpng -ljpeg >&5
922configure:21901: $? = 0
923configure:21910: result: yes
924configure:21963: checking pthread.h usability
925configure:21963: gcc -c -g -O2 -Wall conftest.c >&5
926configure:21963: $? = 0
927configure:21963: result: yes
928configure:21963: checking pthread.h presence
929configure:21963: gcc -E conftest.c
930configure:21963: $? = 0
931configure:21963: result: yes
932configure:21963: checking for pthread.h
933configure:21963: result: yes
934configure:21970: checking for pthread_mutex_lock in -lpthread
935configure:21995: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg >&5
936configure:21995: $? = 0
937configure:22004: result: yes
938configure:22015: checking for pthread_mutex_lock in -lpthread
939configure:22049: result: yes
940configure:22066: checking for __thread
941configure:22079: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg >&5
942conftest.c: In function 'main':
943conftest.c:33:21: warning: unused variable 'p' [-Wunused-variable]
944configure:22079: $? = 0
945configure:22083: result: yes
946configure:22241: checking for pkg-config
947configure:22259: found /usr/bin/pkg-config
948configure:22271: result: /usr/bin/pkg-config
949configure:22296: checking pkg-config is at least version 0.9.0
950configure:22299: result: yes
951configure:22309: checking for GTK
952configure:22316: $PKG_CONFIG --exists --print-errors "gtk+-2.0"
953Package gtk+-2.0 was not found in the pkg-config search path.
954Perhaps you should add the directory containing `gtk+-2.0.pc'
955to the PKG_CONFIG_PATH environment variable
956No package 'gtk+-2.0' found
957configure:22319: $? = 1
958configure:22333: $PKG_CONFIG --exists --print-errors "gtk+-2.0"
959Package gtk+-2.0 was not found in the pkg-config search path.
960Perhaps you should add the directory containing `gtk+-2.0.pc'
961to the PKG_CONFIG_PATH environment variable
962No package 'gtk+-2.0' found
963configure:22336: $? = 1
964configure:22350: result: no
965No package 'gtk+-2.0' found
966configure:22435: checking for libgcrypt-config
967configure:22466: result: no
968configure:22483: checking for LIBGCRYPT - version >= 1.4.0
969configure:22520: result: no
970configure:22574: checking for GNUTLS
971configure:22581: $PKG_CONFIG --exists --print-errors "gnutls >= 2.4.0"
972Package gnutls was not found in the pkg-config search path.
973Perhaps you should add the directory containing `gnutls.pc'
974to the PKG_CONFIG_PATH environment variable
975No package 'gnutls' found
976configure:22584: $? = 1
977configure:22598: $PKG_CONFIG --exists --print-errors "gnutls >= 2.4.0"
978Package gnutls was not found in the pkg-config search path.
979Perhaps you should add the directory containing `gnutls.pc'
980to the PKG_CONFIG_PATH environment variable
981No package 'gnutls' found
982configure:22601: $? = 1
983configure:22615: result: no
984No package 'gnutls' found
985configure:22669: WARNING:
986==========================================================================
987*** No encryption library could be found. ***
988A libvncserver/libvncclient built this way will not support SSL encryption.
989To enable SSL install the necessary development packages (perhaps it is named
990something like libssl-dev or gnutls-dev) and run configure again.
991==========================================================================
992
993configure:22691: checking for getaddrinfo
994configure:22691: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
995configure:22691: $? = 0
996configure:22691: result: yes
997configure:22774: checking for ANSI C header files
998configure:22878: result: yes
999configure:22889: checking arpa/inet.h usability
1000configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1001configure:22889: $? = 0
1002configure:22889: result: yes
1003configure:22889: checking arpa/inet.h presence
1004configure:22889: gcc -E conftest.c
1005configure:22889: $? = 0
1006configure:22889: result: yes
1007configure:22889: checking for arpa/inet.h
1008configure:22889: result: yes
1009configure:22889: checking fcntl.h usability
1010configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1011configure:22889: $? = 0
1012configure:22889: result: yes
1013configure:22889: checking fcntl.h presence
1014configure:22889: gcc -E conftest.c
1015configure:22889: $? = 0
1016configure:22889: result: yes
1017configure:22889: checking for fcntl.h
1018configure:22889: result: yes
1019configure:22889: checking netdb.h usability
1020configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1021configure:22889: $? = 0
1022configure:22889: result: yes
1023configure:22889: checking netdb.h presence
1024configure:22889: gcc -E conftest.c
1025configure:22889: $? = 0
1026configure:22889: result: yes
1027configure:22889: checking for netdb.h
1028configure:22889: result: yes
1029configure:22889: checking netinet/in.h usability
1030configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1031configure:22889: $? = 0
1032configure:22889: result: yes
1033configure:22889: checking netinet/in.h presence
1034configure:22889: gcc -E conftest.c
1035configure:22889: $? = 0
1036configure:22889: result: yes
1037configure:22889: checking for netinet/in.h
1038configure:22889: result: yes
1039configure:22889: checking for stdlib.h
1040configure:22889: result: yes
1041configure:22889: checking for string.h
1042configure:22889: result: yes
1043configure:22889: checking sys/socket.h usability
1044configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1045configure:22889: $? = 0
1046configure:22889: result: yes
1047configure:22889: checking sys/socket.h presence
1048configure:22889: gcc -E conftest.c
1049configure:22889: $? = 0
1050configure:22889: result: yes
1051configure:22889: checking for sys/socket.h
1052configure:22889: result: yes
1053configure:22889: checking sys/time.h usability
1054configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1055configure:22889: $? = 0
1056configure:22889: result: yes
1057configure:22889: checking sys/time.h presence
1058configure:22889: gcc -E conftest.c
1059configure:22889: $? = 0
1060configure:22889: result: yes
1061configure:22889: checking for sys/time.h
1062configure:22889: result: yes
1063configure:22889: checking sys/timeb.h usability
1064configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1065configure:22889: $? = 0
1066configure:22889: result: yes
1067configure:22889: checking sys/timeb.h presence
1068configure:22889: gcc -E conftest.c
1069configure:22889: $? = 0
1070configure:22889: result: yes
1071configure:22889: checking for sys/timeb.h
1072configure:22889: result: yes
1073configure:22889: checking syslog.h usability
1074configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1075configure:22889: $? = 0
1076configure:22889: result: yes
1077configure:22889: checking syslog.h presence
1078configure:22889: gcc -E conftest.c
1079configure:22889: $? = 0
1080configure:22889: result: yes
1081configure:22889: checking for syslog.h
1082configure:22889: result: yes
1083configure:22889: checking for unistd.h
1084configure:22889: result: yes
1085configure:22889: checking ws2tcpip.h usability
1086configure:22889: gcc -c -g -O2 -Wall conftest.c >&5
1087conftest.c:78:22: fatal error: ws2tcpip.h: No such file or directory
1088compilation terminated.
1089configure:22889: $? = 1
1090configure: failed program was:
1091| /* confdefs.h */
1092| #define PACKAGE_NAME "LibVNCServer"
1093| #define PACKAGE_TARNAME "libvncserver"
1094| #define PACKAGE_VERSION "0.9.9"
1095| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1096| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1097| #define PACKAGE_URL ""
1098| #define PACKAGE "LibVNCServer"
1099| #define VERSION "0.9.9"
1100| #define STDC_HEADERS 1
1101| #define HAVE_SYS_TYPES_H 1
1102| #define HAVE_SYS_STAT_H 1
1103| #define HAVE_STDLIB_H 1
1104| #define HAVE_STRING_H 1
1105| #define HAVE_MEMORY_H 1
1106| #define HAVE_STRINGS_H 1
1107| #define HAVE_INTTYPES_H 1
1108| #define HAVE_STDINT_H 1
1109| #define HAVE_UNISTD_H 1
1110| #define HAVE_DLFCN_H 1
1111| #define ALLOW24BPP 1
1112| #define HAVE_LIBCRYPT 1
1113| #define HAVE_X11 1
1114| #define HAVE_LIBJPEG 1
1115| #define HAVE_LIBPNG 1
1116| #define HAVE_LIBZ 1
1117| #define HAVE_LIBPTHREAD 1
1118| #define HAVE_TLS 1
1119| #define WITH_TIGHTVNC_FILETRANSFER 1
1120| #define WITH_WEBSOCKETS 1
1121| #define IPv6 1
1122| #define STDC_HEADERS 1
1123| #define HAVE_ARPA_INET_H 1
1124| #define HAVE_FCNTL_H 1
1125| #define HAVE_NETDB_H 1
1126| #define HAVE_NETINET_IN_H 1
1127| #define HAVE_STDLIB_H 1
1128| #define HAVE_STRING_H 1
1129| #define HAVE_SYS_SOCKET_H 1
1130| #define HAVE_SYS_TIME_H 1
1131| #define HAVE_SYS_TIMEB_H 1
1132| #define HAVE_SYSLOG_H 1
1133| #define HAVE_UNISTD_H 1
1134| /* end confdefs.h. */
1135| #include <stdio.h>
1136| #ifdef HAVE_SYS_TYPES_H
1137| # include <sys/types.h>
1138| #endif
1139| #ifdef HAVE_SYS_STAT_H
1140| # include <sys/stat.h>
1141| #endif
1142| #ifdef STDC_HEADERS
1143| # include <stdlib.h>
1144| # include <stddef.h>
1145| #else
1146| # ifdef HAVE_STDLIB_H
1147| # include <stdlib.h>
1148| # endif
1149| #endif
1150| #ifdef HAVE_STRING_H
1151| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1152| # include <memory.h>
1153| # endif
1154| # include <string.h>
1155| #endif
1156| #ifdef HAVE_STRINGS_H
1157| # include <strings.h>
1158| #endif
1159| #ifdef HAVE_INTTYPES_H
1160| # include <inttypes.h>
1161| #endif
1162| #ifdef HAVE_STDINT_H
1163| # include <stdint.h>
1164| #endif
1165| #ifdef HAVE_UNISTD_H
1166| # include <unistd.h>
1167| #endif
1168| #include <ws2tcpip.h>
1169configure:22889: result: no
1170configure:22889: checking ws2tcpip.h presence
1171configure:22889: gcc -E conftest.c
1172conftest.c:45:22: fatal error: ws2tcpip.h: No such file or directory
1173compilation terminated.
1174configure:22889: $? = 1
1175configure: failed program was:
1176| /* confdefs.h */
1177| #define PACKAGE_NAME "LibVNCServer"
1178| #define PACKAGE_TARNAME "libvncserver"
1179| #define PACKAGE_VERSION "0.9.9"
1180| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1181| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1182| #define PACKAGE_URL ""
1183| #define PACKAGE "LibVNCServer"
1184| #define VERSION "0.9.9"
1185| #define STDC_HEADERS 1
1186| #define HAVE_SYS_TYPES_H 1
1187| #define HAVE_SYS_STAT_H 1
1188| #define HAVE_STDLIB_H 1
1189| #define HAVE_STRING_H 1
1190| #define HAVE_MEMORY_H 1
1191| #define HAVE_STRINGS_H 1
1192| #define HAVE_INTTYPES_H 1
1193| #define HAVE_STDINT_H 1
1194| #define HAVE_UNISTD_H 1
1195| #define HAVE_DLFCN_H 1
1196| #define ALLOW24BPP 1
1197| #define HAVE_LIBCRYPT 1
1198| #define HAVE_X11 1
1199| #define HAVE_LIBJPEG 1
1200| #define HAVE_LIBPNG 1
1201| #define HAVE_LIBZ 1
1202| #define HAVE_LIBPTHREAD 1
1203| #define HAVE_TLS 1
1204| #define WITH_TIGHTVNC_FILETRANSFER 1
1205| #define WITH_WEBSOCKETS 1
1206| #define IPv6 1
1207| #define STDC_HEADERS 1
1208| #define HAVE_ARPA_INET_H 1
1209| #define HAVE_FCNTL_H 1
1210| #define HAVE_NETDB_H 1
1211| #define HAVE_NETINET_IN_H 1
1212| #define HAVE_STDLIB_H 1
1213| #define HAVE_STRING_H 1
1214| #define HAVE_SYS_SOCKET_H 1
1215| #define HAVE_SYS_TIME_H 1
1216| #define HAVE_SYS_TIMEB_H 1
1217| #define HAVE_SYSLOG_H 1
1218| #define HAVE_UNISTD_H 1
1219| /* end confdefs.h. */
1220| #include <ws2tcpip.h>
1221configure:22889: result: no
1222configure:22889: checking for ws2tcpip.h
1223configure:22889: result: no
1224configure:22918: checking for an ANSI C-conforming const
1225configure:22984: gcc -c -g -O2 -Wall conftest.c >&5
1226configure:22984: $? = 0
1227configure:22991: result: yes
1228configure:22999: checking for inline
1229configure:23015: gcc -c -g -O2 -Wall conftest.c >&5
1230configure:23015: $? = 0
1231configure:23023: result: inline
1232configure:23041: checking whether byte ordering is bigendian
1233configure:23056: gcc -c -g -O2 -Wall conftest.c >&5
1234conftest.c:46:9: error: unknown type name 'not'
1235conftest.c:46:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
1236conftest.c:46:15: error: unknown type name 'universal'
1237configure:23056: $? = 1
1238configure: failed program was:
1239| /* confdefs.h */
1240| #define PACKAGE_NAME "LibVNCServer"
1241| #define PACKAGE_TARNAME "libvncserver"
1242| #define PACKAGE_VERSION "0.9.9"
1243| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1244| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1245| #define PACKAGE_URL ""
1246| #define PACKAGE "LibVNCServer"
1247| #define VERSION "0.9.9"
1248| #define STDC_HEADERS 1
1249| #define HAVE_SYS_TYPES_H 1
1250| #define HAVE_SYS_STAT_H 1
1251| #define HAVE_STDLIB_H 1
1252| #define HAVE_STRING_H 1
1253| #define HAVE_MEMORY_H 1
1254| #define HAVE_STRINGS_H 1
1255| #define HAVE_INTTYPES_H 1
1256| #define HAVE_STDINT_H 1
1257| #define HAVE_UNISTD_H 1
1258| #define HAVE_DLFCN_H 1
1259| #define ALLOW24BPP 1
1260| #define HAVE_LIBCRYPT 1
1261| #define HAVE_X11 1
1262| #define HAVE_LIBJPEG 1
1263| #define HAVE_LIBPNG 1
1264| #define HAVE_LIBZ 1
1265| #define HAVE_LIBPTHREAD 1
1266| #define HAVE_TLS 1
1267| #define WITH_TIGHTVNC_FILETRANSFER 1
1268| #define WITH_WEBSOCKETS 1
1269| #define IPv6 1
1270| #define STDC_HEADERS 1
1271| #define HAVE_ARPA_INET_H 1
1272| #define HAVE_FCNTL_H 1
1273| #define HAVE_NETDB_H 1
1274| #define HAVE_NETINET_IN_H 1
1275| #define HAVE_STDLIB_H 1
1276| #define HAVE_STRING_H 1
1277| #define HAVE_SYS_SOCKET_H 1
1278| #define HAVE_SYS_TIME_H 1
1279| #define HAVE_SYS_TIMEB_H 1
1280| #define HAVE_SYSLOG_H 1
1281| #define HAVE_UNISTD_H 1
1282| /* end confdefs.h. */
1283| #ifndef __APPLE_CC__
1284| not a universal capable compiler
1285| #endif
1286| typedef int dummy;
1287|
1288configure:23101: gcc -c -g -O2 -Wall conftest.c >&5
1289configure:23101: $? = 0
1290configure:23119: gcc -c -g -O2 -Wall conftest.c >&5
1291conftest.c: In function 'main':
1292conftest.c:52:4: error: unknown type name 'not'
1293conftest.c:52:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
1294configure:23119: $? = 1
1295configure: failed program was:
1296| /* confdefs.h */
1297| #define PACKAGE_NAME "LibVNCServer"
1298| #define PACKAGE_TARNAME "libvncserver"
1299| #define PACKAGE_VERSION "0.9.9"
1300| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1301| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1302| #define PACKAGE_URL ""
1303| #define PACKAGE "LibVNCServer"
1304| #define VERSION "0.9.9"
1305| #define STDC_HEADERS 1
1306| #define HAVE_SYS_TYPES_H 1
1307| #define HAVE_SYS_STAT_H 1
1308| #define HAVE_STDLIB_H 1
1309| #define HAVE_STRING_H 1
1310| #define HAVE_MEMORY_H 1
1311| #define HAVE_STRINGS_H 1
1312| #define HAVE_INTTYPES_H 1
1313| #define HAVE_STDINT_H 1
1314| #define HAVE_UNISTD_H 1
1315| #define HAVE_DLFCN_H 1
1316| #define ALLOW24BPP 1
1317| #define HAVE_LIBCRYPT 1
1318| #define HAVE_X11 1
1319| #define HAVE_LIBJPEG 1
1320| #define HAVE_LIBPNG 1
1321| #define HAVE_LIBZ 1
1322| #define HAVE_LIBPTHREAD 1
1323| #define HAVE_TLS 1
1324| #define WITH_TIGHTVNC_FILETRANSFER 1
1325| #define WITH_WEBSOCKETS 1
1326| #define IPv6 1
1327| #define STDC_HEADERS 1
1328| #define HAVE_ARPA_INET_H 1
1329| #define HAVE_FCNTL_H 1
1330| #define HAVE_NETDB_H 1
1331| #define HAVE_NETINET_IN_H 1
1332| #define HAVE_STDLIB_H 1
1333| #define HAVE_STRING_H 1
1334| #define HAVE_SYS_SOCKET_H 1
1335| #define HAVE_SYS_TIME_H 1
1336| #define HAVE_SYS_TIMEB_H 1
1337| #define HAVE_SYSLOG_H 1
1338| #define HAVE_UNISTD_H 1
1339| /* end confdefs.h. */
1340| #include <sys/types.h>
1341| #include <sys/param.h>
1342|
1343| int
1344| main ()
1345| {
1346| #if BYTE_ORDER != BIG_ENDIAN
1347| not big endian
1348| #endif
1349|
1350| ;
1351| return 0;
1352| }
1353configure:23247: result: no
1354configure:23265: checking for size_t
1355configure:23265: gcc -c -g -O2 -Wall conftest.c >&5
1356configure:23265: $? = 0
1357configure:23265: gcc -c -g -O2 -Wall conftest.c >&5
1358conftest.c: In function 'main':
1359conftest.c:81:21: error: expected expression before ')' token
1360configure:23265: $? = 1
1361configure: failed program was:
1362| /* confdefs.h */
1363| #define PACKAGE_NAME "LibVNCServer"
1364| #define PACKAGE_TARNAME "libvncserver"
1365| #define PACKAGE_VERSION "0.9.9"
1366| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1367| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1368| #define PACKAGE_URL ""
1369| #define PACKAGE "LibVNCServer"
1370| #define VERSION "0.9.9"
1371| #define STDC_HEADERS 1
1372| #define HAVE_SYS_TYPES_H 1
1373| #define HAVE_SYS_STAT_H 1
1374| #define HAVE_STDLIB_H 1
1375| #define HAVE_STRING_H 1
1376| #define HAVE_MEMORY_H 1
1377| #define HAVE_STRINGS_H 1
1378| #define HAVE_INTTYPES_H 1
1379| #define HAVE_STDINT_H 1
1380| #define HAVE_UNISTD_H 1
1381| #define HAVE_DLFCN_H 1
1382| #define ALLOW24BPP 1
1383| #define HAVE_LIBCRYPT 1
1384| #define HAVE_X11 1
1385| #define HAVE_LIBJPEG 1
1386| #define HAVE_LIBPNG 1
1387| #define HAVE_LIBZ 1
1388| #define HAVE_LIBPTHREAD 1
1389| #define HAVE_TLS 1
1390| #define WITH_TIGHTVNC_FILETRANSFER 1
1391| #define WITH_WEBSOCKETS 1
1392| #define IPv6 1
1393| #define STDC_HEADERS 1
1394| #define HAVE_ARPA_INET_H 1
1395| #define HAVE_FCNTL_H 1
1396| #define HAVE_NETDB_H 1
1397| #define HAVE_NETINET_IN_H 1
1398| #define HAVE_STDLIB_H 1
1399| #define HAVE_STRING_H 1
1400| #define HAVE_SYS_SOCKET_H 1
1401| #define HAVE_SYS_TIME_H 1
1402| #define HAVE_SYS_TIMEB_H 1
1403| #define HAVE_SYSLOG_H 1
1404| #define HAVE_UNISTD_H 1
1405| /* end confdefs.h. */
1406| #include <stdio.h>
1407| #ifdef HAVE_SYS_TYPES_H
1408| # include <sys/types.h>
1409| #endif
1410| #ifdef HAVE_SYS_STAT_H
1411| # include <sys/stat.h>
1412| #endif
1413| #ifdef STDC_HEADERS
1414| # include <stdlib.h>
1415| # include <stddef.h>
1416| #else
1417| # ifdef HAVE_STDLIB_H
1418| # include <stdlib.h>
1419| # endif
1420| #endif
1421| #ifdef HAVE_STRING_H
1422| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1423| # include <memory.h>
1424| # endif
1425| # include <string.h>
1426| #endif
1427| #ifdef HAVE_STRINGS_H
1428| # include <strings.h>
1429| #endif
1430| #ifdef HAVE_INTTYPES_H
1431| # include <inttypes.h>
1432| #endif
1433| #ifdef HAVE_STDINT_H
1434| # include <stdint.h>
1435| #endif
1436| #ifdef HAVE_UNISTD_H
1437| # include <unistd.h>
1438| #endif
1439| int
1440| main ()
1441| {
1442| if (sizeof ((size_t)))
1443| return 0;
1444| ;
1445| return 0;
1446| }
1447configure:23265: result: yes
1448configure:23276: checking whether time.h and sys/time.h may both be included
1449configure:23296: gcc -c -g -O2 -Wall conftest.c >&5
1450configure:23296: $? = 0
1451configure:23303: result: yes
1452configure:23311: checking for sys/wait.h that is POSIX.1 compatible
1453configure:23337: gcc -c -g -O2 -Wall conftest.c >&5
1454configure:23337: $? = 0
1455configure:23344: result: yes
1456configure:23352: checking for socklen_t
1457configure:23370: gcc -c -g -O2 -Wall conftest.c >&5
1458conftest.c: In function 'main':
1459conftest.c:52:11: warning: unused variable 'len' [-Wunused-variable]
1460configure:23370: $? = 0
1461configure:23378: result: yes
1462configure:23390: checking for stdint-types....
1463configure:23400: result: "(putting them into rfb/rfbint.h)"
1464configure:23413: checking for uintptr_t
1465configure:23413: gcc -c -g -O2 -Wall conftest.c >&5
1466configure:23413: $? = 0
1467configure:23413: gcc -c -g -O2 -Wall conftest.c >&5
1468conftest.c: In function 'main':
1469conftest.c:52:24: error: expected expression before ')' token
1470configure:23413: $? = 1
1471configure: failed program was:
1472| /* confdefs.h */
1473| #define PACKAGE_NAME "LibVNCServer"
1474| #define PACKAGE_TARNAME "libvncserver"
1475| #define PACKAGE_VERSION "0.9.9"
1476| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1477| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1478| #define PACKAGE_URL ""
1479| #define PACKAGE "LibVNCServer"
1480| #define VERSION "0.9.9"
1481| #define STDC_HEADERS 1
1482| #define HAVE_SYS_TYPES_H 1
1483| #define HAVE_SYS_STAT_H 1
1484| #define HAVE_STDLIB_H 1
1485| #define HAVE_STRING_H 1
1486| #define HAVE_MEMORY_H 1
1487| #define HAVE_STRINGS_H 1
1488| #define HAVE_INTTYPES_H 1
1489| #define HAVE_STDINT_H 1
1490| #define HAVE_UNISTD_H 1
1491| #define HAVE_DLFCN_H 1
1492| #define ALLOW24BPP 1
1493| #define HAVE_LIBCRYPT 1
1494| #define HAVE_X11 1
1495| #define HAVE_LIBJPEG 1
1496| #define HAVE_LIBPNG 1
1497| #define HAVE_LIBZ 1
1498| #define HAVE_LIBPTHREAD 1
1499| #define HAVE_TLS 1
1500| #define WITH_TIGHTVNC_FILETRANSFER 1
1501| #define WITH_WEBSOCKETS 1
1502| #define IPv6 1
1503| #define STDC_HEADERS 1
1504| #define HAVE_ARPA_INET_H 1
1505| #define HAVE_FCNTL_H 1
1506| #define HAVE_NETDB_H 1
1507| #define HAVE_NETINET_IN_H 1
1508| #define HAVE_STDLIB_H 1
1509| #define HAVE_STRING_H 1
1510| #define HAVE_SYS_SOCKET_H 1
1511| #define HAVE_SYS_TIME_H 1
1512| #define HAVE_SYS_TIMEB_H 1
1513| #define HAVE_SYSLOG_H 1
1514| #define HAVE_UNISTD_H 1
1515| #define TIME_WITH_SYS_TIME 1
1516| #define HAVE_SYS_WAIT_H 1
1517| /* end confdefs.h. */
1518| #include <stdint.h>
1519|
1520| int
1521| main ()
1522| {
1523| if (sizeof ((uintptr_t)))
1524| return 0;
1525| ;
1526| return 0;
1527| }
1528configure:23413: result: yes
1529configure:23421: checking for uint64_t
1530configure:23421: gcc -c -g -O2 -Wall conftest.c >&5
1531configure:23421: $? = 0
1532configure:23421: gcc -c -g -O2 -Wall conftest.c >&5
1533conftest.c: In function 'main':
1534conftest.c:52:23: error: expected expression before ')' token
1535configure:23421: $? = 1
1536configure: failed program was:
1537| /* confdefs.h */
1538| #define PACKAGE_NAME "LibVNCServer"
1539| #define PACKAGE_TARNAME "libvncserver"
1540| #define PACKAGE_VERSION "0.9.9"
1541| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1542| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1543| #define PACKAGE_URL ""
1544| #define PACKAGE "LibVNCServer"
1545| #define VERSION "0.9.9"
1546| #define STDC_HEADERS 1
1547| #define HAVE_SYS_TYPES_H 1
1548| #define HAVE_SYS_STAT_H 1
1549| #define HAVE_STDLIB_H 1
1550| #define HAVE_STRING_H 1
1551| #define HAVE_MEMORY_H 1
1552| #define HAVE_STRINGS_H 1
1553| #define HAVE_INTTYPES_H 1
1554| #define HAVE_STDINT_H 1
1555| #define HAVE_UNISTD_H 1
1556| #define HAVE_DLFCN_H 1
1557| #define ALLOW24BPP 1
1558| #define HAVE_LIBCRYPT 1
1559| #define HAVE_X11 1
1560| #define HAVE_LIBJPEG 1
1561| #define HAVE_LIBPNG 1
1562| #define HAVE_LIBZ 1
1563| #define HAVE_LIBPTHREAD 1
1564| #define HAVE_TLS 1
1565| #define WITH_TIGHTVNC_FILETRANSFER 1
1566| #define WITH_WEBSOCKETS 1
1567| #define IPv6 1
1568| #define STDC_HEADERS 1
1569| #define HAVE_ARPA_INET_H 1
1570| #define HAVE_FCNTL_H 1
1571| #define HAVE_NETDB_H 1
1572| #define HAVE_NETINET_IN_H 1
1573| #define HAVE_STDLIB_H 1
1574| #define HAVE_STRING_H 1
1575| #define HAVE_SYS_SOCKET_H 1
1576| #define HAVE_SYS_TIME_H 1
1577| #define HAVE_SYS_TIMEB_H 1
1578| #define HAVE_SYSLOG_H 1
1579| #define HAVE_UNISTD_H 1
1580| #define TIME_WITH_SYS_TIME 1
1581| #define HAVE_SYS_WAIT_H 1
1582| /* end confdefs.h. */
1583| #include<stdint.h>
1584|
1585| int
1586| main ()
1587| {
1588| if (sizeof ((uint64_t)))
1589| return 0;
1590| ;
1591| return 0;
1592| }
1593configure:23421: result: yes
1594configure:23429: result: ... seen our uintptr_t in stdint.h (uint64_t too)
1595configure:23694: result: creating rfb/rfbint.h : _RFB_RFBINT_H
1596configure:23721: checking for int_least32_t
1597configure:23721: gcc -c -g -O2 -Wall conftest.c >&5
1598configure:23721: $? = 0
1599configure:23721: gcc -c -g -O2 -Wall conftest.c >&5
1600conftest.c: In function 'main':
1601conftest.c:52:28: error: expected expression before ')' token
1602configure:23721: $? = 1
1603configure: failed program was:
1604| /* confdefs.h */
1605| #define PACKAGE_NAME "LibVNCServer"
1606| #define PACKAGE_TARNAME "libvncserver"
1607| #define PACKAGE_VERSION "0.9.9"
1608| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1609| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1610| #define PACKAGE_URL ""
1611| #define PACKAGE "LibVNCServer"
1612| #define VERSION "0.9.9"
1613| #define STDC_HEADERS 1
1614| #define HAVE_SYS_TYPES_H 1
1615| #define HAVE_SYS_STAT_H 1
1616| #define HAVE_STDLIB_H 1
1617| #define HAVE_STRING_H 1
1618| #define HAVE_MEMORY_H 1
1619| #define HAVE_STRINGS_H 1
1620| #define HAVE_INTTYPES_H 1
1621| #define HAVE_STDINT_H 1
1622| #define HAVE_UNISTD_H 1
1623| #define HAVE_DLFCN_H 1
1624| #define ALLOW24BPP 1
1625| #define HAVE_LIBCRYPT 1
1626| #define HAVE_X11 1
1627| #define HAVE_LIBJPEG 1
1628| #define HAVE_LIBPNG 1
1629| #define HAVE_LIBZ 1
1630| #define HAVE_LIBPTHREAD 1
1631| #define HAVE_TLS 1
1632| #define WITH_TIGHTVNC_FILETRANSFER 1
1633| #define WITH_WEBSOCKETS 1
1634| #define IPv6 1
1635| #define STDC_HEADERS 1
1636| #define HAVE_ARPA_INET_H 1
1637| #define HAVE_FCNTL_H 1
1638| #define HAVE_NETDB_H 1
1639| #define HAVE_NETINET_IN_H 1
1640| #define HAVE_STDLIB_H 1
1641| #define HAVE_STRING_H 1
1642| #define HAVE_SYS_SOCKET_H 1
1643| #define HAVE_SYS_TIME_H 1
1644| #define HAVE_SYS_TIMEB_H 1
1645| #define HAVE_SYSLOG_H 1
1646| #define HAVE_UNISTD_H 1
1647| #define TIME_WITH_SYS_TIME 1
1648| #define HAVE_SYS_WAIT_H 1
1649| /* end confdefs.h. */
1650| #include <stdint.h>
1651|
1652| int
1653| main ()
1654| {
1655| if (sizeof ((int_least32_t)))
1656| return 0;
1657| ;
1658| return 0;
1659| }
1660configure:23721: result: yes
1661configure:23727: checking for int_fast32_t
1662configure:23727: gcc -c -g -O2 -Wall conftest.c >&5
1663configure:23727: $? = 0
1664configure:23727: gcc -c -g -O2 -Wall conftest.c >&5
1665conftest.c: In function 'main':
1666conftest.c:52:27: error: expected expression before ')' token
1667configure:23727: $? = 1
1668configure: failed program was:
1669| /* confdefs.h */
1670| #define PACKAGE_NAME "LibVNCServer"
1671| #define PACKAGE_TARNAME "libvncserver"
1672| #define PACKAGE_VERSION "0.9.9"
1673| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1674| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1675| #define PACKAGE_URL ""
1676| #define PACKAGE "LibVNCServer"
1677| #define VERSION "0.9.9"
1678| #define STDC_HEADERS 1
1679| #define HAVE_SYS_TYPES_H 1
1680| #define HAVE_SYS_STAT_H 1
1681| #define HAVE_STDLIB_H 1
1682| #define HAVE_STRING_H 1
1683| #define HAVE_MEMORY_H 1
1684| #define HAVE_STRINGS_H 1
1685| #define HAVE_INTTYPES_H 1
1686| #define HAVE_STDINT_H 1
1687| #define HAVE_UNISTD_H 1
1688| #define HAVE_DLFCN_H 1
1689| #define ALLOW24BPP 1
1690| #define HAVE_LIBCRYPT 1
1691| #define HAVE_X11 1
1692| #define HAVE_LIBJPEG 1
1693| #define HAVE_LIBPNG 1
1694| #define HAVE_LIBZ 1
1695| #define HAVE_LIBPTHREAD 1
1696| #define HAVE_TLS 1
1697| #define WITH_TIGHTVNC_FILETRANSFER 1
1698| #define WITH_WEBSOCKETS 1
1699| #define IPv6 1
1700| #define STDC_HEADERS 1
1701| #define HAVE_ARPA_INET_H 1
1702| #define HAVE_FCNTL_H 1
1703| #define HAVE_NETDB_H 1
1704| #define HAVE_NETINET_IN_H 1
1705| #define HAVE_STDLIB_H 1
1706| #define HAVE_STRING_H 1
1707| #define HAVE_SYS_SOCKET_H 1
1708| #define HAVE_SYS_TIME_H 1
1709| #define HAVE_SYS_TIMEB_H 1
1710| #define HAVE_SYSLOG_H 1
1711| #define HAVE_UNISTD_H 1
1712| #define TIME_WITH_SYS_TIME 1
1713| #define HAVE_SYS_WAIT_H 1
1714| /* end confdefs.h. */
1715| #include<stdint.h>
1716|
1717| int
1718| main ()
1719| {
1720| if (sizeof ((int_fast32_t)))
1721| return 0;
1722| ;
1723| return 0;
1724| }
1725configure:23727: result: yes
1726configure:23740: result: ..adding include stdint.h
1727configure:23750: result: ... seen good stdint.h inttypes
1728configure:23886: result: ... seen good uint64_t
1729configure:24106: result: ... DONE rfb/rfbint.h
1730configure:24115: checking for in_addr_t
1731configure:24133: gcc -c -g -O2 -Wall conftest.c >&5
1732conftest.c: In function 'main':
1733conftest.c:52:11: warning: unused variable 'foo' [-Wunused-variable]
1734configure:24133: $? = 0
1735configure:24141: result:
1736configure:24149: checking for working memcmp
1737configure:24192: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
1738configure:24192: $? = 0
1739configure:24192: ./conftest
1740configure:24192: $? = 0
1741configure:24202: result: yes
1742configure:24211: checking whether lstat correctly handles trailing slash
1743configure:24237: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
1744configure:24237: $? = 0
1745configure:24237: ./conftest
1746configure:24237: $? = 0
1747configure:24254: result: yes
1748configure:24273: checking whether stat accepts an empty string
1749configure:24293: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
1750configure:24293: $? = 0
1751configure:24293: ./conftest
1752configure:24293: $? = 0
1753configure:24303: result: no
1754configure:24321: checking for strftime
1755configure:24321: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
1756conftest.c:71:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
1757configure:24321: $? = 0
1758configure:24321: result: yes
1759configure:24376: checking for vprintf
1760configure:24376: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
1761conftest.c:72:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
1762configure:24376: $? = 0
1763configure:24376: result: yes
1764configure:24382: checking for _doprnt
1765configure:24382: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
1766/tmp/ccGwZHiA.o: In function `main':
1767/data/src/android-master/external/libvncserver/conftest.c:84: undefined reference to `_doprnt'
1768collect2: error: ld returned 1 exit status
1769configure:24382: $? = 1
1770configure: failed program was:
1771| /* confdefs.h */
1772| #define PACKAGE_NAME "LibVNCServer"
1773| #define PACKAGE_TARNAME "libvncserver"
1774| #define PACKAGE_VERSION "0.9.9"
1775| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1776| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1777| #define PACKAGE_URL ""
1778| #define PACKAGE "LibVNCServer"
1779| #define VERSION "0.9.9"
1780| #define STDC_HEADERS 1
1781| #define HAVE_SYS_TYPES_H 1
1782| #define HAVE_SYS_STAT_H 1
1783| #define HAVE_STDLIB_H 1
1784| #define HAVE_STRING_H 1
1785| #define HAVE_MEMORY_H 1
1786| #define HAVE_STRINGS_H 1
1787| #define HAVE_INTTYPES_H 1
1788| #define HAVE_STDINT_H 1
1789| #define HAVE_UNISTD_H 1
1790| #define HAVE_DLFCN_H 1
1791| #define ALLOW24BPP 1
1792| #define HAVE_LIBCRYPT 1
1793| #define HAVE_X11 1
1794| #define HAVE_LIBJPEG 1
1795| #define HAVE_LIBPNG 1
1796| #define HAVE_LIBZ 1
1797| #define HAVE_LIBPTHREAD 1
1798| #define HAVE_TLS 1
1799| #define WITH_TIGHTVNC_FILETRANSFER 1
1800| #define WITH_WEBSOCKETS 1
1801| #define IPv6 1
1802| #define STDC_HEADERS 1
1803| #define HAVE_ARPA_INET_H 1
1804| #define HAVE_FCNTL_H 1
1805| #define HAVE_NETDB_H 1
1806| #define HAVE_NETINET_IN_H 1
1807| #define HAVE_STDLIB_H 1
1808| #define HAVE_STRING_H 1
1809| #define HAVE_SYS_SOCKET_H 1
1810| #define HAVE_SYS_TIME_H 1
1811| #define HAVE_SYS_TIMEB_H 1
1812| #define HAVE_SYSLOG_H 1
1813| #define HAVE_UNISTD_H 1
1814| #define TIME_WITH_SYS_TIME 1
1815| #define HAVE_SYS_WAIT_H 1
1816| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1817| #define HAVE_STRFTIME 1
1818| #define HAVE_VPRINTF 1
1819| /* end confdefs.h. */
1820| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
1821| For example, HP-UX 11i <limits.h> declares gettimeofday. */
1822| #define _doprnt innocuous__doprnt
1823|
1824| /* System header to define __stub macros and hopefully few prototypes,
1825| which can conflict with char _doprnt (); below.
1826| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1827| <limits.h> exists even on freestanding compilers. */
1828|
1829| #ifdef __STDC__
1830| # include <limits.h>
1831| #else
1832| # include <assert.h>
1833| #endif
1834|
1835| #undef _doprnt
1836|
1837| /* Override any GCC internal prototype to avoid an error.
1838| Use char because int might match the return type of a GCC
1839| builtin and then its argument prototype would still apply. */
1840| #ifdef __cplusplus
1841| extern "C"
1842| #endif
1843| char _doprnt ();
1844| /* The GNU C library defines this for functions which it implements
1845| to always fail with ENOSYS. Some functions are actually named
1846| something starting with __ and the normal name is an alias. */
1847| #if defined __stub__doprnt || defined __stub____doprnt
1848| choke me
1849| #endif
1850|
1851| int
1852| main ()
1853| {
1854| return _doprnt ();
1855| ;
1856| return 0;
1857| }
1858configure:24382: result: no
1859configure:24393: checking for pid_t
1860configure:24393: gcc -c -g -O2 -Wall conftest.c >&5
1861configure:24393: $? = 0
1862configure:24393: gcc -c -g -O2 -Wall conftest.c >&5
1863conftest.c: In function 'main':
1864conftest.c:86:20: error: expected expression before ')' token
1865configure:24393: $? = 1
1866configure: failed program was:
1867| /* confdefs.h */
1868| #define PACKAGE_NAME "LibVNCServer"
1869| #define PACKAGE_TARNAME "libvncserver"
1870| #define PACKAGE_VERSION "0.9.9"
1871| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1872| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1873| #define PACKAGE_URL ""
1874| #define PACKAGE "LibVNCServer"
1875| #define VERSION "0.9.9"
1876| #define STDC_HEADERS 1
1877| #define HAVE_SYS_TYPES_H 1
1878| #define HAVE_SYS_STAT_H 1
1879| #define HAVE_STDLIB_H 1
1880| #define HAVE_STRING_H 1
1881| #define HAVE_MEMORY_H 1
1882| #define HAVE_STRINGS_H 1
1883| #define HAVE_INTTYPES_H 1
1884| #define HAVE_STDINT_H 1
1885| #define HAVE_UNISTD_H 1
1886| #define HAVE_DLFCN_H 1
1887| #define ALLOW24BPP 1
1888| #define HAVE_LIBCRYPT 1
1889| #define HAVE_X11 1
1890| #define HAVE_LIBJPEG 1
1891| #define HAVE_LIBPNG 1
1892| #define HAVE_LIBZ 1
1893| #define HAVE_LIBPTHREAD 1
1894| #define HAVE_TLS 1
1895| #define WITH_TIGHTVNC_FILETRANSFER 1
1896| #define WITH_WEBSOCKETS 1
1897| #define IPv6 1
1898| #define STDC_HEADERS 1
1899| #define HAVE_ARPA_INET_H 1
1900| #define HAVE_FCNTL_H 1
1901| #define HAVE_NETDB_H 1
1902| #define HAVE_NETINET_IN_H 1
1903| #define HAVE_STDLIB_H 1
1904| #define HAVE_STRING_H 1
1905| #define HAVE_SYS_SOCKET_H 1
1906| #define HAVE_SYS_TIME_H 1
1907| #define HAVE_SYS_TIMEB_H 1
1908| #define HAVE_SYSLOG_H 1
1909| #define HAVE_UNISTD_H 1
1910| #define TIME_WITH_SYS_TIME 1
1911| #define HAVE_SYS_WAIT_H 1
1912| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
1913| #define HAVE_STRFTIME 1
1914| #define HAVE_VPRINTF 1
1915| /* end confdefs.h. */
1916| #include <stdio.h>
1917| #ifdef HAVE_SYS_TYPES_H
1918| # include <sys/types.h>
1919| #endif
1920| #ifdef HAVE_SYS_STAT_H
1921| # include <sys/stat.h>
1922| #endif
1923| #ifdef STDC_HEADERS
1924| # include <stdlib.h>
1925| # include <stddef.h>
1926| #else
1927| # ifdef HAVE_STDLIB_H
1928| # include <stdlib.h>
1929| # endif
1930| #endif
1931| #ifdef HAVE_STRING_H
1932| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1933| # include <memory.h>
1934| # endif
1935| # include <string.h>
1936| #endif
1937| #ifdef HAVE_STRINGS_H
1938| # include <strings.h>
1939| #endif
1940| #ifdef HAVE_INTTYPES_H
1941| # include <inttypes.h>
1942| #endif
1943| #ifdef HAVE_STDINT_H
1944| # include <stdint.h>
1945| #endif
1946| #ifdef HAVE_UNISTD_H
1947| # include <unistd.h>
1948| #endif
1949| int
1950| main ()
1951| {
1952| if (sizeof ((pid_t)))
1953| return 0;
1954| ;
1955| return 0;
1956| }
1957configure:24393: result: yes
1958configure:24406: checking vfork.h usability
1959configure:24406: gcc -c -g -O2 -Wall conftest.c >&5
1960conftest.c:83:19: fatal error: vfork.h: No such file or directory
1961compilation terminated.
1962configure:24406: $? = 1
1963configure: failed program was:
1964| /* confdefs.h */
1965| #define PACKAGE_NAME "LibVNCServer"
1966| #define PACKAGE_TARNAME "libvncserver"
1967| #define PACKAGE_VERSION "0.9.9"
1968| #define PACKAGE_STRING "LibVNCServer 0.9.9"
1969| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
1970| #define PACKAGE_URL ""
1971| #define PACKAGE "LibVNCServer"
1972| #define VERSION "0.9.9"
1973| #define STDC_HEADERS 1
1974| #define HAVE_SYS_TYPES_H 1
1975| #define HAVE_SYS_STAT_H 1
1976| #define HAVE_STDLIB_H 1
1977| #define HAVE_STRING_H 1
1978| #define HAVE_MEMORY_H 1
1979| #define HAVE_STRINGS_H 1
1980| #define HAVE_INTTYPES_H 1
1981| #define HAVE_STDINT_H 1
1982| #define HAVE_UNISTD_H 1
1983| #define HAVE_DLFCN_H 1
1984| #define ALLOW24BPP 1
1985| #define HAVE_LIBCRYPT 1
1986| #define HAVE_X11 1
1987| #define HAVE_LIBJPEG 1
1988| #define HAVE_LIBPNG 1
1989| #define HAVE_LIBZ 1
1990| #define HAVE_LIBPTHREAD 1
1991| #define HAVE_TLS 1
1992| #define WITH_TIGHTVNC_FILETRANSFER 1
1993| #define WITH_WEBSOCKETS 1
1994| #define IPv6 1
1995| #define STDC_HEADERS 1
1996| #define HAVE_ARPA_INET_H 1
1997| #define HAVE_FCNTL_H 1
1998| #define HAVE_NETDB_H 1
1999| #define HAVE_NETINET_IN_H 1
2000| #define HAVE_STDLIB_H 1
2001| #define HAVE_STRING_H 1
2002| #define HAVE_SYS_SOCKET_H 1
2003| #define HAVE_SYS_TIME_H 1
2004| #define HAVE_SYS_TIMEB_H 1
2005| #define HAVE_SYSLOG_H 1
2006| #define HAVE_UNISTD_H 1
2007| #define TIME_WITH_SYS_TIME 1
2008| #define HAVE_SYS_WAIT_H 1
2009| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2010| #define HAVE_STRFTIME 1
2011| #define HAVE_VPRINTF 1
2012| /* end confdefs.h. */
2013| #include <stdio.h>
2014| #ifdef HAVE_SYS_TYPES_H
2015| # include <sys/types.h>
2016| #endif
2017| #ifdef HAVE_SYS_STAT_H
2018| # include <sys/stat.h>
2019| #endif
2020| #ifdef STDC_HEADERS
2021| # include <stdlib.h>
2022| # include <stddef.h>
2023| #else
2024| # ifdef HAVE_STDLIB_H
2025| # include <stdlib.h>
2026| # endif
2027| #endif
2028| #ifdef HAVE_STRING_H
2029| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2030| # include <memory.h>
2031| # endif
2032| # include <string.h>
2033| #endif
2034| #ifdef HAVE_STRINGS_H
2035| # include <strings.h>
2036| #endif
2037| #ifdef HAVE_INTTYPES_H
2038| # include <inttypes.h>
2039| #endif
2040| #ifdef HAVE_STDINT_H
2041| # include <stdint.h>
2042| #endif
2043| #ifdef HAVE_UNISTD_H
2044| # include <unistd.h>
2045| #endif
2046| #include <vfork.h>
2047configure:24406: result: no
2048configure:24406: checking vfork.h presence
2049configure:24406: gcc -E conftest.c
2050conftest.c:50:19: fatal error: vfork.h: No such file or directory
2051compilation terminated.
2052configure:24406: $? = 1
2053configure: failed program was:
2054| /* confdefs.h */
2055| #define PACKAGE_NAME "LibVNCServer"
2056| #define PACKAGE_TARNAME "libvncserver"
2057| #define PACKAGE_VERSION "0.9.9"
2058| #define PACKAGE_STRING "LibVNCServer 0.9.9"
2059| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2060| #define PACKAGE_URL ""
2061| #define PACKAGE "LibVNCServer"
2062| #define VERSION "0.9.9"
2063| #define STDC_HEADERS 1
2064| #define HAVE_SYS_TYPES_H 1
2065| #define HAVE_SYS_STAT_H 1
2066| #define HAVE_STDLIB_H 1
2067| #define HAVE_STRING_H 1
2068| #define HAVE_MEMORY_H 1
2069| #define HAVE_STRINGS_H 1
2070| #define HAVE_INTTYPES_H 1
2071| #define HAVE_STDINT_H 1
2072| #define HAVE_UNISTD_H 1
2073| #define HAVE_DLFCN_H 1
2074| #define ALLOW24BPP 1
2075| #define HAVE_LIBCRYPT 1
2076| #define HAVE_X11 1
2077| #define HAVE_LIBJPEG 1
2078| #define HAVE_LIBPNG 1
2079| #define HAVE_LIBZ 1
2080| #define HAVE_LIBPTHREAD 1
2081| #define HAVE_TLS 1
2082| #define WITH_TIGHTVNC_FILETRANSFER 1
2083| #define WITH_WEBSOCKETS 1
2084| #define IPv6 1
2085| #define STDC_HEADERS 1
2086| #define HAVE_ARPA_INET_H 1
2087| #define HAVE_FCNTL_H 1
2088| #define HAVE_NETDB_H 1
2089| #define HAVE_NETINET_IN_H 1
2090| #define HAVE_STDLIB_H 1
2091| #define HAVE_STRING_H 1
2092| #define HAVE_SYS_SOCKET_H 1
2093| #define HAVE_SYS_TIME_H 1
2094| #define HAVE_SYS_TIMEB_H 1
2095| #define HAVE_SYSLOG_H 1
2096| #define HAVE_UNISTD_H 1
2097| #define TIME_WITH_SYS_TIME 1
2098| #define HAVE_SYS_WAIT_H 1
2099| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2100| #define HAVE_STRFTIME 1
2101| #define HAVE_VPRINTF 1
2102| /* end confdefs.h. */
2103| #include <vfork.h>
2104configure:24406: result: no
2105configure:24406: checking for vfork.h
2106configure:24406: result: no
2107configure:24419: checking for fork
2108configure:24419: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
2109conftest.c:73:6: warning: conflicting types for built-in function 'fork' [enabled by default]
2110configure:24419: $? = 0
2111configure:24419: result: yes
2112configure:24419: checking for vfork
2113configure:24419: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
2114configure:24419: $? = 0
2115configure:24419: result: yes
2116configure:24429: checking for working fork
2117configure:24451: gcc -o conftest -g -O2 -Wall conftest.c -lpthread -lz -lpng -ljpeg -lresolv >&5
2118configure:24451: $? = 0
2119configure:24451: ./conftest
2120configure:24451: $? = 0
2121configure:24461: result: yes
2122configure:24482: checking for working vfork
2123configure:24592: result: yes
2124configure:24617: checking for gethostbyname in -lnsl
2125configure:24642: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2126configure:24642: $? = 0
2127configure:24651: result: yes
2128configure:24662: checking for socket in -lsocket
2129configure:24687: gcc -o conftest -g -O2 -Wall conftest.c -lsocket -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2130/usr/bin/ld: cannot find -lsocket
2131collect2: error: ld returned 1 exit status
2132configure:24687: $? = 1
2133configure: failed program was:
2134| /* confdefs.h */
2135| #define PACKAGE_NAME "LibVNCServer"
2136| #define PACKAGE_TARNAME "libvncserver"
2137| #define PACKAGE_VERSION "0.9.9"
2138| #define PACKAGE_STRING "LibVNCServer 0.9.9"
2139| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2140| #define PACKAGE_URL ""
2141| #define PACKAGE "LibVNCServer"
2142| #define VERSION "0.9.9"
2143| #define STDC_HEADERS 1
2144| #define HAVE_SYS_TYPES_H 1
2145| #define HAVE_SYS_STAT_H 1
2146| #define HAVE_STDLIB_H 1
2147| #define HAVE_STRING_H 1
2148| #define HAVE_MEMORY_H 1
2149| #define HAVE_STRINGS_H 1
2150| #define HAVE_INTTYPES_H 1
2151| #define HAVE_STDINT_H 1
2152| #define HAVE_UNISTD_H 1
2153| #define HAVE_DLFCN_H 1
2154| #define ALLOW24BPP 1
2155| #define HAVE_LIBCRYPT 1
2156| #define HAVE_X11 1
2157| #define HAVE_LIBJPEG 1
2158| #define HAVE_LIBPNG 1
2159| #define HAVE_LIBZ 1
2160| #define HAVE_LIBPTHREAD 1
2161| #define HAVE_TLS 1
2162| #define WITH_TIGHTVNC_FILETRANSFER 1
2163| #define WITH_WEBSOCKETS 1
2164| #define IPv6 1
2165| #define STDC_HEADERS 1
2166| #define HAVE_ARPA_INET_H 1
2167| #define HAVE_FCNTL_H 1
2168| #define HAVE_NETDB_H 1
2169| #define HAVE_NETINET_IN_H 1
2170| #define HAVE_STDLIB_H 1
2171| #define HAVE_STRING_H 1
2172| #define HAVE_SYS_SOCKET_H 1
2173| #define HAVE_SYS_TIME_H 1
2174| #define HAVE_SYS_TIMEB_H 1
2175| #define HAVE_SYSLOG_H 1
2176| #define HAVE_UNISTD_H 1
2177| #define TIME_WITH_SYS_TIME 1
2178| #define HAVE_SYS_WAIT_H 1
2179| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2180| #define HAVE_STRFTIME 1
2181| #define HAVE_VPRINTF 1
2182| #define HAVE_FORK 1
2183| #define HAVE_VFORK 1
2184| #define HAVE_WORKING_VFORK 1
2185| #define HAVE_WORKING_FORK 1
2186| #define HAVE_LIBNSL 1
2187| /* end confdefs.h. */
2188|
2189| /* Override any GCC internal prototype to avoid an error.
2190| Use char because int might match the return type of a GCC
2191| builtin and then its argument prototype would still apply. */
2192| #ifdef __cplusplus
2193| extern "C"
2194| #endif
2195| char socket ();
2196| int
2197| main ()
2198| {
2199| return socket ();
2200| ;
2201| return 0;
2202| }
2203configure:24696: result: no
2204configure:24717: checking for ftime
2205configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2206configure:24717: $? = 0
2207configure:24717: result: yes
2208configure:24717: checking for gethostbyname
2209configure:24717: result: yes
2210configure:24717: checking for gethostname
2211configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2212configure:24717: $? = 0
2213configure:24717: result: yes
2214configure:24717: checking for gettimeofday
2215configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2216configure:24717: $? = 0
2217configure:24717: result: yes
2218configure:24717: checking for inet_ntoa
2219configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2220configure:24717: $? = 0
2221configure:24717: result: yes
2222configure:24717: checking for memmove
2223configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2224conftest.c:83:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
2225configure:24717: $? = 0
2226configure:24717: result: yes
2227configure:24717: checking for memset
2228configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2229conftest.c:84:6: warning: conflicting types for built-in function 'memset' [enabled by default]
2230configure:24717: $? = 0
2231configure:24717: result: yes
2232configure:24717: checking for mmap
2233configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2234configure:24717: $? = 0
2235configure:24717: result: yes
2236configure:24717: checking for mkfifo
2237configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2238configure:24717: $? = 0
2239configure:24717: result: yes
2240configure:24717: checking for select
2241configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2242configure:24717: $? = 0
2243configure:24717: result: yes
2244configure:24717: checking for socket
2245configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2246configure:24717: $? = 0
2247configure:24717: result: yes
2248configure:24717: checking for strchr
2249configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2250conftest.c:89:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
2251configure:24717: $? = 0
2252configure:24717: result: yes
2253configure:24717: checking for strcspn
2254configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2255conftest.c:90:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
2256configure:24717: $? = 0
2257configure:24717: result: yes
2258configure:24717: checking for strdup
2259configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2260conftest.c:91:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
2261configure:24717: $? = 0
2262configure:24717: result: yes
2263configure:24717: checking for strerror
2264configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2265configure:24717: $? = 0
2266configure:24717: result: yes
2267configure:24717: checking for strstr
2268configure:24717: gcc -o conftest -g -O2 -Wall conftest.c -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2269conftest.c:93:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
2270configure:24717: $? = 0
2271configure:24717: result: yes
2272configure:24743: checking for shmget in -lcygipc
2273configure:24768: gcc -o conftest -g -O2 -Wall conftest.c -lcygipc -lnsl -lpthread -lz -lpng -ljpeg -lresolv >&5
2274/usr/bin/ld: cannot find -lcygipc
2275collect2: error: ld returned 1 exit status
2276configure:24768: $? = 1
2277configure: failed program was:
2278| /* confdefs.h */
2279| #define PACKAGE_NAME "LibVNCServer"
2280| #define PACKAGE_TARNAME "libvncserver"
2281| #define PACKAGE_VERSION "0.9.9"
2282| #define PACKAGE_STRING "LibVNCServer 0.9.9"
2283| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2284| #define PACKAGE_URL ""
2285| #define PACKAGE "LibVNCServer"
2286| #define VERSION "0.9.9"
2287| #define STDC_HEADERS 1
2288| #define HAVE_SYS_TYPES_H 1
2289| #define HAVE_SYS_STAT_H 1
2290| #define HAVE_STDLIB_H 1
2291| #define HAVE_STRING_H 1
2292| #define HAVE_MEMORY_H 1
2293| #define HAVE_STRINGS_H 1
2294| #define HAVE_INTTYPES_H 1
2295| #define HAVE_STDINT_H 1
2296| #define HAVE_UNISTD_H 1
2297| #define HAVE_DLFCN_H 1
2298| #define ALLOW24BPP 1
2299| #define HAVE_LIBCRYPT 1
2300| #define HAVE_X11 1
2301| #define HAVE_LIBJPEG 1
2302| #define HAVE_LIBPNG 1
2303| #define HAVE_LIBZ 1
2304| #define HAVE_LIBPTHREAD 1
2305| #define HAVE_TLS 1
2306| #define WITH_TIGHTVNC_FILETRANSFER 1
2307| #define WITH_WEBSOCKETS 1
2308| #define IPv6 1
2309| #define STDC_HEADERS 1
2310| #define HAVE_ARPA_INET_H 1
2311| #define HAVE_FCNTL_H 1
2312| #define HAVE_NETDB_H 1
2313| #define HAVE_NETINET_IN_H 1
2314| #define HAVE_STDLIB_H 1
2315| #define HAVE_STRING_H 1
2316| #define HAVE_SYS_SOCKET_H 1
2317| #define HAVE_SYS_TIME_H 1
2318| #define HAVE_SYS_TIMEB_H 1
2319| #define HAVE_SYSLOG_H 1
2320| #define HAVE_UNISTD_H 1
2321| #define TIME_WITH_SYS_TIME 1
2322| #define HAVE_SYS_WAIT_H 1
2323| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2324| #define HAVE_STRFTIME 1
2325| #define HAVE_VPRINTF 1
2326| #define HAVE_FORK 1
2327| #define HAVE_VFORK 1
2328| #define HAVE_WORKING_VFORK 1
2329| #define HAVE_WORKING_FORK 1
2330| #define HAVE_LIBNSL 1
2331| #define HAVE_FTIME 1
2332| #define HAVE_GETHOSTBYNAME 1
2333| #define HAVE_GETHOSTNAME 1
2334| #define HAVE_GETTIMEOFDAY 1
2335| #define HAVE_INET_NTOA 1
2336| #define HAVE_MEMMOVE 1
2337| #define HAVE_MEMSET 1
2338| #define HAVE_MMAP 1
2339| #define HAVE_MKFIFO 1
2340| #define HAVE_SELECT 1
2341| #define HAVE_SOCKET 1
2342| #define HAVE_STRCHR 1
2343| #define HAVE_STRCSPN 1
2344| #define HAVE_STRDUP 1
2345| #define HAVE_STRERROR 1
2346| #define HAVE_STRSTR 1
2347| /* end confdefs.h. */
2348|
2349| /* Override any GCC internal prototype to avoid an error.
2350| Use char because int might match the return type of a GCC
2351| builtin and then its argument prototype would still apply. */
2352| #ifdef __cplusplus
2353| extern "C"
2354| #endif
2355| char shmget ();
2356| int
2357| main ()
2358| {
2359| return shmget ();
2360| ;
2361| return 0;
2362| }
2363configure:24777: result: no
2364configure:24808: checking ApplicationServices/ApplicationServices.h usability
2365configure:24808: gcc -c -g -O2 -Wall conftest.c >&5
2366conftest.c:104:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory
2367compilation terminated.
2368configure:24808: $? = 1
2369configure: failed program was:
2370| /* confdefs.h */
2371| #define PACKAGE_NAME "LibVNCServer"
2372| #define PACKAGE_TARNAME "libvncserver"
2373| #define PACKAGE_VERSION "0.9.9"
2374| #define PACKAGE_STRING "LibVNCServer 0.9.9"
2375| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2376| #define PACKAGE_URL ""
2377| #define PACKAGE "LibVNCServer"
2378| #define VERSION "0.9.9"
2379| #define STDC_HEADERS 1
2380| #define HAVE_SYS_TYPES_H 1
2381| #define HAVE_SYS_STAT_H 1
2382| #define HAVE_STDLIB_H 1
2383| #define HAVE_STRING_H 1
2384| #define HAVE_MEMORY_H 1
2385| #define HAVE_STRINGS_H 1
2386| #define HAVE_INTTYPES_H 1
2387| #define HAVE_STDINT_H 1
2388| #define HAVE_UNISTD_H 1
2389| #define HAVE_DLFCN_H 1
2390| #define ALLOW24BPP 1
2391| #define HAVE_LIBCRYPT 1
2392| #define HAVE_X11 1
2393| #define HAVE_LIBJPEG 1
2394| #define HAVE_LIBPNG 1
2395| #define HAVE_LIBZ 1
2396| #define HAVE_LIBPTHREAD 1
2397| #define HAVE_TLS 1
2398| #define WITH_TIGHTVNC_FILETRANSFER 1
2399| #define WITH_WEBSOCKETS 1
2400| #define IPv6 1
2401| #define STDC_HEADERS 1
2402| #define HAVE_ARPA_INET_H 1
2403| #define HAVE_FCNTL_H 1
2404| #define HAVE_NETDB_H 1
2405| #define HAVE_NETINET_IN_H 1
2406| #define HAVE_STDLIB_H 1
2407| #define HAVE_STRING_H 1
2408| #define HAVE_SYS_SOCKET_H 1
2409| #define HAVE_SYS_TIME_H 1
2410| #define HAVE_SYS_TIMEB_H 1
2411| #define HAVE_SYSLOG_H 1
2412| #define HAVE_UNISTD_H 1
2413| #define TIME_WITH_SYS_TIME 1
2414| #define HAVE_SYS_WAIT_H 1
2415| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2416| #define HAVE_STRFTIME 1
2417| #define HAVE_VPRINTF 1
2418| #define HAVE_FORK 1
2419| #define HAVE_VFORK 1
2420| #define HAVE_WORKING_VFORK 1
2421| #define HAVE_WORKING_FORK 1
2422| #define HAVE_LIBNSL 1
2423| #define HAVE_FTIME 1
2424| #define HAVE_GETHOSTBYNAME 1
2425| #define HAVE_GETHOSTNAME 1
2426| #define HAVE_GETTIMEOFDAY 1
2427| #define HAVE_INET_NTOA 1
2428| #define HAVE_MEMMOVE 1
2429| #define HAVE_MEMSET 1
2430| #define HAVE_MMAP 1
2431| #define HAVE_MKFIFO 1
2432| #define HAVE_SELECT 1
2433| #define HAVE_SOCKET 1
2434| #define HAVE_STRCHR 1
2435| #define HAVE_STRCSPN 1
2436| #define HAVE_STRDUP 1
2437| #define HAVE_STRERROR 1
2438| #define HAVE_STRSTR 1
2439| /* end confdefs.h. */
2440| #include <stdio.h>
2441| #ifdef HAVE_SYS_TYPES_H
2442| # include <sys/types.h>
2443| #endif
2444| #ifdef HAVE_SYS_STAT_H
2445| # include <sys/stat.h>
2446| #endif
2447| #ifdef STDC_HEADERS
2448| # include <stdlib.h>
2449| # include <stddef.h>
2450| #else
2451| # ifdef HAVE_STDLIB_H
2452| # include <stdlib.h>
2453| # endif
2454| #endif
2455| #ifdef HAVE_STRING_H
2456| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2457| # include <memory.h>
2458| # endif
2459| # include <string.h>
2460| #endif
2461| #ifdef HAVE_STRINGS_H
2462| # include <strings.h>
2463| #endif
2464| #ifdef HAVE_INTTYPES_H
2465| # include <inttypes.h>
2466| #endif
2467| #ifdef HAVE_STDINT_H
2468| # include <stdint.h>
2469| #endif
2470| #ifdef HAVE_UNISTD_H
2471| # include <unistd.h>
2472| #endif
2473| #include <ApplicationServices/ApplicationServices.h>
2474configure:24808: result: no
2475configure:24808: checking ApplicationServices/ApplicationServices.h presence
2476configure:24808: gcc -E conftest.c
2477conftest.c:71:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory
2478compilation terminated.
2479configure:24808: $? = 1
2480configure: failed program was:
2481| /* confdefs.h */
2482| #define PACKAGE_NAME "LibVNCServer"
2483| #define PACKAGE_TARNAME "libvncserver"
2484| #define PACKAGE_VERSION "0.9.9"
2485| #define PACKAGE_STRING "LibVNCServer 0.9.9"
2486| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2487| #define PACKAGE_URL ""
2488| #define PACKAGE "LibVNCServer"
2489| #define VERSION "0.9.9"
2490| #define STDC_HEADERS 1
2491| #define HAVE_SYS_TYPES_H 1
2492| #define HAVE_SYS_STAT_H 1
2493| #define HAVE_STDLIB_H 1
2494| #define HAVE_STRING_H 1
2495| #define HAVE_MEMORY_H 1
2496| #define HAVE_STRINGS_H 1
2497| #define HAVE_INTTYPES_H 1
2498| #define HAVE_STDINT_H 1
2499| #define HAVE_UNISTD_H 1
2500| #define HAVE_DLFCN_H 1
2501| #define ALLOW24BPP 1
2502| #define HAVE_LIBCRYPT 1
2503| #define HAVE_X11 1
2504| #define HAVE_LIBJPEG 1
2505| #define HAVE_LIBPNG 1
2506| #define HAVE_LIBZ 1
2507| #define HAVE_LIBPTHREAD 1
2508| #define HAVE_TLS 1
2509| #define WITH_TIGHTVNC_FILETRANSFER 1
2510| #define WITH_WEBSOCKETS 1
2511| #define IPv6 1
2512| #define STDC_HEADERS 1
2513| #define HAVE_ARPA_INET_H 1
2514| #define HAVE_FCNTL_H 1
2515| #define HAVE_NETDB_H 1
2516| #define HAVE_NETINET_IN_H 1
2517| #define HAVE_STDLIB_H 1
2518| #define HAVE_STRING_H 1
2519| #define HAVE_SYS_SOCKET_H 1
2520| #define HAVE_SYS_TIME_H 1
2521| #define HAVE_SYS_TIMEB_H 1
2522| #define HAVE_SYSLOG_H 1
2523| #define HAVE_UNISTD_H 1
2524| #define TIME_WITH_SYS_TIME 1
2525| #define HAVE_SYS_WAIT_H 1
2526| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2527| #define HAVE_STRFTIME 1
2528| #define HAVE_VPRINTF 1
2529| #define HAVE_FORK 1
2530| #define HAVE_VFORK 1
2531| #define HAVE_WORKING_VFORK 1
2532| #define HAVE_WORKING_FORK 1
2533| #define HAVE_LIBNSL 1
2534| #define HAVE_FTIME 1
2535| #define HAVE_GETHOSTBYNAME 1
2536| #define HAVE_GETHOSTNAME 1
2537| #define HAVE_GETTIMEOFDAY 1
2538| #define HAVE_INET_NTOA 1
2539| #define HAVE_MEMMOVE 1
2540| #define HAVE_MEMSET 1
2541| #define HAVE_MMAP 1
2542| #define HAVE_MKFIFO 1
2543| #define HAVE_SELECT 1
2544| #define HAVE_SOCKET 1
2545| #define HAVE_STRCHR 1
2546| #define HAVE_STRCSPN 1
2547| #define HAVE_STRDUP 1
2548| #define HAVE_STRERROR 1
2549| #define HAVE_STRSTR 1
2550| /* end confdefs.h. */
2551| #include <ApplicationServices/ApplicationServices.h>
2552configure:24808: result: no
2553configure:24808: checking for ApplicationServices/ApplicationServices.h
2554configure:24808: result: no
2555configure:24824: checking android/api-level.h usability
2556configure:24824: gcc -c -g -O2 -Wall conftest.c >&5
2557conftest.c:104:31: fatal error: android/api-level.h: No such file or directory
2558compilation terminated.
2559configure:24824: $? = 1
2560configure: failed program was:
2561| /* confdefs.h */
2562| #define PACKAGE_NAME "LibVNCServer"
2563| #define PACKAGE_TARNAME "libvncserver"
2564| #define PACKAGE_VERSION "0.9.9"
2565| #define PACKAGE_STRING "LibVNCServer 0.9.9"
2566| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2567| #define PACKAGE_URL ""
2568| #define PACKAGE "LibVNCServer"
2569| #define VERSION "0.9.9"
2570| #define STDC_HEADERS 1
2571| #define HAVE_SYS_TYPES_H 1
2572| #define HAVE_SYS_STAT_H 1
2573| #define HAVE_STDLIB_H 1
2574| #define HAVE_STRING_H 1
2575| #define HAVE_MEMORY_H 1
2576| #define HAVE_STRINGS_H 1
2577| #define HAVE_INTTYPES_H 1
2578| #define HAVE_STDINT_H 1
2579| #define HAVE_UNISTD_H 1
2580| #define HAVE_DLFCN_H 1
2581| #define ALLOW24BPP 1
2582| #define HAVE_LIBCRYPT 1
2583| #define HAVE_X11 1
2584| #define HAVE_LIBJPEG 1
2585| #define HAVE_LIBPNG 1
2586| #define HAVE_LIBZ 1
2587| #define HAVE_LIBPTHREAD 1
2588| #define HAVE_TLS 1
2589| #define WITH_TIGHTVNC_FILETRANSFER 1
2590| #define WITH_WEBSOCKETS 1
2591| #define IPv6 1
2592| #define STDC_HEADERS 1
2593| #define HAVE_ARPA_INET_H 1
2594| #define HAVE_FCNTL_H 1
2595| #define HAVE_NETDB_H 1
2596| #define HAVE_NETINET_IN_H 1
2597| #define HAVE_STDLIB_H 1
2598| #define HAVE_STRING_H 1
2599| #define HAVE_SYS_SOCKET_H 1
2600| #define HAVE_SYS_TIME_H 1
2601| #define HAVE_SYS_TIMEB_H 1
2602| #define HAVE_SYSLOG_H 1
2603| #define HAVE_UNISTD_H 1
2604| #define TIME_WITH_SYS_TIME 1
2605| #define HAVE_SYS_WAIT_H 1
2606| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2607| #define HAVE_STRFTIME 1
2608| #define HAVE_VPRINTF 1
2609| #define HAVE_FORK 1
2610| #define HAVE_VFORK 1
2611| #define HAVE_WORKING_VFORK 1
2612| #define HAVE_WORKING_FORK 1
2613| #define HAVE_LIBNSL 1
2614| #define HAVE_FTIME 1
2615| #define HAVE_GETHOSTBYNAME 1
2616| #define HAVE_GETHOSTNAME 1
2617| #define HAVE_GETTIMEOFDAY 1
2618| #define HAVE_INET_NTOA 1
2619| #define HAVE_MEMMOVE 1
2620| #define HAVE_MEMSET 1
2621| #define HAVE_MMAP 1
2622| #define HAVE_MKFIFO 1
2623| #define HAVE_SELECT 1
2624| #define HAVE_SOCKET 1
2625| #define HAVE_STRCHR 1
2626| #define HAVE_STRCSPN 1
2627| #define HAVE_STRDUP 1
2628| #define HAVE_STRERROR 1
2629| #define HAVE_STRSTR 1
2630| /* end confdefs.h. */
2631| #include <stdio.h>
2632| #ifdef HAVE_SYS_TYPES_H
2633| # include <sys/types.h>
2634| #endif
2635| #ifdef HAVE_SYS_STAT_H
2636| # include <sys/stat.h>
2637| #endif
2638| #ifdef STDC_HEADERS
2639| # include <stdlib.h>
2640| # include <stddef.h>
2641| #else
2642| # ifdef HAVE_STDLIB_H
2643| # include <stdlib.h>
2644| # endif
2645| #endif
2646| #ifdef HAVE_STRING_H
2647| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2648| # include <memory.h>
2649| # endif
2650| # include <string.h>
2651| #endif
2652| #ifdef HAVE_STRINGS_H
2653| # include <strings.h>
2654| #endif
2655| #ifdef HAVE_INTTYPES_H
2656| # include <inttypes.h>
2657| #endif
2658| #ifdef HAVE_STDINT_H
2659| # include <stdint.h>
2660| #endif
2661| #ifdef HAVE_UNISTD_H
2662| # include <unistd.h>
2663| #endif
2664| #include <android/api-level.h>
2665configure:24824: result: no
2666configure:24824: checking android/api-level.h presence
2667configure:24824: gcc -E conftest.c
2668conftest.c:71:31: fatal error: android/api-level.h: No such file or directory
2669compilation terminated.
2670configure:24824: $? = 1
2671configure: failed program was:
2672| /* confdefs.h */
2673| #define PACKAGE_NAME "LibVNCServer"
2674| #define PACKAGE_TARNAME "libvncserver"
2675| #define PACKAGE_VERSION "0.9.9"
2676| #define PACKAGE_STRING "LibVNCServer 0.9.9"
2677| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
2678| #define PACKAGE_URL ""
2679| #define PACKAGE "LibVNCServer"
2680| #define VERSION "0.9.9"
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_STRINGS_H 1
2688| #define HAVE_INTTYPES_H 1
2689| #define HAVE_STDINT_H 1
2690| #define HAVE_UNISTD_H 1
2691| #define HAVE_DLFCN_H 1
2692| #define ALLOW24BPP 1
2693| #define HAVE_LIBCRYPT 1
2694| #define HAVE_X11 1
2695| #define HAVE_LIBJPEG 1
2696| #define HAVE_LIBPNG 1
2697| #define HAVE_LIBZ 1
2698| #define HAVE_LIBPTHREAD 1
2699| #define HAVE_TLS 1
2700| #define WITH_TIGHTVNC_FILETRANSFER 1
2701| #define WITH_WEBSOCKETS 1
2702| #define IPv6 1
2703| #define STDC_HEADERS 1
2704| #define HAVE_ARPA_INET_H 1
2705| #define HAVE_FCNTL_H 1
2706| #define HAVE_NETDB_H 1
2707| #define HAVE_NETINET_IN_H 1
2708| #define HAVE_STDLIB_H 1
2709| #define HAVE_STRING_H 1
2710| #define HAVE_SYS_SOCKET_H 1
2711| #define HAVE_SYS_TIME_H 1
2712| #define HAVE_SYS_TIMEB_H 1
2713| #define HAVE_SYSLOG_H 1
2714| #define HAVE_UNISTD_H 1
2715| #define TIME_WITH_SYS_TIME 1
2716| #define HAVE_SYS_WAIT_H 1
2717| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
2718| #define HAVE_STRFTIME 1
2719| #define HAVE_VPRINTF 1
2720| #define HAVE_FORK 1
2721| #define HAVE_VFORK 1
2722| #define HAVE_WORKING_VFORK 1
2723| #define HAVE_WORKING_FORK 1
2724| #define HAVE_LIBNSL 1
2725| #define HAVE_FTIME 1
2726| #define HAVE_GETHOSTBYNAME 1
2727| #define HAVE_GETHOSTNAME 1
2728| #define HAVE_GETTIMEOFDAY 1
2729| #define HAVE_INET_NTOA 1
2730| #define HAVE_MEMMOVE 1
2731| #define HAVE_MEMSET 1
2732| #define HAVE_MMAP 1
2733| #define HAVE_MKFIFO 1
2734| #define HAVE_SELECT 1
2735| #define HAVE_SOCKET 1
2736| #define HAVE_STRCHR 1
2737| #define HAVE_STRCSPN 1
2738| #define HAVE_STRDUP 1
2739| #define HAVE_STRERROR 1
2740| #define HAVE_STRSTR 1
2741| /* end confdefs.h. */
2742| #include <android/api-level.h>
2743configure:24824: result: no
2744configure:24824: checking for android/api-level.h
2745configure:24824: result: no
2746configure:25139: creating ./config.status
2747
2748## ---------------------- ##
2749## Running config.status. ##
2750## ---------------------- ##
2751
2752This file was extended by LibVNCServer config.status 0.9.9, which was
2753generated by GNU Autoconf 2.69. Invocation command line was
2754
2755 CONFIG_FILES =
2756 CONFIG_HEADERS =
2757 CONFIG_LINKS =
2758 CONFIG_COMMANDS =
2759 $ ./config.status
2760
2761on android-dev
2762
2763config.status:1019: creating Makefile
2764config.status:1019: creating libvncserver.pc
2765config.status:1019: creating libvncclient.pc
2766config.status:1019: creating libvncserver/Makefile
2767config.status:1019: creating examples/Makefile
2768config.status:1019: creating examples/android/Makefile
2769config.status:1019: creating vncterm/Makefile
2770config.status:1019: creating webclients/Makefile
2771config.status:1019: creating webclients/java-applet/Makefile
2772config.status:1019: creating webclients/java-applet/ssl/Makefile
2773config.status:1019: creating libvncclient/Makefile
2774config.status:1019: creating client_examples/Makefile
2775config.status:1019: creating test/Makefile
2776config.status:1019: creating libvncserver-config
2777config.status:1019: creating LibVNCServer.spec
2778config.status:1019: creating rfbconfig.h
2779config.status:1248: executing rfb/rfbconfig.h commands
2780config.status:1286: creating rfb/rfbconfig.h - prefix LIBVNCSERVER for rfbconfig.h defines
2781config.status:1248: executing depfiles commands
2782config.status:1248: executing chmod-libvncserver-config commands
2783configure:26566: WARNING: unrecognized options: --enable-maintainer-mode
2784
2785## ---------------- ##
2786## Cache variables. ##
2787## ---------------- ##
2788
2789ac_cv_build=x86_64-unknown-linux-gnu
2790ac_cv_c_bigendian=no
2791ac_cv_c_compiler_gnu=yes
2792ac_cv_c_const=yes
2793ac_cv_c_inline=inline
2794ac_cv_cxx_compiler_gnu=yes
2795ac_cv_env_CCC_set=
2796ac_cv_env_CCC_value=
2797ac_cv_env_CC_set=
2798ac_cv_env_CC_value=
2799ac_cv_env_CFLAGS_set=
2800ac_cv_env_CFLAGS_value=
2801ac_cv_env_CPPFLAGS_set=
2802ac_cv_env_CPPFLAGS_value=
2803ac_cv_env_CPP_set=
2804ac_cv_env_CPP_value=
2805ac_cv_env_CXXCPP_set=
2806ac_cv_env_CXXCPP_value=
2807ac_cv_env_CXXFLAGS_set=
2808ac_cv_env_CXXFLAGS_value=
2809ac_cv_env_CXX_set=
2810ac_cv_env_CXX_value=
2811ac_cv_env_F77_set=
2812ac_cv_env_F77_value=
2813ac_cv_env_FFLAGS_set=
2814ac_cv_env_FFLAGS_value=
2815ac_cv_env_GNUTLS_CFLAGS_set=
2816ac_cv_env_GNUTLS_CFLAGS_value=
2817ac_cv_env_GNUTLS_LIBS_set=
2818ac_cv_env_GNUTLS_LIBS_value=
2819ac_cv_env_GTK_CFLAGS_set=
2820ac_cv_env_GTK_CFLAGS_value=
2821ac_cv_env_GTK_LIBS_set=
2822ac_cv_env_GTK_LIBS_value=
2823ac_cv_env_JPEG_LDFLAGS_set=
2824ac_cv_env_JPEG_LDFLAGS_value=
2825ac_cv_env_LDFLAGS_set=
2826ac_cv_env_LDFLAGS_value=
2827ac_cv_env_LIBS_set=
2828ac_cv_env_LIBS_value=
2829ac_cv_env_PKG_CONFIG_LIBDIR_set=
2830ac_cv_env_PKG_CONFIG_LIBDIR_value=
2831ac_cv_env_PKG_CONFIG_PATH_set=
2832ac_cv_env_PKG_CONFIG_PATH_value=
2833ac_cv_env_PKG_CONFIG_set=
2834ac_cv_env_PKG_CONFIG_value=
2835ac_cv_env_XMKMF_set=
2836ac_cv_env_XMKMF_value=
2837ac_cv_env_build_alias_set=
2838ac_cv_env_build_alias_value=
2839ac_cv_env_host_alias_set=
2840ac_cv_env_host_alias_value=
2841ac_cv_env_target_alias_set=
2842ac_cv_env_target_alias_value=
2843ac_cv_f77_compiler_gnu=no
2844ac_cv_func__doprnt=no
2845ac_cv_func_connect=yes
2846ac_cv_func_crypt=no
2847ac_cv_func_fork=yes
2848ac_cv_func_fork_works=yes
2849ac_cv_func_ftime=yes
2850ac_cv_func_getaddrinfo=yes
2851ac_cv_func_gethostbyname=yes
2852ac_cv_func_gethostname=yes
2853ac_cv_func_gettimeofday=yes
2854ac_cv_func_inet_ntoa=yes
2855ac_cv_func_lstat_dereferences_slashed_symlink=yes
2856ac_cv_func_memcmp_working=yes
2857ac_cv_func_memmove=yes
2858ac_cv_func_memset=yes
2859ac_cv_func_mkfifo=yes
2860ac_cv_func_mmap=yes
2861ac_cv_func_remove=yes
2862ac_cv_func_select=yes
2863ac_cv_func_shmat=yes
2864ac_cv_func_socket=yes
2865ac_cv_func_stat_empty_string_bug=no
2866ac_cv_func_strchr=yes
2867ac_cv_func_strcspn=yes
2868ac_cv_func_strdup=yes
2869ac_cv_func_strerror=yes
2870ac_cv_func_strftime=yes
2871ac_cv_func_strstr=yes
2872ac_cv_func_vfork=yes
2873ac_cv_func_vfork_works=yes
2874ac_cv_func_vprintf=yes
2875ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
2876ac_cv_header_ApplicationServices_ApplicationServices_h=no
2877ac_cv_header_android_api_level_h=no
2878ac_cv_header_arpa_inet_h=yes
2879ac_cv_header_dlfcn_h=yes
2880ac_cv_header_fcntl_h=yes
2881ac_cv_header_inttypes_h=yes
2882ac_cv_header_jpeglib_h=yes
2883ac_cv_header_memory_h=yes
2884ac_cv_header_netdb_h=yes
2885ac_cv_header_netinet_in_h=yes
2886ac_cv_header_png_h=yes
2887ac_cv_header_pthread_h=yes
2888ac_cv_header_stdc=yes
2889ac_cv_header_stdint=stdint.h
2890ac_cv_header_stdint_h=yes
2891ac_cv_header_stdint_o=no-file
2892ac_cv_header_stdint_test=no
2893ac_cv_header_stdint_u=no-file
2894ac_cv_header_stdint_x=stdint.h
2895ac_cv_header_stdlib_h=yes
2896ac_cv_header_string_h=yes
2897ac_cv_header_strings_h=yes
2898ac_cv_header_sys_socket_h=yes
2899ac_cv_header_sys_stat_h=yes
2900ac_cv_header_sys_time_h=yes
2901ac_cv_header_sys_timeb_h=yes
2902ac_cv_header_sys_types_h=yes
2903ac_cv_header_sys_wait_h=yes
2904ac_cv_header_syslog_h=yes
2905ac_cv_header_thenonexistentheader_h=no
2906ac_cv_header_time=yes
2907ac_cv_header_unistd_h=yes
2908ac_cv_header_vfork_h=no
2909ac_cv_header_ws2tcpip_h=no
2910ac_cv_header_zlib_h=yes
2911ac_cv_host=x86_64-unknown-linux-gnu
2912ac_cv_lib_ICE_IceConnectionNumber=yes
2913ac_cv_lib_X11_XGetImage=yes
2914ac_cv_lib_crypt_crypt=yes
2915ac_cv_lib_crypto_RAND_file_name=no
2916ac_cv_lib_cygipc_shmget=no
2917ac_cv_lib_nsl_gethostbyname=yes
2918ac_cv_lib_png_png_create_write_struct=yes
2919ac_cv_lib_pthread_pthread_mutex_lock=yes
2920ac_cv_lib_resolv___b64_ntop=yes
2921ac_cv_lib_socket_socket=no
2922ac_cv_lib_ssl_SSL_library_init=no
2923ac_cv_lib_z_deflate=yes
2924ac_cv_objext=o
2925ac_cv_path_AR=/usr/bin/ar
2926ac_cv_path_EGREP='/bin/grep -E'
2927ac_cv_path_GREP=/bin/grep
2928ac_cv_path_LIBGCRYPT_CONFIG=no
2929ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
2930ac_cv_path_install='/usr/bin/install -c'
2931ac_cv_path_mkdir=/bin/mkdir
2932ac_cv_prog_AWK=mawk
2933ac_cv_prog_CPP='gcc -E'
2934ac_cv_prog_CXXCPP='g++ -E'
2935ac_cv_prog_ac_ct_AR=ar
2936ac_cv_prog_ac_ct_CC=gcc
2937ac_cv_prog_ac_ct_CXX=g++
2938ac_cv_prog_ac_ct_RANLIB=ranlib
2939ac_cv_prog_ac_ct_STRIP=strip
2940ac_cv_prog_cc_c89=
2941ac_cv_prog_cc_g=yes
2942ac_cv_prog_cc_gcc_c_o=yes
2943ac_cv_prog_cxx_g=yes
2944ac_cv_prog_f77_g=no
2945ac_cv_prog_make_make_set=yes
2946ac_cv_sizeof_X=::::
2947ac_cv_sizeof_x=:
2948ac_cv_type_int_fast32_t=yes
2949ac_cv_type_int_least32_t=yes
2950ac_cv_type_pid_t=yes
2951ac_cv_type_size_t=yes
2952ac_cv_type_socklen_t=yes
2953ac_cv_type_uint64_t=yes
2954ac_cv_type_uintptr_t=yes
2955am_cv_CC_dependencies_compiler_type=gcc3
2956am_cv_CXX_dependencies_compiler_type=gcc3
2957am_cv_make_support_nested_variables=yes
2958lt_cv_deplibs_check_method=pass_all
2959lt_cv_file_magic_cmd='$MAGIC_CMD'
2960lt_cv_file_magic_test_file=
2961lt_cv_ld_reload_flag=-r
2962lt_cv_objdir=.libs
2963lt_cv_path_LD=/usr/bin/ld
2964lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
2965lt_cv_path_NM='/usr/bin/nm -B'
2966lt_cv_path_SED=/bin/sed
2967lt_cv_prog_compiler_c_o=yes
2968lt_cv_prog_compiler_c_o_CXX=yes
2969lt_cv_prog_compiler_rtti_exceptions=no
2970lt_cv_prog_gnu_ld=yes
2971lt_cv_prog_gnu_ldcxx=yes
2972lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
2973lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
2974lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
2975lt_cv_sys_max_cmd_len=32768
2976lt_lt_cv_prog_compiler_c_o='"yes"'
2977lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
2978lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
2979lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
2980lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
2981
2982## ----------------- ##
2983## Output variables. ##
2984## ----------------- ##
2985
2986ACLOCAL='${SHELL} /data/src/android-master/external/libvncserver/missing --run aclocal-1.11'
2987AMDEPBACKSLASH='\'
2988AMDEP_FALSE='#'
2989AMDEP_TRUE=''
2990AMTAR='$${TAR-tar}'
2991AM_BACKSLASH='\'
2992AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2993AM_DEFAULT_VERBOSITY='0'
2994AM_V='$(V)'
2995ANDROID_FALSE=''
2996ANDROID_TRUE='#'
2997AR='/usr/bin/ar'
2998AS='as'
2999AUTOCONF='${SHELL} /data/src/android-master/external/libvncserver/missing --run autoconf'
3000AUTOHEADER='${SHELL} /data/src/android-master/external/libvncserver/missing --run autoheader'
3001AUTOMAKE='${SHELL} /data/src/android-master/external/libvncserver/missing --run automake-1.11'
3002AVAHI_CFLAGS=''
3003AVAHI_LIBS=''
3004AWK='mawk'
3005CC='gcc'
3006CCDEPMODE='depmode=gcc3'
3007CFLAGS='-g -O2 -Wall '
3008CPP='gcc -E'
3009CPPFLAGS=''
3010CRYPT_LIBS='-lcrypt'
3011CXX='g++'
3012CXXCPP='g++ -E'
3013CXXDEPMODE='depmode=gcc3'
3014CXXFLAGS='-g -O2'
3015CYGIPC_FALSE=''
3016CYGIPC_TRUE='#'
3017CYGPATH_W='echo'
3018DEFS='-DHAVE_CONFIG_H'
3019DEPDIR='.deps'
3020DLLTOOL='dlltool'
3021ECHO='echo'
3022ECHO_C=''
3023ECHO_N='-n'
3024ECHO_T=''
3025EGREP='/bin/grep -E'
3026EXEEXT=''
3027F77=''
3028FFLAGS=''
3029GNUTLS_CFLAGS=''
3030GNUTLS_LIBS=''
3031GREP='/bin/grep'
3032GTK_CFLAGS=''
3033GTK_LIBS=''
3034HAVE_GNUTLS_FALSE=''
3035HAVE_GNUTLS_TRUE='#'
3036HAVE_LIBGTK_FALSE=''
3037HAVE_LIBGTK_TRUE='#'
3038HAVE_LIBJPEG_FALSE='#'
3039HAVE_LIBJPEG_TRUE=''
3040HAVE_LIBPNG_FALSE='#'
3041HAVE_LIBPNG_TRUE=''
3042HAVE_LIBPTHREAD_FALSE='#'
3043HAVE_LIBPTHREAD_TRUE=''
3044HAVE_LIBSDL_FALSE=''
3045HAVE_LIBSDL_TRUE='#'
3046HAVE_LIBSSL_FALSE=''
3047HAVE_LIBSSL_TRUE='#'
3048HAVE_LIBZ_FALSE='#'
3049HAVE_LIBZ_TRUE=''
3050HAVE_MP3LAME_FALSE=''
3051HAVE_MP3LAME_TRUE='#'
3052HAVE_RPM_FALSE=''
3053HAVE_RPM_TRUE='#'
3054HAVE_SYSTEM_LIBVNCSERVER_FALSE=''
3055HAVE_SYSTEM_LIBVNCSERVER_TRUE='#'
3056HAVE_X11_FALSE='#'
3057HAVE_X11_TRUE=''
3058INSTALL_DATA='${INSTALL} -m 644'
3059INSTALL_PROGRAM='${INSTALL}'
3060INSTALL_SCRIPT='${INSTALL}'
3061INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
3062JPEG_LDFLAGS=''
3063LDFLAGS=''
3064LIBGCRYPT_CFLAGS=''
3065LIBGCRYPT_CONFIG='no'
3066LIBGCRYPT_LIBS=''
3067LIBOBJS=''
3068LIBS='-lnsl -lpthread -lz -lpng -ljpeg -lresolv '
3069LIBTOOL='$(SHELL) $(top_builddir)/libtool'
3070LINUX_FALSE='#'
3071LINUX_TRUE=''
3072LN_S='ln -s'
3073LTLIBOBJS=''
3074MAKEINFO='${SHELL} /data/src/android-master/external/libvncserver/missing --run makeinfo'
3075MINGW_FALSE=''
3076MINGW_TRUE='#'
3077MKDIR_P='/bin/mkdir -p'
3078OBJDUMP='objdump'
3079OBJEXT='o'
3080OSX_FALSE=''
3081OSX_OPENGL_FALSE=''
3082OSX_OPENGL_TRUE='#'
3083OSX_TRUE='#'
3084PACKAGE='LibVNCServer'
3085PACKAGE_BUGREPORT='http://sourceforge.net/projects/libvncserver'
3086PACKAGE_NAME='LibVNCServer'
3087PACKAGE_STRING='LibVNCServer 0.9.9'
3088PACKAGE_TARNAME='libvncserver'
3089PACKAGE_URL=''
3090PACKAGE_VERSION='0.9.9'
3091PATH_SEPARATOR=':'
3092PKG_CONFIG='/usr/bin/pkg-config'
3093PKG_CONFIG_LIBDIR=''
3094PKG_CONFIG_PATH=''
3095RANLIB='ranlib'
3096RPMSOURCEDIR='NOT-FOUND'
3097SDL_CFLAGS=''
3098SDL_LIBS=''
3099SET_MAKE=''
3100SHELL='/bin/bash'
3101SSL_LIBS=''
3102STRIP='strip'
3103SYSTEM_LIBVNCSERVER_CFLAGS=''
3104SYSTEM_LIBVNCSERVER_LIBS=''
3105VERSION='0.9.9'
3106WITH_FFMPEG_FALSE=''
3107WITH_FFMPEG_TRUE='#'
3108WITH_TIGHTVNC_FILETRANSFER_FALSE='#'
3109WITH_TIGHTVNC_FILETRANSFER_TRUE=''
3110WITH_WEBSOCKETS_FALSE='#'
3111WITH_WEBSOCKETS_TRUE=''
3112WITH_X11VNC_FALSE=''
3113WITH_X11VNC_TRUE='#'
3114WSOCKLIB=''
3115XMKMF=''
3116X_CFLAGS=''
3117X_EXTRA_LIBS=''
3118X_LIBS=''
3119X_PRE_LIBS=' -lSM -lICE'
3120ac_ct_CC='gcc'
3121ac_ct_CXX='g++'
3122ac_ct_F77=''
3123am__EXEEXT_FALSE=''
3124am__EXEEXT_TRUE='#'
3125am__fastdepCC_FALSE='#'
3126am__fastdepCC_TRUE=''
3127am__fastdepCXX_FALSE='#'
3128am__fastdepCXX_TRUE=''
3129am__include='include'
3130am__isrc=''
3131am__leading_dot='.'
3132am__nodep='_no'
3133am__quote=''
3134am__tar='$${TAR-tar} chof - "$$tardir"'
3135am__untar='$${TAR-tar} xf -'
3136bindir='${exec_prefix}/bin'
3137build='x86_64-unknown-linux-gnu'
3138build_alias=''
3139build_cpu='x86_64'
3140build_os='linux-gnu'
3141build_vendor='unknown'
3142datadir='${datarootdir}'
3143datarootdir='${prefix}/share'
3144docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
3145dvidir='${docdir}'
3146exec_prefix='${prefix}'
3147host='x86_64-unknown-linux-gnu'
3148host_alias=''
3149host_cpu='x86_64'
3150host_os='linux-gnu'
3151host_vendor='unknown'
3152htmldir='${docdir}'
3153includedir='${prefix}/include'
3154infodir='${datarootdir}/info'
3155install_sh='${SHELL} /data/src/android-master/external/libvncserver/install-sh'
3156libdir='${exec_prefix}/lib'
3157libexecdir='${exec_prefix}/libexec'
3158localedir='${datarootdir}/locale'
3159localstatedir='${prefix}/var'
3160mandir='${datarootdir}/man'
3161mkdir_p='/bin/mkdir -p'
3162oldincludedir='/usr/include'
3163pdfdir='${docdir}'
3164prefix='/usr/local'
3165program_transform_name='s,x,x,'
3166psdir='${docdir}'
3167sbindir='${exec_prefix}/sbin'
3168sharedstatedir='${prefix}/com'
3169sysconfdir='${prefix}/etc'
3170target_alias=''
3171with_ffmpeg=''
3172
3173## ----------- ##
3174## confdefs.h. ##
3175## ----------- ##
3176
3177/* confdefs.h */
3178#define PACKAGE_NAME "LibVNCServer"
3179#define PACKAGE_TARNAME "libvncserver"
3180#define PACKAGE_VERSION "0.9.9"
3181#define PACKAGE_STRING "LibVNCServer 0.9.9"
3182#define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
3183#define PACKAGE_URL ""
3184#define PACKAGE "LibVNCServer"
3185#define VERSION "0.9.9"
3186#define STDC_HEADERS 1
3187#define HAVE_SYS_TYPES_H 1
3188#define HAVE_SYS_STAT_H 1
3189#define HAVE_STDLIB_H 1
3190#define HAVE_STRING_H 1
3191#define HAVE_MEMORY_H 1
3192#define HAVE_STRINGS_H 1
3193#define HAVE_INTTYPES_H 1
3194#define HAVE_STDINT_H 1
3195#define HAVE_UNISTD_H 1
3196#define HAVE_DLFCN_H 1
3197#define ALLOW24BPP 1
3198#define HAVE_LIBCRYPT 1
3199#define HAVE_X11 1
3200#define HAVE_LIBJPEG 1
3201#define HAVE_LIBPNG 1
3202#define HAVE_LIBZ 1
3203#define HAVE_LIBPTHREAD 1
3204#define HAVE_TLS 1
3205#define WITH_TIGHTVNC_FILETRANSFER 1
3206#define WITH_WEBSOCKETS 1
3207#define IPv6 1
3208#define STDC_HEADERS 1
3209#define HAVE_ARPA_INET_H 1
3210#define HAVE_FCNTL_H 1
3211#define HAVE_NETDB_H 1
3212#define HAVE_NETINET_IN_H 1
3213#define HAVE_STDLIB_H 1
3214#define HAVE_STRING_H 1
3215#define HAVE_SYS_SOCKET_H 1
3216#define HAVE_SYS_TIME_H 1
3217#define HAVE_SYS_TIMEB_H 1
3218#define HAVE_SYSLOG_H 1
3219#define HAVE_UNISTD_H 1
3220#define TIME_WITH_SYS_TIME 1
3221#define HAVE_SYS_WAIT_H 1
3222#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
3223#define HAVE_STRFTIME 1
3224#define HAVE_VPRINTF 1
3225#define HAVE_FORK 1
3226#define HAVE_VFORK 1
3227#define HAVE_WORKING_VFORK 1
3228#define HAVE_WORKING_FORK 1
3229#define HAVE_LIBNSL 1
3230#define HAVE_FTIME 1
3231#define HAVE_GETHOSTBYNAME 1
3232#define HAVE_GETHOSTNAME 1
3233#define HAVE_GETTIMEOFDAY 1
3234#define HAVE_INET_NTOA 1
3235#define HAVE_MEMMOVE 1
3236#define HAVE_MEMSET 1
3237#define HAVE_MMAP 1
3238#define HAVE_MKFIFO 1
3239#define HAVE_SELECT 1
3240#define HAVE_SOCKET 1
3241#define HAVE_STRCHR 1
3242#define HAVE_STRCSPN 1
3243#define HAVE_STRDUP 1
3244#define HAVE_STRERROR 1
3245#define HAVE_STRSTR 1
3246
3247configure: exit 0