Ticket #17682: config.log

File config.log, 136.8 KB (added by martinsm@…, 15 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by configure, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-gtk --without-motif
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = rakuba.rakupottery.org.uk
14uname -m = i386
15uname -r = 9.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386
18
19/usr/bin/uname -p = i386
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      = Mach kernel version:
26         Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386
27Kernel configured for up to 2 processors.
282 processors are physically available.
292 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1
32Primary memory available: 2.00 gigabytes
33Default processor set: 70 tasks, 256 threads, 2 processors
34Load average: 1.34, Mach factor: 0.65
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45PATH: /usr/X11R6/bin
46
47
48## ----------- ##
49## Core tests. ##
50## ----------- ##
51
52configure:2327: checking build system type
53configure:2345: result: i386-apple-darwin9.6.0
54configure:2367: checking host system type
55configure:2382: result: i386-apple-darwin9.6.0
56configure:2453: checking for gcc
57configure:2480: result: /usr/bin/gcc-4.0
58configure:2718: checking for C compiler version
59configure:2725: /usr/bin/gcc-4.0 --version >&5
60i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
61Copyright (C) 2005 Free Software Foundation, Inc.
62This is free software; see the source for copying conditions.  There is NO
63warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
64
65configure:2728: $? = 0
66configure:2735: /usr/bin/gcc-4.0 -v >&5
67Using built-in specs.
68Target: i686-apple-darwin9
69Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
70Thread model: posix
71gcc version 4.0.1 (Apple Inc. build 5465)
72configure:2738: $? = 0
73configure:2745: /usr/bin/gcc-4.0 -V >&5
74gcc-4.0: argument to `-V' is missing
75configure:2748: $? = 1
76configure:2771: checking for C compiler default output file name
77configure:2798: /usr/bin/gcc-4.0 -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
78configure:2801: $? = 0
79configure:2839: result: a.out
80configure:2856: checking whether the C compiler works
81configure:2866: ./a.out
82configure:2869: $? = 0
83configure:2886: result: yes
84configure:2893: checking whether we are cross compiling
85configure:2895: result: no
86configure:2898: checking for suffix of executables
87configure:2905: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
88configure:2908: $? = 0
89configure:2932: result:
90configure:2938: checking for suffix of object files
91configure:2964: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
92configure:2967: $? = 0
93configure:2990: result: o
94configure:2994: checking whether we are using the GNU C compiler
95configure:3023: /usr/bin/gcc-4.0 -c -O2 -I/opt/local/include conftest.c >&5
96configure:3029: $? = 0
97configure:3046: result: yes
98configure:3051: checking whether /usr/bin/gcc-4.0 accepts -g
99configure:3081: /usr/bin/gcc-4.0 -c -g -I/opt/local/include conftest.c >&5
100configure:3087: $? = 0
101configure:3186: result: yes
102configure:3203: checking for /usr/bin/gcc-4.0 option to accept ISO C89
103configure:3277: /usr/bin/gcc-4.0  -c -O2 -I/opt/local/include conftest.c >&5
104configure:3283: $? = 0
105configure:3306: result: none needed
106configure:3363: checking whether the compiler works on ANSI C
107configure:3384: /usr/bin/gcc-4.0 -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
108configure:3387: $? = 0
109configure:3393: ./conftest
110configure:3396: $? = 0
111configure:3398: result: yes
112configure:3418: result: Turning on gcc compiler warnings.
113configure:3441: checking whether gcc accepts -Wno-overlength-strings
114configure:3456: result: no
115configure:3462: checking whether gcc accepts -Wdeclaration-after-statement
116configure:3477: result: yes
117configure:3483: checking whether gcc accepts -no-cpp-precomp
118configure:3498: result: yes
119configure:3505: checking whether gcc accepts -std=c89
120configure:3520: result: yes
121configure:3525: result: Disabling C++ comments in ANSI C code.
122configure:3559: checking how to run the C preprocessor
123configure:3675: result: /usr/bin/cpp-4.0
124configure:3704: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
125configure:3710: $? = 0
126configure:3741: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
127conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
128configure:3747: $? = 1
129configure: failed program was:
130| /* confdefs.h.  */
131| #define PACKAGE_NAME ""
132| #define PACKAGE_TARNAME ""
133| #define PACKAGE_VERSION ""
134| #define PACKAGE_STRING ""
135| #define PACKAGE_BUGREPORT ""
136| /* end confdefs.h.  */
137| #include <ac_nonexistent.h>
138configure:3784: checking for an ANSI C-conforming const
139configure:3859: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
140conftest.c:11: warning: function declaration isn't a prototype
141conftest.c: In function 'main':
142conftest.c:37: warning: 't' is used uninitialized in this function
143conftest.c:53: warning: 'b' is used uninitialized in this function
144conftest.c:59: warning: 'cs[0]' is used uninitialized in this function
145configure:3865: $? = 0
146configure:3880: result: yes
147configure:3890: checking for inline
148configure:3916: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
149conftest.c:10: error: syntax error before 'foo_t'
150conftest.c:10: warning: function declaration isn't a prototype
151conftest.c:11: error: syntax error before 'foo_t'
152conftest.c:11: warning: function declaration isn't a prototype
153configure:3922: $? = 1
154configure: failed program was:
155| /* confdefs.h.  */
156| #define PACKAGE_NAME ""
157| #define PACKAGE_TARNAME ""
158| #define PACKAGE_VERSION ""
159| #define PACKAGE_STRING ""
160| #define PACKAGE_BUGREPORT ""
161| /* end confdefs.h.  */
162| #ifndef __cplusplus
163| typedef int foo_t;
164| static inline foo_t static_foo () {return 0; }
165| inline foo_t foo () {return 0; }
166| #endif
167|
168configure:3916: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
169conftest.c:10: warning: function declaration isn't a prototype
170conftest.c:11: warning: function declaration isn't a prototype
171configure:3922: $? = 0
172configure:3940: result: __inline__
173configure:3961: checking for bc
174configure:3964: result: yes
175configure:3994: checking for a BSD-compatible install
176configure:4050: result: /usr/bin/install -c
177configure:4061: checking whether "${INSTALL} -d" creates intermediate directories
178configure:4079: result: yes
179configure:4114: checking whether make sets $(MAKE)
180configure:4135: result: yes
181configure:4154: checking for grep that handles long lines and -e
182configure:4228: result: /usr/bin/grep
183configure:4233: checking for egrep
184configure:4311: result: /usr/bin/grep -E
185configure:4316: checking for ANSI C header files
186configure:4346: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
187conftest.c:18: warning: function declaration isn't a prototype
188configure:4352: $? = 0
189configure:4451: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
190conftest.c:24: warning: function declaration isn't a prototype
191configure:4454: $? = 0
192configure:4460: ./conftest
193configure:4463: $? = 0
194configure:4480: result: yes
195configure:4504: checking for sys/types.h
196configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
197configure:4531: $? = 0
198configure:4547: result: yes
199configure:4504: checking for sys/stat.h
200configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
201configure:4531: $? = 0
202configure:4547: result: yes
203configure:4504: checking for stdlib.h
204configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
205configure:4531: $? = 0
206configure:4547: result: yes
207configure:4504: checking for string.h
208configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
209configure:4531: $? = 0
210configure:4547: result: yes
211configure:4504: checking for memory.h
212configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
213configure:4531: $? = 0
214configure:4547: result: yes
215configure:4504: checking for strings.h
216configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
217configure:4531: $? = 0
218configure:4547: result: yes
219configure:4504: checking for inttypes.h
220configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
221configure:4531: $? = 0
222configure:4547: result: yes
223configure:4504: checking for stdint.h
224configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
225configure:4531: $? = 0
226configure:4547: result: yes
227configure:4504: checking for unistd.h
228configure:4525: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
229configure:4531: $? = 0
230configure:4547: result: yes
231configure:4564: checking for unistd.h
232configure:4570: result: yes
233configure:4699: checking for mode_t
234configure:4729: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
235conftest.c:58: warning: function declaration isn't a prototype
236configure:4735: $? = 0
237configure:4750: result: yes
238configure:4762: checking for pid_t
239configure:4792: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
240conftest.c:58: warning: function declaration isn't a prototype
241configure:4798: $? = 0
242configure:4813: result: yes
243configure:4825: checking for size_t
244configure:4855: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
245conftest.c:58: warning: function declaration isn't a prototype
246configure:4861: $? = 0
247configure:4876: result: yes
248configure:4888: checking return type of signal handlers
249configure:4916: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
250conftest.c:27: warning: function declaration isn't a prototype
251conftest.c: In function 'main':
252conftest.c:28: error: void value not ignored as it ought to be
253configure:4922: $? = 1
254configure: failed program was:
255| /* confdefs.h.  */
256| #define PACKAGE_NAME ""
257| #define PACKAGE_TARNAME ""
258| #define PACKAGE_VERSION ""
259| #define PACKAGE_STRING ""
260| #define PACKAGE_BUGREPORT ""
261| #ifndef __cplusplus
262| #define inline __inline__
263| #endif
264| #define STDC_HEADERS 1
265| #define HAVE_SYS_TYPES_H 1
266| #define HAVE_SYS_STAT_H 1
267| #define HAVE_STDLIB_H 1
268| #define HAVE_STRING_H 1
269| #define HAVE_MEMORY_H 1
270| #define HAVE_STRINGS_H 1
271| #define HAVE_INTTYPES_H 1
272| #define HAVE_STDINT_H 1
273| #define HAVE_UNISTD_H 1
274| #define HAVE_UNISTD_H 1
275| /* end confdefs.h.  */
276| #include <sys/types.h>
277| #include <signal.h>
278|
279| int
280| main ()
281| {
282| return *(signal (0, 0)) (0) == 1;
283|   ;
284|   return 0;
285| }
286configure:4937: result: void
287configure:4945: checking whether time.h and sys/time.h may both be included
288configure:4975: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
289conftest.c:29: warning: function declaration isn't a prototype
290configure:4981: $? = 0
291configure:4996: result: yes
292configure:5006: checking for sys/wait.h that is POSIX.1 compatible
293configure:5042: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
294conftest.c:35: warning: function declaration isn't a prototype
295configure:5048: $? = 0
296configure:5063: result: yes
297configure:5081: checking for dirent.h that defines DIR
298configure:5110: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
299conftest.c:30: warning: function declaration isn't a prototype
300configure:5116: $? = 0
301configure:5132: result: yes
302configure:5145: checking for library containing opendir
303configure:5186: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
304conftest.c:33: warning: function declaration isn't a prototype
305conftest.c:36: warning: function declaration isn't a prototype
306configure:5192: $? = 0
307configure:5220: result: none required
308configure:5314: checking how to call gettimeofday
309configure:5342: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
310conftest.c:30: warning: function declaration isn't a prototype
311configure:5348: $? = 0
312configure:5423: result: two arguments
313configure:5442: checking for select
314configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
315conftest.c:51: warning: function declaration isn't a prototype
316conftest.c:61: warning: function declaration isn't a prototype
317configure:5504: $? = 0
318configure:5522: result: yes
319configure:5442: checking for fcntl
320configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
321conftest.c:52: warning: function declaration isn't a prototype
322conftest.c:62: warning: function declaration isn't a prototype
323configure:5504: $? = 0
324configure:5522: result: yes
325configure:5442: checking for uname
326configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
327conftest.c:53: warning: function declaration isn't a prototype
328conftest.c:63: warning: function declaration isn't a prototype
329configure:5504: $? = 0
330configure:5522: result: yes
331configure:5442: checking for nice
332configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
333conftest.c:54: warning: function declaration isn't a prototype
334conftest.c:64: warning: function declaration isn't a prototype
335configure:5504: $? = 0
336configure:5522: result: yes
337configure:5442: checking for setpriority
338configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
339conftest.c:55: warning: function declaration isn't a prototype
340conftest.c:65: warning: function declaration isn't a prototype
341configure:5504: $? = 0
342configure:5522: result: yes
343configure:5442: checking for getcwd
344configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
345conftest.c:56: warning: function declaration isn't a prototype
346conftest.c:66: warning: function declaration isn't a prototype
347configure:5504: $? = 0
348configure:5522: result: yes
349configure:5442: checking for getwd
350configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
351conftest.c:57: warning: function declaration isn't a prototype
352conftest.c:67: warning: function declaration isn't a prototype
353configure:5504: $? = 0
354configure:5522: result: yes
355configure:5442: checking for putenv
356configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
357conftest.c:58: warning: function declaration isn't a prototype
358conftest.c:68: warning: function declaration isn't a prototype
359configure:5504: $? = 0
360configure:5522: result: yes
361configure:5442: checking for sbrk
362configure:5498: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
363conftest.c:59: warning: function declaration isn't a prototype
364conftest.c:69: warning: function declaration isn't a prototype
365configure:5504: $? = 0
366configure:5522: result: yes
367configure:5539: checking for sigaction
368configure:5595: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
369conftest.c:60: warning: function declaration isn't a prototype
370conftest.c:70: warning: function declaration isn't a prototype
371configure:5601: $? = 0
372configure:5619: result: yes
373configure:5539: checking for syslog
374configure:5595: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
375conftest.c:61: warning: function declaration isn't a prototype
376conftest.c:71: warning: function declaration isn't a prototype
377configure:5601: $? = 0
378configure:5619: result: yes
379configure:5539: checking for realpath
380configure:5595: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
381conftest.c:62: warning: function declaration isn't a prototype
382conftest.c:72: warning: function declaration isn't a prototype
383configure:5601: $? = 0
384configure:5619: result: yes
385configure:5539: checking for setrlimit
386configure:5595: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
387conftest.c:63: warning: function declaration isn't a prototype
388conftest.c:73: warning: function declaration isn't a prototype
389configure:5601: $? = 0
390configure:5619: result: yes
391configure:5633: checking for setlocale
392configure:5689: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
393conftest.c:64: warning: function declaration isn't a prototype
394conftest.c:74: warning: function declaration isn't a prototype
395configure:5695: $? = 0
396configure:5713: result: yes
397configure:5723: checking for struct icmp
398configure:5782: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
399conftest.c:63: warning: function declaration isn't a prototype
400conftest.c: In function 'main':
401conftest.c:65: warning: unused variable 's'
402configure:5788: $? = 0
403configure:5803: result: yes
404configure:5811: checking for struct icmphdr
405configure:5865: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
406conftest.c:64: warning: function declaration isn't a prototype
407conftest.c: In function 'main':
408conftest.c:65: error: storage size of 'i' isn't known
409conftest.c:66: warning: unused variable 's'
410conftest.c:65: warning: unused variable 'i'
411configure:5871: $? = 1
412configure: failed program was:
413| /* confdefs.h.  */
414| #define PACKAGE_NAME ""
415| #define PACKAGE_TARNAME ""
416| #define PACKAGE_VERSION ""
417| #define PACKAGE_STRING ""
418| #define PACKAGE_BUGREPORT ""
419| #ifndef __cplusplus
420| #define inline __inline__
421| #endif
422| #define STDC_HEADERS 1
423| #define HAVE_SYS_TYPES_H 1
424| #define HAVE_SYS_STAT_H 1
425| #define HAVE_STDLIB_H 1
426| #define HAVE_STRING_H 1
427| #define HAVE_MEMORY_H 1
428| #define HAVE_STRINGS_H 1
429| #define HAVE_INTTYPES_H 1
430| #define HAVE_STDINT_H 1
431| #define HAVE_UNISTD_H 1
432| #define HAVE_UNISTD_H 1
433| #define RETSIGTYPE void
434| #define TIME_WITH_SYS_TIME 1
435| #define HAVE_SYS_WAIT_H 1
436| #define HAVE_DIRENT_H 1
437| #define HAVE_GETTIMEOFDAY 1
438| #define GETTIMEOFDAY_TWO_ARGS 1
439| #define HAVE_SELECT 1
440| #define HAVE_FCNTL 1
441| #define HAVE_UNAME 1
442| #define HAVE_NICE 1
443| #define HAVE_SETPRIORITY 1
444| #define HAVE_GETCWD 1
445| #define HAVE_GETWD 1
446| #define HAVE_PUTENV 1
447| #define HAVE_SBRK 1
448| #define HAVE_SIGACTION 1
449| #define HAVE_SYSLOG 1
450| #define HAVE_REALPATH 1
451| #define HAVE_SETRLIMIT 1
452| #define HAVE_SETLOCALE 1
453| #define HAVE_ICMP 1
454| /* end confdefs.h.  */
455| #include <stdlib.h>
456|                    #include <stdio.h>
457|                    #include <math.h>
458|                    #include <unistd.h>
459|                    #include <limits.h>
460|                    #include <signal.h>
461|                    #include <fcntl.h>
462|                    #include <sys/types.h>
463|                    #include <sys/time.h>
464|                    #include <sys/ipc.h>
465|                    #include <sys/shm.h>
466|                    #include <sys/socket.h>
467|                    #include <netinet/in_systm.h>
468|                    #include <netinet/in.h>
469|                    #include <netinet/ip.h>
470|                    #include <netinet/ip_icmp.h>
471|                    #include <netinet/udp.h>
472|                    #include <arpa/inet.h>
473|                    #include <netdb.h>
474| int
475| main ()
476| {
477| struct icmphdr i;
478|                    struct sockaddr s;
479|                    struct sockaddr_in si;
480|                    struct ip ip;
481|                    i.type = ICMP_ECHO;
482|                    i.code = 0;
483|                    i.checksum = 0;
484|                    i.un.echo.id = 0;
485|                    i.un.echo.sequence = 0;
486|                    si.sin_family = AF_INET;
487|                    ip.ip_hl = 0;
488|   ;
489|   return 0;
490| }
491configure:5886: result: no
492configure:5910: checking crypt.h usability
493configure:5927: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
494conftest.c:76:19: error: crypt.h: No such file or directory
495configure:5933: $? = 1
496configure: failed program was:
497| /* confdefs.h.  */
498| #define PACKAGE_NAME ""
499| #define PACKAGE_TARNAME ""
500| #define PACKAGE_VERSION ""
501| #define PACKAGE_STRING ""
502| #define PACKAGE_BUGREPORT ""
503| #ifndef __cplusplus
504| #define inline __inline__
505| #endif
506| #define STDC_HEADERS 1
507| #define HAVE_SYS_TYPES_H 1
508| #define HAVE_SYS_STAT_H 1
509| #define HAVE_STDLIB_H 1
510| #define HAVE_STRING_H 1
511| #define HAVE_MEMORY_H 1
512| #define HAVE_STRINGS_H 1
513| #define HAVE_INTTYPES_H 1
514| #define HAVE_STDINT_H 1
515| #define HAVE_UNISTD_H 1
516| #define HAVE_UNISTD_H 1
517| #define RETSIGTYPE void
518| #define TIME_WITH_SYS_TIME 1
519| #define HAVE_SYS_WAIT_H 1
520| #define HAVE_DIRENT_H 1
521| #define HAVE_GETTIMEOFDAY 1
522| #define GETTIMEOFDAY_TWO_ARGS 1
523| #define HAVE_SELECT 1
524| #define HAVE_FCNTL 1
525| #define HAVE_UNAME 1
526| #define HAVE_NICE 1
527| #define HAVE_SETPRIORITY 1
528| #define HAVE_GETCWD 1
529| #define HAVE_GETWD 1
530| #define HAVE_PUTENV 1
531| #define HAVE_SBRK 1
532| #define HAVE_SIGACTION 1
533| #define HAVE_SYSLOG 1
534| #define HAVE_REALPATH 1
535| #define HAVE_SETRLIMIT 1
536| #define HAVE_SETLOCALE 1
537| #define HAVE_ICMP 1
538| /* end confdefs.h.  */
539| #include <stdio.h>
540| #ifdef HAVE_SYS_TYPES_H
541| # include <sys/types.h>
542| #endif
543| #ifdef HAVE_SYS_STAT_H
544| # include <sys/stat.h>
545| #endif
546| #ifdef STDC_HEADERS
547| # include <stdlib.h>
548| # include <stddef.h>
549| #else
550| # ifdef HAVE_STDLIB_H
551| #  include <stdlib.h>
552| # endif
553| #endif
554| #ifdef HAVE_STRING_H
555| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
556| #  include <memory.h>
557| # endif
558| # include <string.h>
559| #endif
560| #ifdef HAVE_STRINGS_H
561| # include <strings.h>
562| #endif
563| #ifdef HAVE_INTTYPES_H
564| # include <inttypes.h>
565| #endif
566| #ifdef HAVE_STDINT_H
567| # include <stdint.h>
568| #endif
569| #ifdef HAVE_UNISTD_H
570| # include <unistd.h>
571| #endif
572| #include <crypt.h>
573configure:5947: result: no
574configure:5951: checking crypt.h presence
575configure:5966: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
576conftest.c:43:19: error: crypt.h: No such file or directory
577configure:5972: $? = 1
578configure: failed program was:
579| /* confdefs.h.  */
580| #define PACKAGE_NAME ""
581| #define PACKAGE_TARNAME ""
582| #define PACKAGE_VERSION ""
583| #define PACKAGE_STRING ""
584| #define PACKAGE_BUGREPORT ""
585| #ifndef __cplusplus
586| #define inline __inline__
587| #endif
588| #define STDC_HEADERS 1
589| #define HAVE_SYS_TYPES_H 1
590| #define HAVE_SYS_STAT_H 1
591| #define HAVE_STDLIB_H 1
592| #define HAVE_STRING_H 1
593| #define HAVE_MEMORY_H 1
594| #define HAVE_STRINGS_H 1
595| #define HAVE_INTTYPES_H 1
596| #define HAVE_STDINT_H 1
597| #define HAVE_UNISTD_H 1
598| #define HAVE_UNISTD_H 1
599| #define RETSIGTYPE void
600| #define TIME_WITH_SYS_TIME 1
601| #define HAVE_SYS_WAIT_H 1
602| #define HAVE_DIRENT_H 1
603| #define HAVE_GETTIMEOFDAY 1
604| #define GETTIMEOFDAY_TWO_ARGS 1
605| #define HAVE_SELECT 1
606| #define HAVE_FCNTL 1
607| #define HAVE_UNAME 1
608| #define HAVE_NICE 1
609| #define HAVE_SETPRIORITY 1
610| #define HAVE_GETCWD 1
611| #define HAVE_GETWD 1
612| #define HAVE_PUTENV 1
613| #define HAVE_SBRK 1
614| #define HAVE_SIGACTION 1
615| #define HAVE_SYSLOG 1
616| #define HAVE_REALPATH 1
617| #define HAVE_SETRLIMIT 1
618| #define HAVE_SETLOCALE 1
619| #define HAVE_ICMP 1
620| /* end confdefs.h.  */
621| #include <crypt.h>
622configure:5986: result: no
623configure:6014: checking for crypt.h
624configure:6022: result: no
625configure:5910: checking sys/select.h usability
626configure:5927: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
627configure:5933: $? = 0
628configure:5947: result: yes
629configure:5951: checking sys/select.h presence
630configure:5966: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
631configure:5972: $? = 0
632configure:5986: result: yes
633configure:6014: checking for sys/select.h
634configure:6022: result: yes
635configure:6039: checking for perl5
636configure:6057: found /opt/local/bin/perl5
637configure:6069: result: /opt/local/bin/perl5
638configure:6083: checking perl version
639configure:6090: result: 5.008008
640configure:6101: checking for X
641configure:6336: result: libraries /usr/X11/lib, headers /usr/X11/include
642configure:6358: checking whether -R must be followed by a space
643configure:6384: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  -R/usr/X11/lib >&5
644conftest.c:47: warning: function declaration isn't a prototype
645configure:6390: $? = 0
646configure: failed program was:
647| /* confdefs.h.  */
648| #define PACKAGE_NAME ""
649| #define PACKAGE_TARNAME ""
650| #define PACKAGE_VERSION ""
651| #define PACKAGE_STRING ""
652| #define PACKAGE_BUGREPORT ""
653| #ifndef __cplusplus
654| #define inline __inline__
655| #endif
656| #define STDC_HEADERS 1
657| #define HAVE_SYS_TYPES_H 1
658| #define HAVE_SYS_STAT_H 1
659| #define HAVE_STDLIB_H 1
660| #define HAVE_STRING_H 1
661| #define HAVE_MEMORY_H 1
662| #define HAVE_STRINGS_H 1
663| #define HAVE_INTTYPES_H 1
664| #define HAVE_STDINT_H 1
665| #define HAVE_UNISTD_H 1
666| #define HAVE_UNISTD_H 1
667| #define RETSIGTYPE void
668| #define TIME_WITH_SYS_TIME 1
669| #define HAVE_SYS_WAIT_H 1
670| #define HAVE_DIRENT_H 1
671| #define HAVE_GETTIMEOFDAY 1
672| #define GETTIMEOFDAY_TWO_ARGS 1
673| #define HAVE_SELECT 1
674| #define HAVE_FCNTL 1
675| #define HAVE_UNAME 1
676| #define HAVE_NICE 1
677| #define HAVE_SETPRIORITY 1
678| #define HAVE_GETCWD 1
679| #define HAVE_GETWD 1
680| #define HAVE_PUTENV 1
681| #define HAVE_SBRK 1
682| #define HAVE_SIGACTION 1
683| #define HAVE_SYSLOG 1
684| #define HAVE_REALPATH 1
685| #define HAVE_SETRLIMIT 1
686| #define HAVE_SETLOCALE 1
687| #define HAVE_ICMP 1
688| #define HAVE_SYS_SELECT_H 1
689| /* end confdefs.h.  */
690|
691| int
692| main ()
693| {
694|
695|   ;
696|   return 0;
697| }
698configure:6425: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  -R /usr/X11/lib >&5
699conftest.c:47: warning: function declaration isn't a prototype
700ld: in /usr/X11/lib, can't map file, errno=22
701collect2: ld returned 1 exit status
702configure:6431: $? = 1
703configure: failed program was:
704| /* confdefs.h.  */
705| #define PACKAGE_NAME ""
706| #define PACKAGE_TARNAME ""
707| #define PACKAGE_VERSION ""
708| #define PACKAGE_STRING ""
709| #define PACKAGE_BUGREPORT ""
710| #ifndef __cplusplus
711| #define inline __inline__
712| #endif
713| #define STDC_HEADERS 1
714| #define HAVE_SYS_TYPES_H 1
715| #define HAVE_SYS_STAT_H 1
716| #define HAVE_STDLIB_H 1
717| #define HAVE_STRING_H 1
718| #define HAVE_MEMORY_H 1
719| #define HAVE_STRINGS_H 1
720| #define HAVE_INTTYPES_H 1
721| #define HAVE_STDINT_H 1
722| #define HAVE_UNISTD_H 1
723| #define HAVE_UNISTD_H 1
724| #define RETSIGTYPE void
725| #define TIME_WITH_SYS_TIME 1
726| #define HAVE_SYS_WAIT_H 1
727| #define HAVE_DIRENT_H 1
728| #define HAVE_GETTIMEOFDAY 1
729| #define GETTIMEOFDAY_TWO_ARGS 1
730| #define HAVE_SELECT 1
731| #define HAVE_FCNTL 1
732| #define HAVE_UNAME 1
733| #define HAVE_NICE 1
734| #define HAVE_SETPRIORITY 1
735| #define HAVE_GETCWD 1
736| #define HAVE_GETWD 1
737| #define HAVE_PUTENV 1
738| #define HAVE_SBRK 1
739| #define HAVE_SIGACTION 1
740| #define HAVE_SYSLOG 1
741| #define HAVE_REALPATH 1
742| #define HAVE_SETRLIMIT 1
743| #define HAVE_SETLOCALE 1
744| #define HAVE_ICMP 1
745| #define HAVE_SYS_SELECT_H 1
746| /* end confdefs.h.  */
747|
748| int
749| main ()
750| {
751|
752|   ;
753|   return 0;
754| }
755configure:6444: result: neither works
756configure:6497: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c   -L/usr/X11/lib -lX11 >&5
757conftest.c:51: warning: function declaration isn't a prototype
758conftest.c:54: warning: function declaration isn't a prototype
759configure:6503: $? = 0
760configure:6660: checking for gethostbyname
761configure:6716: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
762conftest.c:67: warning: function declaration isn't a prototype
763conftest.c:77: warning: function declaration isn't a prototype
764configure:6722: $? = 0
765configure:6739: result: yes
766configure:6884: checking for connect
767configure:6940: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
768conftest.c:67: warning: function declaration isn't a prototype
769conftest.c:77: warning: function declaration isn't a prototype
770configure:6946: $? = 0
771configure:6963: result: yes
772configure:7035: checking for remove
773configure:7091: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
774conftest.c:67: warning: function declaration isn't a prototype
775conftest.c:77: warning: function declaration isn't a prototype
776configure:7097: $? = 0
777configure:7114: result: yes
778configure:7186: checking for shmat
779configure:7242: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
780conftest.c:67: warning: function declaration isn't a prototype
781conftest.c:77: warning: function declaration isn't a prototype
782configure:7248: $? = 0
783configure:7265: result: yes
784configure:7346: checking for IceConnectionNumber in -lICE
785configure:7381: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib -L/usr/X11/lib conftest.c -lICE   >&5
786conftest.c:51: warning: function declaration isn't a prototype
787conftest.c:54: warning: function declaration isn't a prototype
788configure:7387: $? = 0
789configure:7405: result: yes
790configure:7423: checking for X app-defaults directory
791configure:7511: result: /usr/X11/lib/X11/app-defaults
792configure:7708: checking for XPointer
793configure:7741: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
794conftest.c:47: warning: function declaration isn't a prototype
795conftest.c: In function 'main':
796conftest.c:48: warning: unused variable 'foo'
797configure:7747: $? = 0
798configure:7763: result: yes
799configure:7772: checking whether this is MacOS X
800configure:7780: result: yes
801configure:7848: checking for perl
802configure:7866: found /opt/local/bin/perl
803configure:7878: result: /opt/local/bin/perl
804configure:7968: checking for ranlib
805configure:7984: found /usr/bin/ranlib
806configure:7995: result: ranlib
807configure:8021: checking for off_t
808configure:8051: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
809conftest.c:82: warning: function declaration isn't a prototype
810configure:8057: $? = 0
811configure:8072: result: yes
812configure:8086: checking for working alloca.h
813configure:8113: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
814conftest.c:49: warning: function declaration isn't a prototype
815configure:8119: $? = 0
816configure:8136: result: yes
817configure:8146: checking for alloca
818configure:8193: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
819conftest.c:70: warning: function declaration isn't a prototype
820configure:8199: $? = 0
821configure:8216: result: yes
822configure:8449: checking for stdlib.h
823configure:8455: result: yes
824configure:8449: checking for unistd.h
825configure:8455: result: yes
826configure:8588: checking for getpagesize
827configure:8644: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
828conftest.c:73: warning: function declaration isn't a prototype
829conftest.c:83: warning: function declaration isn't a prototype
830configure:8650: $? = 0
831configure:8668: result: yes
832configure:8678: checking for working mmap
833configure:8825: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
834conftest.c:155: warning: function declaration isn't a prototype
835configure:8828: $? = 0
836configure:8834: ./conftest
837configure:8837: $? = 0
838configure:8853: result: yes
839configure:8888: checking argz.h usability
840configure:8905: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
841conftest.c:85:18: error: argz.h: No such file or directory
842configure:8911: $? = 1
843configure: failed program was:
844| /* confdefs.h.  */
845| #define PACKAGE_NAME ""
846| #define PACKAGE_TARNAME ""
847| #define PACKAGE_VERSION ""
848| #define PACKAGE_STRING ""
849| #define PACKAGE_BUGREPORT ""
850| #ifndef __cplusplus
851| #define inline __inline__
852| #endif
853| #define STDC_HEADERS 1
854| #define HAVE_SYS_TYPES_H 1
855| #define HAVE_SYS_STAT_H 1
856| #define HAVE_STDLIB_H 1
857| #define HAVE_STRING_H 1
858| #define HAVE_MEMORY_H 1
859| #define HAVE_STRINGS_H 1
860| #define HAVE_INTTYPES_H 1
861| #define HAVE_STDINT_H 1
862| #define HAVE_UNISTD_H 1
863| #define HAVE_UNISTD_H 1
864| #define RETSIGTYPE void
865| #define TIME_WITH_SYS_TIME 1
866| #define HAVE_SYS_WAIT_H 1
867| #define HAVE_DIRENT_H 1
868| #define HAVE_GETTIMEOFDAY 1
869| #define GETTIMEOFDAY_TWO_ARGS 1
870| #define HAVE_SELECT 1
871| #define HAVE_FCNTL 1
872| #define HAVE_UNAME 1
873| #define HAVE_NICE 1
874| #define HAVE_SETPRIORITY 1
875| #define HAVE_GETCWD 1
876| #define HAVE_GETWD 1
877| #define HAVE_PUTENV 1
878| #define HAVE_SBRK 1
879| #define HAVE_SIGACTION 1
880| #define HAVE_SYSLOG 1
881| #define HAVE_REALPATH 1
882| #define HAVE_SETRLIMIT 1
883| #define HAVE_SETLOCALE 1
884| #define HAVE_ICMP 1
885| #define HAVE_SYS_SELECT_H 1
886| #define GETTEXT_PACKAGE "xscreensaver"
887| #define PACKAGE "xscreensaver"
888| #define HAVE_ALLOCA_H 1
889| #define HAVE_ALLOCA 1
890| #define HAVE_STDLIB_H 1
891| #define HAVE_UNISTD_H 1
892| #define HAVE_GETPAGESIZE 1
893| #define HAVE_MMAP 1
894| /* end confdefs.h.  */
895| #include <stdio.h>
896| #ifdef HAVE_SYS_TYPES_H
897| # include <sys/types.h>
898| #endif
899| #ifdef HAVE_SYS_STAT_H
900| # include <sys/stat.h>
901| #endif
902| #ifdef STDC_HEADERS
903| # include <stdlib.h>
904| # include <stddef.h>
905| #else
906| # ifdef HAVE_STDLIB_H
907| #  include <stdlib.h>
908| # endif
909| #endif
910| #ifdef HAVE_STRING_H
911| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
912| #  include <memory.h>
913| # endif
914| # include <string.h>
915| #endif
916| #ifdef HAVE_STRINGS_H
917| # include <strings.h>
918| #endif
919| #ifdef HAVE_INTTYPES_H
920| # include <inttypes.h>
921| #endif
922| #ifdef HAVE_STDINT_H
923| # include <stdint.h>
924| #endif
925| #ifdef HAVE_UNISTD_H
926| # include <unistd.h>
927| #endif
928| #include <argz.h>
929configure:8925: result: no
930configure:8929: checking argz.h presence
931configure:8944: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
932conftest.c:52:18: error: argz.h: No such file or directory
933configure:8950: $? = 1
934configure: failed program was:
935| /* confdefs.h.  */
936| #define PACKAGE_NAME ""
937| #define PACKAGE_TARNAME ""
938| #define PACKAGE_VERSION ""
939| #define PACKAGE_STRING ""
940| #define PACKAGE_BUGREPORT ""
941| #ifndef __cplusplus
942| #define inline __inline__
943| #endif
944| #define STDC_HEADERS 1
945| #define HAVE_SYS_TYPES_H 1
946| #define HAVE_SYS_STAT_H 1
947| #define HAVE_STDLIB_H 1
948| #define HAVE_STRING_H 1
949| #define HAVE_MEMORY_H 1
950| #define HAVE_STRINGS_H 1
951| #define HAVE_INTTYPES_H 1
952| #define HAVE_STDINT_H 1
953| #define HAVE_UNISTD_H 1
954| #define HAVE_UNISTD_H 1
955| #define RETSIGTYPE void
956| #define TIME_WITH_SYS_TIME 1
957| #define HAVE_SYS_WAIT_H 1
958| #define HAVE_DIRENT_H 1
959| #define HAVE_GETTIMEOFDAY 1
960| #define GETTIMEOFDAY_TWO_ARGS 1
961| #define HAVE_SELECT 1
962| #define HAVE_FCNTL 1
963| #define HAVE_UNAME 1
964| #define HAVE_NICE 1
965| #define HAVE_SETPRIORITY 1
966| #define HAVE_GETCWD 1
967| #define HAVE_GETWD 1
968| #define HAVE_PUTENV 1
969| #define HAVE_SBRK 1
970| #define HAVE_SIGACTION 1
971| #define HAVE_SYSLOG 1
972| #define HAVE_REALPATH 1
973| #define HAVE_SETRLIMIT 1
974| #define HAVE_SETLOCALE 1
975| #define HAVE_ICMP 1
976| #define HAVE_SYS_SELECT_H 1
977| #define GETTEXT_PACKAGE "xscreensaver"
978| #define PACKAGE "xscreensaver"
979| #define HAVE_ALLOCA_H 1
980| #define HAVE_ALLOCA 1
981| #define HAVE_STDLIB_H 1
982| #define HAVE_UNISTD_H 1
983| #define HAVE_GETPAGESIZE 1
984| #define HAVE_MMAP 1
985| /* end confdefs.h.  */
986| #include <argz.h>
987configure:8964: result: no
988configure:8992: checking for argz.h
989configure:9000: result: no
990configure:8888: checking limits.h usability
991configure:8905: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
992configure:8911: $? = 0
993configure:8925: result: yes
994configure:8929: checking limits.h presence
995configure:8944: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
996configure:8950: $? = 0
997configure:8964: result: yes
998configure:8992: checking for limits.h
999configure:9000: result: yes
1000configure:8888: checking locale.h usability
1001configure:8905: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
1002configure:8911: $? = 0
1003configure:8925: result: yes
1004configure:8929: checking locale.h presence
1005configure:8944: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1006configure:8950: $? = 0
1007configure:8964: result: yes
1008configure:8992: checking for locale.h
1009configure:9000: result: yes
1010configure:8888: checking nl_types.h usability
1011configure:8905: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
1012configure:8911: $? = 0
1013configure:8925: result: yes
1014configure:8929: checking nl_types.h presence
1015configure:8944: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1016configure:8950: $? = 0
1017configure:8964: result: yes
1018configure:8992: checking for nl_types.h
1019configure:9000: result: yes
1020configure:8888: checking malloc.h usability
1021configure:8905: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
1022conftest.c:88:20: error: malloc.h: No such file or directory
1023configure:8911: $? = 1
1024configure: failed program was:
1025| /* confdefs.h.  */
1026| #define PACKAGE_NAME ""
1027| #define PACKAGE_TARNAME ""
1028| #define PACKAGE_VERSION ""
1029| #define PACKAGE_STRING ""
1030| #define PACKAGE_BUGREPORT ""
1031| #ifndef __cplusplus
1032| #define inline __inline__
1033| #endif
1034| #define STDC_HEADERS 1
1035| #define HAVE_SYS_TYPES_H 1
1036| #define HAVE_SYS_STAT_H 1
1037| #define HAVE_STDLIB_H 1
1038| #define HAVE_STRING_H 1
1039| #define HAVE_MEMORY_H 1
1040| #define HAVE_STRINGS_H 1
1041| #define HAVE_INTTYPES_H 1
1042| #define HAVE_STDINT_H 1
1043| #define HAVE_UNISTD_H 1
1044| #define HAVE_UNISTD_H 1
1045| #define RETSIGTYPE void
1046| #define TIME_WITH_SYS_TIME 1
1047| #define HAVE_SYS_WAIT_H 1
1048| #define HAVE_DIRENT_H 1
1049| #define HAVE_GETTIMEOFDAY 1
1050| #define GETTIMEOFDAY_TWO_ARGS 1
1051| #define HAVE_SELECT 1
1052| #define HAVE_FCNTL 1
1053| #define HAVE_UNAME 1
1054| #define HAVE_NICE 1
1055| #define HAVE_SETPRIORITY 1
1056| #define HAVE_GETCWD 1
1057| #define HAVE_GETWD 1
1058| #define HAVE_PUTENV 1
1059| #define HAVE_SBRK 1
1060| #define HAVE_SIGACTION 1
1061| #define HAVE_SYSLOG 1
1062| #define HAVE_REALPATH 1
1063| #define HAVE_SETRLIMIT 1
1064| #define HAVE_SETLOCALE 1
1065| #define HAVE_ICMP 1
1066| #define HAVE_SYS_SELECT_H 1
1067| #define GETTEXT_PACKAGE "xscreensaver"
1068| #define PACKAGE "xscreensaver"
1069| #define HAVE_ALLOCA_H 1
1070| #define HAVE_ALLOCA 1
1071| #define HAVE_STDLIB_H 1
1072| #define HAVE_UNISTD_H 1
1073| #define HAVE_GETPAGESIZE 1
1074| #define HAVE_MMAP 1
1075| #define HAVE_LIMITS_H 1
1076| #define HAVE_LOCALE_H 1
1077| #define HAVE_NL_TYPES_H 1
1078| /* end confdefs.h.  */
1079| #include <stdio.h>
1080| #ifdef HAVE_SYS_TYPES_H
1081| # include <sys/types.h>
1082| #endif
1083| #ifdef HAVE_SYS_STAT_H
1084| # include <sys/stat.h>
1085| #endif
1086| #ifdef STDC_HEADERS
1087| # include <stdlib.h>
1088| # include <stddef.h>
1089| #else
1090| # ifdef HAVE_STDLIB_H
1091| #  include <stdlib.h>
1092| # endif
1093| #endif
1094| #ifdef HAVE_STRING_H
1095| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1096| #  include <memory.h>
1097| # endif
1098| # include <string.h>
1099| #endif
1100| #ifdef HAVE_STRINGS_H
1101| # include <strings.h>
1102| #endif
1103| #ifdef HAVE_INTTYPES_H
1104| # include <inttypes.h>
1105| #endif
1106| #ifdef HAVE_STDINT_H
1107| # include <stdint.h>
1108| #endif
1109| #ifdef HAVE_UNISTD_H
1110| # include <unistd.h>
1111| #endif
1112| #include <malloc.h>
1113configure:8925: result: no
1114configure:8929: checking malloc.h presence
1115configure:8944: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1116conftest.c:55:20: error: malloc.h: No such file or directory
1117configure:8950: $? = 1
1118configure: failed program was:
1119| /* confdefs.h.  */
1120| #define PACKAGE_NAME ""
1121| #define PACKAGE_TARNAME ""
1122| #define PACKAGE_VERSION ""
1123| #define PACKAGE_STRING ""
1124| #define PACKAGE_BUGREPORT ""
1125| #ifndef __cplusplus
1126| #define inline __inline__
1127| #endif
1128| #define STDC_HEADERS 1
1129| #define HAVE_SYS_TYPES_H 1
1130| #define HAVE_SYS_STAT_H 1
1131| #define HAVE_STDLIB_H 1
1132| #define HAVE_STRING_H 1
1133| #define HAVE_MEMORY_H 1
1134| #define HAVE_STRINGS_H 1
1135| #define HAVE_INTTYPES_H 1
1136| #define HAVE_STDINT_H 1
1137| #define HAVE_UNISTD_H 1
1138| #define HAVE_UNISTD_H 1
1139| #define RETSIGTYPE void
1140| #define TIME_WITH_SYS_TIME 1
1141| #define HAVE_SYS_WAIT_H 1
1142| #define HAVE_DIRENT_H 1
1143| #define HAVE_GETTIMEOFDAY 1
1144| #define GETTIMEOFDAY_TWO_ARGS 1
1145| #define HAVE_SELECT 1
1146| #define HAVE_FCNTL 1
1147| #define HAVE_UNAME 1
1148| #define HAVE_NICE 1
1149| #define HAVE_SETPRIORITY 1
1150| #define HAVE_GETCWD 1
1151| #define HAVE_GETWD 1
1152| #define HAVE_PUTENV 1
1153| #define HAVE_SBRK 1
1154| #define HAVE_SIGACTION 1
1155| #define HAVE_SYSLOG 1
1156| #define HAVE_REALPATH 1
1157| #define HAVE_SETRLIMIT 1
1158| #define HAVE_SETLOCALE 1
1159| #define HAVE_ICMP 1
1160| #define HAVE_SYS_SELECT_H 1
1161| #define GETTEXT_PACKAGE "xscreensaver"
1162| #define PACKAGE "xscreensaver"
1163| #define HAVE_ALLOCA_H 1
1164| #define HAVE_ALLOCA 1
1165| #define HAVE_STDLIB_H 1
1166| #define HAVE_UNISTD_H 1
1167| #define HAVE_GETPAGESIZE 1
1168| #define HAVE_MMAP 1
1169| #define HAVE_LIMITS_H 1
1170| #define HAVE_LOCALE_H 1
1171| #define HAVE_NL_TYPES_H 1
1172| /* end confdefs.h.  */
1173| #include <malloc.h>
1174configure:8964: result: no
1175configure:8992: checking for malloc.h
1176configure:9000: result: no
1177configure:8878: checking for string.h
1178configure:8884: result: yes
1179configure:8878: checking for unistd.h
1180configure:8884: result: yes
1181configure:8888: checking sys/param.h usability
1182configure:8905: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
1183configure:8911: $? = 0
1184configure:8925: result: yes
1185configure:8929: checking sys/param.h presence
1186configure:8944: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1187configure:8950: $? = 0
1188configure:8964: result: yes
1189configure:8992: checking for sys/param.h
1190configure:9000: result: yes
1191configure:9028: checking for getcwd
1192configure:9108: result: yes
1193configure:9028: checking for munmap
1194configure:9084: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1195conftest.c:82: warning: function declaration isn't a prototype
1196conftest.c:92: warning: function declaration isn't a prototype
1197configure:9090: $? = 0
1198configure:9108: result: yes
1199configure:9028: checking for putenv
1200configure:9108: result: yes
1201configure:9028: checking for setenv
1202configure:9084: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1203conftest.c:84: warning: function declaration isn't a prototype
1204conftest.c:94: warning: function declaration isn't a prototype
1205configure:9090: $? = 0
1206configure:9108: result: yes
1207configure:9028: checking for setlocale
1208configure:9108: result: yes
1209configure:9028: checking for strchr
1210configure:9084: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1211conftest.c:86: warning: function declaration isn't a prototype
1212conftest.c:86: warning: conflicting types for built-in function 'strchr'
1213conftest.c:96: warning: function declaration isn't a prototype
1214configure:9090: $? = 0
1215configure:9108: result: yes
1216configure:9028: checking for strcasecmp
1217configure:9084: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1218conftest.c:87: warning: function declaration isn't a prototype
1219conftest.c:97: warning: function declaration isn't a prototype
1220configure:9090: $? = 0
1221configure:9108: result: yes
1222configure:9028: checking for strdup
1223configure:9084: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1224conftest.c:88: warning: function declaration isn't a prototype
1225conftest.c:98: warning: function declaration isn't a prototype
1226configure:9090: $? = 0
1227configure:9108: result: yes
1228configure:9028: checking for __argz_count
1229configure:9084: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1230conftest.c:89: warning: function declaration isn't a prototype
1231conftest.c:99: warning: function declaration isn't a prototype
1232Undefined symbols:
1233  "___argz_count", referenced from:
1234      _main in cc1a2fpE.o
1235ld: symbol(s) not found
1236collect2: ld returned 1 exit status
1237configure:9090: $? = 1
1238configure: failed program was:
1239| /* confdefs.h.  */
1240| #define PACKAGE_NAME ""
1241| #define PACKAGE_TARNAME ""
1242| #define PACKAGE_VERSION ""
1243| #define PACKAGE_STRING ""
1244| #define PACKAGE_BUGREPORT ""
1245| #ifndef __cplusplus
1246| #define inline __inline__
1247| #endif
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_UNISTD_H 1
1259| #define RETSIGTYPE void
1260| #define TIME_WITH_SYS_TIME 1
1261| #define HAVE_SYS_WAIT_H 1
1262| #define HAVE_DIRENT_H 1
1263| #define HAVE_GETTIMEOFDAY 1
1264| #define GETTIMEOFDAY_TWO_ARGS 1
1265| #define HAVE_SELECT 1
1266| #define HAVE_FCNTL 1
1267| #define HAVE_UNAME 1
1268| #define HAVE_NICE 1
1269| #define HAVE_SETPRIORITY 1
1270| #define HAVE_GETCWD 1
1271| #define HAVE_GETWD 1
1272| #define HAVE_PUTENV 1
1273| #define HAVE_SBRK 1
1274| #define HAVE_SIGACTION 1
1275| #define HAVE_SYSLOG 1
1276| #define HAVE_REALPATH 1
1277| #define HAVE_SETRLIMIT 1
1278| #define HAVE_SETLOCALE 1
1279| #define HAVE_ICMP 1
1280| #define HAVE_SYS_SELECT_H 1
1281| #define GETTEXT_PACKAGE "xscreensaver"
1282| #define PACKAGE "xscreensaver"
1283| #define HAVE_ALLOCA_H 1
1284| #define HAVE_ALLOCA 1
1285| #define HAVE_STDLIB_H 1
1286| #define HAVE_UNISTD_H 1
1287| #define HAVE_GETPAGESIZE 1
1288| #define HAVE_MMAP 1
1289| #define HAVE_LIMITS_H 1
1290| #define HAVE_LOCALE_H 1
1291| #define HAVE_NL_TYPES_H 1
1292| #define HAVE_STRING_H 1
1293| #define HAVE_UNISTD_H 1
1294| #define HAVE_SYS_PARAM_H 1
1295| #define HAVE_GETCWD 1
1296| #define HAVE_MUNMAP 1
1297| #define HAVE_PUTENV 1
1298| #define HAVE_SETENV 1
1299| #define HAVE_SETLOCALE 1
1300| #define HAVE_STRCHR 1
1301| #define HAVE_STRCASECMP 1
1302| #define HAVE_STRDUP 1
1303| /* end confdefs.h.  */
1304| /* Define __argz_count to an innocuous variant, in case <limits.h> declares __argz_count.
1305|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1306| #define __argz_count innocuous___argz_count
1307|
1308| /* System header to define __stub macros and hopefully few prototypes,
1309|     which can conflict with char __argz_count (); below.
1310|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1311|     <limits.h> exists even on freestanding compilers.  */
1312|
1313| #ifdef __STDC__
1314| # include <limits.h>
1315| #else
1316| # include <assert.h>
1317| #endif
1318|
1319| #undef __argz_count
1320|
1321| /* Override any GCC internal prototype to avoid an error.
1322|    Use char because int might match the return type of a GCC
1323|    builtin and then its argument prototype would still apply.  */
1324| #ifdef __cplusplus
1325| extern "C"
1326| #endif
1327| char __argz_count ();
1328| /* The GNU C library defines this for functions which it implements
1329|     to always fail with ENOSYS.  Some functions are actually named
1330|     something starting with __ and the normal name is an alias.  */
1331| #if defined __stub___argz_count || defined __stub_____argz_count
1332| choke me
1333| #endif
1334|
1335| int
1336| main ()
1337| {
1338| return __argz_count ();
1339|   ;
1340|   return 0;
1341| }
1342configure:9108: result: no
1343configure:9028: checking for __argz_stringify
1344configure:9084: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1345conftest.c:89: warning: function declaration isn't a prototype
1346conftest.c:99: warning: function declaration isn't a prototype
1347Undefined symbols:
1348  "___argz_stringify", referenced from:
1349      _main in ccHaoan6.o
1350ld: symbol(s) not found
1351collect2: ld returned 1 exit status
1352configure:9090: $? = 1
1353configure: failed program was:
1354| /* confdefs.h.  */
1355| #define PACKAGE_NAME ""
1356| #define PACKAGE_TARNAME ""
1357| #define PACKAGE_VERSION ""
1358| #define PACKAGE_STRING ""
1359| #define PACKAGE_BUGREPORT ""
1360| #ifndef __cplusplus
1361| #define inline __inline__
1362| #endif
1363| #define STDC_HEADERS 1
1364| #define HAVE_SYS_TYPES_H 1
1365| #define HAVE_SYS_STAT_H 1
1366| #define HAVE_STDLIB_H 1
1367| #define HAVE_STRING_H 1
1368| #define HAVE_MEMORY_H 1
1369| #define HAVE_STRINGS_H 1
1370| #define HAVE_INTTYPES_H 1
1371| #define HAVE_STDINT_H 1
1372| #define HAVE_UNISTD_H 1
1373| #define HAVE_UNISTD_H 1
1374| #define RETSIGTYPE void
1375| #define TIME_WITH_SYS_TIME 1
1376| #define HAVE_SYS_WAIT_H 1
1377| #define HAVE_DIRENT_H 1
1378| #define HAVE_GETTIMEOFDAY 1
1379| #define GETTIMEOFDAY_TWO_ARGS 1
1380| #define HAVE_SELECT 1
1381| #define HAVE_FCNTL 1
1382| #define HAVE_UNAME 1
1383| #define HAVE_NICE 1
1384| #define HAVE_SETPRIORITY 1
1385| #define HAVE_GETCWD 1
1386| #define HAVE_GETWD 1
1387| #define HAVE_PUTENV 1
1388| #define HAVE_SBRK 1
1389| #define HAVE_SIGACTION 1
1390| #define HAVE_SYSLOG 1
1391| #define HAVE_REALPATH 1
1392| #define HAVE_SETRLIMIT 1
1393| #define HAVE_SETLOCALE 1
1394| #define HAVE_ICMP 1
1395| #define HAVE_SYS_SELECT_H 1
1396| #define GETTEXT_PACKAGE "xscreensaver"
1397| #define PACKAGE "xscreensaver"
1398| #define HAVE_ALLOCA_H 1
1399| #define HAVE_ALLOCA 1
1400| #define HAVE_STDLIB_H 1
1401| #define HAVE_UNISTD_H 1
1402| #define HAVE_GETPAGESIZE 1
1403| #define HAVE_MMAP 1
1404| #define HAVE_LIMITS_H 1
1405| #define HAVE_LOCALE_H 1
1406| #define HAVE_NL_TYPES_H 1
1407| #define HAVE_STRING_H 1
1408| #define HAVE_UNISTD_H 1
1409| #define HAVE_SYS_PARAM_H 1
1410| #define HAVE_GETCWD 1
1411| #define HAVE_MUNMAP 1
1412| #define HAVE_PUTENV 1
1413| #define HAVE_SETENV 1
1414| #define HAVE_SETLOCALE 1
1415| #define HAVE_STRCHR 1
1416| #define HAVE_STRCASECMP 1
1417| #define HAVE_STRDUP 1
1418| /* end confdefs.h.  */
1419| /* Define __argz_stringify to an innocuous variant, in case <limits.h> declares __argz_stringify.
1420|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1421| #define __argz_stringify innocuous___argz_stringify
1422|
1423| /* System header to define __stub macros and hopefully few prototypes,
1424|     which can conflict with char __argz_stringify (); below.
1425|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1426|     <limits.h> exists even on freestanding compilers.  */
1427|
1428| #ifdef __STDC__
1429| # include <limits.h>
1430| #else
1431| # include <assert.h>
1432| #endif
1433|
1434| #undef __argz_stringify
1435|
1436| /* Override any GCC internal prototype to avoid an error.
1437|    Use char because int might match the return type of a GCC
1438|    builtin and then its argument prototype would still apply.  */
1439| #ifdef __cplusplus
1440| extern "C"
1441| #endif
1442| char __argz_stringify ();
1443| /* The GNU C library defines this for functions which it implements
1444|     to always fail with ENOSYS.  Some functions are actually named
1445|     something starting with __ and the normal name is an alias.  */
1446| #if defined __stub___argz_stringify || defined __stub_____argz_stringify
1447| choke me
1448| #endif
1449|
1450| int
1451| main ()
1452| {
1453| return __argz_stringify ();
1454|   ;
1455|   return 0;
1456| }
1457configure:9108: result: no
1458configure:9028: checking for __argz_next
1459configure:9084: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1460conftest.c:89: warning: function declaration isn't a prototype
1461conftest.c:99: warning: function declaration isn't a prototype
1462Undefined symbols:
1463  "___argz_next", referenced from:
1464      _main in ccRBPsJL.o
1465ld: symbol(s) not found
1466collect2: ld returned 1 exit status
1467configure:9090: $? = 1
1468configure: failed program was:
1469| /* confdefs.h.  */
1470| #define PACKAGE_NAME ""
1471| #define PACKAGE_TARNAME ""
1472| #define PACKAGE_VERSION ""
1473| #define PACKAGE_STRING ""
1474| #define PACKAGE_BUGREPORT ""
1475| #ifndef __cplusplus
1476| #define inline __inline__
1477| #endif
1478| #define STDC_HEADERS 1
1479| #define HAVE_SYS_TYPES_H 1
1480| #define HAVE_SYS_STAT_H 1
1481| #define HAVE_STDLIB_H 1
1482| #define HAVE_STRING_H 1
1483| #define HAVE_MEMORY_H 1
1484| #define HAVE_STRINGS_H 1
1485| #define HAVE_INTTYPES_H 1
1486| #define HAVE_STDINT_H 1
1487| #define HAVE_UNISTD_H 1
1488| #define HAVE_UNISTD_H 1
1489| #define RETSIGTYPE void
1490| #define TIME_WITH_SYS_TIME 1
1491| #define HAVE_SYS_WAIT_H 1
1492| #define HAVE_DIRENT_H 1
1493| #define HAVE_GETTIMEOFDAY 1
1494| #define GETTIMEOFDAY_TWO_ARGS 1
1495| #define HAVE_SELECT 1
1496| #define HAVE_FCNTL 1
1497| #define HAVE_UNAME 1
1498| #define HAVE_NICE 1
1499| #define HAVE_SETPRIORITY 1
1500| #define HAVE_GETCWD 1
1501| #define HAVE_GETWD 1
1502| #define HAVE_PUTENV 1
1503| #define HAVE_SBRK 1
1504| #define HAVE_SIGACTION 1
1505| #define HAVE_SYSLOG 1
1506| #define HAVE_REALPATH 1
1507| #define HAVE_SETRLIMIT 1
1508| #define HAVE_SETLOCALE 1
1509| #define HAVE_ICMP 1
1510| #define HAVE_SYS_SELECT_H 1
1511| #define GETTEXT_PACKAGE "xscreensaver"
1512| #define PACKAGE "xscreensaver"
1513| #define HAVE_ALLOCA_H 1
1514| #define HAVE_ALLOCA 1
1515| #define HAVE_STDLIB_H 1
1516| #define HAVE_UNISTD_H 1
1517| #define HAVE_GETPAGESIZE 1
1518| #define HAVE_MMAP 1
1519| #define HAVE_LIMITS_H 1
1520| #define HAVE_LOCALE_H 1
1521| #define HAVE_NL_TYPES_H 1
1522| #define HAVE_STRING_H 1
1523| #define HAVE_UNISTD_H 1
1524| #define HAVE_SYS_PARAM_H 1
1525| #define HAVE_GETCWD 1
1526| #define HAVE_MUNMAP 1
1527| #define HAVE_PUTENV 1
1528| #define HAVE_SETENV 1
1529| #define HAVE_SETLOCALE 1
1530| #define HAVE_STRCHR 1
1531| #define HAVE_STRCASECMP 1
1532| #define HAVE_STRDUP 1
1533| /* end confdefs.h.  */
1534| /* Define __argz_next to an innocuous variant, in case <limits.h> declares __argz_next.
1535|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1536| #define __argz_next innocuous___argz_next
1537|
1538| /* System header to define __stub macros and hopefully few prototypes,
1539|     which can conflict with char __argz_next (); below.
1540|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1541|     <limits.h> exists even on freestanding compilers.  */
1542|
1543| #ifdef __STDC__
1544| # include <limits.h>
1545| #else
1546| # include <assert.h>
1547| #endif
1548|
1549| #undef __argz_next
1550|
1551| /* Override any GCC internal prototype to avoid an error.
1552|    Use char because int might match the return type of a GCC
1553|    builtin and then its argument prototype would still apply.  */
1554| #ifdef __cplusplus
1555| extern "C"
1556| #endif
1557| char __argz_next ();
1558| /* The GNU C library defines this for functions which it implements
1559|     to always fail with ENOSYS.  Some functions are actually named
1560|     something starting with __ and the normal name is an alias.  */
1561| #if defined __stub___argz_next || defined __stub_____argz_next
1562| choke me
1563| #endif
1564|
1565| int
1566| main ()
1567| {
1568| return __argz_next ();
1569|   ;
1570|   return 0;
1571| }
1572configure:9108: result: no
1573configure:9120: checking for LC_MESSAGES
1574configure:9146: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1575conftest.c:69: warning: function declaration isn't a prototype
1576configure:9152: $? = 0
1577configure:9169: result: yes
1578configure:9200: checking libintl.h usability
1579configure:9217: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
1580configure:9223: $? = 0
1581configure:9237: result: yes
1582configure:9241: checking libintl.h presence
1583configure:9256: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
1584configure:9262: $? = 0
1585configure:9276: result: yes
1586configure:9304: checking for libintl.h
1587configure:9311: result: yes
1588configure:9316: checking for dgettext in libc
1589configure:9342: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  >&5
1590conftest.c:70: warning: function declaration isn't a prototype
1591Undefined symbols:
1592  "_libintl_dgettext", referenced from:
1593      _main in ccvK6qJ2.o
1594ld: symbol(s) not found
1595collect2: ld returned 1 exit status
1596configure:9348: $? = 1
1597configure: failed program was:
1598| /* confdefs.h.  */
1599| #define PACKAGE_NAME ""
1600| #define PACKAGE_TARNAME ""
1601| #define PACKAGE_VERSION ""
1602| #define PACKAGE_STRING ""
1603| #define PACKAGE_BUGREPORT ""
1604| #ifndef __cplusplus
1605| #define inline __inline__
1606| #endif
1607| #define STDC_HEADERS 1
1608| #define HAVE_SYS_TYPES_H 1
1609| #define HAVE_SYS_STAT_H 1
1610| #define HAVE_STDLIB_H 1
1611| #define HAVE_STRING_H 1
1612| #define HAVE_MEMORY_H 1
1613| #define HAVE_STRINGS_H 1
1614| #define HAVE_INTTYPES_H 1
1615| #define HAVE_STDINT_H 1
1616| #define HAVE_UNISTD_H 1
1617| #define HAVE_UNISTD_H 1
1618| #define RETSIGTYPE void
1619| #define TIME_WITH_SYS_TIME 1
1620| #define HAVE_SYS_WAIT_H 1
1621| #define HAVE_DIRENT_H 1
1622| #define HAVE_GETTIMEOFDAY 1
1623| #define GETTIMEOFDAY_TWO_ARGS 1
1624| #define HAVE_SELECT 1
1625| #define HAVE_FCNTL 1
1626| #define HAVE_UNAME 1
1627| #define HAVE_NICE 1
1628| #define HAVE_SETPRIORITY 1
1629| #define HAVE_GETCWD 1
1630| #define HAVE_GETWD 1
1631| #define HAVE_PUTENV 1
1632| #define HAVE_SBRK 1
1633| #define HAVE_SIGACTION 1
1634| #define HAVE_SYSLOG 1
1635| #define HAVE_REALPATH 1
1636| #define HAVE_SETRLIMIT 1
1637| #define HAVE_SETLOCALE 1
1638| #define HAVE_ICMP 1
1639| #define HAVE_SYS_SELECT_H 1
1640| #define GETTEXT_PACKAGE "xscreensaver"
1641| #define PACKAGE "xscreensaver"
1642| #define HAVE_ALLOCA_H 1
1643| #define HAVE_ALLOCA 1
1644| #define HAVE_STDLIB_H 1
1645| #define HAVE_UNISTD_H 1
1646| #define HAVE_GETPAGESIZE 1
1647| #define HAVE_MMAP 1
1648| #define HAVE_LIMITS_H 1
1649| #define HAVE_LOCALE_H 1
1650| #define HAVE_NL_TYPES_H 1
1651| #define HAVE_STRING_H 1
1652| #define HAVE_UNISTD_H 1
1653| #define HAVE_SYS_PARAM_H 1
1654| #define HAVE_GETCWD 1
1655| #define HAVE_MUNMAP 1
1656| #define HAVE_PUTENV 1
1657| #define HAVE_SETENV 1
1658| #define HAVE_SETLOCALE 1
1659| #define HAVE_STRCHR 1
1660| #define HAVE_STRCASECMP 1
1661| #define HAVE_STRDUP 1
1662| #define HAVE_LC_MESSAGES 1
1663| /* end confdefs.h.  */
1664| #include <libintl.h>
1665| int
1666| main ()
1667| {
1668| return (int) dgettext ("","")
1669|   ;
1670|   return 0;
1671| }
1672configure:9365: result: no
1673configure:9369: checking for bindtextdomain in -lintl
1674configure:9404: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lintl   >&5
1675conftest.c:74: warning: function declaration isn't a prototype
1676conftest.c:77: warning: function declaration isn't a prototype
1677configure:9410: $? = 0
1678configure:9428: result: yes
1679configure:9431: checking for dgettext in libintl
1680configure:9436: checking for dgettext in -lintl
1681configure:9471: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c -lintl   >&5
1682conftest.c:74: warning: function declaration isn't a prototype
1683conftest.c:77: warning: function declaration isn't a prototype
1684configure:9477: $? = 0
1685configure:9495: result: yes
1686configure:9504: result: yes
1687configure:9523: checking for msgfmt
1688configure:9550: result: /opt/local/bin/msgfmt
1689configure:9561: checking for dcgettext
1690configure:9617: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  -lintl >&5
1691conftest.c:91: warning: function declaration isn't a prototype
1692conftest.c:101: warning: function declaration isn't a prototype
1693configure:9623: $? = 0
1694configure:9641: result: yes
1695configure:9653: checking for gmsgfmt
1696configure:9684: result: /opt/local/bin/msgfmt
1697configure:9694: checking for xgettext
1698configure:9721: result: /opt/local/bin/xgettext
1699configure:9750: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -L/opt/local/lib conftest.c  -lintl >&5
1700conftest.c:72: warning: function declaration isn't a prototype
1701conftest.c: In function 'main':
1702conftest.c:73: warning: nested extern declaration of '_nl_msg_cat_cntr'
1703configure:9756: $? = 0
1704configure:9841: checking for catalogs to be installed
1705configure:9850: result:  ca da de es et fi fr hu it ja ko nb nl no pl pt pt_BR ru sk sv vi wa zh_CN zh_TW
1706configure:10047: checking for X11/Xmu/Error.h
1707configure:10070: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
1708configure:10076: $? = 0
1709configure:10091: result: yes
1710configure:10406: checking for X11/extensions/XScreenSaver.h
1711configure:10427: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
1712conftest.c:73:41: error: X11/extensions/XScreenSaver.h: No such file or directory
1713configure:10433: $? = 1
1714configure: failed program was:
1715| /* confdefs.h.  */
1716| #define PACKAGE_NAME ""
1717| #define PACKAGE_TARNAME ""
1718| #define PACKAGE_VERSION ""
1719| #define PACKAGE_STRING ""
1720| #define PACKAGE_BUGREPORT ""
1721| #ifndef __cplusplus
1722| #define inline __inline__
1723| #endif
1724| #define STDC_HEADERS 1
1725| #define HAVE_SYS_TYPES_H 1
1726| #define HAVE_SYS_STAT_H 1
1727| #define HAVE_STDLIB_H 1
1728| #define HAVE_STRING_H 1
1729| #define HAVE_MEMORY_H 1
1730| #define HAVE_STRINGS_H 1
1731| #define HAVE_INTTYPES_H 1
1732| #define HAVE_STDINT_H 1
1733| #define HAVE_UNISTD_H 1
1734| #define HAVE_UNISTD_H 1
1735| #define RETSIGTYPE void
1736| #define TIME_WITH_SYS_TIME 1
1737| #define HAVE_SYS_WAIT_H 1
1738| #define HAVE_DIRENT_H 1
1739| #define HAVE_GETTIMEOFDAY 1
1740| #define GETTIMEOFDAY_TWO_ARGS 1
1741| #define HAVE_SELECT 1
1742| #define HAVE_FCNTL 1
1743| #define HAVE_UNAME 1
1744| #define HAVE_NICE 1
1745| #define HAVE_SETPRIORITY 1
1746| #define HAVE_GETCWD 1
1747| #define HAVE_GETWD 1
1748| #define HAVE_PUTENV 1
1749| #define HAVE_SBRK 1
1750| #define HAVE_SIGACTION 1
1751| #define HAVE_SYSLOG 1
1752| #define HAVE_REALPATH 1
1753| #define HAVE_SETRLIMIT 1
1754| #define HAVE_SETLOCALE 1
1755| #define HAVE_ICMP 1
1756| #define HAVE_SYS_SELECT_H 1
1757| #define GETTEXT_PACKAGE "xscreensaver"
1758| #define PACKAGE "xscreensaver"
1759| #define HAVE_ALLOCA_H 1
1760| #define HAVE_ALLOCA 1
1761| #define HAVE_STDLIB_H 1
1762| #define HAVE_UNISTD_H 1
1763| #define HAVE_GETPAGESIZE 1
1764| #define HAVE_MMAP 1
1765| #define HAVE_LIMITS_H 1
1766| #define HAVE_LOCALE_H 1
1767| #define HAVE_NL_TYPES_H 1
1768| #define HAVE_STRING_H 1
1769| #define HAVE_UNISTD_H 1
1770| #define HAVE_SYS_PARAM_H 1
1771| #define HAVE_GETCWD 1
1772| #define HAVE_MUNMAP 1
1773| #define HAVE_PUTENV 1
1774| #define HAVE_SETENV 1
1775| #define HAVE_SETLOCALE 1
1776| #define HAVE_STRCHR 1
1777| #define HAVE_STRCASECMP 1
1778| #define HAVE_STRDUP 1
1779| #define HAVE_LC_MESSAGES 1
1780| #define HAVE_GETTEXT 1
1781| #define HAVE_DCGETTEXT 1
1782| #define ENABLE_NLS 1
1783| #define HAVE_XMU 1
1784| /* end confdefs.h.  */
1785| #include <X11/Xlib.h>
1786|
1787| #include <X11/extensions/XScreenSaver.h>
1788configure:10448: result: no
1789configure:10537: checking for X11/extensions/xidle.h
1790configure:10558: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
1791conftest.c:73:34: error: X11/extensions/xidle.h: No such file or directory
1792configure:10564: $? = 1
1793configure: failed program was:
1794| /* confdefs.h.  */
1795| #define PACKAGE_NAME ""
1796| #define PACKAGE_TARNAME ""
1797| #define PACKAGE_VERSION ""
1798| #define PACKAGE_STRING ""
1799| #define PACKAGE_BUGREPORT ""
1800| #ifndef __cplusplus
1801| #define inline __inline__
1802| #endif
1803| #define STDC_HEADERS 1
1804| #define HAVE_SYS_TYPES_H 1
1805| #define HAVE_SYS_STAT_H 1
1806| #define HAVE_STDLIB_H 1
1807| #define HAVE_STRING_H 1
1808| #define HAVE_MEMORY_H 1
1809| #define HAVE_STRINGS_H 1
1810| #define HAVE_INTTYPES_H 1
1811| #define HAVE_STDINT_H 1
1812| #define HAVE_UNISTD_H 1
1813| #define HAVE_UNISTD_H 1
1814| #define RETSIGTYPE void
1815| #define TIME_WITH_SYS_TIME 1
1816| #define HAVE_SYS_WAIT_H 1
1817| #define HAVE_DIRENT_H 1
1818| #define HAVE_GETTIMEOFDAY 1
1819| #define GETTIMEOFDAY_TWO_ARGS 1
1820| #define HAVE_SELECT 1
1821| #define HAVE_FCNTL 1
1822| #define HAVE_UNAME 1
1823| #define HAVE_NICE 1
1824| #define HAVE_SETPRIORITY 1
1825| #define HAVE_GETCWD 1
1826| #define HAVE_GETWD 1
1827| #define HAVE_PUTENV 1
1828| #define HAVE_SBRK 1
1829| #define HAVE_SIGACTION 1
1830| #define HAVE_SYSLOG 1
1831| #define HAVE_REALPATH 1
1832| #define HAVE_SETRLIMIT 1
1833| #define HAVE_SETLOCALE 1
1834| #define HAVE_ICMP 1
1835| #define HAVE_SYS_SELECT_H 1
1836| #define GETTEXT_PACKAGE "xscreensaver"
1837| #define PACKAGE "xscreensaver"
1838| #define HAVE_ALLOCA_H 1
1839| #define HAVE_ALLOCA 1
1840| #define HAVE_STDLIB_H 1
1841| #define HAVE_UNISTD_H 1
1842| #define HAVE_GETPAGESIZE 1
1843| #define HAVE_MMAP 1
1844| #define HAVE_LIMITS_H 1
1845| #define HAVE_LOCALE_H 1
1846| #define HAVE_NL_TYPES_H 1
1847| #define HAVE_STRING_H 1
1848| #define HAVE_UNISTD_H 1
1849| #define HAVE_SYS_PARAM_H 1
1850| #define HAVE_GETCWD 1
1851| #define HAVE_MUNMAP 1
1852| #define HAVE_PUTENV 1
1853| #define HAVE_SETENV 1
1854| #define HAVE_SETLOCALE 1
1855| #define HAVE_STRCHR 1
1856| #define HAVE_STRCASECMP 1
1857| #define HAVE_STRDUP 1
1858| #define HAVE_LC_MESSAGES 1
1859| #define HAVE_GETTEXT 1
1860| #define HAVE_DCGETTEXT 1
1861| #define ENABLE_NLS 1
1862| #define HAVE_XMU 1
1863| /* end confdefs.h.  */
1864| #include <X11/Xlib.h>
1865|
1866| #include <X11/extensions/xidle.h>
1867configure:10579: result: no
1868configure:10669: checking for X11/extensions/XSGIvc.h
1869configure:10690: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
1870conftest.c:73:35: error: X11/extensions/XSGIvc.h: No such file or directory
1871configure:10696: $? = 1
1872configure: failed program was:
1873| /* confdefs.h.  */
1874| #define PACKAGE_NAME ""
1875| #define PACKAGE_TARNAME ""
1876| #define PACKAGE_VERSION ""
1877| #define PACKAGE_STRING ""
1878| #define PACKAGE_BUGREPORT ""
1879| #ifndef __cplusplus
1880| #define inline __inline__
1881| #endif
1882| #define STDC_HEADERS 1
1883| #define HAVE_SYS_TYPES_H 1
1884| #define HAVE_SYS_STAT_H 1
1885| #define HAVE_STDLIB_H 1
1886| #define HAVE_STRING_H 1
1887| #define HAVE_MEMORY_H 1
1888| #define HAVE_STRINGS_H 1
1889| #define HAVE_INTTYPES_H 1
1890| #define HAVE_STDINT_H 1
1891| #define HAVE_UNISTD_H 1
1892| #define HAVE_UNISTD_H 1
1893| #define RETSIGTYPE void
1894| #define TIME_WITH_SYS_TIME 1
1895| #define HAVE_SYS_WAIT_H 1
1896| #define HAVE_DIRENT_H 1
1897| #define HAVE_GETTIMEOFDAY 1
1898| #define GETTIMEOFDAY_TWO_ARGS 1
1899| #define HAVE_SELECT 1
1900| #define HAVE_FCNTL 1
1901| #define HAVE_UNAME 1
1902| #define HAVE_NICE 1
1903| #define HAVE_SETPRIORITY 1
1904| #define HAVE_GETCWD 1
1905| #define HAVE_GETWD 1
1906| #define HAVE_PUTENV 1
1907| #define HAVE_SBRK 1
1908| #define HAVE_SIGACTION 1
1909| #define HAVE_SYSLOG 1
1910| #define HAVE_REALPATH 1
1911| #define HAVE_SETRLIMIT 1
1912| #define HAVE_SETLOCALE 1
1913| #define HAVE_ICMP 1
1914| #define HAVE_SYS_SELECT_H 1
1915| #define GETTEXT_PACKAGE "xscreensaver"
1916| #define PACKAGE "xscreensaver"
1917| #define HAVE_ALLOCA_H 1
1918| #define HAVE_ALLOCA 1
1919| #define HAVE_STDLIB_H 1
1920| #define HAVE_UNISTD_H 1
1921| #define HAVE_GETPAGESIZE 1
1922| #define HAVE_MMAP 1
1923| #define HAVE_LIMITS_H 1
1924| #define HAVE_LOCALE_H 1
1925| #define HAVE_NL_TYPES_H 1
1926| #define HAVE_STRING_H 1
1927| #define HAVE_UNISTD_H 1
1928| #define HAVE_SYS_PARAM_H 1
1929| #define HAVE_GETCWD 1
1930| #define HAVE_MUNMAP 1
1931| #define HAVE_PUTENV 1
1932| #define HAVE_SETENV 1
1933| #define HAVE_SETLOCALE 1
1934| #define HAVE_STRCHR 1
1935| #define HAVE_STRCASECMP 1
1936| #define HAVE_STRDUP 1
1937| #define HAVE_LC_MESSAGES 1
1938| #define HAVE_GETTEXT 1
1939| #define HAVE_DCGETTEXT 1
1940| #define ENABLE_NLS 1
1941| #define HAVE_XMU 1
1942| /* end confdefs.h.  */
1943| #include <X11/Xlib.h>
1944|
1945| #include <X11/extensions/XSGIvc.h>
1946configure:10711: result: no
1947configure:10901: checking for X11/extensions/dpms.h
1948configure:10923: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
1949In file included from conftest.c:72:
1950/usr/X11/include/X11/Xmd.h:155: warning: ISO C90 does not support 'long long'
1951configure:10929: $? = 0
1952configure:10944: result: yes
1953configure:10977: checking for DPMSInfo in -lXext
1954configure:11012: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXext -lXext -lX11  >&5
1955conftest.c:78: warning: function declaration isn't a prototype
1956conftest.c:81: warning: function declaration isn't a prototype
1957configure:11018: $? = 0
1958configure:11036: result: yes
1959configure:11231: checking for X11/extensions/Xinerama.h
1960configure:11252: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
1961configure:11258: $? = 0
1962configure:11273: result: yes
1963configure:11306: checking for XineramaQueryScreens in -lXext
1964configure:11341: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXext -lXext -lX11  >&5
1965conftest.c:79: warning: function declaration isn't a prototype
1966conftest.c:82: warning: function declaration isn't a prototype
1967Undefined symbols:
1968  "_XineramaQueryScreens", referenced from:
1969      _main in cc0OTNdQ.o
1970ld: symbol(s) not found
1971collect2: ld returned 1 exit status
1972configure:11347: $? = 1
1973configure: failed program was:
1974| /* confdefs.h.  */
1975| #define PACKAGE_NAME ""
1976| #define PACKAGE_TARNAME ""
1977| #define PACKAGE_VERSION ""
1978| #define PACKAGE_STRING ""
1979| #define PACKAGE_BUGREPORT ""
1980| #ifndef __cplusplus
1981| #define inline __inline__
1982| #endif
1983| #define STDC_HEADERS 1
1984| #define HAVE_SYS_TYPES_H 1
1985| #define HAVE_SYS_STAT_H 1
1986| #define HAVE_STDLIB_H 1
1987| #define HAVE_STRING_H 1
1988| #define HAVE_MEMORY_H 1
1989| #define HAVE_STRINGS_H 1
1990| #define HAVE_INTTYPES_H 1
1991| #define HAVE_STDINT_H 1
1992| #define HAVE_UNISTD_H 1
1993| #define HAVE_UNISTD_H 1
1994| #define RETSIGTYPE void
1995| #define TIME_WITH_SYS_TIME 1
1996| #define HAVE_SYS_WAIT_H 1
1997| #define HAVE_DIRENT_H 1
1998| #define HAVE_GETTIMEOFDAY 1
1999| #define GETTIMEOFDAY_TWO_ARGS 1
2000| #define HAVE_SELECT 1
2001| #define HAVE_FCNTL 1
2002| #define HAVE_UNAME 1
2003| #define HAVE_NICE 1
2004| #define HAVE_SETPRIORITY 1
2005| #define HAVE_GETCWD 1
2006| #define HAVE_GETWD 1
2007| #define HAVE_PUTENV 1
2008| #define HAVE_SBRK 1
2009| #define HAVE_SIGACTION 1
2010| #define HAVE_SYSLOG 1
2011| #define HAVE_REALPATH 1
2012| #define HAVE_SETRLIMIT 1
2013| #define HAVE_SETLOCALE 1
2014| #define HAVE_ICMP 1
2015| #define HAVE_SYS_SELECT_H 1
2016| #define GETTEXT_PACKAGE "xscreensaver"
2017| #define PACKAGE "xscreensaver"
2018| #define HAVE_ALLOCA_H 1
2019| #define HAVE_ALLOCA 1
2020| #define HAVE_STDLIB_H 1
2021| #define HAVE_UNISTD_H 1
2022| #define HAVE_GETPAGESIZE 1
2023| #define HAVE_MMAP 1
2024| #define HAVE_LIMITS_H 1
2025| #define HAVE_LOCALE_H 1
2026| #define HAVE_NL_TYPES_H 1
2027| #define HAVE_STRING_H 1
2028| #define HAVE_UNISTD_H 1
2029| #define HAVE_SYS_PARAM_H 1
2030| #define HAVE_GETCWD 1
2031| #define HAVE_MUNMAP 1
2032| #define HAVE_PUTENV 1
2033| #define HAVE_SETENV 1
2034| #define HAVE_SETLOCALE 1
2035| #define HAVE_STRCHR 1
2036| #define HAVE_STRCASECMP 1
2037| #define HAVE_STRDUP 1
2038| #define HAVE_LC_MESSAGES 1
2039| #define HAVE_GETTEXT 1
2040| #define HAVE_DCGETTEXT 1
2041| #define ENABLE_NLS 1
2042| #define HAVE_XMU 1
2043| #define HAVE_DPMS_EXTENSION 1
2044| /* end confdefs.h.  */
2045|
2046| /* Override any GCC internal prototype to avoid an error.
2047|    Use char because int might match the return type of a GCC
2048|    builtin and then its argument prototype would still apply.  */
2049| #ifdef __cplusplus
2050| extern "C"
2051| #endif
2052| char XineramaQueryScreens ();
2053| int
2054| main ()
2055| {
2056| return XineramaQueryScreens ();
2057|   ;
2058|   return 0;
2059| }
2060configure:11365: result: no
2061configure:11399: checking for XineramaQueryScreens in -lXinerama
2062configure:11434: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXinerama -lXext -lX11  >&5
2063conftest.c:79: warning: function declaration isn't a prototype
2064conftest.c:82: warning: function declaration isn't a prototype
2065configure:11440: $? = 0
2066configure:11458: result: yes
2067configure:11561: checking for X11/extensions/xf86vmode.h
2068configure:11582: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2069In file included from /usr/X11/include/X11/extensions/xf86vmode.h:39,
2070                 from conftest.c:75:
2071/usr/X11/include/X11/Xmd.h:155: warning: ISO C90 does not support 'long long'
2072configure:11588: $? = 0
2073configure:11603: result: yes
2074configure:11634: checking for XF86VidModeGetViewPort in -lXxf86vm
2075configure:11669: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXxf86vm -lXext -lX11  >&5
2076conftest.c:80: warning: function declaration isn't a prototype
2077conftest.c:83: warning: function declaration isn't a prototype
2078configure:11675: $? = 0
2079configure:11693: result: yes
2080configure:11873: checking for XF86VidModeSetGamma in -lXxf86vm
2081configure:11908: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXxf86vm -lXext -lX11  >&5
2082conftest.c:81: warning: function declaration isn't a prototype
2083conftest.c:84: warning: function declaration isn't a prototype
2084configure:11914: $? = 0
2085configure:11932: result: yes
2086configure:11968: checking for XF86VidModeSetGammaRamp in -lXxf86vm
2087configure:12003: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXxf86vm -lXext -lX11  >&5
2088conftest.c:81: warning: function declaration isn't a prototype
2089conftest.c:84: warning: function declaration isn't a prototype
2090configure:12009: $? = 0
2091configure:12027: result: yes
2092configure:12143: checking for X11/extensions/Xrandr.h
2093configure:12164: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2094configure:12170: $? = 0
2095configure:12185: result: yes
2096configure:12218: checking for XRenderSetSubpixelOrder in -lXrender
2097configure:12253: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXrender -lXext -lX11  >&5
2098conftest.c:83: warning: function declaration isn't a prototype
2099conftest.c:86: warning: function declaration isn't a prototype
2100configure:12259: $? = 0
2101configure:12277: result: yes
2102configure:12311: checking for XRRGetScreenInfo in -lXext
2103configure:12346: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXext -lXrender -lXext -lX11  >&5
2104conftest.c:83: warning: function declaration isn't a prototype
2105conftest.c:86: warning: function declaration isn't a prototype
2106Undefined symbols:
2107  "_XRRGetScreenInfo", referenced from:
2108      _main in ccxtn4he.o
2109ld: symbol(s) not found
2110collect2: ld returned 1 exit status
2111configure:12352: $? = 1
2112configure: failed program was:
2113| /* confdefs.h.  */
2114| #define PACKAGE_NAME ""
2115| #define PACKAGE_TARNAME ""
2116| #define PACKAGE_VERSION ""
2117| #define PACKAGE_STRING ""
2118| #define PACKAGE_BUGREPORT ""
2119| #ifndef __cplusplus
2120| #define inline __inline__
2121| #endif
2122| #define STDC_HEADERS 1
2123| #define HAVE_SYS_TYPES_H 1
2124| #define HAVE_SYS_STAT_H 1
2125| #define HAVE_STDLIB_H 1
2126| #define HAVE_STRING_H 1
2127| #define HAVE_MEMORY_H 1
2128| #define HAVE_STRINGS_H 1
2129| #define HAVE_INTTYPES_H 1
2130| #define HAVE_STDINT_H 1
2131| #define HAVE_UNISTD_H 1
2132| #define HAVE_UNISTD_H 1
2133| #define RETSIGTYPE void
2134| #define TIME_WITH_SYS_TIME 1
2135| #define HAVE_SYS_WAIT_H 1
2136| #define HAVE_DIRENT_H 1
2137| #define HAVE_GETTIMEOFDAY 1
2138| #define GETTIMEOFDAY_TWO_ARGS 1
2139| #define HAVE_SELECT 1
2140| #define HAVE_FCNTL 1
2141| #define HAVE_UNAME 1
2142| #define HAVE_NICE 1
2143| #define HAVE_SETPRIORITY 1
2144| #define HAVE_GETCWD 1
2145| #define HAVE_GETWD 1
2146| #define HAVE_PUTENV 1
2147| #define HAVE_SBRK 1
2148| #define HAVE_SIGACTION 1
2149| #define HAVE_SYSLOG 1
2150| #define HAVE_REALPATH 1
2151| #define HAVE_SETRLIMIT 1
2152| #define HAVE_SETLOCALE 1
2153| #define HAVE_ICMP 1
2154| #define HAVE_SYS_SELECT_H 1
2155| #define GETTEXT_PACKAGE "xscreensaver"
2156| #define PACKAGE "xscreensaver"
2157| #define HAVE_ALLOCA_H 1
2158| #define HAVE_ALLOCA 1
2159| #define HAVE_STDLIB_H 1
2160| #define HAVE_UNISTD_H 1
2161| #define HAVE_GETPAGESIZE 1
2162| #define HAVE_MMAP 1
2163| #define HAVE_LIMITS_H 1
2164| #define HAVE_LOCALE_H 1
2165| #define HAVE_NL_TYPES_H 1
2166| #define HAVE_STRING_H 1
2167| #define HAVE_UNISTD_H 1
2168| #define HAVE_SYS_PARAM_H 1
2169| #define HAVE_GETCWD 1
2170| #define HAVE_MUNMAP 1
2171| #define HAVE_PUTENV 1
2172| #define HAVE_SETENV 1
2173| #define HAVE_SETLOCALE 1
2174| #define HAVE_STRCHR 1
2175| #define HAVE_STRCASECMP 1
2176| #define HAVE_STRDUP 1
2177| #define HAVE_LC_MESSAGES 1
2178| #define HAVE_GETTEXT 1
2179| #define HAVE_DCGETTEXT 1
2180| #define ENABLE_NLS 1
2181| #define HAVE_XMU 1
2182| #define HAVE_DPMS_EXTENSION 1
2183| #define HAVE_XINERAMA 1
2184| #define HAVE_XF86VMODE 1
2185| #define HAVE_XF86VMODE_GAMMA 1
2186| #define HAVE_XF86VMODE_GAMMA_RAMP 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 XRRGetScreenInfo ();
2196| int
2197| main ()
2198| {
2199| return XRRGetScreenInfo ();
2200|   ;
2201|   return 0;
2202| }
2203configure:12370: result: no
2204configure:12404: checking for XRRGetScreenInfo in -lXrandr
2205configure:12439: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXrandr -lXrender -lXext -lX11  >&5
2206conftest.c:83: warning: function declaration isn't a prototype
2207conftest.c:86: warning: function declaration isn't a prototype
2208configure:12445: $? = 0
2209configure:12463: result: yes
2210configure:12505: checking for XRRGetOutputInfo in -lc
2211configure:12540: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lc  -lXxf86vm -lXrandr -lXrender  >&5
2212conftest.c:84: warning: function declaration isn't a prototype
2213conftest.c:87: warning: function declaration isn't a prototype
2214configure:12546: $? = 0
2215configure:12564: result: yes
2216configure:12616: checking for XF86MiscSetGrabKeysState in -lXxf86misc
2217configure:12651: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lXxf86misc -lXext -lX11  >&5
2218conftest.c:85: warning: function declaration isn't a prototype
2219conftest.c:88: warning: function declaration isn't a prototype
2220configure:12657: $? = 0
2221configure:12675: result: yes
2222configure:12703: checking for XHPDisableReset in X11/XHPlib.h
2223conftest.c:79:24: error: X11/XHPlib.h: No such file or directory
2224configure:12731: result: no
2225configure:15193: checking for pkg-config
2226configure:15211: found /opt/local/bin/pkg-config
2227configure:15223: result: /opt/local/bin/pkg-config
2228configure:15249: checking for gtk+-2.0
2229configure:15254: result: 2.14.5
2230configure:15249: checking for gmodule-2.0
2231configure:15254: result: 2.18.3
2232configure:15249: checking for libxml-2.0
2233configure:15254: result: 2.7.2
2234configure:15249: checking for libglade-2.0
2235configure:15265: result: no
2236configure:16209: checking GL/gl.h usability
2237configure:16226: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2238configure:16232: $? = 0
2239configure:16246: result: yes
2240configure:16250: checking GL/gl.h presence
2241configure:16265: /usr/bin/cpp-4.0 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c
2242configure:16271: $? = 0
2243configure:16285: result: yes
2244configure:16313: checking for GL/gl.h
2245configure:16320: result: yes
2246configure:16340: checking for GL/glx.h
2247configure:16361: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2248configure:16367: $? = 0
2249configure:16382: result: yes
2250configure:16401: checking whether GL is really MesaGL
2251configure:16435: result: no
2252configure:16448: result: adding "-bind_at_load -multiply_defined suppress" to GL_LIBS
2253configure:16459: result: adding "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" to GL_LIBS
2254configure:16656: checking for glXCreateContext in -lGL
2255configure:16691: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lGL -lGLU  -bind_at_load -multiply_defined suppress -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lX11 -lXext -lXxf86vm -lm  >&5
2256conftest.c:89: warning: function declaration isn't a prototype
2257conftest.c:92: warning: function declaration isn't a prototype
2258configure:16697: $? = 0
2259configure:16715: result: yes
2260configure:16863: checking for glBindTexture in -lGL
2261configure:16898: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lGL -lGL -lGLU -lXxf86vm  -bind_at_load -multiply_defined suppress -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lX11 -lXext -lm  >&5
2262conftest.c:90: warning: function declaration isn't a prototype
2263conftest.c:93: warning: function declaration isn't a prototype
2264configure:16904: $? = 0
2265configure:16923: result: yes
2266configure:17022: checking for GL/gle.h
2267configure:17043: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2268conftest.c:86:20: error: GL/gle.h: No such file or directory
2269configure:17049: $? = 1
2270configure: failed program was:
2271| /* confdefs.h.  */
2272| #define PACKAGE_NAME ""
2273| #define PACKAGE_TARNAME ""
2274| #define PACKAGE_VERSION ""
2275| #define PACKAGE_STRING ""
2276| #define PACKAGE_BUGREPORT ""
2277| #ifndef __cplusplus
2278| #define inline __inline__
2279| #endif
2280| #define STDC_HEADERS 1
2281| #define HAVE_SYS_TYPES_H 1
2282| #define HAVE_SYS_STAT_H 1
2283| #define HAVE_STDLIB_H 1
2284| #define HAVE_STRING_H 1
2285| #define HAVE_MEMORY_H 1
2286| #define HAVE_STRINGS_H 1
2287| #define HAVE_INTTYPES_H 1
2288| #define HAVE_STDINT_H 1
2289| #define HAVE_UNISTD_H 1
2290| #define HAVE_UNISTD_H 1
2291| #define RETSIGTYPE void
2292| #define TIME_WITH_SYS_TIME 1
2293| #define HAVE_SYS_WAIT_H 1
2294| #define HAVE_DIRENT_H 1
2295| #define HAVE_GETTIMEOFDAY 1
2296| #define GETTIMEOFDAY_TWO_ARGS 1
2297| #define HAVE_SELECT 1
2298| #define HAVE_FCNTL 1
2299| #define HAVE_UNAME 1
2300| #define HAVE_NICE 1
2301| #define HAVE_SETPRIORITY 1
2302| #define HAVE_GETCWD 1
2303| #define HAVE_GETWD 1
2304| #define HAVE_PUTENV 1
2305| #define HAVE_SBRK 1
2306| #define HAVE_SIGACTION 1
2307| #define HAVE_SYSLOG 1
2308| #define HAVE_REALPATH 1
2309| #define HAVE_SETRLIMIT 1
2310| #define HAVE_SETLOCALE 1
2311| #define HAVE_ICMP 1
2312| #define HAVE_SYS_SELECT_H 1
2313| #define GETTEXT_PACKAGE "xscreensaver"
2314| #define PACKAGE "xscreensaver"
2315| #define HAVE_ALLOCA_H 1
2316| #define HAVE_ALLOCA 1
2317| #define HAVE_STDLIB_H 1
2318| #define HAVE_UNISTD_H 1
2319| #define HAVE_GETPAGESIZE 1
2320| #define HAVE_MMAP 1
2321| #define HAVE_LIMITS_H 1
2322| #define HAVE_LOCALE_H 1
2323| #define HAVE_NL_TYPES_H 1
2324| #define HAVE_STRING_H 1
2325| #define HAVE_UNISTD_H 1
2326| #define HAVE_SYS_PARAM_H 1
2327| #define HAVE_GETCWD 1
2328| #define HAVE_MUNMAP 1
2329| #define HAVE_PUTENV 1
2330| #define HAVE_SETENV 1
2331| #define HAVE_SETLOCALE 1
2332| #define HAVE_STRCHR 1
2333| #define HAVE_STRCASECMP 1
2334| #define HAVE_STRDUP 1
2335| #define HAVE_LC_MESSAGES 1
2336| #define HAVE_GETTEXT 1
2337| #define HAVE_DCGETTEXT 1
2338| #define ENABLE_NLS 1
2339| #define HAVE_XMU 1
2340| #define HAVE_DPMS_EXTENSION 1
2341| #define HAVE_XINERAMA 1
2342| #define HAVE_XF86VMODE 1
2343| #define HAVE_XF86VMODE_GAMMA 1
2344| #define HAVE_XF86VMODE_GAMMA_RAMP 1
2345| #define HAVE_RANDR 1
2346| #define HAVE_RANDR_12 1
2347| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
2348| #define HAVE_PROC_INTERRUPTS 1
2349| #define NO_LOCKING 1
2350| #define ALLOW_ROOT_PASSWD 1
2351| #define HAVE_GL 1
2352| #define HAVE_GLBINDTEXTURE 1
2353| /* end confdefs.h.  */
2354| #include <GL/gl.h>
2355|
2356| #include <GL/gle.h>
2357configure:17064: result: no
2358configure:17084: checking for GL/gutil.h
2359configure:17105: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2360conftest.c:86:22: error: GL/gutil.h: No such file or directory
2361configure:17111: $? = 1
2362configure: failed program was:
2363| /* confdefs.h.  */
2364| #define PACKAGE_NAME ""
2365| #define PACKAGE_TARNAME ""
2366| #define PACKAGE_VERSION ""
2367| #define PACKAGE_STRING ""
2368| #define PACKAGE_BUGREPORT ""
2369| #ifndef __cplusplus
2370| #define inline __inline__
2371| #endif
2372| #define STDC_HEADERS 1
2373| #define HAVE_SYS_TYPES_H 1
2374| #define HAVE_SYS_STAT_H 1
2375| #define HAVE_STDLIB_H 1
2376| #define HAVE_STRING_H 1
2377| #define HAVE_MEMORY_H 1
2378| #define HAVE_STRINGS_H 1
2379| #define HAVE_INTTYPES_H 1
2380| #define HAVE_STDINT_H 1
2381| #define HAVE_UNISTD_H 1
2382| #define HAVE_UNISTD_H 1
2383| #define RETSIGTYPE void
2384| #define TIME_WITH_SYS_TIME 1
2385| #define HAVE_SYS_WAIT_H 1
2386| #define HAVE_DIRENT_H 1
2387| #define HAVE_GETTIMEOFDAY 1
2388| #define GETTIMEOFDAY_TWO_ARGS 1
2389| #define HAVE_SELECT 1
2390| #define HAVE_FCNTL 1
2391| #define HAVE_UNAME 1
2392| #define HAVE_NICE 1
2393| #define HAVE_SETPRIORITY 1
2394| #define HAVE_GETCWD 1
2395| #define HAVE_GETWD 1
2396| #define HAVE_PUTENV 1
2397| #define HAVE_SBRK 1
2398| #define HAVE_SIGACTION 1
2399| #define HAVE_SYSLOG 1
2400| #define HAVE_REALPATH 1
2401| #define HAVE_SETRLIMIT 1
2402| #define HAVE_SETLOCALE 1
2403| #define HAVE_ICMP 1
2404| #define HAVE_SYS_SELECT_H 1
2405| #define GETTEXT_PACKAGE "xscreensaver"
2406| #define PACKAGE "xscreensaver"
2407| #define HAVE_ALLOCA_H 1
2408| #define HAVE_ALLOCA 1
2409| #define HAVE_STDLIB_H 1
2410| #define HAVE_UNISTD_H 1
2411| #define HAVE_GETPAGESIZE 1
2412| #define HAVE_MMAP 1
2413| #define HAVE_LIMITS_H 1
2414| #define HAVE_LOCALE_H 1
2415| #define HAVE_NL_TYPES_H 1
2416| #define HAVE_STRING_H 1
2417| #define HAVE_UNISTD_H 1
2418| #define HAVE_SYS_PARAM_H 1
2419| #define HAVE_GETCWD 1
2420| #define HAVE_MUNMAP 1
2421| #define HAVE_PUTENV 1
2422| #define HAVE_SETENV 1
2423| #define HAVE_SETLOCALE 1
2424| #define HAVE_STRCHR 1
2425| #define HAVE_STRCASECMP 1
2426| #define HAVE_STRDUP 1
2427| #define HAVE_LC_MESSAGES 1
2428| #define HAVE_GETTEXT 1
2429| #define HAVE_DCGETTEXT 1
2430| #define ENABLE_NLS 1
2431| #define HAVE_XMU 1
2432| #define HAVE_DPMS_EXTENSION 1
2433| #define HAVE_XINERAMA 1
2434| #define HAVE_XF86VMODE 1
2435| #define HAVE_XF86VMODE_GAMMA 1
2436| #define HAVE_XF86VMODE_GAMMA_RAMP 1
2437| #define HAVE_RANDR 1
2438| #define HAVE_RANDR_12 1
2439| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
2440| #define HAVE_PROC_INTERRUPTS 1
2441| #define NO_LOCKING 1
2442| #define ALLOW_ROOT_PASSWD 1
2443| #define HAVE_GL 1
2444| #define HAVE_GLBINDTEXTURE 1
2445| /* end confdefs.h.  */
2446| #include <GL/gl.h>
2447|
2448| #include <GL/gutil.h>
2449configure:17126: result: no
2450configure:15249: checking for gdk-pixbuf-2.0
2451configure:15254: result: 2.14.5
2452configure:15249: checking for gdk-pixbuf-xlib-2.0
2453configure:15254: result: 2.14.5
2454configure:17604: checking for gdk-pixbuf includes
2455configure:17611: result: -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include 
2456configure:17613: checking for gdk-pixbuf libs
2457configure:17620: result: -L/opt/local/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
2458configure:17655: checking gdk-pixbuf/gdk-pixbuf.h usability
2459configure:17672: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2460configure:17678: $? = 0
2461configure:17692: result: yes
2462configure:17696: checking gdk-pixbuf/gdk-pixbuf.h presence
2463configure:17711: /usr/bin/cpp-4.0 -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c
2464configure:17717: $? = 0
2465configure:17731: result: yes
2466configure:17759: checking for gdk-pixbuf/gdk-pixbuf.h
2467configure:17766: result: yes
2468configure:17798: checking gdk-pixbuf/gdk-pixbuf-xlib.h usability
2469configure:17815: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2470conftest.c:117:40: error: gdk-pixbuf/gdk-pixbuf-xlib.h: No such file or directory
2471configure:17821: $? = 1
2472configure: failed program was:
2473| /* confdefs.h.  */
2474| #define PACKAGE_NAME ""
2475| #define PACKAGE_TARNAME ""
2476| #define PACKAGE_VERSION ""
2477| #define PACKAGE_STRING ""
2478| #define PACKAGE_BUGREPORT ""
2479| #ifndef __cplusplus
2480| #define inline __inline__
2481| #endif
2482| #define STDC_HEADERS 1
2483| #define HAVE_SYS_TYPES_H 1
2484| #define HAVE_SYS_STAT_H 1
2485| #define HAVE_STDLIB_H 1
2486| #define HAVE_STRING_H 1
2487| #define HAVE_MEMORY_H 1
2488| #define HAVE_STRINGS_H 1
2489| #define HAVE_INTTYPES_H 1
2490| #define HAVE_STDINT_H 1
2491| #define HAVE_UNISTD_H 1
2492| #define HAVE_UNISTD_H 1
2493| #define RETSIGTYPE void
2494| #define TIME_WITH_SYS_TIME 1
2495| #define HAVE_SYS_WAIT_H 1
2496| #define HAVE_DIRENT_H 1
2497| #define HAVE_GETTIMEOFDAY 1
2498| #define GETTIMEOFDAY_TWO_ARGS 1
2499| #define HAVE_SELECT 1
2500| #define HAVE_FCNTL 1
2501| #define HAVE_UNAME 1
2502| #define HAVE_NICE 1
2503| #define HAVE_SETPRIORITY 1
2504| #define HAVE_GETCWD 1
2505| #define HAVE_GETWD 1
2506| #define HAVE_PUTENV 1
2507| #define HAVE_SBRK 1
2508| #define HAVE_SIGACTION 1
2509| #define HAVE_SYSLOG 1
2510| #define HAVE_REALPATH 1
2511| #define HAVE_SETRLIMIT 1
2512| #define HAVE_SETLOCALE 1
2513| #define HAVE_ICMP 1
2514| #define HAVE_SYS_SELECT_H 1
2515| #define GETTEXT_PACKAGE "xscreensaver"
2516| #define PACKAGE "xscreensaver"
2517| #define HAVE_ALLOCA_H 1
2518| #define HAVE_ALLOCA 1
2519| #define HAVE_STDLIB_H 1
2520| #define HAVE_UNISTD_H 1
2521| #define HAVE_GETPAGESIZE 1
2522| #define HAVE_MMAP 1
2523| #define HAVE_LIMITS_H 1
2524| #define HAVE_LOCALE_H 1
2525| #define HAVE_NL_TYPES_H 1
2526| #define HAVE_STRING_H 1
2527| #define HAVE_UNISTD_H 1
2528| #define HAVE_SYS_PARAM_H 1
2529| #define HAVE_GETCWD 1
2530| #define HAVE_MUNMAP 1
2531| #define HAVE_PUTENV 1
2532| #define HAVE_SETENV 1
2533| #define HAVE_SETLOCALE 1
2534| #define HAVE_STRCHR 1
2535| #define HAVE_STRCASECMP 1
2536| #define HAVE_STRDUP 1
2537| #define HAVE_LC_MESSAGES 1
2538| #define HAVE_GETTEXT 1
2539| #define HAVE_DCGETTEXT 1
2540| #define ENABLE_NLS 1
2541| #define HAVE_XMU 1
2542| #define HAVE_DPMS_EXTENSION 1
2543| #define HAVE_XINERAMA 1
2544| #define HAVE_XF86VMODE 1
2545| #define HAVE_XF86VMODE_GAMMA 1
2546| #define HAVE_XF86VMODE_GAMMA_RAMP 1
2547| #define HAVE_RANDR 1
2548| #define HAVE_RANDR_12 1
2549| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
2550| #define HAVE_PROC_INTERRUPTS 1
2551| #define NO_LOCKING 1
2552| #define ALLOW_ROOT_PASSWD 1
2553| #define HAVE_GL 1
2554| #define HAVE_GLBINDTEXTURE 1
2555| /* end confdefs.h.  */
2556| #include <stdio.h>
2557| #ifdef HAVE_SYS_TYPES_H
2558| # include <sys/types.h>
2559| #endif
2560| #ifdef HAVE_SYS_STAT_H
2561| # include <sys/stat.h>
2562| #endif
2563| #ifdef STDC_HEADERS
2564| # include <stdlib.h>
2565| # include <stddef.h>
2566| #else
2567| # ifdef HAVE_STDLIB_H
2568| #  include <stdlib.h>
2569| # endif
2570| #endif
2571| #ifdef HAVE_STRING_H
2572| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2573| #  include <memory.h>
2574| # endif
2575| # include <string.h>
2576| #endif
2577| #ifdef HAVE_STRINGS_H
2578| # include <strings.h>
2579| #endif
2580| #ifdef HAVE_INTTYPES_H
2581| # include <inttypes.h>
2582| #endif
2583| #ifdef HAVE_STDINT_H
2584| # include <stdint.h>
2585| #endif
2586| #ifdef HAVE_UNISTD_H
2587| # include <unistd.h>
2588| #endif
2589| #include <gdk-pixbuf/gdk-pixbuf-xlib.h>
2590configure:17835: result: no
2591configure:17839: checking gdk-pixbuf/gdk-pixbuf-xlib.h presence
2592configure:17854: /usr/bin/cpp-4.0 -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c
2593conftest.c:84:40: error: gdk-pixbuf/gdk-pixbuf-xlib.h: No such file or directory
2594configure:17860: $? = 1
2595configure: failed program was:
2596| /* confdefs.h.  */
2597| #define PACKAGE_NAME ""
2598| #define PACKAGE_TARNAME ""
2599| #define PACKAGE_VERSION ""
2600| #define PACKAGE_STRING ""
2601| #define PACKAGE_BUGREPORT ""
2602| #ifndef __cplusplus
2603| #define inline __inline__
2604| #endif
2605| #define STDC_HEADERS 1
2606| #define HAVE_SYS_TYPES_H 1
2607| #define HAVE_SYS_STAT_H 1
2608| #define HAVE_STDLIB_H 1
2609| #define HAVE_STRING_H 1
2610| #define HAVE_MEMORY_H 1
2611| #define HAVE_STRINGS_H 1
2612| #define HAVE_INTTYPES_H 1
2613| #define HAVE_STDINT_H 1
2614| #define HAVE_UNISTD_H 1
2615| #define HAVE_UNISTD_H 1
2616| #define RETSIGTYPE void
2617| #define TIME_WITH_SYS_TIME 1
2618| #define HAVE_SYS_WAIT_H 1
2619| #define HAVE_DIRENT_H 1
2620| #define HAVE_GETTIMEOFDAY 1
2621| #define GETTIMEOFDAY_TWO_ARGS 1
2622| #define HAVE_SELECT 1
2623| #define HAVE_FCNTL 1
2624| #define HAVE_UNAME 1
2625| #define HAVE_NICE 1
2626| #define HAVE_SETPRIORITY 1
2627| #define HAVE_GETCWD 1
2628| #define HAVE_GETWD 1
2629| #define HAVE_PUTENV 1
2630| #define HAVE_SBRK 1
2631| #define HAVE_SIGACTION 1
2632| #define HAVE_SYSLOG 1
2633| #define HAVE_REALPATH 1
2634| #define HAVE_SETRLIMIT 1
2635| #define HAVE_SETLOCALE 1
2636| #define HAVE_ICMP 1
2637| #define HAVE_SYS_SELECT_H 1
2638| #define GETTEXT_PACKAGE "xscreensaver"
2639| #define PACKAGE "xscreensaver"
2640| #define HAVE_ALLOCA_H 1
2641| #define HAVE_ALLOCA 1
2642| #define HAVE_STDLIB_H 1
2643| #define HAVE_UNISTD_H 1
2644| #define HAVE_GETPAGESIZE 1
2645| #define HAVE_MMAP 1
2646| #define HAVE_LIMITS_H 1
2647| #define HAVE_LOCALE_H 1
2648| #define HAVE_NL_TYPES_H 1
2649| #define HAVE_STRING_H 1
2650| #define HAVE_UNISTD_H 1
2651| #define HAVE_SYS_PARAM_H 1
2652| #define HAVE_GETCWD 1
2653| #define HAVE_MUNMAP 1
2654| #define HAVE_PUTENV 1
2655| #define HAVE_SETENV 1
2656| #define HAVE_SETLOCALE 1
2657| #define HAVE_STRCHR 1
2658| #define HAVE_STRCASECMP 1
2659| #define HAVE_STRDUP 1
2660| #define HAVE_LC_MESSAGES 1
2661| #define HAVE_GETTEXT 1
2662| #define HAVE_DCGETTEXT 1
2663| #define ENABLE_NLS 1
2664| #define HAVE_XMU 1
2665| #define HAVE_DPMS_EXTENSION 1
2666| #define HAVE_XINERAMA 1
2667| #define HAVE_XF86VMODE 1
2668| #define HAVE_XF86VMODE_GAMMA 1
2669| #define HAVE_XF86VMODE_GAMMA_RAMP 1
2670| #define HAVE_RANDR 1
2671| #define HAVE_RANDR_12 1
2672| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
2673| #define HAVE_PROC_INTERRUPTS 1
2674| #define NO_LOCKING 1
2675| #define ALLOW_ROOT_PASSWD 1
2676| #define HAVE_GL 1
2677| #define HAVE_GLBINDTEXTURE 1
2678| /* end confdefs.h.  */
2679| #include <gdk-pixbuf/gdk-pixbuf-xlib.h>
2680configure:17874: result: no
2681configure:17902: checking for gdk-pixbuf/gdk-pixbuf-xlib.h
2682configure:17909: result: no
2683configure:17942: checking gdk-pixbuf-xlib/gdk-pixbuf-xlib.h usability
2684configure:17959: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2685configure:17965: $? = 0
2686configure:17979: result: yes
2687configure:17983: checking gdk-pixbuf-xlib/gdk-pixbuf-xlib.h presence
2688configure:17998: /usr/bin/cpp-4.0 -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c
2689configure:18004: $? = 0
2690configure:18018: result: yes
2691configure:18046: checking for gdk-pixbuf-xlib/gdk-pixbuf-xlib.h
2692configure:18053: result: yes
2693configure:18074: result: checking for gdk_pixbuf usability...
2694configure:18097: checking for gdk_pixbuf_new_from_file in -lc
2695configure:18132: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lc -L/opt/local/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -lX11 -lXext -lm  >&5
2696conftest.c:91: warning: function declaration isn't a prototype
2697conftest.c:94: warning: function declaration isn't a prototype
2698configure:18138: $? = 0
2699configure:18156: result: yes
2700configure:18188: checking for gdk_pixbuf_xlib_init in -lc
2701configure:18223: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lc -L/opt/local/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -lX11 -lXext -lm  >&5
2702conftest.c:91: warning: function declaration isn't a prototype
2703conftest.c:94: warning: function declaration isn't a prototype
2704configure:18229: $? = 0
2705configure:18247: result: yes
2706configure:18345: checking for X11/xpm.h
2707configure:18366: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2708configure:18372: $? = 0
2709configure:18387: result: yes
2710configure:18507: checking jpeglib.h usability
2711configure:18524: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2712In file included from /opt/local/include/jpeglib.h:28,
2713                 from conftest.c:119:
2714/opt/local/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined
2715conftest.c:47:1: warning: this is the location of the previous definition
2716configure:18530: $? = 0
2717configure:18544: result: yes
2718configure:18548: checking jpeglib.h presence
2719configure:18563: /usr/bin/cpp-4.0 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c
2720In file included from /opt/local/include/jpeglib.h:28,
2721                 from conftest.c:86:
2722/opt/local/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined
2723conftest.c:47:1: warning: this is the location of the previous definition
2724configure:18569: $? = 0
2725configure:18583: result: yes
2726configure:18611: checking for jpeglib.h
2727configure:18618: result: yes
2728configure:18652: checking for jpeg_start_compress in -ljpeg
2729configure:18687: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -ljpeg   >&5
2730conftest.c:93: warning: function declaration isn't a prototype
2731conftest.c:96: warning: function declaration isn't a prototype
2732configure:18693: $? = 0
2733configure:18711: result: yes
2734configure:18755: checking pty.h usability
2735configure:18772: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
2736conftest.c:120:17: error: pty.h: No such file or directory
2737configure:18778: $? = 1
2738configure: failed program was:
2739| /* confdefs.h.  */
2740| #define PACKAGE_NAME ""
2741| #define PACKAGE_TARNAME ""
2742| #define PACKAGE_VERSION ""
2743| #define PACKAGE_STRING ""
2744| #define PACKAGE_BUGREPORT ""
2745| #ifndef __cplusplus
2746| #define inline __inline__
2747| #endif
2748| #define STDC_HEADERS 1
2749| #define HAVE_SYS_TYPES_H 1
2750| #define HAVE_SYS_STAT_H 1
2751| #define HAVE_STDLIB_H 1
2752| #define HAVE_STRING_H 1
2753| #define HAVE_MEMORY_H 1
2754| #define HAVE_STRINGS_H 1
2755| #define HAVE_INTTYPES_H 1
2756| #define HAVE_STDINT_H 1
2757| #define HAVE_UNISTD_H 1
2758| #define HAVE_UNISTD_H 1
2759| #define RETSIGTYPE void
2760| #define TIME_WITH_SYS_TIME 1
2761| #define HAVE_SYS_WAIT_H 1
2762| #define HAVE_DIRENT_H 1
2763| #define HAVE_GETTIMEOFDAY 1
2764| #define GETTIMEOFDAY_TWO_ARGS 1
2765| #define HAVE_SELECT 1
2766| #define HAVE_FCNTL 1
2767| #define HAVE_UNAME 1
2768| #define HAVE_NICE 1
2769| #define HAVE_SETPRIORITY 1
2770| #define HAVE_GETCWD 1
2771| #define HAVE_GETWD 1
2772| #define HAVE_PUTENV 1
2773| #define HAVE_SBRK 1
2774| #define HAVE_SIGACTION 1
2775| #define HAVE_SYSLOG 1
2776| #define HAVE_REALPATH 1
2777| #define HAVE_SETRLIMIT 1
2778| #define HAVE_SETLOCALE 1
2779| #define HAVE_ICMP 1
2780| #define HAVE_SYS_SELECT_H 1
2781| #define GETTEXT_PACKAGE "xscreensaver"
2782| #define PACKAGE "xscreensaver"
2783| #define HAVE_ALLOCA_H 1
2784| #define HAVE_ALLOCA 1
2785| #define HAVE_STDLIB_H 1
2786| #define HAVE_UNISTD_H 1
2787| #define HAVE_GETPAGESIZE 1
2788| #define HAVE_MMAP 1
2789| #define HAVE_LIMITS_H 1
2790| #define HAVE_LOCALE_H 1
2791| #define HAVE_NL_TYPES_H 1
2792| #define HAVE_STRING_H 1
2793| #define HAVE_UNISTD_H 1
2794| #define HAVE_SYS_PARAM_H 1
2795| #define HAVE_GETCWD 1
2796| #define HAVE_MUNMAP 1
2797| #define HAVE_PUTENV 1
2798| #define HAVE_SETENV 1
2799| #define HAVE_SETLOCALE 1
2800| #define HAVE_STRCHR 1
2801| #define HAVE_STRCASECMP 1
2802| #define HAVE_STRDUP 1
2803| #define HAVE_LC_MESSAGES 1
2804| #define HAVE_GETTEXT 1
2805| #define HAVE_DCGETTEXT 1
2806| #define ENABLE_NLS 1
2807| #define HAVE_XMU 1
2808| #define HAVE_DPMS_EXTENSION 1
2809| #define HAVE_XINERAMA 1
2810| #define HAVE_XF86VMODE 1
2811| #define HAVE_XF86VMODE_GAMMA 1
2812| #define HAVE_XF86VMODE_GAMMA_RAMP 1
2813| #define HAVE_RANDR 1
2814| #define HAVE_RANDR_12 1
2815| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
2816| #define HAVE_PROC_INTERRUPTS 1
2817| #define NO_LOCKING 1
2818| #define ALLOW_ROOT_PASSWD 1
2819| #define HAVE_GL 1
2820| #define HAVE_GLBINDTEXTURE 1
2821| #define HAVE_GDK_PIXBUF 1
2822| #define HAVE_XPM 1
2823| #define HAVE_JPEGLIB 1
2824| /* end confdefs.h.  */
2825| #include <stdio.h>
2826| #ifdef HAVE_SYS_TYPES_H
2827| # include <sys/types.h>
2828| #endif
2829| #ifdef HAVE_SYS_STAT_H
2830| # include <sys/stat.h>
2831| #endif
2832| #ifdef STDC_HEADERS
2833| # include <stdlib.h>
2834| # include <stddef.h>
2835| #else
2836| # ifdef HAVE_STDLIB_H
2837| #  include <stdlib.h>
2838| # endif
2839| #endif
2840| #ifdef HAVE_STRING_H
2841| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2842| #  include <memory.h>
2843| # endif
2844| # include <string.h>
2845| #endif
2846| #ifdef HAVE_STRINGS_H
2847| # include <strings.h>
2848| #endif
2849| #ifdef HAVE_INTTYPES_H
2850| # include <inttypes.h>
2851| #endif
2852| #ifdef HAVE_STDINT_H
2853| # include <stdint.h>
2854| #endif
2855| #ifdef HAVE_UNISTD_H
2856| # include <unistd.h>
2857| #endif
2858| #include <pty.h>
2859configure:18792: result: no
2860configure:18796: checking pty.h presence
2861configure:18811: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2862conftest.c:87:17: error: pty.h: No such file or directory
2863configure:18817: $? = 1
2864configure: failed program was:
2865| /* confdefs.h.  */
2866| #define PACKAGE_NAME ""
2867| #define PACKAGE_TARNAME ""
2868| #define PACKAGE_VERSION ""
2869| #define PACKAGE_STRING ""
2870| #define PACKAGE_BUGREPORT ""
2871| #ifndef __cplusplus
2872| #define inline __inline__
2873| #endif
2874| #define STDC_HEADERS 1
2875| #define HAVE_SYS_TYPES_H 1
2876| #define HAVE_SYS_STAT_H 1
2877| #define HAVE_STDLIB_H 1
2878| #define HAVE_STRING_H 1
2879| #define HAVE_MEMORY_H 1
2880| #define HAVE_STRINGS_H 1
2881| #define HAVE_INTTYPES_H 1
2882| #define HAVE_STDINT_H 1
2883| #define HAVE_UNISTD_H 1
2884| #define HAVE_UNISTD_H 1
2885| #define RETSIGTYPE void
2886| #define TIME_WITH_SYS_TIME 1
2887| #define HAVE_SYS_WAIT_H 1
2888| #define HAVE_DIRENT_H 1
2889| #define HAVE_GETTIMEOFDAY 1
2890| #define GETTIMEOFDAY_TWO_ARGS 1
2891| #define HAVE_SELECT 1
2892| #define HAVE_FCNTL 1
2893| #define HAVE_UNAME 1
2894| #define HAVE_NICE 1
2895| #define HAVE_SETPRIORITY 1
2896| #define HAVE_GETCWD 1
2897| #define HAVE_GETWD 1
2898| #define HAVE_PUTENV 1
2899| #define HAVE_SBRK 1
2900| #define HAVE_SIGACTION 1
2901| #define HAVE_SYSLOG 1
2902| #define HAVE_REALPATH 1
2903| #define HAVE_SETRLIMIT 1
2904| #define HAVE_SETLOCALE 1
2905| #define HAVE_ICMP 1
2906| #define HAVE_SYS_SELECT_H 1
2907| #define GETTEXT_PACKAGE "xscreensaver"
2908| #define PACKAGE "xscreensaver"
2909| #define HAVE_ALLOCA_H 1
2910| #define HAVE_ALLOCA 1
2911| #define HAVE_STDLIB_H 1
2912| #define HAVE_UNISTD_H 1
2913| #define HAVE_GETPAGESIZE 1
2914| #define HAVE_MMAP 1
2915| #define HAVE_LIMITS_H 1
2916| #define HAVE_LOCALE_H 1
2917| #define HAVE_NL_TYPES_H 1
2918| #define HAVE_STRING_H 1
2919| #define HAVE_UNISTD_H 1
2920| #define HAVE_SYS_PARAM_H 1
2921| #define HAVE_GETCWD 1
2922| #define HAVE_MUNMAP 1
2923| #define HAVE_PUTENV 1
2924| #define HAVE_SETENV 1
2925| #define HAVE_SETLOCALE 1
2926| #define HAVE_STRCHR 1
2927| #define HAVE_STRCASECMP 1
2928| #define HAVE_STRDUP 1
2929| #define HAVE_LC_MESSAGES 1
2930| #define HAVE_GETTEXT 1
2931| #define HAVE_DCGETTEXT 1
2932| #define ENABLE_NLS 1
2933| #define HAVE_XMU 1
2934| #define HAVE_DPMS_EXTENSION 1
2935| #define HAVE_XINERAMA 1
2936| #define HAVE_XF86VMODE 1
2937| #define HAVE_XF86VMODE_GAMMA 1
2938| #define HAVE_XF86VMODE_GAMMA_RAMP 1
2939| #define HAVE_RANDR 1
2940| #define HAVE_RANDR_12 1
2941| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
2942| #define HAVE_PROC_INTERRUPTS 1
2943| #define NO_LOCKING 1
2944| #define ALLOW_ROOT_PASSWD 1
2945| #define HAVE_GL 1
2946| #define HAVE_GLBINDTEXTURE 1
2947| #define HAVE_GDK_PIXBUF 1
2948| #define HAVE_XPM 1
2949| #define HAVE_JPEGLIB 1
2950| /* end confdefs.h.  */
2951| #include <pty.h>
2952configure:18831: result: no
2953configure:18859: checking for pty.h
2954configure:18867: result: no
2955configure:18755: checking util.h usability
2956configure:18772: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include conftest.c >&5
2957configure:18778: $? = 0
2958configure:18792: result: yes
2959configure:18796: checking util.h presence
2960configure:18811: /usr/bin/cpp-4.0 -I/opt/local/include conftest.c
2961configure:18817: $? = 0
2962configure:18831: result: yes
2963configure:18859: checking for util.h
2964configure:18867: result: yes
2965configure:18899: checking for forkpty in -lutil
2966configure:18934: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -o conftest -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib -L/sw/lib -L/usr/X11/lib conftest.c -lutil   >&5
2967conftest.c:95: warning: function declaration isn't a prototype
2968conftest.c:98: warning: function declaration isn't a prototype
2969configure:18940: $? = 0
2970configure:18958: result: yes
2971configure:19142: checking for X11/extensions/XShm.h
2972configure:19163: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2973configure:19169: $? = 0
2974configure:19184: result: yes
2975configure:19213: checking sys/ipc.h usability
2976configure:19230: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2977configure:19236: $? = 0
2978configure:19250: result: yes
2979configure:19254: checking sys/ipc.h presence
2980configure:19269: /usr/bin/cpp-4.0 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c
2981configure:19275: $? = 0
2982configure:19289: result: yes
2983configure:19317: checking for sys/ipc.h
2984configure:19324: result: yes
2985configure:19356: checking sys/shm.h usability
2986configure:19373: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2987configure:19379: $? = 0
2988configure:19393: result: yes
2989configure:19397: checking sys/shm.h presence
2990configure:19412: /usr/bin/cpp-4.0 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c
2991configure:19418: $? = 0
2992configure:19432: result: yes
2993configure:19460: checking for sys/shm.h
2994configure:19467: result: yes
2995configure:19668: checking for X11/extensions/Xdbe.h
2996configure:19689: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
2997configure:19695: $? = 0
2998configure:19710: result: yes
2999configure:19805: checking for X11/extensions/readdisplay.h
3000configure:19826: /usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__ -c -O2 -I/opt/local/include -I/opt/local/include -I/sw/include -I/usr/X11/include conftest.c >&5
3001conftest.c:93:40: error: X11/extensions/readdisplay.h: No such file or directory
3002configure:19832: $? = 1
3003configure: failed program was:
3004| /* confdefs.h.  */
3005| #define PACKAGE_NAME ""
3006| #define PACKAGE_TARNAME ""
3007| #define PACKAGE_VERSION ""
3008| #define PACKAGE_STRING ""
3009| #define PACKAGE_BUGREPORT ""
3010| #ifndef __cplusplus
3011| #define inline __inline__
3012| #endif
3013| #define STDC_HEADERS 1
3014| #define HAVE_SYS_TYPES_H 1
3015| #define HAVE_SYS_STAT_H 1
3016| #define HAVE_STDLIB_H 1
3017| #define HAVE_STRING_H 1
3018| #define HAVE_MEMORY_H 1
3019| #define HAVE_STRINGS_H 1
3020| #define HAVE_INTTYPES_H 1
3021| #define HAVE_STDINT_H 1
3022| #define HAVE_UNISTD_H 1
3023| #define HAVE_UNISTD_H 1
3024| #define RETSIGTYPE void
3025| #define TIME_WITH_SYS_TIME 1
3026| #define HAVE_SYS_WAIT_H 1
3027| #define HAVE_DIRENT_H 1
3028| #define HAVE_GETTIMEOFDAY 1
3029| #define GETTIMEOFDAY_TWO_ARGS 1
3030| #define HAVE_SELECT 1
3031| #define HAVE_FCNTL 1
3032| #define HAVE_UNAME 1
3033| #define HAVE_NICE 1
3034| #define HAVE_SETPRIORITY 1
3035| #define HAVE_GETCWD 1
3036| #define HAVE_GETWD 1
3037| #define HAVE_PUTENV 1
3038| #define HAVE_SBRK 1
3039| #define HAVE_SIGACTION 1
3040| #define HAVE_SYSLOG 1
3041| #define HAVE_REALPATH 1
3042| #define HAVE_SETRLIMIT 1
3043| #define HAVE_SETLOCALE 1
3044| #define HAVE_ICMP 1
3045| #define HAVE_SYS_SELECT_H 1
3046| #define GETTEXT_PACKAGE "xscreensaver"
3047| #define PACKAGE "xscreensaver"
3048| #define HAVE_ALLOCA_H 1
3049| #define HAVE_ALLOCA 1
3050| #define HAVE_STDLIB_H 1
3051| #define HAVE_UNISTD_H 1
3052| #define HAVE_GETPAGESIZE 1
3053| #define HAVE_MMAP 1
3054| #define HAVE_LIMITS_H 1
3055| #define HAVE_LOCALE_H 1
3056| #define HAVE_NL_TYPES_H 1
3057| #define HAVE_STRING_H 1
3058| #define HAVE_UNISTD_H 1
3059| #define HAVE_SYS_PARAM_H 1
3060| #define HAVE_GETCWD 1
3061| #define HAVE_MUNMAP 1
3062| #define HAVE_PUTENV 1
3063| #define HAVE_SETENV 1
3064| #define HAVE_SETLOCALE 1
3065| #define HAVE_STRCHR 1
3066| #define HAVE_STRCASECMP 1
3067| #define HAVE_STRDUP 1
3068| #define HAVE_LC_MESSAGES 1
3069| #define HAVE_GETTEXT 1
3070| #define HAVE_DCGETTEXT 1
3071| #define ENABLE_NLS 1
3072| #define HAVE_XMU 1
3073| #define HAVE_DPMS_EXTENSION 1
3074| #define HAVE_XINERAMA 1
3075| #define HAVE_XF86VMODE 1
3076| #define HAVE_XF86VMODE_GAMMA 1
3077| #define HAVE_XF86VMODE_GAMMA_RAMP 1
3078| #define HAVE_RANDR 1
3079| #define HAVE_RANDR_12 1
3080| #define HAVE_XF86MISCSETGRABKEYSSTATE 1
3081| #define HAVE_PROC_INTERRUPTS 1
3082| #define NO_LOCKING 1
3083| #define ALLOW_ROOT_PASSWD 1
3084| #define HAVE_GL 1
3085| #define HAVE_GLBINDTEXTURE 1
3086| #define HAVE_GDK_PIXBUF 1
3087| #define HAVE_XPM 1
3088| #define HAVE_JPEGLIB 1
3089| #define HAVE_UTIL_H 1
3090| #define HAVE_FORKPTY 1
3091| #define HAVE_XSHM_EXTENSION 1
3092| #define HAVE_DOUBLE_BUFFER_EXTENSION 1
3093| /* end confdefs.h.  */
3094| #include <X11/Xlib.h>
3095|
3096| #include <X11/extensions/readdisplay.h>
3097configure:19847: result: no
3098configure:19908: checking for image directory /usr/share/backgrounds/images/
3099configure:19915: result: no
3100configure:19908: checking for image directory /usr/share/wallpapers/
3101configure:19915: result: no
3102configure:19908: checking for image directory /Library/Desktop Pictures/
3103configure:19911: result: yes
3104configure:19988: checking for text file /usr/X11R6/lib/X11/doc/README
3105configure:19995: result: no
3106configure:19988: checking for text file /usr/share/doc/xserver-common/copyright
3107configure:19995: result: no
3108configure:19988: checking for text file /usr/share/doc/xserver-xorg-core/copyright
3109configure:19995: result: no
3110configure:19988: checking for text file /usr/X11R6/README
3111configure:19995: result: no
3112configure:19988: checking for text file /usr/share/doc/debian/debian-manifesto
3113configure:19995: result: no
3114configure:20257: checking for locale directory
3115configure:20276: result: /opt/local/share/locale
3116configure:20479: creating ./config.status
3117
3118## ---------------------- ##
3119## Running config.status. ##
3120## ---------------------- ##
3121
3122This file was extended by config.status, which was
3123generated by GNU Autoconf 2.61.  Invocation command line was
3124
3125  CONFIG_FILES    =
3126  CONFIG_HEADERS  =
3127  CONFIG_LINKS    =
3128  CONFIG_COMMANDS =
3129  $ ./config.status
3130
3131on rakuba.rakupottery.org.uk
3132
3133config.status:731: creating Makefile
3134config.status:731: creating utils/Makefile
3135config.status:731: creating driver/Makefile
3136config.status:731: creating hacks/Makefile
3137config.status:731: creating hacks/glx/Makefile
3138config.status:731: creating po/Makefile.in
3139config.status:731: creating driver/XScreenSaver.ad
3140config.status:731: creating config.h
3141config.status:1040: executing default-1 commands
3142config.status:1040: executing default-2 commands
3143
3144## ---------------- ##
3145## Cache variables. ##
3146## ---------------- ##
3147
3148ac_cv_browser=no
3149ac_cv_build=i386-apple-darwin9.6.0
3150ac_cv_c_compiler_gnu=yes
3151ac_cv_c_const=yes
3152ac_cv_c_inline=__inline__
3153ac_cv_env_CC_set=set
3154ac_cv_env_CC_value=/usr/bin/gcc-4.0
3155ac_cv_env_CFLAGS_set=set
3156ac_cv_env_CFLAGS_value=-O2
3157ac_cv_env_CPPFLAGS_set=set
3158ac_cv_env_CPPFLAGS_value=-I/opt/local/include
3159ac_cv_env_CPP_set=set
3160ac_cv_env_CPP_value=/usr/bin/cpp-4.0
3161ac_cv_env_LDFLAGS_set=set
3162ac_cv_env_LDFLAGS_value=-L/opt/local/lib
3163ac_cv_env_LIBS_set=
3164ac_cv_env_LIBS_value=
3165ac_cv_env_XMKMF_set=
3166ac_cv_env_XMKMF_value=
3167ac_cv_env_build_alias_set=
3168ac_cv_env_build_alias_value=
3169ac_cv_env_host_alias_set=
3170ac_cv_env_host_alias_value=
3171ac_cv_env_target_alias_set=
3172ac_cv_env_target_alias_value=
3173ac_cv_func___argz_count=no
3174ac_cv_func___argz_next=no
3175ac_cv_func___argz_stringify=no
3176ac_cv_func_alloca_works=yes
3177ac_cv_func_connect=yes
3178ac_cv_func_dcgettext=yes
3179ac_cv_func_fcntl=yes
3180ac_cv_func_getcwd=yes
3181ac_cv_func_gethostbyname=yes
3182ac_cv_func_getpagesize=yes
3183ac_cv_func_getwd=yes
3184ac_cv_func_mmap_fixed_mapped=yes
3185ac_cv_func_munmap=yes
3186ac_cv_func_nice=yes
3187ac_cv_func_putenv=yes
3188ac_cv_func_realpath=yes
3189ac_cv_func_remove=yes
3190ac_cv_func_sbrk=yes
3191ac_cv_func_select=yes
3192ac_cv_func_setenv=yes
3193ac_cv_func_setlocale=yes
3194ac_cv_func_setpriority=yes
3195ac_cv_func_setrlimit=yes
3196ac_cv_func_shmat=yes
3197ac_cv_func_sigaction=yes
3198ac_cv_func_strcasecmp=yes
3199ac_cv_func_strchr=yes
3200ac_cv_func_strdup=yes
3201ac_cv_func_syslog=yes
3202ac_cv_func_uname=yes
3203ac_cv_gcc_accepts_no_cpp_precomp=yes
3204ac_cv_gcc_accepts_no_decl_after=yes
3205ac_cv_gcc_accepts_no_overlength=no
3206ac_cv_gcc_accepts_std=yes
3207ac_cv_gdk_pixbuf_config_cflags='-I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
3208ac_cv_gdk_pixbuf_config_libs='-L/opt/local/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
3209ac_cv_gettimeofday_args=2
3210ac_cv_have_icmp=yes
3211ac_cv_have_icmphdr=no
3212ac_cv_have_mesa_gl=no
3213ac_cv_have_x='have_x=yes        ac_x_includes='\''/usr/X11/include'\''  ac_x_libraries='\''/usr/X11/lib'\'''
3214ac_cv_header_GL_gl_h=yes
3215ac_cv_header_GL_gle_h=no
3216ac_cv_header_GL_glx_h=yes
3217ac_cv_header_GL_gutil_h=no
3218ac_cv_header_X11_Xmu_Error_h=yes
3219ac_cv_header_X11_extensions_XSGIvc_h=no
3220ac_cv_header_X11_extensions_XScreenSaver_h=no
3221ac_cv_header_X11_extensions_XShm_h=yes
3222ac_cv_header_X11_extensions_Xdbe_h=yes
3223ac_cv_header_X11_extensions_Xinerama_h=yes
3224ac_cv_header_X11_extensions_Xrandr_h=yes
3225ac_cv_header_X11_extensions_dpms_h=yes
3226ac_cv_header_X11_extensions_readdisplay_h=no
3227ac_cv_header_X11_extensions_xf86vmode_h=yes
3228ac_cv_header_X11_extensions_xidle_h=no
3229ac_cv_header_X11_xpm_h=yes
3230ac_cv_header_argz_h=no
3231ac_cv_header_crypt_h=no
3232ac_cv_header_dirent_dirent_h=yes
3233ac_cv_header_gdk_pixbuf_gdk_pixbuf_h=yes
3234ac_cv_header_gdk_pixbuf_gdk_pixbuf_xlib_h=no
3235ac_cv_header_gdk_pixbuf_xlib_gdk_pixbuf_xlib_h=yes
3236ac_cv_header_inttypes_h=yes
3237ac_cv_header_jpeglib_h=yes
3238ac_cv_header_libintl_h=yes
3239ac_cv_header_limits_h=yes
3240ac_cv_header_locale_h=yes
3241ac_cv_header_malloc_h=no
3242ac_cv_header_memory_h=yes
3243ac_cv_header_nl_types_h=yes
3244ac_cv_header_pty_h=no
3245ac_cv_header_stdc=yes
3246ac_cv_header_stdint_h=yes
3247ac_cv_header_stdlib_h=yes
3248ac_cv_header_string_h=yes
3249ac_cv_header_strings_h=yes
3250ac_cv_header_sys_ipc_h=yes
3251ac_cv_header_sys_param_h=yes
3252ac_cv_header_sys_select_h=yes
3253ac_cv_header_sys_shm_h=yes
3254ac_cv_header_sys_stat_h=yes
3255ac_cv_header_sys_types_h=yes
3256ac_cv_header_sys_wait_h=yes
3257ac_cv_header_time=yes
3258ac_cv_header_unistd_h=yes
3259ac_cv_header_util_h=yes
3260ac_cv_host=i386-apple-darwin9.6.0
3261ac_cv_imagedir='/Library/Desktop Pictures/'
3262ac_cv_install_d_creates_dirs=yes
3263ac_cv_lib_GL___glBindTexture=yes
3264ac_cv_lib_GL_glXCreateContext=yes
3265ac_cv_lib_ICE_IceConnectionNumber=yes
3266ac_cv_lib_Xext_DPMSInfo=yes
3267ac_cv_lib_Xext_XRRGetScreenInfo=no
3268ac_cv_lib_Xext_XineramaQueryScreens=no
3269ac_cv_lib_Xinerama_XineramaQueryScreens=yes
3270ac_cv_lib_Xrandr_XRRGetScreenInfo=yes
3271ac_cv_lib_Xrender_XRenderSetSubpixelOrder=yes
3272ac_cv_lib_Xxf86misc_XF86MiscSetGrabKeysState=yes
3273ac_cv_lib_Xxf86vm_XF86VidModeGetViewPort=yes
3274ac_cv_lib_Xxf86vm_XF86VidModeSetGamma=yes
3275ac_cv_lib_Xxf86vm_XF86VidModeSetGammaRamp=yes
3276ac_cv_lib_c_XRRGetOutputInfo=yes
3277ac_cv_lib_c_gdk_pixbuf_new_from_file=yes
3278ac_cv_lib_c_gdk_pixbuf_xlib_init=yes
3279ac_cv_lib_intl_bindtextdomain=yes
3280ac_cv_lib_intl_dgettext=yes
3281ac_cv_lib_jpeg_jpeg_start_compress=yes
3282ac_cv_lib_util_forkpty=yes
3283ac_cv_login_manager_program=
3284ac_cv_objext=o
3285ac_cv_path_EGREP='/usr/bin/grep -E'
3286ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
3287ac_cv_path_GREP=/usr/bin/grep
3288ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl
3289ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
3290ac_cv_path_PERL=/opt/local/bin/perl5
3291ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
3292ac_cv_path_pkg_config=/opt/local/bin/pkg-config
3293ac_cv_perl_version=5.008008
3294ac_cv_prog_CPP=/usr/bin/cpp-4.0
3295ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.0
3296ac_cv_prog_ac_ct_RANLIB=ranlib
3297ac_cv_prog_cc_c89=
3298ac_cv_prog_cc_g=yes
3299ac_cv_prog_make_make_set=yes
3300ac_cv_search_opendir='none required'
3301ac_cv_textfile=
3302ac_cv_type_mode_t=yes
3303ac_cv_type_off_t=yes
3304ac_cv_type_pid_t=yes
3305ac_cv_type_signal=void
3306ac_cv_type_size_t=yes
3307ac_cv_working_alloca_h=yes
3308ac_cv_x_app_defaults=/usr/X11/lib/X11/app-defaults
3309ac_cv_xpointer=yes
3310am_cv_val_LC_MESSAGES=yes
3311gt_cv_func_dgettext_libc=no
3312gt_cv_func_dgettext_libintl=yes
3313nls_cv_force_use_gnu_gettext=no
3314nls_cv_header_intl=
3315nls_cv_header_libgt=
3316nls_cv_use_gnu_gettext=no
3317
3318## ----------------- ##
3319## Output variables. ##
3320## ----------------- ##
3321
3322ALLOCA=''
3323ALL_DEMO_PROGRAMS=''
3324APPDEFAULTS='/usr/X11/lib/X11/app-defaults'
3325CATALOGS=' ca.gmo da.gmo de.gmo es.gmo et.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
3326CATOBJEXT='.gmo'
3327CC='/usr/bin/gcc-4.0 -pedantic -Wall -Wstrict-prototypes -Wnested-externs -Wmissing-prototypes -Wdeclaration-after-statement -no-cpp-precomp -std=c89 -U__STRICT_ANSI__'
3328CFLAGS='-O2'
3329CPP='/usr/bin/cpp-4.0'
3330CPPFLAGS='-I/opt/local/include'
3331DATADIRNAME='share'
3332DEFAULT_IMAGES_P='True'
3333DEFAULT_IMAGE_DIRECTORY='/Library/Desktop Pictures/'
3334DEFAULT_TEXT_FILE=''
3335DEFS='-DHAVE_CONFIG_H'
3336DEPEND='makedepend'
3337DEPEND_DEFINES=''
3338DEPEND_FLAGS=''
3339ECHO_C='ECHO_N=''
3340ECHO_T=''
3341EGREP='/usr/bin/grep -E'
3342EXEEXT=''
3343EXES_OSX='$(EXES_OSX)'
3344GETTEXT_PACKAGE='xscreensaver'
3345GLE_EXES=''
3346GLE_KLUDGE='-'
3347GLE_LIBS=''
3348GL_EXES='$(GL_EXES)'
3349GL_KLUDGE=' '
3350GL_LIBS='-lGL -lGLU -lXxf86vm  -bind_at_load -multiply_defined suppress -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib'
3351GL_MEN='$(GL_MEN)'
3352GL_UTIL_EXES='$(GL_UTIL_EXES)'
3353GMOFILES=' ca.gmo da.gmo de.gmo es.gmo et.gmo fi.gmo fr.gmo hu.gmo it.gmo ja.gmo ko.gmo nb.gmo nl.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ru.gmo sk.gmo sv.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
3354GMSGFMT='/opt/local/bin/msgfmt'
3355GNOME22='!      '
3356GNOME24='!      '
3357GREP='/usr/bin/grep'
3358GTK_DATADIR=''
3359GTK_EXTRA_OBJS=''
3360GTK_LIBS=''
3361HACKDIR='/opt/local/libexec/xscreensaver'
3362HACKDIR_FULL='/opt/local/libexec/xscreensaver'
3363HACK_CONF_DIR='/opt/local/share/xscreensaver/config'
3364HACK_LIBS=''
3365HAVE_PAM_FAIL_DELAY=''
3366INCLUDES=' -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
3367INSTALL_DATA='${INSTALL} -m 644'
3368INSTALL_DIRS='${INSTALL} -d'
3369INSTALL_PAM=''
3370INSTALL_PROGRAM='${INSTALL}'
3371INSTALL_SCRIPT='${INSTALL}'
3372INSTALL_SETUID='$(INSTALL_PROGRAM) $(SUID_FLAGS)'
3373INSTOBJEXT='.mo'
3374INTLDEPS=''
3375INTLLIBS='-lintl'
3376INTLOBJS=''
3377INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
3378INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
3379INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
3380INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
3381INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache'
3382INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
3383INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p'
3384INTLTOOL_PERL='/opt/local/bin/perl'
3385INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
3386INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache'
3387INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
3388INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache'
3389INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
3390INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
3391INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache'
3392JPEG_EXES='$(JPEG_EXES)'
3393JPEG_LIBS='-ljpeg'
3394LDFLAGS='-L/opt/local/lib -L${exec_prefix}/lib'
3395LIBOBJS=''
3396LIBS=''
3397LOCK_OBJS='$(NOLOCK_OBJS_1)'
3398LOCK_SRCS='$(NOLOCK_SRCS_1)'
3399LTLIBOBJS=''
3400MEN_OSX='$(MEN_OSX)'
3401MKINSTALLDIRS='${INSTALL} -d'
3402MOTIF_LIBS=''
3403MSGFMT='/opt/local/bin/msgfmt'
3404NEED_SETUID='no'
3405NEW_LOGIN_COMMAND='gdmflexiserver -ls'
3406NEW_LOGIN_COMMAND_P='! '
3407NOGNOME=''
3408OBJCC='/usr/bin/gcc-4.0 -Wall'
3409OBJEXT='o'
3410PACKAGE_BUGREPORT=''
3411PACKAGE_NAME=''
3412PACKAGE_STRING=''
3413PACKAGE_TARNAME=''
3414PACKAGE_VERSION=''
3415PASSWD_LIBS=''
3416PASSWD_OBJS=' $(PWENT_OBJS)'
3417PASSWD_SRCS=' $(PWENT_SRCS)'
3418PATH_SEPARATOR=':'
3419PERL='/opt/local/bin/perl5'
3420POFILES=' ca.po da.po de.po es.po et.po fi.po fr.po hu.po it.po ja.po ko.po nb.po nl.po no.po pl.po pt.po pt_BR.po ru.po sk.po sv.po vi.po wa.po zh_CN.po zh_TW.po'
3421POSUB='po'
3422PO_DATADIR='/opt/local/share'
3423PREFERRED_DEMO_PROGRAM=''
3424PTY_LIBS='-lutil'
3425RANLIB='ranlib'
3426SAVER_GL_LIBS=''
3427SAVER_GL_OBJS=''
3428SAVER_GL_SRCS=''
3429SAVER_LIBS=' -lXxf86vm -lXrandr -lXrender -lXxf86misc'
3430SCRIPTS_OSX='$(SCRIPTS_OSX)'
3431SETUID_HACKS='no'
3432SET_MAKE=''
3433SHELL='/bin/sh'
3434USE_NLS='yes'
3435WITH_BROWSER='gnome-open'
3436XDPMS_LIBS=''
3437XGETTEXT='/opt/local/bin/xgettext'
3438XINERAMA_LIBS='-lXinerama'
3439XMKMF=''
3440XML_LIBS=''
3441XMU_LIBS='-lXmu'
3442XMU_OBJS=''
3443XMU_SRCS=''
3444XPM_LIBS='-lXpm -L/opt/local/lib -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
3445X_CFLAGS='-I/sw/include  -I/usr/X11/include'
3446X_EXTRA_LIBS=''
3447X_LIBS='-L/sw/lib  -L/usr/X11/lib'
3448X_PRE_LIBS=' -lSM -lICE'
3449ac_ct_CC='/usr/bin/gcc-4.0'
3450bindir='/opt/local/bin'
3451build='i386-apple-darwin9.6.0'
3452build_alias=''
3453build_cpu='i386'
3454build_os='darwin9.6.0'
3455build_vendor='apple'
3456datadir='${datarootdir}'
3457datarootdir='${prefix}/share'
3458docdir='${datarootdir}/doc/${PACKAGE}'
3459dvidir='${docdir}'
3460exec_prefix='${prefix}'
3461gnome_open_program=''
3462gnome_url_show_program=''
3463host='i386-apple-darwin9.6.0'
3464host_alias=''
3465host_cpu='i386'
3466host_os='darwin9.6.0'
3467host_vendor='apple'
3468htmldir='${docdir}'
3469includedir='${prefix}/include'
3470infodir='${datarootdir}/info'
3471libdir='${exec_prefix}/lib'
3472libexecdir='${exec_prefix}/libexec'
3473localedir='${datarootdir}/locale'
3474localstatedir='${prefix}/var'
3475login_manager_tmp=''
3476mandir='${datarootdir}/man'
3477oldincludedir='/usr/include'
3478pdfdir='${docdir}'
3479pkg_config='/opt/local/bin/pkg-config'
3480prefix='/opt/local'
3481program_transform_name='s,x,x,'
3482psdir='${docdir}'
3483sbindir='${exec_prefix}/sbin'
3484sharedstatedir='${prefix}/com'
3485sysconfdir='${prefix}/etc'
3486target_alias=''
3487
3488## ----------- ##
3489## confdefs.h. ##
3490## ----------- ##
3491
3492#define PACKAGE_NAME ""
3493#define PACKAGE_TARNAME ""
3494#define PACKAGE_VERSION ""
3495#define PACKAGE_STRING ""
3496#define PACKAGE_BUGREPORT ""
3497#ifndef __cplusplus
3498#define inline __inline__
3499#endif
3500#define STDC_HEADERS 1
3501#define HAVE_SYS_TYPES_H 1
3502#define HAVE_SYS_STAT_H 1
3503#define HAVE_STDLIB_H 1
3504#define HAVE_STRING_H 1
3505#define HAVE_MEMORY_H 1
3506#define HAVE_STRINGS_H 1
3507#define HAVE_INTTYPES_H 1
3508#define HAVE_STDINT_H 1
3509#define HAVE_UNISTD_H 1
3510#define HAVE_UNISTD_H 1
3511#define RETSIGTYPE void
3512#define TIME_WITH_SYS_TIME 1
3513#define HAVE_SYS_WAIT_H 1
3514#define HAVE_DIRENT_H 1
3515#define HAVE_GETTIMEOFDAY 1
3516#define GETTIMEOFDAY_TWO_ARGS 1
3517#define HAVE_SELECT 1
3518#define HAVE_FCNTL 1
3519#define HAVE_UNAME 1
3520#define HAVE_NICE 1
3521#define HAVE_SETPRIORITY 1
3522#define HAVE_GETCWD 1
3523#define HAVE_GETWD 1
3524#define HAVE_PUTENV 1
3525#define HAVE_SBRK 1
3526#define HAVE_SIGACTION 1
3527#define HAVE_SYSLOG 1
3528#define HAVE_REALPATH 1
3529#define HAVE_SETRLIMIT 1
3530#define HAVE_SETLOCALE 1
3531#define HAVE_ICMP 1
3532#define HAVE_SYS_SELECT_H 1
3533#define GETTEXT_PACKAGE "xscreensaver"
3534#define PACKAGE "xscreensaver"
3535#define HAVE_ALLOCA_H 1
3536#define HAVE_ALLOCA 1
3537#define HAVE_STDLIB_H 1
3538#define HAVE_UNISTD_H 1
3539#define HAVE_GETPAGESIZE 1
3540#define HAVE_MMAP 1
3541#define HAVE_LIMITS_H 1
3542#define HAVE_LOCALE_H 1
3543#define HAVE_NL_TYPES_H 1
3544#define HAVE_STRING_H 1
3545#define HAVE_UNISTD_H 1
3546#define HAVE_SYS_PARAM_H 1
3547#define HAVE_GETCWD 1
3548#define HAVE_MUNMAP 1
3549#define HAVE_PUTENV 1
3550#define HAVE_SETENV 1
3551#define HAVE_SETLOCALE 1
3552#define HAVE_STRCHR 1
3553#define HAVE_STRCASECMP 1
3554#define HAVE_STRDUP 1
3555#define HAVE_LC_MESSAGES 1
3556#define HAVE_GETTEXT 1
3557#define HAVE_DCGETTEXT 1
3558#define ENABLE_NLS 1
3559#define HAVE_XMU 1
3560#define HAVE_DPMS_EXTENSION 1
3561#define HAVE_XINERAMA 1
3562#define HAVE_XF86VMODE 1
3563#define HAVE_XF86VMODE_GAMMA 1
3564#define HAVE_XF86VMODE_GAMMA_RAMP 1
3565#define HAVE_RANDR 1
3566#define HAVE_RANDR_12 1
3567#define HAVE_XF86MISCSETGRABKEYSSTATE 1
3568#define HAVE_PROC_INTERRUPTS 1
3569#define NO_LOCKING 1
3570#define ALLOW_ROOT_PASSWD 1
3571#define HAVE_GL 1
3572#define HAVE_GLBINDTEXTURE 1
3573#define HAVE_GDK_PIXBUF 1
3574#define HAVE_XPM 1
3575#define HAVE_JPEGLIB 1
3576#define HAVE_UTIL_H 1
3577#define HAVE_FORKPTY 1
3578#define HAVE_XSHM_EXTENSION 1
3579#define HAVE_DOUBLE_BUFFER_EXTENSION 1
3580
3581configure: exit 0