I tried installing the current tcpdump (because I needed the recent
libpcap), and the configure step failed. The message was on checking
the pcap_loop. My system has libpcap0.8 and libpcap0.8-dev installed.
--
Jeff Dean
CS PhD Student
E239 Glascow Hall
Naval Postgraduate School
Monterey, CA 93943
831-656-3696
DSN 756-3696
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = A1671
uname -m = i686
uname -r = 2.6.35-28-generic-pae
uname -s = Linux
uname -v = #50-Ubuntu SMP Fri Mar 18 20:43:15 UTC 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1757: checking build system type
configure:1775: result: i686-pc-linux-gnu
configure:1797: checking host system type
configure:1812: result: i686-pc-linux-gnu
configure:1956: checking for gcc
configure:1972: found /usr/bin/gcc
configure:1983: result: gcc
configure:2221: checking for C compiler version
configure:2228: gcc --version >&5
gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2231: $? = 0
configure:2238: gcc -v >&5
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
configure:2241: $? = 0
configure:2248: gcc -V >&5
gcc: '-V' option must have argument
configure:2251: $? = 1
configure:2274: checking for C compiler default output file name
configure:2301: gcc conftest.c >&5
configure:2304: $? = 0
configure:2342: result: a.out
configure:2359: checking whether the C compiler works
configure:2369: ./a.out
configure:2372: $? = 0
configure:2389: result: yes
configure:2396: checking whether we are cross compiling
configure:2398: result: no
configure:2401: checking for suffix of executables
configure:2408: gcc -o conftest conftest.c >&5
configure:2411: $? = 0
configure:2435: result:
configure:2441: checking for suffix of object files
configure:2467: gcc -c conftest.c >&5
configure:2470: $? = 0
configure:2493: result: o
configure:2497: checking whether we are using the GNU C compiler
configure:2526: gcc -c conftest.c >&5
configure:2532: $? = 0
configure:2549: result: yes
configure:2554: checking whether gcc accepts -g
configure:2584: gcc -c -g conftest.c >&5
configure:2590: $? = 0
configure:2689: result: yes
configure:2706: checking for gcc option to accept ISO C89
configure:2780: gcc -c -g -O2 conftest.c >&5
configure:2786: $? = 0
configure:2809: result: none needed
configure:2836: checking gcc version
configure:2848: result: 4
configure:3125: checking for inline
configure:3171: gcc -c -O2 conftest.c >&5
configure:3177: $? = 0
configure:3202: result: inline
configure:3214: checking for __attribute__
configure:3251: gcc -c -g -O2 conftest.c >&5
configure:3257: $? = 0
configure:3283: result: yes
configure:3288: checking whether __attribute__((format)) can be applied to function pointers
configure:3320: gcc -c -g -O2 conftest.c >&5
configure:3326: $? = 0
configure:3349: result: yes
configure:3358: checking how to run the C preprocessor
configure:3398: gcc -E conftest.c
configure:3404: $? = 0
configure:3435: gcc -E conftest.c
conftest.c:11: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3441: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3474: result: gcc -E
configure:3503: gcc -E conftest.c
configure:3509: $? = 0
configure:3540: gcc -E conftest.c
conftest.c:11: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3546: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3584: checking for grep that handles long lines and -e
configure:3658: result: /bin/grep
configure:3663: checking for egrep
configure:3741: result: /bin/grep -E
configure:3746: checking for ANSI C header files
configure:3776: gcc -c -g -O2 conftest.c >&5
configure:3782: $? = 0
configure:3881: gcc -o conftest -g -O2 conftest.c >&5
configure:3884: $? = 0
configure:3890: ./conftest
configure:3893: $? = 0
configure:3910: result: yes
configure:3934: checking for sys/types.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:3934: checking for sys/stat.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:3934: checking for stdlib.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:3934: checking for string.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:3934: checking for memory.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:3934: checking for strings.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:3934: checking for inttypes.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:3934: checking for stdint.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:3934: checking for unistd.h
configure:3955: gcc -c -g -O2 conftest.c >&5
configure:3961: $? = 0
configure:3977: result: yes
configure:4006: checking fcntl.h usability
configure:4023: gcc -c -g -O2 conftest.c >&5
configure:4029: $? = 0
configure:4043: result: yes
configure:4047: checking fcntl.h presence
configure:4062: gcc -E conftest.c
configure:4068: $? = 0
configure:4082: result: yes
configure:4110: checking for fcntl.h
configure:4118: result: yes
configure:4006: checking rpc/rpcent.h usability
configure:4023: gcc -c -g -O2 conftest.c >&5
conftest.c:55: fatal error: rpc/rpcent.h: No such file or directory
compilation terminated.
configure:4029: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rpc/rpcent.h>
configure:4043: result: no
configure:4047: checking rpc/rpcent.h presence
configure:4062: gcc -E conftest.c
conftest.c:22: fatal error: rpc/rpcent.h: No such file or directory
compilation terminated.
configure:4068: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <rpc/rpcent.h>
configure:4082: result: no
configure:4110: checking for rpc/rpcent.h
configure:4118: result: no
configure:4006: checking netdnet/dnetdb.h usability
configure:4023: gcc -c -g -O2 conftest.c >&5
configure:4029: $? = 0
configure:4043: result: yes
configure:4047: checking netdnet/dnetdb.h presence
configure:4062: gcc -E conftest.c
configure:4068: $? = 0
configure:4082: result: yes
configure:4110: checking for netdnet/dnetdb.h
configure:4118: result: yes
configure:4135: checking for net/pfvar.h
configure:4158: gcc -c -g -O2 conftest.c >&5
conftest.c:27: fatal error: net/pfvar.h: No such file or directory
compilation terminated.
configure:4164: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <net/if.h>
|
| #include <net/pfvar.h>
configure:4180: result: no
configure:4198: checking for netinet/if_ether.h
configure:4220: gcc -c -g -O2 conftest.c >&5
configure:4226: $? = 0
configure:4242: result: yes
configure:4329: checking whether time.h and sys/time.h may both be included
configure:4359: gcc -c -g -O2 conftest.c >&5
configure:4365: $? = 0
configure:4380: result: yes
configure:4424: checking Linux kernel version
configure:4442: result: 2
configure:4486: checking smi.h usability
configure:4503: gcc -c -g -O2 conftest.c >&5
conftest.c:58: fatal error: smi.h: No such file or directory
compilation terminated.
configure:4509: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <smi.h>
configure:4523: result: no
configure:4527: checking smi.h presence
configure:4542: gcc -E conftest.c
conftest.c:25: fatal error: smi.h: No such file or directory
compilation terminated.
configure:4548: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include <smi.h>
configure:4562: result: no
configure:4590: checking for smi.h
configure:4598: result: no
configure:4612: checking for smiInit in -lsmi
configure:4647: gcc -o conftest -g -O2 conftest.c -lsmi >&5
/usr/bin/ld: cannot find -lsmi
collect2: ld returned 1 exit status
configure:4653: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char smiInit ();
| int
| main ()
| {
| return smiInit ();
| ;
| return 0;
| }
configure:4671: result: no
configure:4771: checking whether to enable the possibly-buggy SMB printer
configure:4781: result: yes
configure:4783: WARNING: The SMB printer may have exploitable buffer overflows!!!
configure:4802: checking whether to drop root privileges by default
configure:4812: result: no
configure:4822: checking whether to chroot
configure:4832: result: no
configure:4836: checking whether to enable ipv6
configure:4887: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:32: warning: incompatible implicit declaration of built-in function 'exit'
configure:4890: $? = 0
configure:4896: ./conftest
configure:4899: $? = 0
configure:4901: result: yes
configure:4931: checking ipv6 stack type
configure:5078: result: linux-glibc
configure:5113: checking for library containing getaddrinfo
configure:5154: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
configure:5160: $? = 0
configure:5188: result: none required
configure:5193: checking getaddrinfo bug
configure:5309: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:114: warning: incompatible implicit declaration of built-in function 'exit'
configure:5312: $? = 0
configure:5318: ./conftest
configure:5321: $? = 0
configure:5339: result: good
configure:5371: checking for getnameinfo
configure:5427: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
configure:5433: $? = 0
configure:5451: result: yes
configure:5471: checking for dnet_htoa declaration in netdnet/dnetdb.h
configure:5494: result: yes
configure:5504: checking for addrinfo
configure:5531: gcc -c -DINET6 -g -O2 conftest.c >&5
configure:5537: $? = 0
configure:5553: result: yes
configure:5572: checking for NI_MAXSERV
configure:5598: result: yes
configure:5612: checking for NI_NAMEREQD
configure:5638: result: yes
configure:5652: checking for sockaddr_storage
configure:5680: gcc -c -DINET6 -g -O2 conftest.c >&5
configure:5686: $? = 0
configure:5702: result: yes
configure:5724: checking for vfprintf
configure:5780: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
conftest.c:54: warning: conflicting types for built-in function 'vfprintf'
configure:5786: $? = 0
configure:5804: result: yes
configure:5724: checking for strcasecmp
configure:5780: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
conftest.c:55: warning: conflicting types for built-in function 'strcasecmp'
configure:5786: $? = 0
configure:5804: result: yes
configure:5724: checking for strlcat
configure:5780: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
/tmp/cc2IaACu.o: In function `main':
/home/jsdean/tcpdump/conftest.c:67: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:5786: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define INET6 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_NETDNET_DNETDB_H_DNET_HTOA 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:5804: result: no
configure:5724: checking for strlcpy
configure:5780: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
/tmp/ccSULVTA.o: In function `main':
/home/jsdean/tcpdump/conftest.c:67: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:5786: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define INET6 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_NETDNET_DNETDB_H_DNET_HTOA 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:5804: result: no
configure:5724: checking for strdup
configure:5780: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
conftest.c:56: warning: conflicting types for built-in function 'strdup'
configure:5786: $? = 0
configure:5804: result: yes
configure:5724: checking for strsep
configure:5780: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
configure:5786: $? = 0
configure:5804: result: yes
configure:5828: checking for fork
configure:5884: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
conftest.c:58: warning: conflicting types for built-in function 'fork'
configure:5890: $? = 0
configure:5908: result: yes
configure:5828: checking for vfork
configure:5884: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
configure:5890: $? = 0
configure:5908: result: yes
configure:5828: checking for strftime
configure:5884: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
conftest.c:60: warning: conflicting types for built-in function 'strftime'
configure:5890: $? = 0
configure:5908: result: yes
configure:5923: checking for setlinebuf
configure:5979: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
configure:5985: $? = 0
configure:6003: result: yes
configure:5923: checking for alarm
configure:5979: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
configure:5985: $? = 0
configure:6003: result: yes
configure:6020: checking for vsnprintf
configure:6076: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
conftest.c:63: warning: conflicting types for built-in function 'vsnprintf'
configure:6082: $? = 0
configure:6100: result: yes
configure:6020: checking for snprintf
configure:6076: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
conftest.c:64: warning: conflicting types for built-in function 'snprintf'
configure:6082: $? = 0
configure:6100: result: yes
configure:6122: checking return type of signal handlers
configure:6150: gcc -c -DINET6 -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:48: error: void value not ignored as it ought to be
configure:6156: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define INET6 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_NETDNET_DNETDB_H_DNET_HTOA 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSEP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_STRFTIME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:6171: result: void
configure:6207: checking for sigaction
configure:6263: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
configure:6269: $? = 0
configure:6287: result: yes
configure:6396: checking for library containing dnet_htoa
configure:6437: gcc -o conftest -DINET6 -g -O2 conftest.c >&5
/tmp/cc82cxqp.o: In function `main':
/home/jsdean/tcpdump/conftest.c:56: undefined reference to `dnet_htoa'
collect2: ld returned 1 exit status
configure:6443: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define INET6 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_NETDNET_DNETDB_H_DNET_HTOA 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSEP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_STRFTIME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_htoa ();
| int
| main ()
| {
| return dnet_htoa ();
| ;
| return 0;
| }
configure:6437: gcc -o conftest -DINET6 -g -O2 conftest.c -ldnet >&5
configure:6443: $? = 0
configure:6471: result: -ldnet
configure:6484: checking for main in -lrpc
configure:6513: gcc -o conftest -DINET6 -g -O2 conftest.c -lrpc -ldnet >&5
/usr/bin/ld: cannot find -lrpc
collect2: ld returned 1 exit status
configure:6519: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define INET6 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_NETDNET_DNETDB_H_DNET_HTOA 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSEP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_STRFTIME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_DNET_HTOA 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:6537: result: no
configure:6548: checking for library containing getrpcbynumber
configure:6589: gcc -o conftest -DINET6 -g -O2 conftest.c -ldnet >&5
configure:6595: $? = 0
configure:6623: result: none required
configure:6641: checking for library containing gethostbyname
configure:6682: gcc -o conftest -DINET6 -g -O2 conftest.c -ldnet >&5
configure:6688: $? = 0
configure:6716: result: none required
configure:6794: checking for library containing socket
configure:6835: gcc -o conftest -DINET6 -g -O2 conftest.c -ldnet >&5
configure:6841: $? = 0
configure:6869: result: none required
configure:6944: checking for library containing putmsg
configure:6985: gcc -o conftest -DINET6 -g -O2 conftest.c -ldnet >&5
configure:6991: $? = 0
configure:7019: result: none required
configure:7132: checking for local pcap library
configure:7374: result: ./../libpcap/libpcap.a
configure:7378: checking for pcap-config
configure:7396: found ./../libpcap/pcap-config
configure:7408: result: ./../libpcap/pcap-config
configure:7470: checking for pcap_loop
configure:7526: gcc -o conftest -DINET6 -g -O2 conftest.c ./../libpcap/libpcap.a -ldnet >&5
./../libpcap/libpcap.a(gencode.o): In function `pcap_compile':
/home/jsdean/libpcap/./gencode.c:451: undefined reference to `pcap_parse'
collect2: ld returned 1 exit status
configure:7532: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define inline inline
| #define HAVE___ATTRIBUTE__ 1
| #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDNET_DNETDB_H 1
| #define HAVE_NETINET_IF_ETHER_H 1
| #define TIME_WITH_SYS_TIME 1
| #define TCPDUMP_DO_SMB 1
| #define INET6 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_NETDNET_DNETDB_H_DNET_HTOA 1
| #define HAVE_ADDRINFO 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VFPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRSEP 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_STRFTIME 1
| #define HAVE_SETLINEBUF 1
| #define HAVE_ALARM 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define RETSIGTYPE void
| #define RETSIGVAL
| #define HAVE_SIGACTION 1
| #define HAVE_DNET_HTOA 1
| #define HAVE_GETRPCBYNUMBER 1
| /* end confdefs.h. */
| /* Define pcap_loop to an innocuous variant, in case <limits.h> declares pcap_loop.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pcap_loop innocuous_pcap_loop
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pcap_loop (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pcap_loop
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pcap_loop ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pcap_loop || defined __stub___pcap_loop
| choke me
| #endif
|
| int
| main ()
| {
| return pcap_loop ();
| ;
| return 0;
| }
configure:7549: result: no
configure:7556: error: Report this to tcpdump-workers@lists.tcpdump.org, and include the
config.log file in your report
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv___attribute__=yes
ac_cv___attribute___format_function_pointer=yes
ac_cv_addrinfo=yes
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_alarm=yes
ac_cv_func_fork=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_pcap_loop=no
ac_cv_func_setlinebuf=yes
ac_cv_func_sigaction=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strsep=yes
ac_cv_func_vfork=yes
ac_cv_func_vfprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_pfvar_h=no
ac_cv_header_netdnet_dnetdb_h=yes
ac_cv_header_netinet_if_ether_h=yes
ac_cv_header_rpc_rpcent_h=no
ac_cv_header_smi_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lbl_gcc_vers=4
ac_cv_lbl_inline=inline
ac_cv_lib_rpc_main=no
ac_cv_lib_smi_smiInit=no
ac_cv_linux_vers=2
ac_cv_maxserv=yes
ac_cv_namereqd=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PCAP_CONFIG=./../libpcap/pcap-config
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_sa_storage=yes
ac_cv_search_dnet_htoa=-ldnet
ac_cv_search_getaddrinfo='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_getrpcbynumber='none required'
ac_cv_search_putmsg='none required'
ac_cv_search_socket='none required'
ac_cv_type_signal=void
td_cv_buggygetaddrinfo=no
td_cv_decl_netdnet_dnetdb_h_dnet_htoa=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-DINET6 -g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=' strlcat.o strlcpy.o'
LIBS='./../libpcap/libpcap.a -ldnet '
LOCALSRC='print-ip6.c print-ip6opts.c print-mobility.c print-ripng.c print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c print-smb.c smbutil.c '
LTLIBOBJS=''
MAN_FILE_FORMATS=''
MAN_MISC_INFO=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCAP_CONFIG='./../libpcap/pcap-config'
RANLIB=''
SHELL='/bin/bash'
SHLICC2=''
V_CCOPT='-O2'
V_DEFS=' -D_U_="__attribute__((unused))"'
V_GROUP=''
V_INCLS='-I./../libpcap '
V_PCAPDEP='./../libpcap/libpcap.a'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define inline inline
#define HAVE___ATTRIBUTE__ 1
#define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETDNET_DNETDB_H 1
#define HAVE_NETINET_IF_ETHER_H 1
#define TIME_WITH_SYS_TIME 1
#define TCPDUMP_DO_SMB 1
#define INET6 1
#define HAVE_GETNAMEINFO 1
#define HAVE_NETDNET_DNETDB_H_DNET_HTOA 1
#define HAVE_ADDRINFO 1
#define HAVE_SOCKADDR_STORAGE 1
#define HAVE_VFPRINTF 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRSEP 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_STRFTIME 1
#define HAVE_SETLINEBUF 1
#define HAVE_ALARM 1
#define HAVE_VSNPRINTF 1
#define HAVE_SNPRINTF 1
#define RETSIGTYPE void
#define RETSIGVAL
#define HAVE_SIGACTION 1
#define HAVE_DNET_HTOA 1
#define HAVE_GETRPCBYNUMBER 1
configure: exit 1
-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.