(view as text)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by tcpdump configure 5.0.0-PRE-GIT, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = unstable10x
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_147441-19

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = unstable10x
Release = 5.10
KernelID = Generic_147441-19
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 8

/bin/arch              = i86pc
/usr/bin/arch -k       = i86pc
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/bin
PATH: /usr/bin
PATH: /usr/ccs/bin
PATH: /opt/csw/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2504: checking build system type
configure:2518: result: x86_64-pc-solaris2.10
configure:2538: checking host system type
configure:2551: result: x86_64-pc-solaris2.10
configure:2646: checking for gcc
configure:2673: result: /opt/solarisstudio12.3/bin/cc
configure:2902: checking for C compiler version
configure:2911: /opt/solarisstudio12.3/bin/cc --version >&5
cc: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
usage: cc [ options ] files.  Use 'cc -flags' for details
configure:2922: $? = 1
configure:2911: /opt/solarisstudio12.3/bin/cc -v >&5
usage: cc [ options ] files.  Use 'cc -flags' for details
configure:2922: $? = 1
configure:2911: /opt/solarisstudio12.3/bin/cc -V >&5
cc: Sun C 5.12 SunOS_i386 Patch 148918-11 2017/12/13
configure:2922: $? = 0
configure:2911: /opt/solarisstudio12.3/bin/cc -qversion >&5
cc: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise
usage: cc [ options ] files.  Use 'cc -flags' for details
configure:2922: $? = 1
configure:2942: checking whether the C compiler works
configure:2964: /opt/solarisstudio12.3/bin/cc  -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib conftest.c  >&5
configure:2968: $? = 0
configure:3016: result: yes
configure:3019: checking for C compiler default output file name
configure:3021: result: a.out
configure:3027: checking for suffix of executables
configure:3034: /opt/solarisstudio12.3/bin/cc -o conftest  -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib conftest.c  >&5
configure:3038: $? = 0
configure:3060: result: 
configure:3082: checking whether we are cross compiling
configure:3090: /opt/solarisstudio12.3/bin/cc -o conftest  -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib conftest.c  >&5
"conftest.c", line 17: warning: statement not reached
configure:3094: $? = 0
configure:3101: ./conftest
configure:3105: $? = 0
configure:3120: result: no
configure:3125: checking for suffix of object files
configure:3147: /opt/solarisstudio12.3/bin/cc -c  -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:3151: $? = 0
configure:3172: result: o
configure:3176: checking whether we are using the GNU C compiler
configure:3195: /opt/solarisstudio12.3/bin/cc -c  -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 14: undefined symbol: choke
"conftest.c", line 14: syntax error before or at: me
cc: acomp failed for conftest.c
configure:3195: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:3204: result: no
configure:3213: checking whether /opt/solarisstudio12.3/bin/cc accepts -g
configure:3233: /opt/solarisstudio12.3/bin/cc -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:3233: $? = 0
configure:3274: result: yes
configure:3291: checking for /opt/solarisstudio12.3/bin/cc option to accept ISO C89
configure:3354: /opt/solarisstudio12.3/bin/cc  -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 56: warning: statement not reached
configure:3354: $? = 0
configure:3367: result: none needed
configure:3387: checking for /opt/solarisstudio12.3/bin/cc option to accept ISO C99
configure:3536: /opt/solarisstudio12.3/bin/cc  -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only in a c99 compilation environment."
cc: acomp failed for conftest.c
configure:3536: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:3536: /opt/solarisstudio12.3/bin/cc -std=gnu99 -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: Warning: Option -d=gnu99 passed to ld, if ld is invoked, ignored otherwise
"/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only in a c99 compilation environment."
cc: acomp failed for conftest.c
configure:3536: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:3536: /opt/solarisstudio12.3/bin/cc -std=c99 -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: Warning: Option -d=c99 passed to ld, if ld is invoked, ignored otherwise
"/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only in a c99 compilation environment."
cc: acomp failed for conftest.c
configure:3536: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:3536: /opt/solarisstudio12.3/bin/cc -c99 -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: Warning: Option -99 passed to ld, if ld is invoked, ignored otherwise
"/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only in a c99 compilation environment."
cc: acomp failed for conftest.c
configure:3536: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:3536: /opt/solarisstudio12.3/bin/cc -AC99 -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"/usr/include/stdbool.h", line 42: #error: "Use of <stdbool.h> is valid only in a c99 compilation environment."
cc: acomp failed for conftest.c
configure:3536: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:3536: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 143: warning: statement not reached
configure:3536: $? = 0
configure:3556: result: -D_STDC_C99=
configure:3621: checking how to run the C preprocessor
configure:3652: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
configure:3652: $? = 0
configure:3666: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
"conftest.c", line 9: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:3666: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3691: result: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E
configure:3711: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
configure:3711: $? = 0
configure:3725: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
"conftest.c", line 9: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:3725: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3754: checking for grep that handles long lines and -e
configure:3812: result: /opt/csw/bin/ggrep
configure:3817: checking for egrep
configure:3879: result: /opt/csw/bin/ggrep -E
configure:3884: checking for ANSI C header files
configure:3904: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:3904: $? = 0
configure:3977: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c  >&5
configure:3977: $? = 0
configure:3977: ./conftest
configure:3977: $? = 0
configure:3988: result: yes
configure:4001: checking for sys/types.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4001: checking for sys/stat.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4001: checking for stdlib.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4001: checking for string.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4001: checking for memory.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4001: checking for strings.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4001: checking for inttypes.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4001: checking for stdint.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4001: checking for unistd.h
configure:4001: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4001: $? = 0
configure:4001: result: yes
configure:4016: checking rpc/rpc.h usability
configure:4016: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4016: $? = 0
configure:4016: result: yes
configure:4016: checking rpc/rpc.h presence
configure:4016: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
configure:4016: $? = 0
configure:4016: result: yes
configure:4016: checking for rpc/rpc.h
configure:4016: result: yes
configure:4016: checking rpc/rpcent.h usability
configure:4016: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4016: $? = 0
configure:4016: result: yes
configure:4016: checking rpc/rpcent.h presence
configure:4016: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
configure:4016: $? = 0
configure:4016: result: yes
configure:4016: checking for rpc/rpcent.h
configure:4016: result: yes
configure:4033: checking size of void *
configure:4038: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c  >&5
"conftest.c", line 84: warning: statement not reached
configure:4038: $? = 0
configure:4038: ./conftest
configure:4038: $? = 0
configure:4052: result: 4
configure:4070: checking size of time_t
configure:4075: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c  >&5
"conftest.c", line 54: warning: statement not reached
configure:4075: $? = 0
configure:4075: ./conftest
configure:4075: $? = 0
configure:4090: result: 4
configure:4191: checking for pkg-config
configure:4209: found /usr/bin/pkg-config
configure:4221: result: /usr/bin/pkg-config
configure:4246: checking pkg-config is at least version 0.17.0
configure:4252: result: no
configure:4263: checking for brew
configure:4296: result: no
configure:4312: checking smi.h usability
configure:4312: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:4312: $? = 0
configure:4312: result: yes
configure:4312: checking smi.h presence
configure:4312: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
configure:4312: $? = 0
configure:4312: result: yes
configure:4312: checking for smi.h
configure:4312: result: yes
configure:4318: checking for smiInit in -lsmi
configure:4343: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsmi   >&5
"conftest.c", line 36: warning: statement not reached
configure:4343: $? = 0
configure:4352: result: yes
configure:4359: checking whether to enable libsmi
configure:4397: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsmi  >&5
configure:4397: $? = 0
configure:4397: ./conftest
configure:4397: $? = 0
configure:4399: result: yes
configure:4435: checking whether to enable the instrument functions code
configure:4500: result: no
configure:4505: checking whether to enable the possibly-buggy SMB printer
configure:4522: result: no
configure:4527: checking whether to drop root privileges by default
configure:4539: result: no
configure:4556: checking whether to chroot
configure:4569: result: no
configure:4611: checking sys/capsicum.h usability
configure:4611: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 57: cannot find include file: <sys/capsicum.h>
cc: acomp failed for conftest.c
configure:4611: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 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 <sys/capsicum.h>
configure:4611: result: no
configure:4611: checking sys/capsicum.h presence
configure:4611: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
"conftest.c", line 24: cannot find include file: <sys/capsicum.h>
cc: acomp failed for conftest.c
configure:4611: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| /* end confdefs.h.  */
| #include <sys/capsicum.h>
configure:4611: result: no
configure:4611: checking for sys/capsicum.h
configure:4611: result: no
configure:4635: checking for cap_init in -lcasper
configure:4660: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lcasper  -lsmi  >&5
"conftest.c", line 37: warning: statement not reached
ld: fatal: library -lcasper: not found
ld: fatal: file processing errors. No output written to conftest
configure:4660: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 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 cap_init ();
| int
| main ()
| {
| return cap_init ();
|   ;
|   return 0;
| }
configure:4669: result: no
configure:4675: checking for cap_gethostbyaddr in -lcap_dns
configure:4700: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lcap_dns  -lsmi  >&5
"conftest.c", line 37: warning: statement not reached
ld: fatal: library -lcap_dns: not found
ld: fatal: file processing errors. No output written to conftest
configure:4700: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 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 cap_gethostbyaddr ();
| int
| main ()
| {
| return cap_gethostbyaddr ();
|   ;
|   return 0;
| }
configure:4709: result: no
configure:4716: checking whether to sandbox using capsicum
configure:4725: result: no
configure:4728: checking whether to sandbox using Casper library
configure:4737: result: no
configure:4749: checking for gethostbyaddr
configure:4749: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsmi  >&5
"conftest.c", line 60: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
gethostbyaddr                       conftest.o
ld: fatal: symbol referencing errors. No output written to conftest
configure:4749: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| /* end confdefs.h.  */
| /* Define gethostbyaddr to an innocuous variant, in case <limits.h> declares gethostbyaddr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethostbyaddr innocuous_gethostbyaddr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethostbyaddr (); 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 gethostbyaddr
| 
| /* 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 gethostbyaddr ();
| /* 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_gethostbyaddr || defined __stub___gethostbyaddr
| choke me
| #endif
| 
| int
| main ()
| {
| return gethostbyaddr ();
|   ;
|   return 0;
| }
configure:4749: result: no
configure:4754: checking for gethostbyaddr in -lsocket
configure:4779: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 37: warning: statement not reached
configure:4779: $? = 0
configure:4788: result: yes
configure:4850: checking for strlcat
configure:4850: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 60: warning: statement not reached
configure:4850: $? = 0
configure:4850: result: yes
configure:4863: checking for strlcpy
configure:4863: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 61: warning: statement not reached
configure:4863: $? = 0
configure:4863: result: yes
configure:4876: checking for strsep
configure:4876: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 62: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
strsep                              conftest.o
ld: fatal: symbol referencing errors. No output written to conftest
configure:4876: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| /* end confdefs.h.  */
| /* Define strsep to an innocuous variant, in case <limits.h> declares strsep.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strsep innocuous_strsep
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strsep (); 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 strsep
| 
| /* 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 strsep ();
| /* 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_strsep || defined __stub___strsep
| choke me
| #endif
| 
| int
| main ()
| {
| return strsep ();
|   ;
|   return 0;
| }
configure:4876: result: no
configure:4889: checking for getservent
configure:4889: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 62: warning: statement not reached
configure:4889: $? = 0
configure:4889: result: yes
configure:4902: checking for getopt_long
configure:4902: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 63: warning: statement not reached
configure:4902: $? = 0
configure:4902: result: yes
configure:4919: checking for fork
configure:4919: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 64: warning: statement not reached
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for vfork
configure:4919: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 65: warning: statement not reached
configure:4919: $? = 0
configure:4919: result: yes
configure:4943: checking whether snprintf is suitable
configure:4995: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
configure:4995: $? = 0
configure:4995: ./conftest
configure:4995: $? = 0
configure:4997: result: yes
configure:5013: checking for main in -lrpc
configure:5032: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lrpc  -lsocket -lnsl -lsmi  >&5
"conftest.c", line 37: warning: statement not reached
ld: fatal: library -lrpc: not found
ld: fatal: file processing errors. No output written to conftest
configure:5032: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:5041: result: no
configure:5052: checking for library containing getrpcbynumber
configure:5083: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lsocket -lnsl -lsmi  >&5
"conftest.c", line 43: warning: statement not reached
configure:5083: $? = 0
configure:5100: result: none required
configure:5115: checking whether to look for a local libpcap
configure:5136: result: yes
configure:5141: checking for local pcap library
configure:5164: result: not found
configure:5680: checking for pcap-config
configure:5698: found /export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/bin/pcap-config
configure:5710: result: /export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/bin/pcap-config
configure:6205: checking for pcap_loop
configure:6205: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 67: warning: statement not reached
configure:6205: $? = 0
configure:6205: result: yes
configure:6248: checking for ether_ntohost
configure:6248: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 67: warning: statement not reached
configure:6248: $? = 0
configure:6248: result: yes
configure:6260: checking whether ether_ntohost is declared
configure:6260: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 33: cannot find include file: <net/ethernet.h>
"conftest.c", line 43: undefined symbol: ether_ntohost
cc: acomp failed for conftest.c
configure:6260: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| /* end confdefs.h.  */
| 
| #include <net/ethernet.h>
| 
| 
| int
| main ()
| {
| #ifndef ether_ntohost
| #ifdef __cplusplus
|   (void) ether_ntohost;
| #else
|   (void) ether_ntohost;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:6260: result: no
configure:6287: checking whether ether_ntohost is declared
configure:6287: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 33: cannot find include file: <netinet/ether.h>
"conftest.c", line 43: undefined symbol: ether_ntohost
cc: acomp failed for conftest.c
configure:6287: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| /* end confdefs.h.  */
| 
| #include <netinet/ether.h>
| 
| 
| int
| main ()
| {
| #ifndef ether_ntohost
| #ifdef __cplusplus
|   (void) ether_ntohost;
| #else
|   (void) ether_ntohost;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:6287: result: no
configure:6316: checking whether ether_ntohost is declared
configure:6316: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"/usr/include/sys/ethernet.h", line 25: syntax error before or at: ether_addr_t
"/usr/include/sys/ethernet.h", line 31: syntax error before or at: ether_addr_t
"/usr/include/sys/ethernet.h", line 38: incomplete struct/union/enum ether_addr: ether_dhost
"/usr/include/sys/ethernet.h", line 40: syntax error before or at: ushort_t
"/usr/include/sys/ethernet.h", line 48: syntax error before or at: ushort_t
"/usr/include/sys/ethernet.h", line 58: syntax error before or at: ushort_t
"/usr/include/sys/ethernet.h", line 123: member cannot be function: ether_ntoa
"/usr/include/sys/ethernet.h", line 124: syntax error before or at: extern
"/usr/include/sys/ethernet.h", line 124: member cannot be function: ether_aton
"/usr/include/sys/ethernet.h", line 125: syntax error before or at: extern
"/usr/include/sys/ethernet.h", line 125: member cannot be function: ether_ntohost
"/usr/include/sys/ethernet.h", line 126: syntax error before or at: extern
"/usr/include/sys/ethernet.h", line 126: member cannot be function: ether_hostton
"/usr/include/sys/ethernet.h", line 127: syntax error before or at: extern
"/usr/include/sys/ethernet.h", line 127: member cannot be function: ether_line
"conftest.c", line 37: member cannot be function: main
"conftest.c", line 38: warning: syntax requires ";" after last struct/union member
"conftest.c", line 38: syntax error before or at: {
"conftest.c", line 43: warning: syntax requires ";" after last struct/union member
"/usr/include/sys/ethernet.h", line 57: zero-sized struct/union
"conftest.c", line 49: warning: syntax requires ";" after last struct/union member
cc: acomp failed for conftest.c
configure:6316: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| /* end confdefs.h.  */
| 
| #include <sys/ethernet.h>
| 
| 
| int
| main ()
| {
| #ifndef ether_ntohost
| #ifdef __cplusplus
|   (void) ether_ntohost;
| #else
|   (void) ether_ntohost;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:6316: result: no
configure:6347: checking whether ether_ntohost is declared
configure:6347: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 43: undefined symbol: ether_ntohost
cc: acomp failed for conftest.c
configure:6347: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| /* end confdefs.h.  */
| 
| #include <arpa/inet.h>
| 
| 
| int
| main ()
| {
| #ifndef ether_ntohost
| #ifdef __cplusplus
|   (void) ether_ntohost;
| #else
|   (void) ether_ntohost;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:6347: result: no
configure:6379: checking whether ether_ntohost is declared
configure:6379: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
configure:6379: $? = 0
configure:6379: result: yes
configure:6430: checking for buggy ether_ntohost
configure:6519: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
configure:6519: $? = 0
configure:6519: ./conftest
configure:6519: $? = 0
configure:6529: result: no
configure:6548: checking for pcap_create
configure:6548: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 71: warning: statement not reached
configure:6548: $? = 0
configure:6548: result: yes
configure:6562: checking for pcap_set_tstamp_type
configure:6562: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 71: warning: statement not reached
configure:6562: $? = 0
configure:6562: result: yes
configure:6577: checking for pcap_set_tstamp_precision
configure:6577: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 72: warning: statement not reached
configure:6577: $? = 0
configure:6577: result: yes
configure:6594: checking for pcap_set_immediate_mode
configure:6594: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 73: warning: statement not reached
configure:6594: $? = 0
configure:6594: result: yes
configure:6594: checking for pcap_dump_ftell64
configure:6594: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 74: warning: statement not reached
configure:6594: $? = 0
configure:6594: result: yes
configure:6612: checking for pcap_open
configure:6612: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 75: warning: statement not reached
configure:6612: $? = 0
configure:6612: result: yes
configure:6612: checking for pcap_findalldevs_ex
configure:6612: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 76: warning: statement not reached
configure:6612: $? = 0
configure:6612: result: yes
configure:6628: checking for pcap_set_parser_debug
configure:6628: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 77: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
pcap_set_parser_debug               conftest.o
ld: fatal: symbol referencing errors. No output written to conftest
configure:6628: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| /* end confdefs.h.  */
| /* Define pcap_set_parser_debug to an innocuous variant, in case <limits.h> declares pcap_set_parser_debug.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pcap_set_parser_debug innocuous_pcap_set_parser_debug
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pcap_set_parser_debug (); 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_set_parser_debug
| 
| /* 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_set_parser_debug ();
| /* 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_set_parser_debug || defined __stub___pcap_set_parser_debug
| choke me
| #endif
| 
| int
| main ()
| {
| return pcap_set_parser_debug ();
|   ;
|   return 0;
| }
configure:6628: result: no
configure:6642: checking whether pcap_debug is defined by libpcap
configure:6660: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 51: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
pcap_debug                          conftest.o
ld: fatal: symbol referencing errors. No output written to conftest
configure:6660: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| 		extern int pcap_debug;
| 
| 		return pcap_debug;
| 
|   ;
|   return 0;
| }
| 
configure:6674: result: no
configure:6679: checking whether yydebug is defined by libpcap
configure:6697: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 51: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
yydebug                             conftest.o
ld: fatal: symbol referencing errors. No output written to conftest
configure:6697: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| 			extern int yydebug;
| 
| 			return yydebug;
| 
|   ;
|   return 0;
| }
| 
configure:6711: result: no
configure:6718: checking for pcap_set_optimizer_debug
configure:6718: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 77: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
pcap_set_optimizer_debug            conftest.o
ld: fatal: symbol referencing errors. No output written to conftest
configure:6718: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| /* end confdefs.h.  */
| /* Define pcap_set_optimizer_debug to an innocuous variant, in case <limits.h> declares pcap_set_optimizer_debug.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pcap_set_optimizer_debug innocuous_pcap_set_optimizer_debug
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pcap_set_optimizer_debug (); 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_set_optimizer_debug
| 
| /* 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_set_optimizer_debug ();
| /* 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_set_optimizer_debug || defined __stub___pcap_set_optimizer_debug
| choke me
| #endif
| 
| int
| main ()
| {
| return pcap_set_optimizer_debug ();
|   ;
|   return 0;
| }
configure:6718: result: no
configure:6734: checking for bpf_dump
configure:6734: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  >&5
"conftest.c", line 77: warning: statement not reached
configure:6734: $? = 0
configure:6734: result: yes
configure:6782: checking pcap/pcap-inttypes.h usability
configure:6782: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -I/usr/local/include  -I/usr/local/include conftest.c >&5
configure:6782: $? = 0
configure:6782: result: yes
configure:6782: checking pcap/pcap-inttypes.h presence
configure:6782: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -I/usr/local/include  -I/usr/local/include conftest.c
configure:6782: $? = 0
configure:6782: result: yes
configure:6782: checking for pcap/pcap-inttypes.h
configure:6782: result: yes
configure:6799: checking for u_int8_t
configure:6799: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 82: undefined symbol: u_int8_t
cc: acomp failed for conftest.c
configure:6799: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_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 <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof (u_int8_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:6799: result: no
configure:6811: checking for u_int16_t
configure:6811: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 83: undefined symbol: u_int16_t
cc: acomp failed for conftest.c
configure:6811: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| /* 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 <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof (u_int16_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:6811: result: no
configure:6823: checking for u_int32_t
configure:6823: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 84: undefined symbol: u_int32_t
cc: acomp failed for conftest.c
configure:6823: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| /* 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 <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof (u_int32_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:6823: result: no
configure:6835: checking for u_int64_t
configure:6835: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 85: undefined symbol: u_int64_t
cc: acomp failed for conftest.c
configure:6835: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| /* 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 <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof (u_int64_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:6835: result: no
configure:6891: checking for ranlib
configure:6907: found /usr/ccs/bin/ranlib
configure:6918: result: ranlib
configure:6983: checking for ar
configure:6999: found /usr/ccs/bin/ar
configure:7010: result: ar
configure:7043: checking whether the compiler supports the -W option
configure:7077: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -W -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include
configure:7077: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7086: result: no
configure:7095: checking whether the compiler supports the -Wall option
configure:7129: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wall -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program all
configure:7129: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7138: result: no
configure:7147: checking whether the compiler supports the -Wassign-enum option
configure:7181: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wassign-enum -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program assign-enum
configure:7181: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7190: result: no
configure:7199: checking whether the compiler supports the -Wcast-qual option
configure:7233: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wcast-qual -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program cast-qual
configure:7233: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7242: result: no
configure:7251: checking whether the compiler supports the -Wmissing-prototypes option
configure:7285: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wmissing-prototypes -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program missing-prototypes
configure:7285: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7294: result: no
configure:7303: checking whether the compiler supports the -Wmissing-variable-declarations option
configure:7337: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wmissing-variable-declarations -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program missing-variable-declarations
configure:7337: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7346: result: no
configure:7355: checking whether the compiler supports the -Wnull-pointer-subtraction option
configure:7389: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wnull-pointer-subtraction -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program null-pointer-subtraction
configure:7389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7398: result: no
configure:7407: checking whether the compiler supports the -Wold-style-definition option
configure:7441: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wold-style-definition -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program old-style-definition
configure:7441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7450: result: no
configure:7459: checking whether the compiler supports the -Wpedantic option
configure:7493: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wpedantic -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program pedantic
configure:7493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7502: result: no
configure:7511: checking whether the compiler supports the -Wpointer-arith option
configure:7545: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wpointer-arith -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program pointer-arith
configure:7545: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7554: result: no
configure:7563: checking whether the compiler supports the -Wpointer-sign option
configure:7597: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wpointer-sign -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program pointer-sign
configure:7597: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7606: result: no
configure:7615: checking whether the compiler supports the -Wshadow option
configure:7649: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wshadow -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program shadow
configure:7649: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7658: result: no
configure:7667: checking whether the compiler supports the -Wsign-compare option
configure:7701: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wsign-compare -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program sign-compare
configure:7701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7710: result: no
configure:7719: checking whether the compiler supports the -Wstrict-prototypes option
configure:7753: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wstrict-prototypes -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program strict-prototypes
configure:7753: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7762: result: no
configure:7771: checking whether the compiler supports the -Wundef option
configure:7805: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wundef -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program undef
configure:7805: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7814: result: no
configure:7823: checking whether the compiler supports the -Wunreachable-code-return option
configure:7857: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wunreachable-code-return -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program unreachable-code-return
configure:7857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7866: result: no
configure:7875: checking whether the compiler supports the -Wunused-but-set-parameter option
configure:7909: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wunused-but-set-parameter -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program unused-but-set-parameter
configure:7909: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7918: result: no
configure:7927: checking whether the compiler supports the -Wunused-but-set-variable option
configure:7961: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wunused-but-set-variable -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program unused-but-set-variable
configure:7961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:7970: result: no
configure:7979: checking whether the compiler supports the -Wused-but-marked-unused option
configure:8013: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wused-but-marked-unused -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program used-but-marked-unused
configure:8013: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:8022: result: no
configure:8031: checking whether the compiler supports the -Wwrite-strings option
configure:8065: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -Wwrite-strings -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
cc: -W option with unknown program write-strings
configure:8065: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| /* end confdefs.h.  */
| int main(void) { return 0; }
configure:8074: result: no
configure:8084: checking whether the compiler supports generating dependencies
configure:8154: eval "$CC $ac_lbl_dependency_flag conftest.c >/dev/null 2>&1"
configure:8157: $? = 0
configure:8159: result: yes, with -xM
configure:8185: checking whether to use an os-proto.h header
configure:8197: result: no
configure:8203: checking whether to use OpenSSL/libressl libcrypto
configure:8240: result: yes, if available
configure:8501: checking whether we have a system OpenSSL/libressl that we can use
configure:8519: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  -lcrypto >&5
"conftest.c", line 58: warning: statement not reached
configure:8519: $? = 0
configure:8521: result: yes
configure:8630: checking for EVP_CIPHER_CTX_new
configure:8630: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  -lcrypto >&5
"conftest.c", line 84: warning: statement not reached
configure:8630: $? = 0
configure:8630: result: yes
configure:8630: checking for EVP_DecryptInit_ex
configure:8630: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  -lcrypto >&5
"conftest.c", line 85: warning: statement not reached
configure:8630: $? = 0
configure:8630: result: yes
configure:8646: checking whether to use libcap-ng
configure:8672: result: yes, if available
configure:8678: checking for capng_change_id in -lcap-ng
configure:8703: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -o conftest -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include -L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib conftest.c -lcap-ng  -L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  -lcrypto >&5
"conftest.c", line 63: warning: statement not reached
ld: fatal: library -lcap-ng: not found
ld: fatal: file processing errors. No output written to conftest
configure:8703: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| #define HAVE_LIBCRYPTO 1
| #define HAVE_EVP_CIPHER_CTX_NEW 1
| #define HAVE_EVP_DECRYPTINIT_EX 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 capng_change_id ();
| int
| main ()
| {
| return capng_change_id ();
|   ;
|   return 0;
| }
configure:8712: result: no
configure:8725: checking cap-ng.h usability
configure:8725: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -c -g -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c >&5
"conftest.c", line 83: cannot find include file: <cap-ng.h>
cc: acomp failed for conftest.c
configure:8725: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| #define HAVE_LIBCRYPTO 1
| #define HAVE_EVP_CIPHER_CTX_NEW 1
| #define HAVE_EVP_DECRYPTINIT_EX 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 <cap-ng.h>
configure:8725: result: no
configure:8725: checking cap-ng.h presence
configure:8725: /opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E -I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include conftest.c
"conftest.c", line 50: cannot find include file: <cap-ng.h>
cc: acomp failed for conftest.c
configure:8725: $? = 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "tcpdump"
| #define PACKAGE_TARNAME "tcpdump"
| #define PACKAGE_VERSION "5.0.0-PRE-GIT"
| #define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
| #define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
| #define PACKAGE_URL ""
| #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_RPC_RPC_H 1
| #define HAVE_RPC_RPCENT_H 1
| #define SIZEOF_VOID_P 4
| #define SIZEOF_TIME_T 4
| #define USE_LIBSMI 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_GETSERVENT 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_GETRPCBYNUMBER 1
| #define HAVE_ETHER_NTOHOST 1
| #define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
| #define HAVE_DECL_ETHER_NTOHOST 1
| #define USE_ETHER_NTOHOST 1
| #define HAVE_PCAP_SET_TSTAMP_TYPE 1
| #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
| #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
| #define HAVE_PCAP_DUMP_FTELL64 1
| #define HAVE_PCAP_OPEN 1
| #define HAVE_PCAP_FINDALLDEVS_EX 1
| #define HAVE_BPF_DUMP 1
| #define HAVE_PCAP_PCAP_INTTYPES_H 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| #define u_int32_t uint32_t
| #define u_int64_t uint64_t
| #define HAVE_LIBCRYPTO 1
| #define HAVE_EVP_CIPHER_CTX_NEW 1
| #define HAVE_EVP_DECRYPTINIT_EX 1
| /* end confdefs.h.  */
| #include <cap-ng.h>
configure:8725: result: no
configure:8725: checking for cap-ng.h
configure:8725: result: no
configure:8764: checking for a BSD-compatible install
configure:8832: result: /opt/csw/bin/ginstall -c
configure:8965: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by tcpdump config.status 5.0.0-PRE-GIT, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on unstable10x

config.status:870: creating Makefile
config.status:870: creating tcpdump.1
config.status:870: creating config.h
config.status:1059: executing .devel commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_buggy_ether_ntohost=no
ac_cv_build=x86_64-pc-solaris2.10
ac_cv_c_compiler_gnu=no
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/opt/solarisstudio12.3/bin/cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib'
ac_cv_env_LIBCRYPTO_CFLAGS_set=
ac_cv_env_LIBCRYPTO_CFLAGS_value=
ac_cv_env_LIBCRYPTO_LIBS_STATIC_set=
ac_cv_env_LIBCRYPTO_LIBS_STATIC_value=
ac_cv_env_LIBCRYPTO_LIBS_set=
ac_cv_env_LIBCRYPTO_LIBS_value=
ac_cv_env_LIBPCAP_CFLAGS_set=
ac_cv_env_LIBPCAP_CFLAGS_value=
ac_cv_env_LIBPCAP_LIBS_STATIC_set=
ac_cv_env_LIBPCAP_LIBS_STATIC_value=
ac_cv_env_LIBPCAP_LIBS_set=
ac_cv_env_LIBPCAP_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_EVP_CIPHER_CTX_new=yes
ac_cv_func_EVP_DecryptInit_ex=yes
ac_cv_func_bpf_dump=yes
ac_cv_func_ether_ntohost=yes
ac_cv_func_fork=yes
ac_cv_func_gethostbyaddr=no
ac_cv_func_getopt_long=yes
ac_cv_func_getservent=yes
ac_cv_func_pcap_create=yes
ac_cv_func_pcap_dump_ftell64=yes
ac_cv_func_pcap_findalldevs_ex=yes
ac_cv_func_pcap_loop=yes
ac_cv_func_pcap_open=yes
ac_cv_func_pcap_set_immediate_mode=yes
ac_cv_func_pcap_set_optimizer_debug=no
ac_cv_func_pcap_set_parser_debug=no
ac_cv_func_pcap_set_tstamp_precision=yes
ac_cv_func_pcap_set_tstamp_type=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strsep=no
ac_cv_func_vfork=yes
ac_cv_have_decl_ether_ntohost=yes
ac_cv_header_cap_ng_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pcap_pcap_inttypes_h=yes
ac_cv_header_rpc_rpc_h=yes
ac_cv_header_rpc_rpcent_h=yes
ac_cv_header_smi_h=yes
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_capsicum_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-solaris2.10
ac_cv_lib_cap_dns_cap_gethostbyaddr=no
ac_cv_lib_cap_ng_capng_change_id=no
ac_cv_lib_casper_cap_init=no
ac_cv_lib_rpc_main=no
ac_cv_lib_smi_smiInit=yes
ac_cv_lib_socket_gethostbyaddr=yes
ac_cv_objext=o
ac_cv_path_EGREP='/opt/csw/bin/ggrep -E'
ac_cv_path_GREP=/opt/csw/bin/ggrep
ac_cv_path_ac_pt_PCAP_CONFIG=/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/bin/pcap-config
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/opt/csw/bin/ginstall -c'
ac_cv_prog_CPP='/opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/opt/solarisstudio12.3/bin/cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-D_STDC_C99=
ac_cv_prog_cc_g=yes
ac_cv_search_getrpcbynumber='none required'
ac_cv_sizeof_time_t=4
ac_cv_sizeof_void_p=4
ac_cv_type_u_int16_t=no
ac_cv_type_u_int32_t=no
ac_cv_type_u_int64_t=no
ac_cv_type_u_int8_t=no
ac_lbl_cv_pcap_debug_defined=no
ac_lbl_cv_yydebug_defined=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
BREW=''
CC='/opt/solarisstudio12.3/bin/cc -D_STDC_C99='
CFLAGS='-g'
CPP='/opt/solarisstudio12.3/bin/cc -D_STDC_C99= -E'
CPPFLAGS='-I/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/include -I/opt/csw/include'
DEFS='-DHAVE_CONFIG_H'
DEPENDENCY_CFLAG='-xM'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/opt/csw/bin/ggrep -E'
EXEEXT=''
GREP='/opt/csw/bin/ggrep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS='-L/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -L/opt/csw/lib -R/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/lib -R/opt/csw/lib -L/usr/local/lib'
LIBCRYPTO_CFLAGS=''
LIBCRYPTO_LIBS='-lcrypto'
LIBCRYPTO_LIBS_STATIC=''
LIBOBJS=' ${LIBOBJDIR}strsep$U.o'
LIBPCAP_CFLAGS=''
LIBPCAP_LIBS=''
LIBPCAP_LIBS_STATIC=''
LIBS='-L/usr/local/lib -Wl,-R,/usr/local/lib -lpcap -lsocket -lnsl -lsmi  -lcrypto'
LOCALSRC=''
LTLIBOBJS=' ${LIBOBJDIR}strsep$U.lo'
MAN_FILE_FORMATS='4'
MAN_MISC_INFO='5'
MKDEP='${top_srcdir}/mkdep'
OBJEXT='o'
PACKAGE_BUGREPORT='https://github.com/the-tcpdump-group/tcpdump/issues'
PACKAGE_NAME='tcpdump'
PACKAGE_STRING='tcpdump 5.0.0-PRE-GIT'
PACKAGE_TARNAME='tcpdump'
PACKAGE_URL=''
PACKAGE_VERSION='5.0.0-PRE-GIT'
PATH_SEPARATOR=':'
PCAP_CONFIG='/export/home/buildbot/slave/libpcap-solaris10-i386/install/usr/local/bin/pcap-config'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
SHELL='/bin/bash'
V_CCOPT=' -O'
V_DEFS=''
V_INCLS='-I/usr/local/include  -I/usr/local/include '
V_PCAPDEP=''
ac_ct_CC='/opt/solarisstudio12.3/bin/cc'
bindir='${exec_prefix}/bin'
build='x86_64-pc-solaris2.10'
build_alias=''
build_cpu='x86_64'
build_os='solaris2.10'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-solaris2.10'
host_alias=''
host_cpu='x86_64'
host_os='solaris2.10'
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='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "tcpdump"
#define PACKAGE_TARNAME "tcpdump"
#define PACKAGE_VERSION "5.0.0-PRE-GIT"
#define PACKAGE_STRING "tcpdump 5.0.0-PRE-GIT"
#define PACKAGE_BUGREPORT "https://github.com/the-tcpdump-group/tcpdump/issues"
#define PACKAGE_URL ""
#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_RPC_RPC_H 1
#define HAVE_RPC_RPCENT_H 1
#define SIZEOF_VOID_P 4
#define SIZEOF_TIME_T 4
#define USE_LIBSMI 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_GETSERVENT 1
#define HAVE_GETOPT_LONG 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_GETRPCBYNUMBER 1
#define HAVE_ETHER_NTOHOST 1
#define NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST 1
#define HAVE_DECL_ETHER_NTOHOST 1
#define USE_ETHER_NTOHOST 1
#define HAVE_PCAP_SET_TSTAMP_TYPE 1
#define HAVE_PCAP_SET_TSTAMP_PRECISION 1
#define HAVE_PCAP_SET_IMMEDIATE_MODE 1
#define HAVE_PCAP_DUMP_FTELL64 1
#define HAVE_PCAP_OPEN 1
#define HAVE_PCAP_FINDALLDEVS_EX 1
#define HAVE_BPF_DUMP 1
#define HAVE_PCAP_PCAP_INTTYPES_H 1
#define u_int8_t uint8_t
#define u_int16_t uint16_t
#define u_int32_t uint32_t
#define u_int64_t uint64_t
#define HAVE_LIBCRYPTO 1
#define HAVE_EVP_CIPHER_CTX_NEW 1
#define HAVE_EVP_DECRYPTINIT_EX 1

configure: exit 0