added files
[bcm963xx.git] / userapps / opensource / net-snmp / config.log
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 configure:1534: checking if I need to feed myself to ksh
5 configure:1569: checking for gcc
6 configure:1682: checking whether the C compiler (gcc  ) works
7 configure:1698: gcc -o conftest    conftest.c  1>&5
8 configure:1724: checking whether the C compiler (gcc  ) is a cross-compiler
9 configure:1729: checking whether we are using GNU C
10 configure:1738: gcc -E conftest.c
11 configure:1757: checking whether gcc accepts -g
12 configure:1789: checking how to run the C preprocessor
13 configure:1810: gcc -E  conftest.c >/dev/null 2>conftest.out
14 configure:1869: checking for AIX
15 configure:1893: checking for Cygwin environment
16 configure:1909: gcc -c -g -O2  conftest.c 1>&5
17 configure: In function `main':
18 configure:1905: `__CYGWIN32__' undeclared (first use in this function)
19 configure:1905: (Each undeclared identifier is reported only once
20 configure:1905: for each function it appears in.)
21 configure: failed program was:
22 #line 1898 "configure"
23 #include "confdefs.h"
24
25 int main() {
26
27 #ifndef __CYGWIN__
28 #define __CYGWIN__ __CYGWIN32__
29 #endif
30 return __CYGWIN__;
31 ; return 0; }
32 configure:1926: checking for mingw32 environment
33 configure:1938: gcc -c -g -O2  conftest.c 1>&5
34 configure: In function `main':
35 configure:1934: `__MINGW32__' undeclared (first use in this function)
36 configure:1934: (Each undeclared identifier is reported only once
37 configure:1934: for each function it appears in.)
38 configure: failed program was:
39 #line 1931 "configure"
40 #include "confdefs.h"
41
42 int main() {
43 return __MINGW32__;
44 ; return 0; }
45 configure:1957: checking for executable suffix
46 configure:1967: gcc -o conftest -g -O2   conftest.c  1>&5
47 configure:2096: checking host system type
48 configure:2117: checking build system type
49 configure:2146: checking for ld used by GCC
50 configure:2214: checking if the linker (/usr/bin/ld) is GNU ld
51 GNU ld version 2.10.91 (with BFD 2.10.91.0.2)
52 configure:2231: checking for /usr/bin/ld option to reload object files
53 configure:2243: checking for BSD-compatible nm
54 configure:2281: checking for a sed that does not truncate output
55 configure:2365: checking whether ln -s works
56 configure:2386: checking how to recognise dependent libraries
57 configure:2572: checking for object suffix
58 configure:2578: gcc -c -g -O2  conftest.c 1>&5
59 configure:2606: checking command to parse /usr/bin/nm -B output
60 configure:2689: gcc -c -g -O2  conftest.c 1>&5
61 configure:2692: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm
62 configure:2743: gcc -o conftest -g -O2   conftest.c conftstm.o 1>&5
63 configure:2792: checking for dlfcn.h
64 configure:2802: gcc -E  conftest.c >/dev/null 2>conftest.out
65 configure:2971: checking for ranlib
66 configure:3038: checking for strip
67 configure:3555: checking for objdir
68 configure:3586: checking for gcc option to produce PIC
69 configure:3734: checking if gcc PIC flag -fPIC works
70 configure:3748: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
71 configure:3804: checking if gcc static flag -static works
72 configure:3819: gcc -o conftest -g -O2   -static conftest.c  1>&5
73 configure:3850: checking if gcc supports -c -o file.o
74 configure:3869: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
75 configure:3898: checking if gcc supports -c -o file.lo
76 configure:3916: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
77 configure:3974: checking if gcc supports -fno-rtti -fno-exceptions
78 configure:3987: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
79 configure:4018: checking whether the linker (/usr/bin/ld) supports shared libraries
80 configure:4721: checking how to hardcode library paths into programs
81 configure:4753: checking whether stripping libraries is possible
82 configure:4771: checking dynamic linker characteristics
83 configure:5186: checking if libtool supports shared libraries
84 configure:5194: checking whether to build shared libraries
85 configure:5221: checking whether to build static libraries
86 configure:5264: checking for shl_load
87 configure:5292: gcc -o conftest -g -O2   conftest.c  1>&5
88 /tmp/ccj284KV.o: In function `main':
89 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:5286: undefined reference to `shl_load'
90 collect2: ld returned 1 exit status
91 configure: failed program was:
92 #line 5269 "configure"
93 #include "confdefs.h"
94 /* System header to define __stub macros and hopefully few prototypes,
95     which can conflict with char shl_load(); below.  */
96 #include <assert.h>
97 /* Override any gcc2 internal prototype to avoid an error.  */
98 /* We use char because int might match the return type of a gcc2
99     builtin and then its argument prototype would still apply.  */
100 char shl_load();
101
102 int main() {
103
104 /* The GNU C library defines this for functions which it implements
105     to always fail with ENOSYS.  Some functions are actually named
106     something starting with __ and the normal name is an alias.  */
107 #if defined (__stub_shl_load) || defined (__stub___shl_load)
108 choke me
109 #else
110 shl_load();
111 #endif
112
113 ; return 0; }
114 configure:5310: checking for shl_load in -ldld
115 configure:5329: gcc -o conftest -g -O2   conftest.c -ldld   1>&5
116 /usr/bin/ld: cannot find -ldld
117 collect2: ld returned 1 exit status
118 configure: failed program was:
119 #line 5318 "configure"
120 #include "confdefs.h"
121 /* Override any gcc2 internal prototype to avoid an error.  */
122 /* We use char because int might match the return type of a gcc2
123     builtin and then its argument prototype would still apply.  */
124 char shl_load();
125
126 int main() {
127 shl_load()
128 ; return 0; }
129 configure:5348: checking for dlopen
130 configure:5376: gcc -o conftest -g -O2   conftest.c  1>&5
131 /tmp/ccmlhnEC.o: In function `main':
132 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:5370: undefined reference to `dlopen'
133 collect2: ld returned 1 exit status
134 configure: failed program was:
135 #line 5353 "configure"
136 #include "confdefs.h"
137 /* System header to define __stub macros and hopefully few prototypes,
138     which can conflict with char dlopen(); below.  */
139 #include <assert.h>
140 /* Override any gcc2 internal prototype to avoid an error.  */
141 /* We use char because int might match the return type of a gcc2
142     builtin and then its argument prototype would still apply.  */
143 char dlopen();
144
145 int main() {
146
147 /* The GNU C library defines this for functions which it implements
148     to always fail with ENOSYS.  Some functions are actually named
149     something starting with __ and the normal name is an alias.  */
150 #if defined (__stub_dlopen) || defined (__stub___dlopen)
151 choke me
152 #else
153 dlopen();
154 #endif
155
156 ; return 0; }
157 configure:5394: checking for dlopen in -ldl
158 configure:5413: gcc -o conftest -g -O2   conftest.c -ldl   1>&5
159 configure:5545: checking whether a program can dlopen itself
160 configure:5616: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  1>&5
161 configure:5639: checking whether a statically linked program can dlopen itself
162 configure:5710: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  1>&5
163 configure:5761: checking whether -lc should be explicitly linked in
164 configure:5768: gcc -c -g -O2  conftest.c 1>&5
165 configure:5781: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep  -lc  >/dev/null 2>&1
166 configure:6384: checking for a BSD compatible install
167 configure:6437: checking whether ln -s works
168 configure:6458: checking whether make sets ${MAKE}
169 configure:6487: checking for ps
170 configure:6522: checking for perl
171 configure:6559: checking for whoami
172 configure:6594: checking for sed
173 configure:6626: checking for autoconf
174 configure:6655: checking for autoheader
175 configure:6693: checking for uname
176 configure:6731: checking for working const
177 configure:6785: gcc -c -g -O2  conftest.c 1>&5
178 configure:6806: checking for inline
179 configure:6820: gcc -c -g -O2  conftest.c 1>&5
180 configure:6847: checking for net-snmp version number
181 configure:6862: checking for developer gcc flags
182 configure:6899: checking host system type
183 configure:6920: checking target system type
184 configure:6938: checking build system type
185 configure:6972: checking for system include file
186 configure:7002: checking for machine-type include file
187 configure:7026: checking for gcc
188 configure:7081: checking for additional cpp flags
189 configure:7352: checking whether we have to build PIC code
190 configure:7364: checking for and configuring transport modules to use
191 configure:7454: checking for security modules to use
192 configure:7600: checking for and configuring mib modules to use
193 configure:7656: checking for and configuring mib modules pieces to use
194 configure:7774: checking if directories need to be created
195 configure:7781: checking default mib files to read
196 configure:7793: checking for location of system kernel
197 configure:7829: checking for mount table location
198 configure:7852: checking for location of swap device
199 configure:7937: checking for asin in -lm
200 configure:7956: gcc -o conftest -g -O2 -Dlinux   conftest.c -lm   1>&5
201 configure:7984: checking for nlist in -lelf
202 configure:8003: gcc -o conftest -g -O2 -Dlinux   conftest.c -lelf  -lm  1>&5
203 configure:8032: checking for gethostbyname
204 configure:8060: gcc -o conftest -g -O2 -Dlinux   conftest.c -lelf -lm  1>&5
205 configure:8127: checking for getservbyname
206 configure:8155: gcc -o conftest -g -O2 -Dlinux   conftest.c -lelf -lm  1>&5
207 configure:8223: checking for kstat_lookup in -lkstat
208 configure:8242: gcc -o conftest -g -O2 -Dlinux   conftest.c -lkstat  -lelf -lm  1>&5
209 /usr/bin/ld: cannot find -lkstat
210 collect2: ld returned 1 exit status
211 configure: failed program was:
212 #line 8231 "configure"
213 #include "confdefs.h"
214 /* Override any gcc2 internal prototype to avoid an error.  */
215 /* We use char because int might match the return type of a gcc2
216     builtin and then its argument prototype would still apply.  */
217 char kstat_lookup();
218
219 int main() {
220 kstat_lookup()
221 ; return 0; }
222 configure:8270: checking for nlist in -lmld
223 configure:8289: gcc -o conftest -g -O2 -Dlinux   conftest.c -lmld  -lelf -lm  1>&5
224 /usr/bin/ld: cannot find -lmld
225 collect2: ld returned 1 exit status
226 configure: failed program was:
227 #line 8278 "configure"
228 #include "confdefs.h"
229 /* Override any gcc2 internal prototype to avoid an error.  */
230 /* We use char because int might match the return type of a gcc2
231     builtin and then its argument prototype would still apply.  */
232 char nlist();
233
234 int main() {
235 nlist()
236 ; return 0; }
237 configure:8416: checking for EVP_md5 in -lcrypto
238 configure:8435: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto  -lelf -lm  1>&5
239 configure:8465: checking for AES_cfb128_encrypt
240 configure:8493: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
241 /tmp/cc90Hnib.o: In function `main':
242 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:8487: undefined reference to `AES_cfb128_encrypt'
243 collect2: ld returned 1 exit status
244 configure: failed program was:
245 #line 8470 "configure"
246 #include "confdefs.h"
247 /* System header to define __stub macros and hopefully few prototypes,
248     which can conflict with char AES_cfb128_encrypt(); below.  */
249 #include <assert.h>
250 /* Override any gcc2 internal prototype to avoid an error.  */
251 /* We use char because int might match the return type of a gcc2
252     builtin and then its argument prototype would still apply.  */
253 char AES_cfb128_encrypt();
254
255 int main() {
256
257 /* The GNU C library defines this for functions which it implements
258     to always fail with ENOSYS.  Some functions are actually named
259     something starting with __ and the normal name is an alias.  */
260 #if defined (__stub_AES_cfb128_encrypt) || defined (__stub___AES_cfb128_encrypt)
261 choke me
262 #else
263 AES_cfb128_encrypt();
264 #endif
265
266 ; return 0; }
267 configure:9260: checking for kvm_read in -lkvm
268 configure:9279: gcc -o conftest -g -O2 -Dlinux   conftest.c -lkvm  -lcrypto -lelf -lm  1>&5
269 /usr/bin/ld: cannot find -lkvm
270 collect2: ld returned 1 exit status
271 configure: failed program was:
272 #line 9268 "configure"
273 #include "confdefs.h"
274 /* Override any gcc2 internal prototype to avoid an error.  */
275 /* We use char because int might match the return type of a gcc2
276     builtin and then its argument prototype would still apply.  */
277 char kvm_read();
278
279 int main() {
280 kvm_read()
281 ; return 0; }
282 configure:9307: checking for dlopen in -ldl
283 configure:9356: checking for dlopen
284 configure:9412: checking for kvm_openfiles
285 configure:9440: gcc -o conftest -g -O2 -Dlinux   conftest.c -ldl -lcrypto -lelf -lm  1>&5
286 /tmp/cchxHvKY.o: In function `main':
287 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:9434: undefined reference to `kvm_openfiles'
288 collect2: ld returned 1 exit status
289 configure: failed program was:
290 #line 9417 "configure"
291 #include "confdefs.h"
292 /* System header to define __stub macros and hopefully few prototypes,
293     which can conflict with char kvm_openfiles(); below.  */
294 #include <assert.h>
295 /* Override any gcc2 internal prototype to avoid an error.  */
296 /* We use char because int might match the return type of a gcc2
297     builtin and then its argument prototype would still apply.  */
298 char kvm_openfiles();
299
300 int main() {
301
302 /* The GNU C library defines this for functions which it implements
303     to always fail with ENOSYS.  Some functions are actually named
304     something starting with __ and the normal name is an alias.  */
305 #if defined (__stub_kvm_openfiles) || defined (__stub___kvm_openfiles)
306 choke me
307 #else
308 kvm_openfiles();
309 #endif
310
311 ; return 0; }
312 configure:9412: checking for nlist
313 configure:9440: gcc -o conftest -g -O2 -Dlinux   conftest.c -ldl -lcrypto -lelf -lm  1>&5
314 configure:9412: checking for knlist
315 configure:9440: gcc -o conftest -g -O2 -Dlinux   conftest.c -ldl -lcrypto -lelf -lm  1>&5
316 /tmp/ccZ7a7Rm.o: In function `main':
317 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:9434: undefined reference to `knlist'
318 collect2: ld returned 1 exit status
319 configure: failed program was:
320 #line 9417 "configure"
321 #include "confdefs.h"
322 /* System header to define __stub macros and hopefully few prototypes,
323     which can conflict with char knlist(); below.  */
324 #include <assert.h>
325 /* Override any gcc2 internal prototype to avoid an error.  */
326 /* We use char because int might match the return type of a gcc2
327     builtin and then its argument prototype would still apply.  */
328 char knlist();
329
330 int main() {
331
332 /* The GNU C library defines this for functions which it implements
333     to always fail with ENOSYS.  Some functions are actually named
334     something starting with __ and the normal name is an alias.  */
335 #if defined (__stub_knlist) || defined (__stub___knlist)
336 choke me
337 #else
338 knlist();
339 #endif
340
341 ; return 0; }
342 configure:9412: checking for kvm_getprocs
343 configure:9440: gcc -o conftest -g -O2 -Dlinux   conftest.c -ldl -lcrypto -lelf -lm  1>&5
344 /tmp/cc5jVmhN.o: In function `main':
345 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:9434: undefined reference to `kvm_getprocs'
346 collect2: ld returned 1 exit status
347 configure: failed program was:
348 #line 9417 "configure"
349 #include "confdefs.h"
350 /* System header to define __stub macros and hopefully few prototypes,
351     which can conflict with char kvm_getprocs(); below.  */
352 #include <assert.h>
353 /* Override any gcc2 internal prototype to avoid an error.  */
354 /* We use char because int might match the return type of a gcc2
355     builtin and then its argument prototype would still apply.  */
356 char kvm_getprocs();
357
358 int main() {
359
360 /* The GNU C library defines this for functions which it implements
361     to always fail with ENOSYS.  Some functions are actually named
362     something starting with __ and the normal name is an alias.  */
363 #if defined (__stub_kvm_getprocs) || defined (__stub___kvm_getprocs)
364 choke me
365 #else
366 kvm_getprocs();
367 #endif
368
369 ; return 0; }
370 configure:9671: checking for ANSI C header files
371 configure:9684: gcc -E  conftest.c >/dev/null 2>conftest.out
372 configure:9751: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
373 configure:9779: checking for dirent.h that defines DIR
374 configure:9792: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
375 configure:9817: checking for opendir in -ldir
376 configure:9836: gcc -o conftest -g -O2 -Dlinux   conftest.c -ldir  -lcrypto -lelf -lm  1>&5
377 /usr/bin/ld: cannot find -ldir
378 collect2: ld returned 1 exit status
379 configure: failed program was:
380 #line 9825 "configure"
381 #include "confdefs.h"
382 /* Override any gcc2 internal prototype to avoid an error.  */
383 /* We use char because int might match the return type of a gcc2
384     builtin and then its argument prototype would still apply.  */
385 char opendir();
386
387 int main() {
388 opendir()
389 ; return 0; }
390 configure:9900: checking for sys/wait.h that is POSIX.1 compatible
391 configure:9921: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
392 configure:9945: checking for stdarg.h
393 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
394 configure:9945: checking for string.h
395 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
396 configure:9945: checking for fcntl.h
397 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
398 configure:9945: checking for limits.h
399 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
400 configure:9945: checking for sys/file.h
401 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
402 configure:9945: checking for sys/ioctl.h
403 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
404 configure:9945: checking for syslog.h
405 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
406 configure:9945: checking for unistd.h
407 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
408 configure:9945: checking for netinet/tcpip.h
409 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
410 configure:9951:27: netinet/tcpip.h: No such file or directory
411 configure: failed program was:
412 #line 9950 "configure"
413 #include "confdefs.h"
414 #include <netinet/tcpip.h>
415 configure:9945: checking for netinet/in.h
416 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
417 configure:9945: checking for netinet/ip.h
418 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
419 configure:9945: checking for netinet/ip_icmp.h
420 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
421 configure:9945: checking for net/if.h
422 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
423 configure:9945: checking for netdb.h
424 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
425 configure:9945: checking for sys/dmap.h
426 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
427 configure:9951:22: sys/dmap.h: No such file or directory
428 configure: failed program was:
429 #line 9950 "configure"
430 #include "confdefs.h"
431 #include <sys/dmap.h>
432 configure:9945: checking for machine/pte.h
433 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
434 configure:9951:25: machine/pte.h: No such file or directory
435 configure: failed program was:
436 #line 9950 "configure"
437 #include "confdefs.h"
438 #include <machine/pte.h>
439 configure:9945: checking for xti.h
440 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
441 configure:9951:17: xti.h: No such file or directory
442 configure: failed program was:
443 #line 9950 "configure"
444 #include "confdefs.h"
445 #include <xti.h>
446 configure:9945: checking for sys/sockio.h
447 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
448 configure:9951:24: sys/sockio.h: No such file or directory
449 configure: failed program was:
450 #line 9950 "configure"
451 #include "confdefs.h"
452 #include <sys/sockio.h>
453 configure:9945: checking for sys/socket.h
454 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
455 configure:9945: checking for sys/un.h
456 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
457 configure:9945: checking for fstab.h
458 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
459 configure:9945: checking for sys/fs.h
460 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
461 configure:9951:20: sys/fs.h: No such file or directory
462 configure: failed program was:
463 #line 9950 "configure"
464 #include "confdefs.h"
465 #include <sys/fs.h>
466 configure:9945: checking for mtab.h
467 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
468 configure:9951:18: mtab.h: No such file or directory
469 configure: failed program was:
470 #line 9950 "configure"
471 #include "confdefs.h"
472 #include <mtab.h>
473 configure:9945: checking for ufs/fs.h
474 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
475 configure:9951:20: ufs/fs.h: No such file or directory
476 configure: failed program was:
477 #line 9950 "configure"
478 #include "confdefs.h"
479 #include <ufs/fs.h>
480 configure:9945: checking for ufs/ffs/fs.h
481 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
482 configure:9951:24: ufs/ffs/fs.h: No such file or directory
483 configure: failed program was:
484 #line 9950 "configure"
485 #include "confdefs.h"
486 #include <ufs/ffs/fs.h>
487 configure:9945: checking for sys/fixpoint.h
488 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
489 configure:9951:26: sys/fixpoint.h: No such file or directory
490 configure: failed program was:
491 #line 9950 "configure"
492 #include "confdefs.h"
493 #include <sys/fixpoint.h>
494 configure:9945: checking for machine/param.h
495 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
496 configure:9951:27: machine/param.h: No such file or directory
497 configure: failed program was:
498 #line 9950 "configure"
499 #include "confdefs.h"
500 #include <machine/param.h>
501 configure:9945: checking for sys/vm.h
502 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
503 configure:9951:20: sys/vm.h: No such file or directory
504 configure: failed program was:
505 #line 9950 "configure"
506 #include "confdefs.h"
507 #include <sys/vm.h>
508 configure:9945: checking for vm/vm.h
509 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
510 configure:9951:19: vm/vm.h: No such file or directory
511 configure: failed program was:
512 #line 9950 "configure"
513 #include "confdefs.h"
514 #include <vm/vm.h>
515 configure:9945: checking for sys/vmmeter.h
516 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
517 configure:9951:25: sys/vmmeter.h: No such file or directory
518 configure: failed program was:
519 #line 9950 "configure"
520 #include "confdefs.h"
521 #include <sys/vmmeter.h>
522 configure:9945: checking for sys/vmparam.h
523 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
524 configure:9951:25: sys/vmparam.h: No such file or directory
525 configure: failed program was:
526 #line 9950 "configure"
527 #include "confdefs.h"
528 #include <sys/vmparam.h>
529 configure:9945: checking for sys/vmmac.h
530 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
531 configure:9951:23: sys/vmmac.h: No such file or directory
532 configure: failed program was:
533 #line 9950 "configure"
534 #include "confdefs.h"
535 #include <sys/vmmac.h>
536 configure:9945: checking for sys/vmsystm.h
537 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
538 configure:9951:25: sys/vmsystm.h: No such file or directory
539 configure: failed program was:
540 #line 9950 "configure"
541 #include "confdefs.h"
542 #include <sys/vmsystm.h>
543 configure:9945: checking for sys/mbuf.h
544 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
545 configure:9951:22: sys/mbuf.h: No such file or directory
546 configure: failed program was:
547 #line 9950 "configure"
548 #include "confdefs.h"
549 #include <sys/mbuf.h>
550 configure:9945: checking for sys/time.h
551 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
552 configure:9945: checking for sys/swap.h
553 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
554 configure:9945: checking for inet/mib2.h
555 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
556 configure:9951:23: inet/mib2.h: No such file or directory
557 configure: failed program was:
558 #line 9950 "configure"
559 #include "confdefs.h"
560 #include <inet/mib2.h>
561 configure:9945: checking for sys/statvfs.h
562 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
563 configure:9945: checking for sys/vfs.h
564 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
565 configure:9945: checking for sys/mnttab.h
566 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
567 configure:9951:24: sys/mnttab.h: No such file or directory
568 configure: failed program was:
569 #line 9950 "configure"
570 #include "confdefs.h"
571 #include <sys/mnttab.h>
572 configure:9945: checking for sys/user.h
573 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
574 configure:9945: checking for sys/proc.h
575 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
576 configure:9951:22: sys/proc.h: No such file or directory
577 configure: failed program was:
578 #line 9950 "configure"
579 #include "confdefs.h"
580 #include <sys/proc.h>
581 configure:9945: checking for sys/select.h
582 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
583 configure:9945: checking for mntent.h
584 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
585 configure:9945: checking for sys/mntent.h
586 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
587 configure:9951:24: sys/mntent.h: No such file or directory
588 configure: failed program was:
589 #line 9950 "configure"
590 #include "confdefs.h"
591 #include <sys/mntent.h>
592 configure:9945: checking for kstat.h
593 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
594 configure:9951:19: kstat.h: No such file or directory
595 configure: failed program was:
596 #line 9950 "configure"
597 #include "confdefs.h"
598 #include <kstat.h>
599 configure:9945: checking for utsname.h
600 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
601 configure:9951:21: utsname.h: No such file or directory
602 configure: failed program was:
603 #line 9950 "configure"
604 #include "confdefs.h"
605 #include <utsname.h>
606 configure:9945: checking for sys/utsname.h
607 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
608 configure:9945: checking for sys/cdefs.h
609 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
610 configure:9945: checking for getopt.h
611 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
612 configure:9945: checking for locale.h
613 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
614 configure:9945: checking for pthread.h
615 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
616 configure:9945: checking for sys/loadavg.h
617 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
618 configure:9951:25: sys/loadavg.h: No such file or directory
619 configure: failed program was:
620 #line 9950 "configure"
621 #include "confdefs.h"
622 #include <sys/loadavg.h>
623 configure:9945: checking for regex.h
624 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
625 configure:9945: checking for linux/tasks.h
626 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
627 configure:9951:25: linux/tasks.h: No such file or directory
628 configure: failed program was:
629 #line 9950 "configure"
630 #include "confdefs.h"
631 #include <linux/tasks.h>
632 configure:9945: checking for pwd.h
633 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
634 configure:9945: checking for grp.h
635 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
636 configure:9945: checking for utmpx.h
637 configure:9955: gcc -E  conftest.c >/dev/null 2>conftest.out
638 configure:9985: checking for malloc.h
639 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
640 configure:9985: checking for sys/param.h
641 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
642 configure:9985: checking for net/if_dl.h
643 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
644 configure:9991:23: net/if_dl.h: No such file or directory
645 configure: failed program was:
646 #line 9990 "configure"
647 #include "confdefs.h"
648 #include <net/if_dl.h>
649 configure:9985: checking for sys/sysctl.h
650 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
651 configure:9985: checking for stdlib.h
652 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
653 configure:9985: checking for net/if_mib.h
654 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
655 configure:9991:24: net/if_mib.h: No such file or directory
656 configure: failed program was:
657 #line 9990 "configure"
658 #include "confdefs.h"
659 #include <net/if_mib.h>
660 configure:9985: checking for net/if_types.h
661 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
662 configure:9991:26: net/if_types.h: No such file or directory
663 configure: failed program was:
664 #line 9990 "configure"
665 #include "confdefs.h"
666 #include <net/if_types.h>
667 configure:9985: checking for net/if_var.h
668 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
669 configure:9991:24: net/if_var.h: No such file or directory
670 configure: failed program was:
671 #line 9990 "configure"
672 #include "confdefs.h"
673 #include <net/if_var.h>
674 configure:9985: checking for sys/queue.h
675 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
676 configure:9985: checking for osreldate.h
677 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
678 configure:9991:23: osreldate.h: No such file or directory
679 configure: failed program was:
680 #line 9990 "configure"
681 #include "confdefs.h"
682 #include <osreldate.h>
683 configure:9985: checking for machine/types.h
684 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
685 configure:9991:27: machine/types.h: No such file or directory
686 configure: failed program was:
687 #line 9990 "configure"
688 #include "confdefs.h"
689 #include <machine/types.h>
690 configure:9985: checking for sys/socketvar.h
691 configure:9995: gcc -E  conftest.c >/dev/null 2>conftest.out
692 configure:10025: checking for sys/conf.h
693 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
694 configure:10031:22: sys/conf.h: No such file or directory
695 configure: failed program was:
696 #line 10030 "configure"
697 #include "confdefs.h"
698 #include <sys/conf.h>
699 configure:10025: checking for netinet/in_systm.h
700 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
701 configure:10025: checking for netinet/tcp.h
702 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
703 configure:10025: checking for netinet/udp.h
704 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
705 configure:10025: checking for netinet/in_var.h
706 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
707 configure:10031:28: netinet/in_var.h: No such file or directory
708 configure: failed program was:
709 #line 10030 "configure"
710 #include "confdefs.h"
711 #include <netinet/in_var.h>
712 configure:10025: checking for netinet/if_ether.h
713 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
714 configure:10025: checking for netinet/ip_var.h
715 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
716 configure:10031:28: netinet/ip_var.h: No such file or directory
717 configure: failed program was:
718 #line 10030 "configure"
719 #include "confdefs.h"
720 #include <netinet/ip_var.h>
721 configure:10025: checking for netinet/tcp_timer.h
722 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
723 configure:10031:31: netinet/tcp_timer.h: No such file or directory
724 configure: failed program was:
725 #line 10030 "configure"
726 #include "confdefs.h"
727 #include <netinet/tcp_timer.h>
728 configure:10025: checking for netinet/tcp_var.h
729 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
730 configure:10031:29: netinet/tcp_var.h: No such file or directory
731 configure: failed program was:
732 #line 10030 "configure"
733 #include "confdefs.h"
734 #include <netinet/tcp_var.h>
735 configure:10025: checking for netinet/tcp_fsm.h
736 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
737 configure:10031:29: netinet/tcp_fsm.h: No such file or directory
738 configure: failed program was:
739 #line 10030 "configure"
740 #include "confdefs.h"
741 #include <netinet/tcp_fsm.h>
742 configure:10025: checking for netinet/udp_var.h
743 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
744 configure:10031:29: netinet/udp_var.h: No such file or directory
745 configure: failed program was:
746 #line 10030 "configure"
747 #include "confdefs.h"
748 #include <netinet/udp_var.h>
749 configure:10025: checking for netinet/icmp_var.h
750 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
751 configure:10031:30: netinet/icmp_var.h: No such file or directory
752 configure: failed program was:
753 #line 10030 "configure"
754 #include "confdefs.h"
755 #include <netinet/icmp_var.h>
756 configure:10025: checking for sys/protosw.h
757 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
758 configure:10031:25: sys/protosw.h: No such file or directory
759 configure: failed program was:
760 #line 10030 "configure"
761 #include "confdefs.h"
762 #include <sys/protosw.h>
763 configure:10025: checking for nlist.h
764 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
765 configure:10031:19: nlist.h: No such file or directory
766 configure: failed program was:
767 #line 10030 "configure"
768 #include "confdefs.h"
769 #include <nlist.h>
770 configure:10025: checking for ioctls.h
771 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
772 configure:10031:20: ioctls.h: No such file or directory
773 configure: failed program was:
774 #line 10030 "configure"
775 #include "confdefs.h"
776 #include <ioctls.h>
777 configure:10025: checking for asm/page.h
778 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
779 configure:10025: checking for netipx/ipx.h
780 configure:10035: gcc -E  conftest.c >/dev/null 2>conftest.out
781 configure:10065: checking for arpa/inet.h
782 configure:10075: gcc -E  conftest.c >/dev/null 2>conftest.out
783 configure:10065: checking for kvm.h
784 configure:10075: gcc -E  conftest.c >/dev/null 2>conftest.out
785 configure:10071:17: kvm.h: No such file or directory
786 configure: failed program was:
787 #line 10070 "configure"
788 #include "confdefs.h"
789 #include <kvm.h>
790 configure:10065: checking for sys/pool.h
791 configure:10075: gcc -E  conftest.c >/dev/null 2>conftest.out
792 configure:10071:22: sys/pool.h: No such file or directory
793 configure: failed program was:
794 #line 10070 "configure"
795 #include "confdefs.h"
796 #include <sys/pool.h>
797 configure:10065: checking for uvm/uvm_param.h
798 configure:10075: gcc -E  conftest.c >/dev/null 2>conftest.out
799 configure:10071:27: uvm/uvm_param.h: No such file or directory
800 configure: failed program was:
801 #line 10070 "configure"
802 #include "confdefs.h"
803 #include <uvm/uvm_param.h>
804 configure:10065: checking for uvm/uvm_extern.h
805 configure:10075: gcc -E  conftest.c >/dev/null 2>conftest.out
806 configure:10071:28: uvm/uvm_extern.h: No such file or directory
807 configure: failed program was:
808 #line 10070 "configure"
809 #include "confdefs.h"
810 #include <uvm/uvm_extern.h>
811 configure:10065: checking for vm/vm_param.h
812 configure:10075: gcc -E  conftest.c >/dev/null 2>conftest.out
813 configure:10071:25: vm/vm_param.h: No such file or directory
814 configure: failed program was:
815 #line 10070 "configure"
816 #include "confdefs.h"
817 #include <vm/vm_param.h>
818 configure:10065: checking for vm/vm_extern.h
819 configure:10075: gcc -E  conftest.c >/dev/null 2>conftest.out
820 configure:10071:26: vm/vm_extern.h: No such file or directory
821 configure: failed program was:
822 #line 10070 "configure"
823 #include "confdefs.h"
824 #include <vm/vm_extern.h>
825 configure:10105: checking for sys/mount.h
826 configure:10115: gcc -E  conftest.c >/dev/null 2>conftest.out
827 configure:10105: checking for vm/swap_pager.h
828 configure:10115: gcc -E  conftest.c >/dev/null 2>conftest.out
829 configure:10111:27: vm/swap_pager.h: No such file or directory
830 configure: failed program was:
831 #line 10110 "configure"
832 #include "confdefs.h"
833 #include <vm/swap_pager.h>
834 configure:10105: checking for ufs/ufs/dinode.h
835 configure:10115: gcc -E  conftest.c >/dev/null 2>conftest.out
836 configure:10111:28: ufs/ufs/dinode.h: No such file or directory
837 configure: failed program was:
838 #line 10110 "configure"
839 #include "confdefs.h"
840 #include <ufs/ufs/dinode.h>
841 configure:10145: checking for sys/stat.h
842 configure:10155: gcc -E  conftest.c >/dev/null 2>conftest.out
843 configure:10145: checking for sys/vnode.h
844 configure:10155: gcc -E  conftest.c >/dev/null 2>conftest.out
845 configure:10151:23: sys/vnode.h: No such file or directory
846 configure: failed program was:
847 #line 10150 "configure"
848 #include "confdefs.h"
849 #include <sys/vnode.h>
850 configure:10145: checking for ufs/ufs/quota.h
851 configure:10155: gcc -E  conftest.c >/dev/null 2>conftest.out
852 configure:10151:27: ufs/ufs/quota.h: No such file or directory
853 configure: failed program was:
854 #line 10150 "configure"
855 #include "confdefs.h"
856 #include <ufs/ufs/quota.h>
857 configure:10145: checking for ufs/ufs/inode.h
858 configure:10155: gcc -E  conftest.c >/dev/null 2>conftest.out
859 configure:10151:27: ufs/ufs/inode.h: No such file or directory
860 configure: failed program was:
861 #line 10150 "configure"
862 #include "confdefs.h"
863 #include <ufs/ufs/inode.h>
864 configure:10185: checking for sys/hashing.h
865 configure:10195: gcc -E  conftest.c >/dev/null 2>conftest.out
866 configure:10191:25: sys/hashing.h: No such file or directory
867 configure: failed program was:
868 #line 10190 "configure"
869 #include "confdefs.h"
870 #include <sys/hashing.h>
871 configure:10185: checking for sys/tcpipstats.h
872 configure:10195: gcc -E  conftest.c >/dev/null 2>conftest.out
873 configure:10191:28: sys/tcpipstats.h: No such file or directory
874 configure: failed program was:
875 #line 10190 "configure"
876 #include "confdefs.h"
877 #include <sys/tcpipstats.h>
878 configure:10185: checking for sys/sysmp.h
879 configure:10195: gcc -E  conftest.c >/dev/null 2>conftest.out
880 configure:10191:23: sys/sysmp.h: No such file or directory
881 configure: failed program was:
882 #line 10190 "configure"
883 #include "confdefs.h"
884 #include <sys/sysmp.h>
885 configure:10225: checking for err.h
886 configure:10235: gcc -E  conftest.c >/dev/null 2>conftest.out
887 configure:10225: checking for sys/filio.h
888 configure:10235: gcc -E  conftest.c >/dev/null 2>conftest.out
889 configure:10231:23: sys/filio.h: No such file or directory
890 configure: failed program was:
891 #line 10230 "configure"
892 #include "confdefs.h"
893 #include <sys/filio.h>
894 configure:10225: checking for sgtty.h
895 configure:10235: gcc -E  conftest.c >/dev/null 2>conftest.out
896 configure:10265: checking for sys/statfs.h
897 configure:10275: gcc -E  conftest.c >/dev/null 2>conftest.out
898 configure:10305: checking for net/route.h
899 configure:10315: gcc -E  conftest.c >/dev/null 2>conftest.out
900 configure:10345: checking for sys/dkio.h
901 configure:10355: gcc -E  conftest.c >/dev/null 2>conftest.out
902 configure:10351:22: sys/dkio.h: No such file or directory
903 configure: failed program was:
904 #line 10350 "configure"
905 #include "confdefs.h"
906 #include <sys/dkio.h>
907 configure:10345: checking for sys/diskio.h
908 configure:10355: gcc -E  conftest.c >/dev/null 2>conftest.out
909 configure:10351:24: sys/diskio.h: No such file or directory
910 configure: failed program was:
911 #line 10350 "configure"
912 #include "confdefs.h"
913 #include <sys/diskio.h>
914 configure:10345: checking for sys/pstat.h
915 configure:10355: gcc -E  conftest.c >/dev/null 2>conftest.out
916 configure:10351:23: sys/pstat.h: No such file or directory
917 configure: failed program was:
918 #line 10350 "configure"
919 #include "confdefs.h"
920 #include <sys/pstat.h>
921 configure:10345: checking for linux/hdreg.h
922 configure:10355: gcc -E  conftest.c >/dev/null 2>conftest.out
923 configure:10345: checking for pkglocs.h
924 configure:10355: gcc -E  conftest.c >/dev/null 2>conftest.out
925 configure:10351:21: pkglocs.h: No such file or directory
926 configure: failed program was:
927 #line 10350 "configure"
928 #include "confdefs.h"
929 #include <pkglocs.h>
930 configure:10385: checking for pkginfo.h
931 configure:10395: gcc -E  conftest.c >/dev/null 2>conftest.out
932 configure:10391:21: pkginfo.h: No such file or directory
933 configure: failed program was:
934 #line 10390 "configure"
935 #include "confdefs.h"
936 #include <pkginfo.h>
937 configure:10469: checking for winsock.h
938 configure:10479: gcc -E  conftest.c >/dev/null 2>conftest.out
939 configure:10475:21: winsock.h: No such file or directory
940 configure: failed program was:
941 #line 10474 "configure"
942 #include "confdefs.h"
943 #include <winsock.h>
944 configure:10509: checking for io.h
945 configure:10519: gcc -E  conftest.c >/dev/null 2>conftest.out
946 configure:10515:16: io.h: No such file or directory
947 configure: failed program was:
948 #line 10514 "configure"
949 #include "confdefs.h"
950 #include <io.h>
951 configure:10549: checking for sys/stream.h
952 configure:10559: gcc -E  conftest.c >/dev/null 2>conftest.out
953 configure:10555:24: sys/stream.h: No such file or directory
954 configure: failed program was:
955 #line 10554 "configure"
956 #include "confdefs.h"
957 #include <sys/stream.h>
958 configure:10589: checking for netinet/ip6.h
959 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
960 configure:10589: checking for netinet6/in6_var.h
961 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
962 configure:10595:30: netinet6/in6_var.h: No such file or directory
963 configure: failed program was:
964 #line 10594 "configure"
965 #include "confdefs.h"
966 #include <netinet6/in6_var.h>
967 configure:10589: checking for netinet6/in6_pcb.h
968 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
969 configure:10595:30: netinet6/in6_pcb.h: No such file or directory
970 configure: failed program was:
971 #line 10594 "configure"
972 #include "confdefs.h"
973 #include <netinet6/in6_pcb.h>
974 configure:10589: checking for netinet6/ip6_var.h
975 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
976 configure:10595:30: netinet6/ip6_var.h: No such file or directory
977 configure: failed program was:
978 #line 10594 "configure"
979 #include "confdefs.h"
980 #include <netinet6/ip6_var.h>
981 configure:10589: checking for netinet6/tcp6.h
982 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
983 configure:10595:27: netinet6/tcp6.h: No such file or directory
984 configure: failed program was:
985 #line 10594 "configure"
986 #include "confdefs.h"
987 #include <netinet6/tcp6.h>
988 configure:10589: checking for netinet6/tcp6_fsm.h
989 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
990 configure:10595:31: netinet6/tcp6_fsm.h: No such file or directory
991 configure: failed program was:
992 #line 10594 "configure"
993 #include "confdefs.h"
994 #include <netinet6/tcp6_fsm.h>
995 configure:10589: checking for netinet6/nd6.h
996 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
997 configure:10595:26: netinet6/nd6.h: No such file or directory
998 configure: failed program was:
999 #line 10594 "configure"
1000 #include "confdefs.h"
1001 #include <netinet6/nd6.h>
1002 configure:10589: checking for netinet6/tcp6_timer.h
1003 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
1004 configure:10595:33: netinet6/tcp6_timer.h: No such file or directory
1005 configure: failed program was:
1006 #line 10594 "configure"
1007 #include "confdefs.h"
1008 #include <netinet6/tcp6_timer.h>
1009 configure:10589: checking for netinet6/tcp6_var.h
1010 configure:10599: gcc -E  conftest.c >/dev/null 2>conftest.out
1011 configure:10595:31: netinet6/tcp6_var.h: No such file or directory
1012 configure: failed program was:
1013 #line 10594 "configure"
1014 #include "confdefs.h"
1015 #include <netinet6/tcp6_var.h>
1016 configure:10629: checking for dlfcn.h
1017 configure:10669: checking for search.h
1018 configure:10679: gcc -E  conftest.c >/dev/null 2>conftest.out
1019 configure:10791: checking for netinet/in_pcb.h
1020 configure:10804: gcc -E  conftest.c >/dev/null 2>conftest.out
1021 configure:10799:28: netinet/in_pcb.h: No such file or directory
1022 configure: failed program was:
1023 #line 10796 "configure"
1024 #include "confdefs.h"
1025
1026 #include <netinet/in.h>
1027 #include <netinet/in_pcb.h>
1028
1029 configure:10828: checking for sys/disklabel.h
1030 configure:10841: gcc -E  conftest.c >/dev/null 2>conftest.out
1031 configure:10835:27: machine/types.h: No such file or directory
1032 configure:10836:27: sys/disklabel.h: No such file or directory
1033 configure: failed program was:
1034 #line 10833 "configure"
1035 #include "confdefs.h"
1036
1037 #include <machine/types.h>
1038 #include <sys/disklabel.h>
1039
1040 configure:10868: checking for openssl/hmac.h
1041 configure:10878: gcc -E  conftest.c >/dev/null 2>conftest.out
1042 configure:10868: checking for openssl/evp.h
1043 configure:10878: gcc -E  conftest.c >/dev/null 2>conftest.out
1044 configure:10868: checking for openssl/aes.h
1045 configure:10878: gcc -E  conftest.c >/dev/null 2>conftest.out
1046 configure:10874:25: openssl/aes.h: No such file or directory
1047 configure: failed program was:
1048 #line 10873 "configure"
1049 #include "confdefs.h"
1050 #include <openssl/aes.h>
1051 configure:10868: checking for openssl/des.h
1052 configure:10878: gcc -E  conftest.c >/dev/null 2>conftest.out
1053 configure:10908: checking for lpstat
1054 configure:10953: checking for cgetnext
1055 configure:10981: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1056 /tmp/ccIc3OdA.o: In function `main':
1057 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:10975: undefined reference to `cgetnext'
1058 collect2: ld returned 1 exit status
1059 configure: failed program was:
1060 #line 10958 "configure"
1061 #include "confdefs.h"
1062 /* System header to define __stub macros and hopefully few prototypes,
1063     which can conflict with char cgetnext(); below.  */
1064 #include <assert.h>
1065 /* Override any gcc2 internal prototype to avoid an error.  */
1066 /* We use char because int might match the return type of a gcc2
1067     builtin and then its argument prototype would still apply.  */
1068 char cgetnext();
1069
1070 int main() {
1071
1072 /* The GNU C library defines this for functions which it implements
1073     to always fail with ENOSYS.  Some functions are actually named
1074     something starting with __ and the normal name is an alias.  */
1075 #if defined (__stub_cgetnext) || defined (__stub___cgetnext)
1076 choke me
1077 #else
1078 cgetnext();
1079 #endif
1080
1081 ; return 0; }
1082 configure:11013: checking for authentication support
1083 configure:11061: checking for off_t
1084 configure:11094: checking for pid_t
1085 configure:11127: checking whether time.h and sys/time.h may both be included
1086 configure:11141: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1087 configure:11163: checking for socklen_t
1088 configure:11200: checking for in_addr_t
1089 configure:11237: checking for correct flags to ps
1090 configure:11283: checking whether byte ordering is bigendian
1091 configure:11301: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1092 configure:11316: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1093 configure: In function `main':
1094 configure:11311: `not' undeclared (first use in this function)
1095 configure:11311: (Each undeclared identifier is reported only once
1096 configure:11311: for each function it appears in.)
1097 configure:11311: parse error before `big'
1098 configure: failed program was:
1099 #line 11305 "configure"
1100 #include "confdefs.h"
1101 #include <sys/types.h>
1102 #include <sys/param.h>
1103 int main() {
1104
1105 #if BYTE_ORDER != BIG_ENDIAN
1106  not big endian
1107 #endif
1108 ; return 0; }
1109 configure:11377: checking for working alloca.h
1110 configure:11389: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1111 configure:11410: checking for alloca
1112 configure:11443: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1113 configure:11610: checking whether gcc needs -traditional
1114 configure:11656: checking for 8-bit clean memcmp
1115 configure:11674: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1116 configure:11692: checking return type of signal handlers
1117 configure:11714: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1118 configure:11734: checking for getmntent in -lsun
1119 configure:11753: gcc -o conftest -g -O2 -Dlinux   conftest.c -lsun  -lcrypto -lelf -lm  1>&5
1120 /usr/bin/ld: cannot find -lsun
1121 collect2: ld returned 1 exit status
1122 configure: failed program was:
1123 #line 11742 "configure"
1124 #include "confdefs.h"
1125 /* Override any gcc2 internal prototype to avoid an error.  */
1126 /* We use char because int might match the return type of a gcc2
1127     builtin and then its argument prototype would still apply.  */
1128 char getmntent();
1129
1130 int main() {
1131 getmntent()
1132 ; return 0; }
1133 configure:11772: checking for getmntent in -lseq
1134 configure:11791: gcc -o conftest -g -O2 -Dlinux   conftest.c -lseq  -lcrypto -lelf -lm  1>&5
1135 /usr/bin/ld: cannot find -lseq
1136 collect2: ld returned 1 exit status
1137 configure: failed program was:
1138 #line 11780 "configure"
1139 #include "confdefs.h"
1140 /* Override any gcc2 internal prototype to avoid an error.  */
1141 /* We use char because int might match the return type of a gcc2
1142     builtin and then its argument prototype would still apply.  */
1143 char getmntent();
1144
1145 int main() {
1146 getmntent()
1147 ; return 0; }
1148 configure:11810: checking for getmntent in -lgen
1149 configure:11829: gcc -o conftest -g -O2 -Dlinux   conftest.c -lgen  -lcrypto -lelf -lm  1>&5
1150 /usr/bin/ld: cannot find -lgen
1151 collect2: ld returned 1 exit status
1152 configure: failed program was:
1153 #line 11818 "configure"
1154 #include "confdefs.h"
1155 /* Override any gcc2 internal prototype to avoid an error.  */
1156 /* We use char because int might match the return type of a gcc2
1157     builtin and then its argument prototype would still apply.  */
1158 char getmntent();
1159
1160 int main() {
1161 getmntent()
1162 ; return 0; }
1163 configure:11854: checking for getmntent
1164 configure:11882: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1165 configure:11907: checking for setmntent
1166 configure:11935: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1167 configure:11907: checking for gethostname
1168 configure:11935: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1169 configure:11907: checking for uname
1170 configure:11935: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1171 configure:11907: checking for gettimeofday
1172 configure:11935: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1173 configure:11907: checking for select
1174 configure:11935: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1175 configure:11907: checking for socket
1176 configure:11935: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1177 configure:11907: checking for strtol
1178 configure:11935: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1179 configure:11907: checking for strtoul
1180 configure:11935: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1181 configure:11962: checking for strchr
1182 configure:11990: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1183 configure:11962: checking for strdup
1184 configure:11990: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1185 configure:11962: checking for memcpy
1186 configure:11990: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1187 configure:11974: warning: conflicting types for built-in function `memcpy'
1188 configure:11962: checking for memmove
1189 configure:11990: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1190 configure:11962: checking for index
1191 configure:11990: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1192 configure:11962: checking for bcopy
1193 configure:11990: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1194 configure:11962: checking for strcasestr
1195 configure:11990: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1196 configure:11962: checking for regcomp
1197 configure:11990: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1198 configure:12017: checking for signal
1199 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1200 configure:12017: checking for setsid
1201 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1202 configure:12017: checking for sigset
1203 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1204 configure:12017: checking for sigblock
1205 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1206 configure:12017: checking for sighold
1207 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1208 configure:12017: checking for strerror
1209 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1210 configure:12017: checking for setenv
1211 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1212 configure:12017: checking for vsnprintf
1213 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1214 configure:12017: checking for snprintf
1215 configure:12045: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1216 configure:12072: checking for sigaction
1217 configure:12100: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1218 configure:12127: checking for snprintf
1219 configure:12127: checking for strtoul
1220 configure:12182: checking for random
1221 configure:12210: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1222 configure:12182: checking for lrand48
1223 configure:12210: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1224 configure:12182: checking for rand
1225 configure:12210: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1226 configure:12237: checking for execv
1227 configure:12265: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1228 configure:12237: checking for system
1229 configure:12265: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1230 configure:12237: checking for fork
1231 configure:12265: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1232 configure:12237: checking for getpid
1233 configure:12265: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1234 configure:12237: checking for strncasecmp
1235 configure:12265: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1236 configure:12237: checking for sigalrm
1237 configure:12265: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1238 /tmp/ccPl3dIX.o: In function `main':
1239 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:12259: undefined reference to `sigalrm'
1240 collect2: ld returned 1 exit status
1241 configure: failed program was:
1242 #line 12242 "configure"
1243 #include "confdefs.h"
1244 /* System header to define __stub macros and hopefully few prototypes,
1245     which can conflict with char sigalrm(); below.  */
1246 #include <assert.h>
1247 /* Override any gcc2 internal prototype to avoid an error.  */
1248 /* We use char because int might match the return type of a gcc2
1249     builtin and then its argument prototype would still apply.  */
1250 char sigalrm();
1251
1252 int main() {
1253
1254 /* The GNU C library defines this for functions which it implements
1255     to always fail with ENOSYS.  Some functions are actually named
1256     something starting with __ and the normal name is an alias.  */
1257 #if defined (__stub_sigalrm) || defined (__stub___sigalrm)
1258 choke me
1259 #else
1260 sigalrm();
1261 #endif
1262
1263 ; return 0; }
1264 configure:12353: checking for getloadavg
1265 configure:12381: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1266 configure:12408: checking for getaddrinfo
1267 configure:12436: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1268 configure:12408: checking for getipnodebyname
1269 configure:12436: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1270 /tmp/ccPevBji.o: In function `main':
1271 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:12430: undefined reference to `getipnodebyname'
1272 collect2: ld returned 1 exit status
1273 configure: failed program was:
1274 #line 12413 "configure"
1275 #include "confdefs.h"
1276 /* System header to define __stub macros and hopefully few prototypes,
1277     which can conflict with char getipnodebyname(); below.  */
1278 #include <assert.h>
1279 /* Override any gcc2 internal prototype to avoid an error.  */
1280 /* We use char because int might match the return type of a gcc2
1281     builtin and then its argument prototype would still apply.  */
1282 char getipnodebyname();
1283
1284 int main() {
1285
1286 /* The GNU C library defines this for functions which it implements
1287     to always fail with ENOSYS.  Some functions are actually named
1288     something starting with __ and the normal name is an alias.  */
1289 #if defined (__stub_getipnodebyname) || defined (__stub___getipnodebyname)
1290 choke me
1291 #else
1292 getipnodebyname();
1293 #endif
1294
1295 ; return 0; }
1296 configure:12463: checking for statvfs
1297 configure:12491: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1298 configure:12463: checking for statfs
1299 configure:12491: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1300 configure:12518: checking for getdtablesize
1301 configure:12546: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1302 configure:12573: checking for getfsstat
1303 configure:12601: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1304 /tmp/ccFE7hlx.o: In function `main':
1305 /myviews/yentran_sview_temp/CommEngine/userapps/opensource/net-snmp/net-snmp-5.0.8/configure:12595: undefined reference to `getfsstat'
1306 collect2: ld returned 1 exit status
1307 configure: failed program was:
1308 #line 12578 "configure"
1309 #include "confdefs.h"
1310 /* System header to define __stub macros and hopefully few prototypes,
1311     which can conflict with char getfsstat(); below.  */
1312 #include <assert.h>
1313 /* Override any gcc2 internal prototype to avoid an error.  */
1314 /* We use char because int might match the return type of a gcc2
1315     builtin and then its argument prototype would still apply.  */
1316 char getfsstat();
1317
1318 int main() {
1319
1320 /* The GNU C library defines this for functions which it implements
1321     to always fail with ENOSYS.  Some functions are actually named
1322     something starting with __ and the normal name is an alias.  */
1323 #if defined (__stub_getfsstat) || defined (__stub___getfsstat)
1324 choke me
1325 #else
1326 getfsstat();
1327 #endif
1328
1329 ; return 0; }
1330 configure:12628: checking for usleep
1331 configure:12656: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1332 configure:12683: checking for setlocale
1333 configure:12711: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1334 configure:12738: checking for tcgetattr
1335 configure:12766: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1336 configure:12793: checking for if_nameindex
1337 configure:12821: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1338 configure:12793: checking for if_freenameindex
1339 configure:12821: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1340 configure:12848: checking for getpagesize
1341 configure:12876: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1342 configure:12903: checking for mkstemp
1343 configure:12931: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1344 configure:12958: checking for getpwnam
1345 configure:12986: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1346 configure:12958: checking for getgrnam
1347 configure:12986: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1348 configure:12958: checking for setgid
1349 configure:12986: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1350 configure:12958: checking for setuid
1351 configure:12986: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1352 configure:12958: checking for setgroups
1353 configure:12986: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1354 configure:13013: checking for setitimer
1355 configure:13041: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1356 configure:13067: checking for SIOCGIFADDR in sys/ioctl.h
1357 configure:13105: checking for two-argument statfs with struct fs_data (Ultrix)
1358 configure:13134: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
1359 configure: In function `main':
1360 configure:13127: storage size of `fsd' isn't known
1361 configure: failed program was:
1362 #line 13113 "configure"
1363 #include "confdefs.h"
1364
1365 #ifdef HAVE_SYS_PARAM_H
1366 #include <sys/param.h>
1367 #endif
1368 #include <sys/types.h>
1369 #ifdef HAVE_SYS_MOUNT_H
1370 #include <sys/mount.h>
1371 #endif
1372 #ifdef HAVE_SYS_FS_TYPES_H
1373 #include <sys/fs_types.h>
1374 #endif
1375 main ()
1376 {
1377 struct fs_data fsd;
1378 /* Ultrix's statfs returns 1 for success,
1379    0 for not mounted, -1 for failure.  */
1380 exit (statfs (".", &fsd) != 1);
1381 }
1382 configure:13157: checking if __FUNCTION__ is defined
1383 configure:13172: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1384 configure:13201: checking for sigaction.sa_sigaction
1385 configure:13232: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1386 configure:13266: checking for sockaddr.sa_len
1387 configure:13301: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1388 configure: In function `main':
1389 configure:13296: structure has no member named `sa_len'
1390 configure: failed program was:
1391 #line 13279 "configure"
1392 #include "confdefs.h"
1393
1394
1395 #ifdef HAVE_SYS_PARAM_H
1396 #include <sys/param.h>
1397 #endif
1398 #include <sys/types.h>
1399 #define KERNEL
1400 #define _KERNEL
1401 #include <sys/socket.h>
1402 #undef KERNEL
1403 #undef _KERNEL
1404
1405
1406 int main() {
1407
1408 struct sockaddr testit; 
1409 testit.sa_len ;
1410
1411 ; return 0; }
1412 configure:13335: checking for sockaddr.sa_union.sa_generic.sa_family2
1413 configure:13370: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1414 configure: In function `main':
1415 configure:13365: structure has no member named `sa_union'
1416 configure: failed program was:
1417 #line 13348 "configure"
1418 #include "confdefs.h"
1419
1420
1421 #ifdef HAVE_SYS_PARAM_H
1422 #include <sys/param.h>
1423 #endif
1424 #include <sys/types.h>
1425 #define KERNEL
1426 #define _KERNEL
1427 #include <sys/socket.h>
1428 #undef KERNEL
1429 #undef _KERNEL
1430
1431
1432 int main() {
1433
1434 struct sockaddr testit; 
1435 testit.sa_union.sa_generic.sa_family2 ;
1436
1437 ; return 0; }
1438 configure:13404: checking for rtentry.rt_dst
1439 configure:13440: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1440 configure:13467: checking type of rtentry structure
1441 configure:13501: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1442 configure: In function `main':
1443 configure:13495: structure has no member named `rt_nodes'
1444 configure: failed program was:
1445 #line 13474 "configure"
1446 #include "confdefs.h"
1447
1448 #ifdef HAVE_SYS_PARAM_H
1449 #include <sys/param.h>
1450 #endif
1451 #include <sys/types.h>
1452 #define KERNEL
1453 #define _KERNEL
1454 #include <sys/socket.h>
1455 #undef KERNEL
1456 #undef _KERNEL
1457 #include <net/route.h>
1458
1459 int main() {
1460
1461
1462 #ifndef STRUCT_RTENTRY_HAS_RT_DST
1463 #define rt_dst rt_nodes->rn_key
1464 #endif
1465
1466   struct rtentry rt; 
1467   rt.rt_nodes[0].rn_flags = 1;
1468   rt.rt_dst;
1469   
1470 ; return 0; }
1471 configure:13533: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1472 configure: In function `main':
1473 configure:13528: structure has no member named `rt_hash'
1474 configure: failed program was:
1475 #line 13512 "configure"
1476 #include "confdefs.h"
1477
1478 #ifdef HAVE_SYS_PARAM_H
1479 #include <sys/param.h>
1480 #endif
1481 #include <sys/types.h>
1482 #define KERNEL
1483 #define _KERNEL
1484 #include <sys/socket.h>
1485 #undef KERNEL
1486 #undef _KERNEL
1487 #include <net/route.h>
1488
1489 int main() {
1490
1491 struct rtentry rt; 
1492 rt.rt_hash;
1493
1494 ; return 0; }
1495 configure:13562: checking for struct rtentry
1496 configure:13670: checking for rtentry.rt_unit
1497 configure:13706: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1498 configure: In function `main':
1499 configure:13701: structure has no member named `rt_unit'
1500 configure: failed program was:
1501 #line 13683 "configure"
1502 #include "confdefs.h"
1503
1504
1505 #ifdef HAVE_SYS_PARAM_H
1506 #include <sys/param.h>
1507 #endif
1508 #include <sys/types.h>
1509 #define KERNEL
1510 #define _KERNEL
1511 #include <sys/socket.h>
1512 #undef KERNEL
1513 #undef _KERNEL
1514 #include <net/route.h>
1515
1516
1517 int main() {
1518
1519 struct rtentry testit; 
1520 testit.rt_unit = 0;
1521
1522 ; return 0; }
1523 configure:13740: checking for rtentry.rt_refcnt
1524 configure:13776: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1525 configure: In function `main':
1526 configure:13771: structure has no member named `rt_refcnt'
1527 configure: failed program was:
1528 #line 13753 "configure"
1529 #include "confdefs.h"
1530
1531
1532 #ifdef HAVE_SYS_PARAM_H
1533 #include <sys/param.h>
1534 #endif
1535 #include <sys/types.h>
1536 #define KERNEL
1537 #define _KERNEL
1538 #include <sys/socket.h>
1539 #undef KERNEL
1540 #undef _KERNEL
1541 #include <net/route.h>
1542
1543
1544 int main() {
1545
1546 struct rtentry testit; 
1547 testit.rt_refcnt = 0;
1548
1549 ; return 0; }
1550 configure:13810: checking for rtentry.rt_hash
1551 configure:13846: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1552 configure: In function `main':
1553 configure:13841: structure has no member named `rt_hash'
1554 configure: failed program was:
1555 #line 13823 "configure"
1556 #include "confdefs.h"
1557
1558
1559 #ifdef HAVE_SYS_PARAM_H
1560 #include <sys/param.h>
1561 #endif
1562 #include <sys/types.h>
1563 #define KERNEL
1564 #define _KERNEL
1565 #include <sys/socket.h>
1566 #undef KERNEL
1567 #undef _KERNEL
1568 #include <net/route.h>
1569
1570
1571 int main() {
1572
1573 struct rtentry testit; 
1574 testit.rt_hash = 0;
1575
1576 ; return 0; }
1577 configure:13880: checking for rtentry.rt_use
1578 configure:13916: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1579 configure: In function `main':
1580 configure:13911: structure has no member named `rt_use'
1581 configure: failed program was:
1582 #line 13893 "configure"
1583 #include "confdefs.h"
1584
1585
1586 #ifdef HAVE_SYS_PARAM_H
1587 #include <sys/param.h>
1588 #endif
1589 #include <sys/types.h>
1590 #define KERNEL
1591 #define _KERNEL
1592 #include <sys/socket.h>
1593 #undef KERNEL
1594 #undef _KERNEL
1595 #include <net/route.h>
1596
1597
1598 int main() {
1599
1600 struct rtentry testit; 
1601 testit.rt_use = 0;
1602
1603 ; return 0; }
1604 configure:13950: checking for tcpstat.tcp_rcvmemdrop
1605 configure:13988: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1606 configure: In function `main':
1607 configure:13982: storage size of `testit' isn't known
1608 configure: failed program was:
1609 #line 13963 "configure"
1610 #include "confdefs.h"
1611
1612
1613 #ifdef HAVE_SYS_PARAM_H
1614 #include <sys/param.h>
1615 #endif
1616 #include <sys/types.h>
1617 #include <netinet/tcp.h>
1618 #ifdef HAVE_NETINET_TCP_TIMER_H
1619 #include <netinet/tcp_timer.h>
1620 #endif
1621
1622 #ifdef HAVE_NETINET_TCP_VAR_H
1623 #include <netinet/tcp_var.h>
1624 #endif
1625
1626
1627 int main() {
1628
1629 struct tcpstat testit; 
1630 testit.tcp_rcvmemdrop = 0;
1631
1632 ; return 0; }
1633 configure:14023: checking for ifnet.if_mtu
1634 configure:14058: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1635 configure: In function `main':
1636 configure:14052: storage size of `testit' isn't known
1637 configure: failed program was:
1638 #line 14036 "configure"
1639 #include "confdefs.h"
1640
1641
1642 #ifdef HAVE_SYS_PARAM_H
1643 #include <sys/param.h>
1644 #endif
1645 #include <sys/types.h>
1646 #include <sys/socket.h>
1647 #include <net/if.h>
1648 #ifdef HAVE_NET_IF_VAR_H
1649 #include <net/if_var.h>
1650 #endif
1651
1652
1653 int main() {
1654
1655 struct ifnet testit; 
1656 testit.if_mtu = 0;
1657
1658 ; return 0; }
1659 configure:14086: checking if _KERNEL needs to be defined for if_mtu
1660 configure:14119: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1661 configure: In function `main':
1662 configure:14113: storage size of `testit' isn't known
1663 configure: failed program was:
1664 #line 14095 "configure"
1665 #include "confdefs.h"
1666
1667 #define _KERNEL 1
1668 #ifdef HAVE_SYS_PARAM_H
1669 #include <sys/param.h>
1670 #endif
1671 #include <sys/types.h>
1672 #include <sys/socket.h>
1673 #ifdef HAVE_SYS_TIME_H
1674 #include <sys/time.h>
1675 #endif
1676 #include <net/if.h>
1677 #ifdef HAVE_NET_IF_VAR_H
1678 #include <net/if_var.h>
1679 #endif
1680
1681 int main() {
1682
1683 struct ifnet testit;
1684 testit.if_mtu = 0;
1685
1686 ; return 0; }
1687 configure:14151: checking for ifaddr.ifa_next
1688 configure:14192: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1689 configure:14227: checking for ifnet.if_baudrate
1690 configure:14300: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1691 configure: In function `main':
1692 configure:14295: structure has no member named `if_baudrate'
1693 configure: failed program was:
1694 #line 14240 "configure"
1695 #include "confdefs.h"
1696
1697
1698 #ifdef IFNET_NEEDS_KERNEL
1699 #define _KERNEL 1
1700 #endif
1701 #include <sys/types.h>
1702 #include <sys/socket.h>
1703 #ifdef HAVE_SYS_TIME_H
1704 #include <sys/time.h>
1705 #endif
1706 #include <net/if.h>
1707 #ifdef HAVE_NET_IF_VAR_H
1708 #include <net/if_var.h>
1709 #endif
1710 #ifdef HAVE_SYS_QUEUE_H
1711 #include <sys/queue.h>
1712 #endif
1713 #ifdef linux
1714 struct ifnet {
1715         char    *if_name;               /* name, e.g. "en" or "lo" */
1716         short   if_unit;                /* sub-unit for lower level driver */
1717         short   if_mtu;                 /* maximum transmission unit */
1718         short   if_flags;               /* up/down, broadcast, etc. */
1719         int     if_metric;              /* routing metric (external only) */
1720         char    if_hwaddr [6];          /* ethernet address */
1721         int     if_type;                /* interface type: 1=generic,
1722                                            28=slip, ether=6, loopback=24 */
1723         int     if_speed;               /* interface speed: in bits/sec */
1724
1725         struct sockaddr if_addr;        /* interface's address */
1726         struct sockaddr ifu_broadaddr;  /* broadcast address */
1727         struct sockaddr ia_subnetmask;  /* interface's mask */
1728
1729         struct  ifqueue {
1730                 int     ifq_len;
1731                 int     ifq_drops;
1732         } if_snd;                       /* output queue */
1733         int     if_ibytes;              /* octets received on interface */
1734         int     if_ipackets;            /* packets received on interface */
1735         int     if_ierrors;             /* input errors on interface */
1736         int     if_iqdrops;             /* input queue overruns */
1737         int     if_obytes;              /* octets sent on interface */
1738         int     if_opackets;            /* packets sent on interface */
1739         int     if_oerrors;             /* output errors on interface */
1740         int     if_collisions;          /* collisions on csma interfaces */
1741 /* end statistics */
1742         struct  ifnet *if_next;
1743 };
1744 #endif
1745
1746
1747 int main() {
1748
1749 struct ifnet testit; 
1750 testit.if_baudrate = 0;
1751
1752 ; return 0; }
1753 configure:14335: checking for ifnet.if_baudrate.ifs_value
1754 configure:14408: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1755 configure: In function `main':
1756 configure:14403: structure has no member named `if_baudrate'
1757 configure: failed program was:
1758 #line 14348 "configure"
1759 #include "confdefs.h"
1760
1761
1762 #ifdef IFNET_NEEDS_KERNEL
1763 #define _KERNEL 1
1764 #endif
1765 #include <sys/types.h>
1766 #include <sys/socket.h>
1767 #ifdef HAVE_SYS_TIME_H
1768 #include <sys/time.h>
1769 #endif
1770 #include <net/if.h>
1771 #ifdef HAVE_NET_IF_VAR_H
1772 #include <net/if_var.h>
1773 #endif
1774 #ifdef HAVE_SYS_QUEUE_H
1775 #include <sys/queue.h>
1776 #endif
1777 #ifdef linux
1778 struct ifnet {
1779         char    *if_name;               /* name, e.g. "en" or "lo" */
1780         short   if_unit;                /* sub-unit for lower level driver */
1781         short   if_mtu;                 /* maximum transmission unit */
1782         short   if_flags;               /* up/down, broadcast, etc. */
1783         int     if_metric;              /* routing metric (external only) */
1784         char    if_hwaddr [6];          /* ethernet address */
1785         int     if_type;                /* interface type: 1=generic,
1786                                            28=slip, ether=6, loopback=24 */
1787         int     if_speed;               /* interface speed: in bits/sec */
1788
1789         struct sockaddr if_addr;        /* interface's address */
1790         struct sockaddr ifu_broadaddr;  /* broadcast address */
1791         struct sockaddr ia_subnetmask;  /* interface's mask */
1792
1793         struct  ifqueue {
1794                 int     ifq_len;
1795                 int     ifq_drops;
1796         } if_snd;                       /* output queue */
1797         int     if_ibytes;              /* octets received on interface */
1798         int     if_ipackets;            /* packets received on interface */
1799         int     if_ierrors;             /* input errors on interface */
1800         int     if_iqdrops;             /* input queue overruns */
1801         int     if_obytes;              /* octets sent on interface */
1802         int     if_opackets;            /* packets sent on interface */
1803         int     if_oerrors;             /* output errors on interface */
1804         int     if_collisions;          /* collisions on csma interfaces */
1805 /* end statistics */
1806         struct  ifnet *if_next;
1807 };
1808 #endif
1809
1810
1811 int main() {
1812
1813 struct ifnet testit; 
1814 testit.if_baudrate.ifs_value = 0;
1815
1816 ; return 0; }
1817 configure:14443: checking for ifnet.if_speed
1818 configure:14516: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1819 configure:14551: checking for ifnet.if_type
1820 configure:14624: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1821 configure:14659: checking for ifnet.if_imcasts
1822 configure:14732: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1823 configure: In function `main':
1824 configure:14727: structure has no member named `if_imcasts'
1825 configure: failed program was:
1826 #line 14672 "configure"
1827 #include "confdefs.h"
1828
1829
1830 #ifdef IFNET_NEEDS_KERNEL
1831 #define _KERNEL 1
1832 #endif
1833 #include <sys/types.h>
1834 #include <sys/socket.h>
1835 #ifdef HAVE_SYS_TIME_H
1836 #include <sys/time.h>
1837 #endif
1838 #include <net/if.h>
1839 #ifdef HAVE_NET_IF_VAR_H
1840 #include <net/if_var.h>
1841 #endif
1842 #ifdef HAVE_SYS_QUEUE_H
1843 #include <sys/queue.h>
1844 #endif
1845 #ifdef linux
1846 struct ifnet {
1847         char    *if_name;               /* name, e.g. "en" or "lo" */
1848         short   if_unit;                /* sub-unit for lower level driver */
1849         short   if_mtu;                 /* maximum transmission unit */
1850         short   if_flags;               /* up/down, broadcast, etc. */
1851         int     if_metric;              /* routing metric (external only) */
1852         char    if_hwaddr [6];          /* ethernet address */
1853         int     if_type;                /* interface type: 1=generic,
1854                                            28=slip, ether=6, loopback=24 */
1855         int     if_speed;               /* interface speed: in bits/sec */
1856
1857         struct sockaddr if_addr;        /* interface's address */
1858         struct sockaddr ifu_broadaddr;  /* broadcast address */
1859         struct sockaddr ia_subnetmask;  /* interface's mask */
1860
1861         struct  ifqueue {
1862                 int     ifq_len;
1863                 int     ifq_drops;
1864         } if_snd;                       /* output queue */
1865         int     if_ibytes;              /* octets received on interface */
1866         int     if_ipackets;            /* packets received on interface */
1867         int     if_ierrors;             /* input errors on interface */
1868         int     if_iqdrops;             /* input queue overruns */
1869         int     if_obytes;              /* octets sent on interface */
1870         int     if_opackets;            /* packets sent on interface */
1871         int     if_oerrors;             /* output errors on interface */
1872         int     if_collisions;          /* collisions on csma interfaces */
1873 /* end statistics */
1874         struct  ifnet *if_next;
1875 };
1876 #endif
1877
1878
1879 int main() {
1880
1881 struct ifnet testit; 
1882 testit.if_imcasts = 0;
1883
1884 ; return 0; }
1885 configure:14767: checking for ifnet.if_iqdrops
1886 configure:14840: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1887 configure:14875: checking for ifnet.if_noproto
1888 configure:14948: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1889 configure: In function `main':
1890 configure:14943: structure has no member named `if_noproto'
1891 configure: failed program was:
1892 #line 14888 "configure"
1893 #include "confdefs.h"
1894
1895
1896 #ifdef IFNET_NEEDS_KERNEL
1897 #define _KERNEL 1
1898 #endif
1899 #include <sys/types.h>
1900 #include <sys/socket.h>
1901 #ifdef HAVE_SYS_TIME_H
1902 #include <sys/time.h>
1903 #endif
1904 #include <net/if.h>
1905 #ifdef HAVE_NET_IF_VAR_H
1906 #include <net/if_var.h>
1907 #endif
1908 #ifdef HAVE_SYS_QUEUE_H
1909 #include <sys/queue.h>
1910 #endif
1911 #ifdef linux
1912 struct ifnet {
1913         char    *if_name;               /* name, e.g. "en" or "lo" */
1914         short   if_unit;                /* sub-unit for lower level driver */
1915         short   if_mtu;                 /* maximum transmission unit */
1916         short   if_flags;               /* up/down, broadcast, etc. */
1917         int     if_metric;              /* routing metric (external only) */
1918         char    if_hwaddr [6];          /* ethernet address */
1919         int     if_type;                /* interface type: 1=generic,
1920                                            28=slip, ether=6, loopback=24 */
1921         int     if_speed;               /* interface speed: in bits/sec */
1922
1923         struct sockaddr if_addr;        /* interface's address */
1924         struct sockaddr ifu_broadaddr;  /* broadcast address */
1925         struct sockaddr ia_subnetmask;  /* interface's mask */
1926
1927         struct  ifqueue {
1928                 int     ifq_len;
1929                 int     ifq_drops;
1930         } if_snd;                       /* output queue */
1931         int     if_ibytes;              /* octets received on interface */
1932         int     if_ipackets;            /* packets received on interface */
1933         int     if_ierrors;             /* input errors on interface */
1934         int     if_iqdrops;             /* input queue overruns */
1935         int     if_obytes;              /* octets sent on interface */
1936         int     if_opackets;            /* packets sent on interface */
1937         int     if_oerrors;             /* output errors on interface */
1938         int     if_collisions;          /* collisions on csma interfaces */
1939 /* end statistics */
1940         struct  ifnet *if_next;
1941 };
1942 #endif
1943
1944
1945 int main() {
1946
1947 struct ifnet testit; 
1948 testit.if_noproto = 0;
1949
1950 ; return 0; }
1951 configure:14983: checking for ifnet.if_omcasts
1952 configure:15056: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
1953 configure: In function `main':
1954 configure:15051: structure has no member named `if_omcasts'
1955 configure: failed program was:
1956 #line 14996 "configure"
1957 #include "confdefs.h"
1958
1959
1960 #ifdef IFNET_NEEDS_KERNEL
1961 #define _KERNEL 1
1962 #endif
1963 #include <sys/types.h>
1964 #include <sys/socket.h>
1965 #ifdef HAVE_SYS_TIME_H
1966 #include <sys/time.h>
1967 #endif
1968 #include <net/if.h>
1969 #ifdef HAVE_NET_IF_VAR_H
1970 #include <net/if_var.h>
1971 #endif
1972 #ifdef HAVE_SYS_QUEUE_H
1973 #include <sys/queue.h>
1974 #endif
1975 #ifdef linux
1976 struct ifnet {
1977         char    *if_name;               /* name, e.g. "en" or "lo" */
1978         short   if_unit;                /* sub-unit for lower level driver */
1979         short   if_mtu;                 /* maximum transmission unit */
1980         short   if_flags;               /* up/down, broadcast, etc. */
1981         int     if_metric;              /* routing metric (external only) */
1982         char    if_hwaddr [6];          /* ethernet address */
1983         int     if_type;                /* interface type: 1=generic,
1984                                            28=slip, ether=6, loopback=24 */
1985         int     if_speed;               /* interface speed: in bits/sec */
1986
1987         struct sockaddr if_addr;        /* interface's address */
1988         struct sockaddr ifu_broadaddr;  /* broadcast address */
1989         struct sockaddr ia_subnetmask;  /* interface's mask */
1990
1991         struct  ifqueue {
1992                 int     ifq_len;
1993                 int     ifq_drops;
1994         } if_snd;                       /* output queue */
1995         int     if_ibytes;              /* octets received on interface */
1996         int     if_ipackets;            /* packets received on interface */
1997         int     if_ierrors;             /* input errors on interface */
1998         int     if_iqdrops;             /* input queue overruns */
1999         int     if_obytes;              /* octets sent on interface */
2000         int     if_opackets;            /* packets sent on interface */
2001         int     if_oerrors;             /* output errors on interface */
2002         int     if_collisions;          /* collisions on csma interfaces */
2003 /* end statistics */
2004         struct  ifnet *if_next;
2005 };
2006 #endif
2007
2008
2009 int main() {
2010
2011 struct ifnet testit; 
2012 testit.if_omcasts = 0;
2013
2014 ; return 0; }
2015 configure:15091: checking for ifnet.if_xname
2016 configure:15164: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2017 configure: In function `main':
2018 configure:15159: structure has no member named `if_xname'
2019 configure: failed program was:
2020 #line 15104 "configure"
2021 #include "confdefs.h"
2022
2023
2024 #ifdef IFNET_NEEDS_KERNEL
2025 #define _KERNEL 1
2026 #endif
2027 #include <sys/types.h>
2028 #include <sys/socket.h>
2029 #ifdef HAVE_SYS_TIME_H
2030 #include <sys/time.h>
2031 #endif
2032 #include <net/if.h>
2033 #ifdef HAVE_NET_IF_VAR_H
2034 #include <net/if_var.h>
2035 #endif
2036 #ifdef HAVE_SYS_QUEUE_H
2037 #include <sys/queue.h>
2038 #endif
2039 #ifdef linux
2040 struct ifnet {
2041         char    *if_name;               /* name, e.g. "en" or "lo" */
2042         short   if_unit;                /* sub-unit for lower level driver */
2043         short   if_mtu;                 /* maximum transmission unit */
2044         short   if_flags;               /* up/down, broadcast, etc. */
2045         int     if_metric;              /* routing metric (external only) */
2046         char    if_hwaddr [6];          /* ethernet address */
2047         int     if_type;                /* interface type: 1=generic,
2048                                            28=slip, ether=6, loopback=24 */
2049         int     if_speed;               /* interface speed: in bits/sec */
2050
2051         struct sockaddr if_addr;        /* interface's address */
2052         struct sockaddr ifu_broadaddr;  /* broadcast address */
2053         struct sockaddr ia_subnetmask;  /* interface's mask */
2054
2055         struct  ifqueue {
2056                 int     ifq_len;
2057                 int     ifq_drops;
2058         } if_snd;                       /* output queue */
2059         int     if_ibytes;              /* octets received on interface */
2060         int     if_ipackets;            /* packets received on interface */
2061         int     if_ierrors;             /* input errors on interface */
2062         int     if_iqdrops;             /* input queue overruns */
2063         int     if_obytes;              /* octets sent on interface */
2064         int     if_opackets;            /* packets sent on interface */
2065         int     if_oerrors;             /* output errors on interface */
2066         int     if_collisions;          /* collisions on csma interfaces */
2067 /* end statistics */
2068         struct  ifnet *if_next;
2069 };
2070 #endif
2071
2072
2073 int main() {
2074
2075 struct ifnet testit; 
2076 testit.if_xname ;
2077
2078 ; return 0; }
2079 configure:15199: checking for ifnet.if_lastchange.tv_sec
2080 configure:15272: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2081 configure: In function `main':
2082 configure:15267: structure has no member named `if_lastchange'
2083 configure: failed program was:
2084 #line 15212 "configure"
2085 #include "confdefs.h"
2086
2087
2088 #ifdef IFNET_NEEDS_KERNEL
2089 #define _KERNEL 1
2090 #endif
2091 #include <sys/types.h>
2092 #include <sys/socket.h>
2093 #ifdef HAVE_SYS_TIME_H
2094 #include <sys/time.h>
2095 #endif
2096 #include <net/if.h>
2097 #ifdef HAVE_NET_IF_VAR_H
2098 #include <net/if_var.h>
2099 #endif
2100 #ifdef HAVE_SYS_QUEUE_H
2101 #include <sys/queue.h>
2102 #endif
2103 #ifdef linux
2104 struct ifnet {
2105         char    *if_name;               /* name, e.g. "en" or "lo" */
2106         short   if_unit;                /* sub-unit for lower level driver */
2107         short   if_mtu;                 /* maximum transmission unit */
2108         short   if_flags;               /* up/down, broadcast, etc. */
2109         int     if_metric;              /* routing metric (external only) */
2110         char    if_hwaddr [6];          /* ethernet address */
2111         int     if_type;                /* interface type: 1=generic,
2112                                            28=slip, ether=6, loopback=24 */
2113         int     if_speed;               /* interface speed: in bits/sec */
2114
2115         struct sockaddr if_addr;        /* interface's address */
2116         struct sockaddr ifu_broadaddr;  /* broadcast address */
2117         struct sockaddr ia_subnetmask;  /* interface's mask */
2118
2119         struct  ifqueue {
2120                 int     ifq_len;
2121                 int     ifq_drops;
2122         } if_snd;                       /* output queue */
2123         int     if_ibytes;              /* octets received on interface */
2124         int     if_ipackets;            /* packets received on interface */
2125         int     if_ierrors;             /* input errors on interface */
2126         int     if_iqdrops;             /* input queue overruns */
2127         int     if_obytes;              /* octets sent on interface */
2128         int     if_opackets;            /* packets sent on interface */
2129         int     if_oerrors;             /* output errors on interface */
2130         int     if_collisions;          /* collisions on csma interfaces */
2131 /* end statistics */
2132         struct  ifnet *if_next;
2133 };
2134 #endif
2135
2136
2137 int main() {
2138
2139 struct ifnet testit; 
2140 testit.if_lastchange.tv_sec = 0;
2141
2142 ; return 0; }
2143 configure:15307: checking for ifnet.if_obytes
2144 configure:15380: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2145 configure:15415: checking for ifnet.if_ibytes
2146 configure:15488: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2147 configure:15523: checking for ifnet.if_addrlist
2148 configure:15596: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2149 configure: In function `main':
2150 configure:15591: structure has no member named `if_addrlist'
2151 configure: failed program was:
2152 #line 15536 "configure"
2153 #include "confdefs.h"
2154
2155
2156 #ifdef IFNET_NEEDS_KERNEL
2157 #define _KERNEL 1
2158 #endif
2159 #include <sys/types.h>
2160 #include <sys/socket.h>
2161 #ifdef HAVE_SYS_TIME_H
2162 #include <sys/time.h>
2163 #endif
2164 #include <net/if.h>
2165 #ifdef HAVE_NET_IF_VAR_H
2166 #include <net/if_var.h>
2167 #endif
2168 #ifdef HAVE_SYS_QUEUE_H
2169 #include <sys/queue.h>
2170 #endif
2171 #ifdef linux
2172 struct ifnet {
2173         char    *if_name;               /* name, e.g. "en" or "lo" */
2174         short   if_unit;                /* sub-unit for lower level driver */
2175         short   if_mtu;                 /* maximum transmission unit */
2176         short   if_flags;               /* up/down, broadcast, etc. */
2177         int     if_metric;              /* routing metric (external only) */
2178         char    if_hwaddr [6];          /* ethernet address */
2179         int     if_type;                /* interface type: 1=generic,
2180                                            28=slip, ether=6, loopback=24 */
2181         int     if_speed;               /* interface speed: in bits/sec */
2182
2183         struct sockaddr if_addr;        /* interface's address */
2184         struct sockaddr ifu_broadaddr;  /* broadcast address */
2185         struct sockaddr ia_subnetmask;  /* interface's mask */
2186
2187         struct  ifqueue {
2188                 int     ifq_len;
2189                 int     ifq_drops;
2190         } if_snd;                       /* output queue */
2191         int     if_ibytes;              /* octets received on interface */
2192         int     if_ipackets;            /* packets received on interface */
2193         int     if_ierrors;             /* input errors on interface */
2194         int     if_iqdrops;             /* input queue overruns */
2195         int     if_obytes;              /* octets sent on interface */
2196         int     if_opackets;            /* packets sent on interface */
2197         int     if_oerrors;             /* output errors on interface */
2198         int     if_collisions;          /* collisions on csma interfaces */
2199 /* end statistics */
2200         struct  ifnet *if_next;
2201 };
2202 #endif
2203
2204
2205 int main() {
2206
2207 struct ifnet testit; 
2208 testit.if_addrlist = 0;
2209
2210 ; return 0; }
2211 configure:15631: checking for ifnet.if_addrhead.tqh_first
2212 configure:15704: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2213 configure: In function `main':
2214 configure:15699: structure has no member named `if_addrhead'
2215 configure: failed program was:
2216 #line 15644 "configure"
2217 #include "confdefs.h"
2218
2219
2220 #ifdef IFNET_NEEDS_KERNEL
2221 #define _KERNEL 1
2222 #endif
2223 #include <sys/types.h>
2224 #include <sys/socket.h>
2225 #ifdef HAVE_SYS_TIME_H
2226 #include <sys/time.h>
2227 #endif
2228 #include <net/if.h>
2229 #ifdef HAVE_NET_IF_VAR_H
2230 #include <net/if_var.h>
2231 #endif
2232 #ifdef HAVE_SYS_QUEUE_H
2233 #include <sys/queue.h>
2234 #endif
2235 #ifdef linux
2236 struct ifnet {
2237         char    *if_name;               /* name, e.g. "en" or "lo" */
2238         short   if_unit;                /* sub-unit for lower level driver */
2239         short   if_mtu;                 /* maximum transmission unit */
2240         short   if_flags;               /* up/down, broadcast, etc. */
2241         int     if_metric;              /* routing metric (external only) */
2242         char    if_hwaddr [6];          /* ethernet address */
2243         int     if_type;                /* interface type: 1=generic,
2244                                            28=slip, ether=6, loopback=24 */
2245         int     if_speed;               /* interface speed: in bits/sec */
2246
2247         struct sockaddr if_addr;        /* interface's address */
2248         struct sockaddr ifu_broadaddr;  /* broadcast address */
2249         struct sockaddr ia_subnetmask;  /* interface's mask */
2250
2251         struct  ifqueue {
2252                 int     ifq_len;
2253                 int     ifq_drops;
2254         } if_snd;                       /* output queue */
2255         int     if_ibytes;              /* octets received on interface */
2256         int     if_ipackets;            /* packets received on interface */
2257         int     if_ierrors;             /* input errors on interface */
2258         int     if_iqdrops;             /* input queue overruns */
2259         int     if_obytes;              /* octets sent on interface */
2260         int     if_opackets;            /* packets sent on interface */
2261         int     if_oerrors;             /* output errors on interface */
2262         int     if_collisions;          /* collisions on csma interfaces */
2263 /* end statistics */
2264         struct  ifnet *if_next;
2265 };
2266 #endif
2267
2268
2269 int main() {
2270
2271 struct ifnet testit; 
2272 testit.if_addrhead.tqh_first = 0;
2273
2274 ; return 0; }
2275 configure:15739: checking for udpstat.udps_discard
2276 configure:15778: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2277 configure: In function `main':
2278 configure:15772: storage size of `testit' isn't known
2279 configure: failed program was:
2280 #line 15752 "configure"
2281 #include "confdefs.h"
2282
2283
2284 #include <sys/types.h>
2285 #if HAVE_NETINET_IN_H
2286 #include <netinet/in.h>
2287 #endif
2288 #if HAVE_NETINET_IP_VAR_H
2289 #include <netinet/ip_var.h>
2290 #endif
2291 #if HAVE_NETINET_UDP_H
2292 #include <netinet/udp.h>
2293 #endif
2294 #if HAVE_NETINET_UDP_VAR_H
2295 #include <netinet/udp_var.h>
2296 #endif
2297
2298
2299 int main() {
2300
2301 struct udpstat testit; 
2302 testit.udps_discard = 0;
2303
2304 ; return 0; }
2305 configure:15812: checking for udpstat.udps_noport
2306 configure:15851: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2307 configure: In function `main':
2308 configure:15845: storage size of `testit' isn't known
2309 configure: failed program was:
2310 #line 15825 "configure"
2311 #include "confdefs.h"
2312
2313
2314 #include <sys/types.h>
2315 #if HAVE_NETINET_IN_H
2316 #include <netinet/in.h>
2317 #endif
2318 #if HAVE_NETINET_IP_VAR_H
2319 #include <netinet/ip_var.h>
2320 #endif
2321 #if HAVE_NETINET_UDP_H
2322 #include <netinet/udp.h>
2323 #endif
2324 #if HAVE_NETINET_UDP_VAR_H
2325 #include <netinet/udp_var.h>
2326 #endif
2327
2328
2329 int main() {
2330
2331 struct udpstat testit; 
2332 testit.udps_noport = 0;
2333
2334 ; return 0; }
2335 configure:15885: checking for udpstat.udps_noportbcast
2336 configure:15924: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2337 configure: In function `main':
2338 configure:15918: storage size of `testit' isn't known
2339 configure: failed program was:
2340 #line 15898 "configure"
2341 #include "confdefs.h"
2342
2343
2344 #include <sys/types.h>
2345 #if HAVE_NETINET_IN_H
2346 #include <netinet/in.h>
2347 #endif
2348 #if HAVE_NETINET_IP_VAR_H
2349 #include <netinet/ip_var.h>
2350 #endif
2351 #if HAVE_NETINET_UDP_H
2352 #include <netinet/udp.h>
2353 #endif
2354 #if HAVE_NETINET_UDP_VAR_H
2355 #include <netinet/udp_var.h>
2356 #endif
2357
2358
2359 int main() {
2360
2361 struct udpstat testit; 
2362 testit.udps_noportbcast = 0;
2363
2364 ; return 0; }
2365 configure:15958: checking for udpstat.udps_fullsock
2366 configure:15997: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2367 configure: In function `main':
2368 configure:15991: storage size of `testit' isn't known
2369 configure: failed program was:
2370 #line 15971 "configure"
2371 #include "confdefs.h"
2372
2373
2374 #include <sys/types.h>
2375 #if HAVE_NETINET_IN_H
2376 #include <netinet/in.h>
2377 #endif
2378 #if HAVE_NETINET_IP_VAR_H
2379 #include <netinet/ip_var.h>
2380 #endif
2381 #if HAVE_NETINET_UDP_H
2382 #include <netinet/udp.h>
2383 #endif
2384 #if HAVE_NETINET_UDP_VAR_H
2385 #include <netinet/udp_var.h>
2386 #endif
2387
2388
2389 int main() {
2390
2391 struct udpstat testit; 
2392 testit.udps_fullsock = 0;
2393
2394 ; return 0; }
2395 configure:16031: checking for arphd.at_next
2396 configure:16072: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2397 configure: In function `main':
2398 configure:16066: storage size of `testit' isn't known
2399 configure: failed program was:
2400 #line 16044 "configure"
2401 #include "confdefs.h"
2402
2403
2404 #ifdef HAVE_SYS_PARAM_H
2405 #include <sys/param.h>
2406 #endif
2407 #include <sys/types.h>
2408 #include <sys/socket.h>
2409 #ifdef HAVE_SYS_TIME_H
2410 #include <sys/time.h>
2411 #endif
2412 #include <net/if.h>
2413 #if HAVE_NETINET_IN_H
2414 #include <netinet/in.h>
2415 #endif
2416 #if HAVE_NETINET_IF_ETHER_H
2417 #include <netinet/if_ether.h>
2418 #endif
2419
2420
2421 int main() {
2422
2423 struct arphd testit; 
2424 testit.at_next = 0;
2425
2426 ; return 0; }
2427 configure:16106: checking for swdevt.sw_nblksenabled
2428 configure:16135: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2429 configure: In function `main':
2430 configure:16129: storage size of `testit' isn't known
2431 configure: failed program was:
2432 #line 16119 "configure"
2433 #include "confdefs.h"
2434
2435
2436 #if HAVE_SYS_CONF_H
2437 #include <sys/conf.h>
2438 #endif
2439
2440
2441 int main() {
2442
2443 struct swdevt testit; 
2444 testit.sw_nblksenabled = 0;
2445
2446 ; return 0; }
2447 configure:16169: checking for statvfs.f_frsize
2448 configure:16204: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2449 configure:16238: checking for statvfs.f_files
2450 configure:16273: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2451 configure:16307: checking for statfs.f_files
2452 configure:16346: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2453 configure:16380: checking for statfs.f_ffree
2454 configure:16419: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2455 configure:16453: checking for statfs.f_favail
2456 configure:16492: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2457 configure: In function `main':
2458 configure:16487: structure has no member named `f_favail'
2459 configure: failed program was:
2460 #line 16466 "configure"
2461 #include "confdefs.h"
2462
2463
2464 #ifdef HAVE_SYS_STAT_H
2465 #include <sys/stat.h>
2466 #endif
2467 #if HAVE_SYS_STATFS_H
2468 #include <sys/statfs.h>
2469 #endif
2470 #ifdef HAVE_SYS_PARAM_H
2471 #include <sys/param.h>
2472 #include <sys/types.h>
2473 #endif
2474 #ifdef HAVE_SYS_MOUNT_H
2475 #include <sys/mount.h>
2476 #endif
2477
2478
2479 int main() {
2480
2481 struct statfs testit; 
2482 testit.f_favail = 0;
2483
2484 ; return 0; }
2485 configure:16526: checking for nlist.n_value
2486 configure:16555: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2487 configure: In function `main':
2488 configure:16549: storage size of `testit' isn't known
2489 configure: failed program was:
2490 #line 16539 "configure"
2491 #include "confdefs.h"
2492
2493
2494 #if HAVE_NLIST_H
2495 #include <nlist.h>
2496 #endif
2497
2498
2499 int main() {
2500
2501 struct nlist testit; 
2502 testit.n_value = 0;
2503
2504 ; return 0; }
2505 configure:16589: checking for ipstat.ips_cantforward
2506 configure:16622: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2507 configure: In function `main':
2508 configure:16616: storage size of `testit' isn't known
2509 configure: failed program was:
2510 #line 16602 "configure"
2511 #include "confdefs.h"
2512
2513
2514 #include <sys/types.h>
2515 #if HAVE_NETINET_IN_H
2516 #include <netinet/in.h>
2517 #endif
2518 #if HAVE_NETINET_IP_VAR_H
2519 #include <netinet/ip_var.h>
2520 #endif
2521
2522
2523 int main() {
2524
2525 struct ipstat testit; 
2526 testit.ips_cantforward = 0;
2527
2528 ; return 0; }
2529 configure:16656: checking for ipstat.ips_cantfrag
2530 configure:16689: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2531 configure: In function `main':
2532 configure:16683: storage size of `testit' isn't known
2533 configure: failed program was:
2534 #line 16669 "configure"
2535 #include "confdefs.h"
2536
2537
2538 #include <sys/types.h>
2539 #if HAVE_NETINET_IN_H
2540 #include <netinet/in.h>
2541 #endif
2542 #if HAVE_NETINET_IP_VAR_H
2543 #include <netinet/ip_var.h>
2544 #endif
2545
2546
2547 int main() {
2548
2549 struct ipstat testit; 
2550 testit.ips_cantfrag = 0;
2551
2552 ; return 0; }
2553 configure:16723: checking for ipstat.ips_delivered
2554 configure:16756: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2555 configure: In function `main':
2556 configure:16750: storage size of `testit' isn't known
2557 configure: failed program was:
2558 #line 16736 "configure"
2559 #include "confdefs.h"
2560
2561
2562 #include <sys/types.h>
2563 #if HAVE_NETINET_IN_H
2564 #include <netinet/in.h>
2565 #endif
2566 #if HAVE_NETINET_IP_VAR_H
2567 #include <netinet/ip_var.h>
2568 #endif
2569
2570
2571 int main() {
2572
2573 struct ipstat testit; 
2574 testit.ips_delivered = 0;
2575
2576 ; return 0; }
2577 configure:16790: checking for ipstat.ips_fragdropped
2578 configure:16823: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2579 configure: In function `main':
2580 configure:16817: storage size of `testit' isn't known
2581 configure: failed program was:
2582 #line 16803 "configure"
2583 #include "confdefs.h"
2584
2585
2586 #include <sys/types.h>
2587 #if HAVE_NETINET_IN_H
2588 #include <netinet/in.h>
2589 #endif
2590 #if HAVE_NETINET_IP_VAR_H
2591 #include <netinet/ip_var.h>
2592 #endif
2593
2594
2595 int main() {
2596
2597 struct ipstat testit; 
2598 testit.ips_fragdropped = 0;
2599
2600 ; return 0; }
2601 configure:16857: checking for ipstat.ips_fragtimeout
2602 configure:16890: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2603 configure: In function `main':
2604 configure:16884: storage size of `testit' isn't known
2605 configure: failed program was:
2606 #line 16870 "configure"
2607 #include "confdefs.h"
2608
2609
2610 #include <sys/types.h>
2611 #if HAVE_NETINET_IN_H
2612 #include <netinet/in.h>
2613 #endif
2614 #if HAVE_NETINET_IP_VAR_H
2615 #include <netinet/ip_var.h>
2616 #endif
2617
2618
2619 int main() {
2620
2621 struct ipstat testit; 
2622 testit.ips_fragtimeout = 0;
2623
2624 ; return 0; }
2625 configure:16924: checking for ipstat.ips_localout
2626 configure:16957: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2627 configure: In function `main':
2628 configure:16951: storage size of `testit' isn't known
2629 configure: failed program was:
2630 #line 16937 "configure"
2631 #include "confdefs.h"
2632
2633
2634 #include <sys/types.h>
2635 #if HAVE_NETINET_IN_H
2636 #include <netinet/in.h>
2637 #endif
2638 #if HAVE_NETINET_IP_VAR_H
2639 #include <netinet/ip_var.h>
2640 #endif
2641
2642
2643 int main() {
2644
2645 struct ipstat testit; 
2646 testit.ips_localout = 0;
2647
2648 ; return 0; }
2649 configure:16991: checking for ipstat.ips_noproto
2650 configure:17024: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2651 configure: In function `main':
2652 configure:17018: storage size of `testit' isn't known
2653 configure: failed program was:
2654 #line 17004 "configure"
2655 #include "confdefs.h"
2656
2657
2658 #include <sys/types.h>
2659 #if HAVE_NETINET_IN_H
2660 #include <netinet/in.h>
2661 #endif
2662 #if HAVE_NETINET_IP_VAR_H
2663 #include <netinet/ip_var.h>
2664 #endif
2665
2666
2667 int main() {
2668
2669 struct ipstat testit; 
2670 testit.ips_noproto = 0;
2671
2672 ; return 0; }
2673 configure:17058: checking for ipstat.ips_noroute
2674 configure:17091: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2675 configure: In function `main':
2676 configure:17085: storage size of `testit' isn't known
2677 configure: failed program was:
2678 #line 17071 "configure"
2679 #include "confdefs.h"
2680
2681
2682 #include <sys/types.h>
2683 #if HAVE_NETINET_IN_H
2684 #include <netinet/in.h>
2685 #endif
2686 #if HAVE_NETINET_IP_VAR_H
2687 #include <netinet/ip_var.h>
2688 #endif
2689
2690
2691 int main() {
2692
2693 struct ipstat testit; 
2694 testit.ips_noroute = 0;
2695
2696 ; return 0; }
2697 configure:17125: checking for ipstat.ips_odropped
2698 configure:17158: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2699 configure: In function `main':
2700 configure:17152: storage size of `testit' isn't known
2701 configure: failed program was:
2702 #line 17138 "configure"
2703 #include "confdefs.h"
2704
2705
2706 #include <sys/types.h>
2707 #if HAVE_NETINET_IN_H
2708 #include <netinet/in.h>
2709 #endif
2710 #if HAVE_NETINET_IP_VAR_H
2711 #include <netinet/ip_var.h>
2712 #endif
2713
2714
2715 int main() {
2716
2717 struct ipstat testit; 
2718 testit.ips_odropped = 0;
2719
2720 ; return 0; }
2721 configure:17192: checking for ipstat.ips_ofragments
2722 configure:17225: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2723 configure: In function `main':
2724 configure:17219: storage size of `testit' isn't known
2725 configure: failed program was:
2726 #line 17205 "configure"
2727 #include "confdefs.h"
2728
2729
2730 #include <sys/types.h>
2731 #if HAVE_NETINET_IN_H
2732 #include <netinet/in.h>
2733 #endif
2734 #if HAVE_NETINET_IP_VAR_H
2735 #include <netinet/ip_var.h>
2736 #endif
2737
2738
2739 int main() {
2740
2741 struct ipstat testit; 
2742 testit.ips_ofragments = 0;
2743
2744 ; return 0; }
2745 configure:17259: checking for ipstat.ips_reassembled
2746 configure:17292: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2747 configure: In function `main':
2748 configure:17286: storage size of `testit' isn't known
2749 configure: failed program was:
2750 #line 17272 "configure"
2751 #include "confdefs.h"
2752
2753
2754 #include <sys/types.h>
2755 #if HAVE_NETINET_IN_H
2756 #include <netinet/in.h>
2757 #endif
2758 #if HAVE_NETINET_IP_VAR_H
2759 #include <netinet/ip_var.h>
2760 #endif
2761
2762
2763 int main() {
2764
2765 struct ipstat testit; 
2766 testit.ips_reassembled = 0;
2767
2768 ; return 0; }
2769 configure:17327: checking for des_ks_struct.weak_key
2770 configure:17354: gcc -c -g -O2 -Dlinux  conftest.c 1>&5
2771 configure:17386: checking if sysctl can read kernel information
2772 configure:17432: gcc -o conftest -g -O2 -Dlinux   conftest.c -lcrypto -lelf -lm  1>&5
2773 configure: In function `main':
2774 configure:17420: `KERN_BOOTTIME' undeclared (first use in this function)
2775 configure:17420: (Each undeclared identifier is reported only once
2776 configure:17420: for each function it appears in.)
2777 configure:17423: warning: passing arg 6 of `sysctl' makes integer from pointer without a cast
2778 configure: failed program was:
2779 #line 17394 "configure"
2780 #include "confdefs.h"
2781
2782 #if TIME_WITH_SYS_TIME
2783 # include <sys/time.h>
2784 # include <time.h>
2785 #else
2786 # if HAVE_SYS_TIME_H
2787 #  include <sys/time.h>
2788 # else
2789 #  include <time.h>
2790 # endif
2791 #endif
2792 #if HAVE_SYS_PARAM_H
2793 # include <sys/param.h>
2794 #endif
2795 #include <sys/types.h>
2796 #if HAVE_SYS_SYSCTL_H
2797 # include <sys/sysctl.h>
2798 #endif
2799
2800 main() {
2801   int                 mib[2];
2802   size_t              len;
2803   struct timeval boottime;
2804   
2805   mib[0] = CTL_KERN;
2806   mib[1] = KERN_BOOTTIME;
2807   
2808   len = sizeof(boottime);
2809   sysctl(mib, 2, &boottime, &len, NULL, NULL);
2810   if (boottime.tv_sec != 0)
2811     exit(0);
2812   else
2813     exit(1);
2814 }
2815   
2816 configure:17457: checking whether TCP timers depend on `hz'
2817 configure:17463:31: netinet/tcp_timer.h: No such file or directory
2818 configure:17496: checking if you have run configure before
2819 configure:17560: checking Default version of SNMP to use
2820 configure:17634: checking System Contact Information
2821 configure:17694: checking System Location
2822 configure:17760: checking Location to write logfile
2823 configure:17833: checking Location to write persistent information