Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] No rule to make target gtk/libui.a needed by ethereal stop

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Wed, 22 Jun 2005 12:26:33 -0400
Hi guys,

I am a first-time ethereal compiler...
tethereal runs aok, but 
ethereal didnt compile...

After 
./configure; make;  make install;
I decided to try:
"make ethereal" by itself and it said:
No rule to make target gtk/libui.a needed by ethereal stop

-Not sure what to do next.
I know you guys work hard and I appreciate any help!
-Jim Pruett

----------------------------------------------
Here are the packages which I compiled:
(Q: I didnt put in the patches, ugh, should I have???)
atk1-1.10.1-1mdk.src.rpm
ethereal-0.10.11-3mdk.src.rpm
gettext-0.14.2-1mdk.src.rpm
gtk+2.0-2.6.8-1mdk.src.rpm
pango-1.8.1-1mdk.src.rpm
bison-2.0-2.0-1mdk.src.rpm
flex-2.5.4a-22mdk.src.rpm
glib2.0-2.6.5-1mdk.src.rpm
libpcap-devel-0.8.3-3mdk.src.rpm
yacc-91.7.30-768.i586.rpm


---Config.log-------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

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

hostname = localhost
uname -m = i686
uname -r = 2.6.11-6mdk
uname -s = Linux
uname -v = #1 Tue Mar 22 16:04:32 CET 2005

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

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

PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin


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

configure:1566: checking build system type
configure:1584: result: i686-pc-linux-gnu
configure:1592: checking host system type
configure:1606: result: i686-pc-linux-gnu
configure:1614: checking target system type
configure:1628: result: i686-pc-linux-gnu
configure:1657: checking for a BSD-compatible install
configure:1712: result: /usr/bin/install -c
configure:1723: checking whether build environment is sane
configure:1766: result: yes
configure:1831: checking for gawk
configure:1847: found /bin/gawk
configure:1857: result: gawk
configure:1867: checking whether make sets $(MAKE)
configure:1887: result: yes
configure:2128: checking for gcc
configure:2144: found /usr/bin/gcc
configure:2154: result: gcc
configure:2398: checking for C compiler version
configure:2401: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2404: $? = 0
configure:2406: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-
slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-
shared --enable-threads=posix --disable-checking --enable-long-long --enable-
__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-
languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-
zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:2409: $? = 0
configure:2411: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2414: $? = 1
configure:2437: checking for C compiler default output file name
configure:2440: gcc    conftest.c  >&5
configure:2443: $? = 0
configure:2489: result: a.out
configure:2494: checking whether the C compiler works
configure:2500: ./a.out
configure:2503: $? = 0
configure:2520: result: yes
configure:2527: checking whether we are cross compiling
configure:2529: result: no
configure:2532: checking for suffix of executables
configure:2534: gcc -o conftest    conftest.c  >&5
configure:2537: $? = 0
configure:2562: result: 
configure:2568: checking for suffix of object files
configure:2589: gcc -c   conftest.c >&5
configure:2592: $? = 0
configure:2614: result: o
configure:2618: checking whether we are using the GNU C compiler
configure:2642: gcc -c   conftest.c >&5
configure:2648: $? = 0
configure:2652: test -z 
			 || test ! -s conftest.err
configure:2655: $? = 0
configure:2658: test -s conftest.o
configure:2661: $? = 0
configure:2674: result: yes
configure:2680: checking whether gcc accepts -g
configure:2701: gcc -c -g  conftest.c >&5
configure:2707: $? = 0
configure:2711: test -z 
			 || test ! -s conftest.err
configure:2714: $? = 0
configure:2717: test -s conftest.o
configure:2720: $? = 0
configure:2731: result: yes
configure:2748: checking for gcc option to accept ANSI C
configure:2818: gcc  -c -g -O2  conftest.c >&5
configure:2824: $? = 0
configure:2828: test -z 
			 || test ! -s conftest.err
configure:2831: $? = 0
configure:2834: test -s conftest.o
configure:2837: $? = 0
configure:2855: result: none needed
configure:2873: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2879: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3023: checking for style of include used by make
configure:3051: result: GNU
configure:3079: checking dependency style of gcc
configure:3169: result: gcc3
configure:3191: checking how to run the C preprocessor
configure:3226: gcc -E  conftest.c
configure:3232: $? = 0
configure:3264: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3270: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3309: result: gcc -E
configure:3333: gcc -E  conftest.c
configure:3339: $? = 0
configure:3371: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3377: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3471: checking for a sed that does not truncate output
configure:3525: result: /bin/sed
configure:3528: checking for egrep
configure:3538: result: grep -E
configure:3554: checking for ld used by gcc
configure:3621: result: /usr/bin/ld
configure:3630: checking if the linker (/usr/bin/ld) is GNU ld
configure:3645: result: yes
configure:3650: checking for /usr/bin/ld option to reload object files
configure:3657: result: -r
configure:3666: checking for BSD-compatible nm
configure:3708: result: /usr/bin/nm -B
configure:3712: checking whether ln -s works
configure:3716: result: yes
configure:3723: checking how to recognise dependent libraries
configure:3906: result: pass_all
configure:4116: checking for ANSI C header files
configure:4141: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4151: test -z 
			 || test ! -s conftest.err
configure:4154: $? = 0
configure:4157: test -s conftest.o
configure:4160: $? = 0
configure:4249: gcc -o conftest -g -O2   conftest.c  >&5
configure:4252: $? = 0
configure:4254: ./conftest
configure:4257: $? = 0
configure:4272: result: yes
configure:4296: checking for sys/types.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4296: checking for sys/stat.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4296: checking for stdlib.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4296: checking for string.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4296: checking for memory.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4296: checking for strings.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4296: checking for inttypes.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4296: checking for stdint.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4296: checking for unistd.h
configure:4312: gcc -c -g -O2  conftest.c >&5
configure:4318: $? = 0
configure:4322: test -z 
			 || test ! -s conftest.err
configure:4325: $? = 0
configure:4328: test -s conftest.o
configure:4331: $? = 0
configure:4342: result: yes
configure:4368: checking dlfcn.h usability
configure:4380: gcc -c -g -O2  conftest.c >&5
configure:4386: $? = 0
configure:4390: test -z 
			 || test ! -s conftest.err
configure:4393: $? = 0
configure:4396: test -s conftest.o
configure:4399: $? = 0
configure:4409: result: yes
configure:4413: checking dlfcn.h presence
configure:4423: gcc -E  conftest.c
configure:4429: $? = 0
configure:4449: result: yes
configure:4484: checking for dlfcn.h
configure:4491: result: yes
configure:4556: checking for g++
configure:4572: found /usr/bin/g++
configure:4582: result: g++
configure:4598: checking for C++ compiler version
configure:4601: g++ --version </dev/null >&5
g++ (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4604: $? = 0
configure:4606: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-
slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-
shared --enable-threads=posix --disable-checking --enable-long-long --enable-
__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-
languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-
zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:4609: $? = 0
configure:4611: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:4614: $? = 1
configure:4617: checking whether we are using the GNU C++ compiler
configure:4641: g++ -c   conftest.cc >&5
configure:4647: $? = 0
configure:4651: test -z 
			 || test ! -s conftest.err
configure:4654: $? = 0
configure:4657: test -s conftest.o
configure:4660: $? = 0
configure:4673: result: yes
configure:4679: checking whether g++ accepts -g
configure:4700: g++ -c -g  conftest.cc >&5
configure:4706: $? = 0
configure:4710: test -z 
			 || test ! -s conftest.err
configure:4713: $? = 0
configure:4716: test -s conftest.o
configure:4719: $? = 0
configure:4730: result: yes
configure:4772: g++ -c -g -O2  conftest.cc >&5
configure:4778: $? = 0
configure:4782: test -z 
			 || test ! -s conftest.err
configure:4785: $? = 0
configure:4788: test -s conftest.o
configure:4791: $? = 0
configure:4817: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' undeclared (first use this function)
conftest.cc:26: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
configure:4823: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4772: g++ -c -g -O2  conftest.cc >&5
configure:4778: $? = 0
configure:4782: test -z 
			 || test ! -s conftest.err
configure:4785: $? = 0
configure:4788: test -s conftest.o
configure:4791: $? = 0
configure:4817: g++ -c -g -O2  conftest.cc >&5
configure:4823: $? = 0
configure:4827: test -z 
			 || test ! -s conftest.err
configure:4830: $? = 0
configure:4833: test -s conftest.o
configure:4836: $? = 0
configure:4861: checking dependency style of g++
configure:4951: result: gcc3
configure:4973: checking how to run the C++ preprocessor
configure:5004: g++ -E  conftest.cc
configure:5010: $? = 0
configure:5042: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5048: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5087: result: g++ -E
configure:5111: g++ -E  conftest.cc
configure:5117: $? = 0
configure:5149: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5155: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5250: checking for g77
configure:5279: result: no
configure:5250: checking for f77
configure:5279: result: no
configure:5250: checking for xlf
configure:5279: result: no
configure:5250: checking for frt
configure:5279: result: no
configure:5250: checking for pgf77
configure:5279: result: no
configure:5250: checking for fort77
configure:5279: result: no
configure:5250: checking for fl32
configure:5279: result: no
configure:5250: checking for af77
configure:5279: result: no
configure:5250: checking for f90
configure:5279: result: no
configure:5250: checking for xlf90
configure:5279: result: no
configure:5250: checking for pgf90
configure:5279: result: no
configure:5250: checking for epcf90
configure:5279: result: no
configure:5250: checking for f95
configure:5279: result: no
configure:5250: checking for fort
configure:5279: result: no
configure:5250: checking for xlf95
configure:5279: result: no
configure:5250: checking for ifc
configure:5279: result: no
configure:5250: checking for efc
configure:5279: result: no
configure:5250: checking for pgf95
configure:5279: result: no
configure:5250: checking for lf95
configure:5279: result: no
configure:5250: checking for gfortran
configure:5279: result: no
configure:5291: checking for Fortran 77 compiler version
configure:5294:  --version </dev/null >&5
./configure: line 5295: --version: command not found
configure:5297: $? = 127
configure:5299:  -v </dev/null >&5
./configure: line 5300: -v: command not found
configure:5302: $? = 127
configure:5304:  -V </dev/null >&5
./configure: line 5305: -V: command not found
configure:5307: $? = 127
configure:5315: checking whether we are using the GNU Fortran 77 compiler
configure:5329:  -c  conftest.F >&5
./configure: line 5330: -c: command not found
configure:5335: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5361: result: no
configure:5367: checking whether  accepts -g
configure:5379:  -c -g conftest.f >&5
./configure: line 5380: -c: command not found
configure:5385: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5410: result: no
configure:5440: checking the maximum length of command line arguments
configure:5505: result: 32768
configure:5516: checking command to parse /usr/bin/nm -B output from gcc object
configure:5605: gcc -c -g -O2  conftest.c >&5
configure:5608: $? = 0
configure:5612: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW]
[ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 
\3/p' \> conftest.nm
configure:5615: $? = 0
configure:5667: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5670: $? = 0
configure:5708: result: ok
configure:5712: checking for objdir
configure:5727: result: .libs
configure:5817: checking for ar
configure:5833: found /usr/bin/ar
configure:5844: result: ar
configure:5897: checking for ranlib
configure:5913: found /usr/bin/ranlib
configure:5924: result: ranlib
configure:5977: checking for strip
configure:5993: found /usr/bin/strip
configure:6004: result: strip
configure:6266: checking if gcc static flag  works
configure:6289: result: yes
configure:6307: checking if gcc supports -fno-rtti -fno-exceptions
configure:6325: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:6329: $? = 0
configure:6340: result: no
configure:6355: checking for gcc option to produce PIC
configure:6532: result: -fPIC
configure:6540: checking if gcc PIC flag -fPIC works
configure:6558: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6562: $? = 0
configure:6573: result: yes
configure:6597: checking if gcc supports -c -o file.o
configure:6618: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6622: $? = 0
configure:6642: result: yes
configure:6668: checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries
configure:7516: result: yes
configure:7542: checking whether -lc should be explicitly linked in
configure:7547: gcc -c -g -O2  conftest.c >&5
configure:7550: $? = 0
configure:7564: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7567: $? = 0
configure:7579: result: no
configure:7587: checking dynamic linker characteristics
configure:8148: result: GNU/Linux ld.so
configure:8152: checking how to hardcode library paths into programs
configure:8177: result: immediate
configure:8191: checking whether stripping libraries is possible
configure:8196: result: yes
configure:8322: checking for shl_load
configure:8379: gcc -o conftest -g -O2   conftest.c  >&5
/root/tmp/cc6rSvBj.o(.text+0x11): In function `main':
/usr/src/RPM/SOURCES/ethereal-0.10.11/conftest.c:65: undefined reference to 
`shl_load'
/root/tmp/cc6rSvBj.o(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:8385: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares 
shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); 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 shl_load
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| /* 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_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:8410: result: no
configure:8415: checking for shl_load in -ldld
configure:8445: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:8451: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:8477: result: no
configure:8482: checking for dlopen
configure:8539: gcc -o conftest -g -O2   conftest.c  >&5
/root/tmp/ccMdPEy7.o(.text+0x11): In function `main':
/usr/src/RPM/SOURCES/ethereal-0.10.11/conftest.c:65: undefined reference to 
`dlopen'
/root/tmp/ccMdPEy7.o(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:8545: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); 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 dlopen
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| /* 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_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:8570: result: no
configure:8575: checking for dlopen in -ldl
configure:8605: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:8611: $? = 0
configure:8615: test -z 
			 || test ! -s conftest.err
configure:8618: $? = 0
configure:8621: test -s conftest
configure:8624: $? = 0
configure:8637: result: yes
configure:8812: checking whether a program can dlopen itself
configure:8884: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic 
conftest.c -ldl  >&5
configure:8887: $? = 0
configure:8905: result: yes
configure:8910: checking whether a statically linked program can dlopen itself
configure:8982: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic  
conftest.c -ldl  >&5
configure:8985: $? = 0
configure:9003: result: yes
configure:9026: checking if libtool supports shared libraries
configure:9028: result: yes
configure:9031: checking whether to build shared libraries
configure:9089: result: yes
configure:9092: checking whether to build static libraries
configure:9096: result: no
configure:9188: creating libtool
configure:9735: checking for ld used by g++
configure:9802: result: /usr/bin/ld
configure:9811: checking if the linker (/usr/bin/ld) is GNU ld
configure:9826: result: yes
configure:9877: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:10705: result: yes
configure:10723: g++ -c -g -O2  conftest.cc >&5
configure:10726: $? = 0
configure:10822: checking for g++ option to produce PIC
configure:11074: result: -fPIC
configure:11082: checking if g++ PIC flag -fPIC works
configure:11100: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:11104: $? = 0
configure:11115: result: yes
configure:11139: checking if g++ supports -c -o file.o
configure:11160: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:11164: $? = 0
configure:11184: result: yes
configure:11210: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:11235: result: yes
configure:11306: checking dynamic linker characteristics
configure:11867: result: GNU/Linux ld.so
configure:11871: checking how to hardcode library paths into programs
configure:11896: result: immediate
configure:11910: checking whether stripping libraries is possible
configure:11915: result: yes
configure:12041: checking for shl_load
configure:12129: result: no
configure:12134: checking for shl_load in -ldld
configure:12196: result: no
configure:12201: checking for dlopen
configure:12289: result: no
configure:12294: checking for dlopen in -ldl
configure:12356: result: yes
configure:12531: checking whether a program can dlopen itself
configure:12624: result: yes
configure:12629: checking whether a statically linked program can dlopen itself
configure:12722: result: yes
configure:19196: checking for bison
configure:19212: found /usr/local/bin/bison
configure:19222: result: bison -y
configure:19237: checking for flex
configure:19253: found /usr/bin/flex
configure:19263: result: flex
configure:19276: checking for yywrap in -lfl
configure:19306: gcc -o conftest -g -O2   conftest.c -lfl   >&5
/usr/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
configure:19312: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
|   ;
|   return 0;
| }
configure:19338: result: no
configure:19343: checking for yywrap in -ll
configure:19373: gcc -o conftest -g -O2   conftest.c -ll   >&5
/usr/bin/ld: cannot find -ll
collect2: ld returned 1 exit status
configure:19379: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
|   ;
|   return 0;
| }
configure:19405: result: no
configure:19416: checking lex output file root
configure:19427: flex conftest.l
configure:19430: $? = 0
configure:19442: result: lex.yy
configure:19447: checking whether yytext is a pointer
configure:19463: gcc -o conftest -g -O2   conftest.c   >&5
/usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/../../../crt1.o(.text+0x18): In 
function `_start':
../sysdeps/i386/elf/start.S:115: undefined reference to `main'
/root/tmp/cccyANmr.o(.text+0x5d4): In function `yylex':
/usr/src/RPM/SOURCES/ethereal-0.10.11/lex.yy.c:681: undefined reference to 
`yywrap'
collect2: ld returned 1 exit status
configure:19469: $? = 1
configure: failed program was:
| /* A lexical scanner generated by flex */
| 
| /* Scanner skeleton version:
|  * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 
vern Exp $
|  */
| 
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| 
| #include <stdio.h>
| 
| 
| /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
| #ifdef c_plusplus
| #ifndef __cplusplus
| #define __cplusplus
| #endif
| #endif
| 
| 
| #ifdef __cplusplus
| 
| #include <stdlib.h>
| #include <unistd.h>
| 
| /* Use prototypes in function declarations. */
| #define YY_USE_PROTOS
| 
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
| 
| #else	/* ! __cplusplus */
| 
| #if __STDC__
| 
| #define YY_USE_PROTOS
| #define YY_USE_CONST
| 
| #endif	/* __STDC__ */
| #endif	/* ! __cplusplus */
| 
| #ifdef __TURBOC__
|  #pragma warn -rch
|  #pragma warn -use
| #include <io.h>
| #include <stdlib.h>
| #define YY_USE_CONST
| #define YY_USE_PROTOS
| #endif
| 
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| #define YY_PROTO(proto) proto

| #else
| #define YY_PROTO(proto) ()
| #endif
| 
| /* Returned upon end-of-file. */
| #define YY_NULL 0
| 
| /* Promotes a possibly negative, possibly signed char to an unsigned
|  * integer for use as an array index.  If the signed char is negative,
|  * we want to instead treat it as an 8-bit unsigned char, hence the
|  * double cast.
|  */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
| 
| /* Enter a start condition.  This macro really ought to take a parameter,
|  * but we do it the disgusting crufty way forced on us by the ()-less
|  * definition of BEGIN.
|  */
| #define BEGIN yy_start = 1 + 2 *
| 
| /* Translate the current start state into a value that can be later handed
|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
|  * compatibility.
|  */
| #define YY_START ((yy_start - 1) / 2)
| #define YYSTATE YY_START
| 
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
| 
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart( yyin )
| 
| #define YY_END_OF_BUFFER_CHAR 0
| 
| /* Size of default input buffer. */
| #define YY_BUF_SIZE 16384
| 
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| 
| extern int yyleng;
| extern FILE *yyin, *yyout;
| 
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
| 
| /* The funky do-while in the following #define is used to turn the definition
|  * int a single C statement (which needs a semi-colon terminator).  This
|  * avoids problems with code like:
|  *
|  * 	if ( condition_holds )
|  *		yyless( 5 );
|  *	else
|  *		do_something_else();
|  *
|  * Prior to using the do-while the compiler would get upset at the
|  * "else" because it interpreted the "if" statement as being all
|  * done when it reached the ';' after the yyless() call.
|  */
| 
| /* Return all but the first 'n' matched characters back to the input stream. 
*/
| 
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		*yy_cp = yy_hold_char; \
| 		YY_RESTORE_YY_MORE_OFFSET \
| 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
| 		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| 		} \
| 	while ( 0 )
| 
| #define unput(c) yyunput( c, yytext_ptr )
| 
| /* The following is because we cannot portably get our hands on size_t
|  * (without autoconf's help, which isn't available because we want
|  * flex-generated scanners to compile on their own).
|  */
| typedef unsigned int yy_size_t;
| 
| 
| struct yy_buffer_state
| 	{
| 	FILE *yy_input_file;
| 
| 	char *yy_ch_buf;		/* input buffer */
| 	char *yy_buf_pos;		/* current position in input buffer */
| 
| 	/* Size of input buffer in bytes, not including room for EOB
| 	 * characters.
| 	 */
| 	yy_size_t yy_buf_size;
| 
| 	/* Number of characters read into yy_ch_buf, not including EOB
| 	 * characters.
| 	 */
| 	int yy_n_chars;
| 
| 	/* Whether we "own" the buffer - i.e., we know we created it,
| 	 * and can realloc() it to grow it, and should free() it to
| 	 * delete it.
| 	 */
| 	int yy_is_our_buffer;
| 
| 	/* Whether this is an "interactive" input source; if so, and
| 	 * if we're using stdio for input, then we want to use getc()
| 	 * instead of fread(), to make sure we stop fetching input after
| 	 * each newline.
| 	 */
| 	int yy_is_interactive;
| 
| 	/* Whether we're considered to be at the beginning of a line.
| 	 * If so, '^' rules will be active on the next match, otherwise
| 	 * not.
| 	 */
| 	int yy_at_bol;
| 
| 	/* Whether to try to fill the input buffer when we reach the
| 	 * end of it.
| 	 */
| 	int yy_fill_buffer;
| 
| 	int yy_buffer_status;
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| 	/* When an EOF's been seen but there's still some text to process
| 	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| 	 * shouldn't try reading from the input source any more.  We might
| 	 * still have a bunch of tokens to match, though, because of
| 	 * possible backing-up.
| 	 *
| 	 * When we actually see the EOF, we change the status to "new"
| 	 * (via yyrestart()), so that the user can continue scanning by
| 	 * just pointing yyin at a new input file.
| 	 */
| #define YY_BUFFER_EOF_PENDING 2
| 	};
| 
| static YY_BUFFER_STATE yy_current_buffer = 0;
| 
| /* We provide macros for accessing buffer states in case in the
|  * future we want to put the buffer states in a more general
|  * "scanner state".
|  */
| #define YY_CURRENT_BUFFER yy_current_buffer
| 
| 
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| 
| static int yy_n_chars;		/* number of characters read into 
yy_ch_buf */
| 
| 
| int yyleng;
| 
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 1;		/* whether we need to initialize */
| static int yy_start = 0;	/* start state number */
| 
| /* Flag which is used to allow yywrap()'s to do buffer switches
|  * instead of setting up a fresh yyin.  A bit of a hack ...
|  */
| static int yy_did_buffer_switch_on_eof;
| 
| void yyrestart YY_PROTO(( FILE *input_file ));
| 
| void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
| void yy_load_buffer_state YY_PROTO(( void ));
| YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
| void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
| void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
| #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
| 
| YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
| YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
| YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
| 
| static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
| static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ));
| static void yy_flex_free YY_PROTO(( void * ));
| 
| #define yy_new_buffer yy_create_buffer
| 
| #define yy_set_interactive(is_interactive) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_is_interactive = is_interactive; \
| 	}
| 
| #define yy_set_bol(at_bol) \
| 	{ \
| 	if ( ! yy_current_buffer ) \
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
| 	yy_current_buffer->yy_at_bol = at_bol; \
| 	}
| 
| #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
| 
| typedef unsigned char YY_CHAR;
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
| typedef int yy_state_type;
| extern char *yytext;
| #define yytext_ptr yytext
| 
| static yy_state_type yy_get_previous_state YY_PROTO(( void ));
| static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type 
current_state ));
| static int yy_get_next_buffer YY_PROTO(( void ));
| static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
| 
| /* Done after the current pattern has been matched and before the
|  * corresponding action - sets up yytext.
|  */
| #define YY_DO_BEFORE_ACTION \
| 	yytext_ptr = yy_bp; \
| 	yyleng = (int) (yy_cp - yy_bp); \
| 	yy_hold_char = *yy_cp; \
| 	*yy_cp = '\0'; \
| 	yy_c_buf_p = yy_cp;
| 
| #define YY_NUM_RULES 1
| #define YY_END_OF_BUFFER 2
| static yyconst short int yy_accept[6] =
|     {   0,
|         0,    0,    2,    1,    0
|     } ;
| 
| static yyconst int yy_ec[256] =
|     {   0,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| 
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| 
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
|         1,    1,    1,    1,    1
|     } ;
| 
| static yyconst int yy_meta[2] =
|     {   0,
|         1
|     } ;
| 
| static yyconst short int yy_base[7] =
|     {   0,
|         0,    0,    2,    3,    3,    0
|     } ;
| 
| static yyconst short int yy_def[7] =
|     {   0,
|         6,    6,    5,    5,    0,    5
|     } ;
| 
| static yyconst short int yy_nxt[5] =
|     {   0,
|         4,    5,    3,    5
|     } ;
| 
| static yyconst short int yy_chk[5] =
|     {   0,
|         6,    3,    5,    5
|     } ;
| 
| static yy_state_type yy_last_accepting_state;
| static char *yy_last_accepting_cpos;
| 
| /* The intent behind this definition is that it'll catch
|  * any uses of REJECT which flex missed.
|  */
| #define REJECT reject_used_but_not_detected
| #define yymore() yymore_used_but_not_detected
| #define YY_MORE_ADJ 0
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #define INITIAL 0
| #line 363 "lex.yy.c"
| 
| /* Macros after this point can all be overridden by user definitions in
|  * section 1.
|  */
| 
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap YY_PROTO(( void ));
| #else
| extern int yywrap YY_PROTO(( void ));
| #endif
| #endif
| 
| #ifndef YY_NO_UNPUT
| static void yyunput YY_PROTO(( int c, char *buf_ptr ));
| #endif
| 
| #ifndef yytext_ptr
| static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
| #endif
| 
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen YY_PROTO(( yyconst char * ));
| #endif
| 
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput YY_PROTO(( void ));
| #else
| static int input YY_PROTO(( void ));
| #endif
| #endif
| 
| #if YY_STACK_USED
| static int yy_start_stack_ptr = 0;
| static int yy_start_stack_depth = 0;
| static int *yy_start_stack = 0;
| #ifndef YY_NO_PUSH_STATE
| static void yy_push_state YY_PROTO(( int new_state ));
| #endif
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state YY_PROTO(( void ));
| #endif
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state YY_PROTO(( void ));
| #endif
| 
| #else
| #define YY_NO_PUSH_STATE 1
| #define YY_NO_POP_STATE 1
| #define YY_NO_TOP_STATE 1
| #endif
| 
| #ifdef YY_MALLOC_DECL
| YY_MALLOC_DECL
| #else
| #if __STDC__
| #ifndef __cplusplus
| #include <stdlib.h>
| #endif
| #else
| /* Just try to get by without declaring the routines.  This will fail
|  * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
|  * or sizeof(void*) != sizeof(int).
|  */
| #endif
| #endif
| 
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
| 
| /* Copy whatever the last rule matched to the standard output. */
| 
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
|  * we now use fwrite().
|  */
| #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
| #endif
| 
| /* Gets input and stuffs it into "buf".  number of characters read, or 
YY_NULL,
|  * is returned in "result".
|  */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| 	if ( yy_current_buffer->yy_is_interactive ) \
| 		{ \
| 		int c = '*', n; \
| 		for ( n = 0; n < max_size && \
| 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| 			buf[n] = (char) c; \
| 		if ( c == '\n' ) \
| 			buf[n++] = (char) c; \
| 		if ( c == EOF && ferror( yyin ) ) \
| 			YY_FATAL_ERROR( "input in flex scanner failed" ); \
| 		result = n; \
| 		} \
| 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
| 		  && ferror( yyin ) ) \
| 		YY_FATAL_ERROR( "input in flex scanner failed" );
| #endif
| 
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
|  * we don't want an extra ';' after the "return" because that will cause
|  * some compilers to complain about unreachable statements.
|  */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
| 
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
| 
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
| 
| /* Default declaration of generated scanner - a define so the user can
|  * easily add parameters.
|  */
| #ifndef YY_DECL
| #define YY_DECL int yylex YY_PROTO(( void ))
| #endif
| 
| /* Code executed at the beginning of each rule, after yytext and yyleng
|  * have been set up.
|  */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
| 
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
| 
| #define YY_RULE_SETUP \
| 	YY_USER_ACTION
| 
| YY_DECL
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp, *yy_bp;
| 	register int yy_act;
| 
| #line 1 "conftest.l"
| 
| #line 516 "lex.yy.c"
| 
| 	if ( yy_init )
| 		{
| 		yy_init = 0;
| 
| #ifdef YY_USER_INIT
| 		YY_USER_INIT;
| #endif
| 
| 		if ( ! yy_start )
| 			yy_start = 1;	/* first start state */
| 
| 		if ( ! yyin )
| 			yyin = stdin;
| 
| 		if ( ! yyout )
| 			yyout = stdout;
| 
| 		if ( ! yy_current_buffer )
| 			yy_current_buffer =
| 				yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 		yy_load_buffer_state();
| 		}
| 
| 	while ( 1 )		/* loops until end-of-file is reached */
| 		{
| 		yy_cp = yy_c_buf_p;
| 
| 		/* Support of yytext. */
| 		*yy_cp = yy_hold_char;
| 
| 		/* yy_bp points to the position in yy_ch_buf of the start of
| 		 * the current run.
| 		 */
| 		yy_bp = yy_cp;
| 
| 		yy_current_state = yy_start;
| yy_match:
| 		do
| 			{
| 			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| 			if ( yy_accept[yy_current_state] )
| 				{
| 				yy_last_accepting_state = yy_current_state;
| 				yy_last_accepting_cpos = yy_cp;
| 				}
| 			while ( yy_chk[yy_base[yy_current_state] + yy_c] != 
yy_current_state )
| 				{
| 				yy_current_state = (int) yy_def
[yy_current_state];
| 				if ( yy_current_state >= 6 )
| 					yy_c = yy_meta[(unsigned int) yy_c];
| 				}
| 			yy_current_state = yy_nxt[yy_base[yy_current_state] + 
(unsigned int) yy_c];
| 			++yy_cp;
| 			}
| 		while ( yy_base[yy_current_state] != 3 );
| 
| yy_find_action:
| 		yy_act = yy_accept[yy_current_state];
| 		if ( yy_act == 0 )
| 			{ /* have to back up */
| 			yy_cp = yy_last_accepting_cpos;
| 			yy_current_state = yy_last_accepting_state;
| 			yy_act = yy_accept[yy_current_state];
| 			}
| 
| 		YY_DO_BEFORE_ACTION;
| 
| 
| do_action:	/* This label is used only to access EOF actions. */
| 
| 
| 		switch ( yy_act )
| 	{ /* beginning of action switch */
| 			case 0: /* must back up */
| 			/* undo the effects of YY_DO_BEFORE_ACTION */
| 			*yy_cp = yy_hold_char;
| 			yy_cp = yy_last_accepting_cpos;
| 			yy_current_state = yy_last_accepting_state;
| 			goto yy_find_action;
| 
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| ECHO;
| 	YY_BREAK
| #line 604 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| 	yyterminate();
| 
| 	case YY_END_OF_BUFFER:
| 		{
| 		/* Amount of text matched not including the EOB char. */
| 		int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
| 
| 		/* Undo the effects of YY_DO_BEFORE_ACTION. */
| 		*yy_cp = yy_hold_char;
| 		YY_RESTORE_YY_MORE_OFFSET
| 
| 		if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
| 			{
| 			/* We're scanning a new file or input source.  It's
| 			 * possible that this happened because the user
| 			 * just pointed yyin at a new source and called
| 			 * yylex().  If so, then we have to assure
| 			 * consistency between yy_current_buffer and our
| 			 * globals.  Here is the right place to do so, because
| 			 * this is the first action (other than possibly a
| 			 * back-up) that will match for the new input source.
| 			 */
| 			yy_n_chars = yy_current_buffer->yy_n_chars;
| 			yy_current_buffer->yy_input_file = yyin;
| 			yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
| 			}
| 
| 		/* Note that here we test for yy_c_buf_p "<=" to the position
| 		 * of the first EOB in the buffer, since yy_c_buf_p will
| 		 * already have been incremented past the NUL character
| 		 * (since all states make transitions on EOB to the
| 		 * end-of-buffer state).  Contrast this with the test
| 		 * in input().
| 		 */
| 		if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			{ /* This was really a NUL. */
| 			yy_state_type yy_next_state;
| 
| 			yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
| 
| 			yy_current_state = yy_get_previous_state();
| 
| 			/* Okay, we're now positioned to make the NUL
| 			 * transition.  We couldn't have
| 			 * yy_get_previous_state() go ahead and do it
| 			 * for us because it doesn't know how to deal
| 			 * with the possibility of jamming (and we don't
| 			 * want to build jamming into it because then it
| 			 * will run more slowly).
| 			 */
| 
| 			yy_next_state = yy_try_NUL_trans( yy_current_state );
| 
| 			yy_bp = yytext_ptr + YY_MORE_ADJ;
| 
| 			if ( yy_next_state )
| 				{
| 				/* Consume the NUL. */
| 				yy_cp = ++yy_c_buf_p;
| 				yy_current_state = yy_next_state;
| 				goto yy_match;
| 				}
| 
| 			else
| 				{
| 				yy_cp = yy_c_buf_p;
| 				goto yy_find_action;
| 				}
| 			}
| 
| 		else switch ( yy_get_next_buffer() )
| 			{
| 			case EOB_ACT_END_OF_FILE:
| 				{
| 				yy_did_buffer_switch_on_eof = 0;
| 
| 				if ( yywrap() )
| 					{
| 					/* Note: because we've taken care in
| 					 * yy_get_next_buffer() to have set up
| 					 * yytext, we can now set up
| 					 * yy_c_buf_p so that if some total
| 					 * hoser (like flex itself) wants to
| 					 * call the scanner after we return the
| 					 * YY_NULL, it'll still work - another
| 					 * YY_NULL will get returned.
| 					 */
| 					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
| 
| 					yy_act = YY_STATE_EOF(YY_START);
| 					goto do_action;
| 					}
| 
| 				else
| 					{
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| 					}
| 				break;
| 				}
| 
| 			case EOB_ACT_CONTINUE_SCAN:
| 				yy_c_buf_p =
| 					yytext_ptr + yy_amount_of_matched_text;
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_match;
| 
| 			case EOB_ACT_LAST_MATCH:
| 				yy_c_buf_p =
| 				&yy_current_buffer->yy_ch_buf[yy_n_chars];
| 
| 				yy_current_state = yy_get_previous_state();
| 
| 				yy_cp = yy_c_buf_p;
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
| 				goto yy_find_action;
| 			}
| 		break;
| 		}
| 
| 	default:
| 		YY_FATAL_ERROR(
| 			"fatal flex scanner internal error--no action found" );
| 	} /* end of action switch */
| 		} /* end of scanning one token */
| 	} /* end of yylex */
| 
| 
| /* yy_get_next_buffer - try to read in a new buffer
|  *
|  * Returns a code representing an action:
|  *	EOB_ACT_LAST_MATCH -
|  *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|  *	EOB_ACT_END_OF_FILE - end of file
|  */
| 
| static int yy_get_next_buffer()
| 	{
| 	register char *dest = yy_current_buffer->yy_ch_buf;
| 	register char *source = yytext_ptr;
| 	register int number_to_move, i;
| 	int ret_val;
| 
| 	if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
| 		YY_FATAL_ERROR(
| 		"fatal flex scanner internal error--end of buffer missed" );
| 
| 	if ( yy_current_buffer->yy_fill_buffer == 0 )
| 		{ /* Don't try to fill the buffer, so this is an EOF. */
| 		if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
| 			{
| 			/* We matched a single character, the EOB, so
| 			 * treat this as a final EOF.
| 			 */
| 			return EOB_ACT_END_OF_FILE;
| 			}
| 
| 		else
| 			{
| 			/* We matched some text prior to the EOB, first
| 			 * process it.
| 			 */
| 			return EOB_ACT_LAST_MATCH;
| 			}
| 		}
| 
| 	/* Try to read more data. */
| 
| 	/* First move last chars to start of buffer. */
| 	number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
| 
| 	for ( i = 0; i < number_to_move; ++i )
| 		*(dest++) = *(source++);
| 
| 	if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| 		/* don't do the read, it's not guaranteed to return an EOF,
| 		 * just force an EOF
| 		 */
| 		yy_current_buffer->yy_n_chars = yy_n_chars = 0;
| 
| 	else
| 		{
| 		int num_to_read =
| 			yy_current_buffer->yy_buf_size - number_to_move - 1;
| 
| 		while ( num_to_read <= 0 )
| 			{ /* Not enough room in the buffer - grow it. */
| #ifdef YY_USES_REJECT
| 			YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
| #else
| 
| 			/* just a shorter name for the current buffer */
| 			YY_BUFFER_STATE b = yy_current_buffer;
| 
| 			int yy_c_buf_p_offset =
| 				(int) (yy_c_buf_p - b->yy_ch_buf);
| 
| 			if ( b->yy_is_our_buffer )
| 				{
| 				int new_size = b->yy_buf_size * 2;
| 
| 				if ( new_size <= 0 )
| 					b->yy_buf_size += b->yy_buf_size / 8;
| 				else
| 					b->yy_buf_size *= 2;
| 
| 				b->yy_ch_buf = (char *)
| 					/* Include room in for 2 EOB chars. */
| 					yy_flex_realloc( (void *) b->yy_ch_buf,
| 							 b->yy_buf_size + 2 );
| 				}
| 			else
| 				/* Can't grow it, we don't own it. */
| 				b->yy_ch_buf = 0;
| 
| 			if ( ! b->yy_ch_buf )
| 				YY_FATAL_ERROR(
| 				"fatal error - scanner input buffer 
overflow" );
| 
| 			yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
| 
| 			num_to_read = yy_current_buffer->yy_buf_size -
| 						number_to_move - 1;
| #endif
| 			}
| 
| 		if ( num_to_read > YY_READ_BUF_SIZE )
| 			num_to_read = YY_READ_BUF_SIZE;
| 
| 		/* Read in more data. */
| 		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
| 			yy_n_chars, num_to_read );
| 
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	if ( yy_n_chars == 0 )
| 		{
| 		if ( number_to_move == YY_MORE_ADJ )
| 			{
| 			ret_val = EOB_ACT_END_OF_FILE;
| 			yyrestart( yyin );
| 			}
| 
| 		else
| 			{
| 			ret_val = EOB_ACT_LAST_MATCH;
| 			yy_current_buffer->yy_buffer_status =
| 				YY_BUFFER_EOF_PENDING;
| 			}
| 		}
| 
| 	else
| 		ret_val = EOB_ACT_CONTINUE_SCAN;
| 
| 	yy_n_chars += number_to_move;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
| 	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
| 
| 	yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
| 
| 	return ret_val;
| 	}
| 
| 
| /* yy_get_previous_state - get the state just before the EOB char was 
reached */
| 
| static yy_state_type yy_get_previous_state()
| 	{
| 	register yy_state_type yy_current_state;
| 	register char *yy_cp;
| 
| 	yy_current_state = yy_start;
| 
| 	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
| 		{
| 		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 
1);
| 		if ( yy_accept[yy_current_state] )
| 			{
| 			yy_last_accepting_state = yy_current_state;
| 			yy_last_accepting_cpos = yy_cp;
| 			}
| 		while ( yy_chk[yy_base[yy_current_state] + yy_c] != 
yy_current_state )
| 			{
| 			yy_current_state = (int) yy_def[yy_current_state];
| 			if ( yy_current_state >= 6 )
| 				yy_c = yy_meta[(unsigned int) yy_c];
| 			}
| 		yy_current_state = yy_nxt[yy_base[yy_current_state] + 
(unsigned int) yy_c];
| 		}
| 
| 	return yy_current_state;
| 	}
| 
| 
| /* yy_try_NUL_trans - try to make a transition on the NUL character
|  *
|  * synopsis
|  *	next_state = yy_try_NUL_trans( current_state );
|  */
| 
| #ifdef YY_USE_PROTOS
| static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
| #else
| static yy_state_type yy_try_NUL_trans( yy_current_state )
| yy_state_type yy_current_state;
| #endif
| 	{
| 	register int yy_is_jam;
| 	register char *yy_cp = yy_c_buf_p;
| 
| 	register YY_CHAR yy_c = 1;
| 	if ( yy_accept[yy_current_state] )
| 		{
| 		yy_last_accepting_state = yy_current_state;
| 		yy_last_accepting_cpos = yy_cp;
| 		}
| 	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| 		{
| 		yy_current_state = (int) yy_def[yy_current_state];
| 		if ( yy_current_state >= 6 )
| 			yy_c = yy_meta[(unsigned int) yy_c];
| 		}
| 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 
yy_c];
| 	yy_is_jam = (yy_current_state == 5);
| 
| 	return yy_is_jam ? 0 : yy_current_state;
| 	}
| 
| 
| #ifndef YY_NO_UNPUT
| #ifdef YY_USE_PROTOS
| static void yyunput( int c, register char *yy_bp )
| #else
| static void yyunput( c, yy_bp )
| int c;
| register char *yy_bp;
| #endif
| 	{
| 	register char *yy_cp = yy_c_buf_p;
| 
| 	/* undo effects of setting up yytext */
| 	*yy_cp = yy_hold_char;
| 
| 	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 		{ /* need to shift things up to make room */
| 		/* +2 for EOB chars. */
| 		register int number_to_move = yy_n_chars + 2;
| 		register char *dest = &yy_current_buffer->yy_ch_buf[
| 					yy_current_buffer->yy_buf_size + 2];
| 		register char *source =
| 				&yy_current_buffer->yy_ch_buf[number_to_move];
| 
| 		while ( source > yy_current_buffer->yy_ch_buf )
| 			*--dest = *--source;
| 
| 		yy_cp += (int) (dest - source);
| 		yy_bp += (int) (dest - source);
| 		yy_current_buffer->yy_n_chars =
| 			yy_n_chars = yy_current_buffer->yy_buf_size;
| 
| 		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
| 			YY_FATAL_ERROR( "flex scanner push-back overflow" );
| 		}
| 
| 	*--yy_cp = (char) c;
| 
| 
| 	yytext_ptr = yy_bp;
| 	yy_hold_char = *yy_cp;
| 	yy_c_buf_p = yy_cp;
| 	}
| #endif	/* ifndef YY_NO_UNPUT */
| 
| 
| #ifdef __cplusplus
| static int yyinput()
| #else
| static int input()
| #endif
| 	{
| 	int c;
| 
| 	*yy_c_buf_p = yy_hold_char;
| 
| 	if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
| 		{
| 		/* yy_c_buf_p now points to the character we want to return.
| 		 * If this occurs *before* the EOB characters, then it's a
| 		 * valid NUL; if not, then we've hit the end of the buffer.
| 		 */
| 		if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
| 			/* This was really a NUL. */
| 			*yy_c_buf_p = '\0';
| 
| 		else
| 			{ /* need more input */
| 			int offset = yy_c_buf_p - yytext_ptr;
| 			++yy_c_buf_p;
| 
| 			switch ( yy_get_next_buffer() )
| 				{
| 				case EOB_ACT_LAST_MATCH:
| 					/* This happens because yy_g_n_b()
| 					 * sees that we've accumulated a
| 					 * token and flags that we need to
| 					 * try matching the token before
| 					 * proceeding.  But for input(),
| 					 * there's no matching to consider.
| 					 * So convert the EOB_ACT_LAST_MATCH
| 					 * to EOB_ACT_END_OF_FILE.
| 					 */
| 
| 					/* Reset buffer status. */
| 					yyrestart( yyin );
| 
| 					/* fall through */
| 
| 				case EOB_ACT_END_OF_FILE:
| 					{
| 					if ( yywrap() )
| 						return EOF;
| 
| 					if ( ! yy_did_buffer_switch_on_eof )
| 						YY_NEW_FILE;
| #ifdef __cplusplus
| 					return yyinput();
| #else
| 					return input();
| #endif
| 					}
| 
| 				case EOB_ACT_CONTINUE_SCAN:
| 					yy_c_buf_p = yytext_ptr + offset;
| 					break;
| 				}
| 			}
| 		}
| 
| 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
| 	*yy_c_buf_p = '\0';	/* preserve yytext */
| 	yy_hold_char = *++yy_c_buf_p;
| 
| 
| 	return c;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yyrestart( FILE *input_file )
| #else
| void yyrestart( input_file )
| FILE *input_file;
| #endif
| 	{
| 	if ( ! yy_current_buffer )
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
| 
| 	yy_init_buffer( yy_current_buffer, input_file );
| 	yy_load_buffer_state();
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
| #else
| void yy_switch_to_buffer( new_buffer )
| YY_BUFFER_STATE new_buffer;
| #endif
| 	{
| 	if ( yy_current_buffer == new_buffer )
| 		return;
| 
| 	if ( yy_current_buffer )
| 		{
| 		/* Flush out information for old buffer. */
| 		*yy_c_buf_p = yy_hold_char;
| 		yy_current_buffer->yy_buf_pos = yy_c_buf_p;
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
| 		}
| 
| 	yy_current_buffer = new_buffer;
| 	yy_load_buffer_state();
| 
| 	/* We don't actually know whether we did this switch during
| 	 * EOF (yywrap()) processing, but the only time this flag
| 	 * is looked at is after yywrap() is called, so it's safe
| 	 * to go ahead and always set it.
| 	 */
| 	yy_did_buffer_switch_on_eof = 1;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_load_buffer_state( void )
| #else
| void yy_load_buffer_state()
| #endif
| 	{
| 	yy_n_chars = yy_current_buffer->yy_n_chars;
| 	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
| 	yyin = yy_current_buffer->yy_input_file;
| 	yy_hold_char = *yy_c_buf_p;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
| #else
| YY_BUFFER_STATE yy_create_buffer( file, size )
| FILE *file;
| int size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct 
yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer
()" );
| 
| 	b->yy_buf_size = size;
| 
| 	/* yy_ch_buf has to be 2 characters longer than the size given because
| 	 * we need to put in 2 end-of-buffer characters.
| 	 */
| 	b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
| 	if ( ! b->yy_ch_buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer
()" );
| 
| 	b->yy_is_our_buffer = 1;
| 
| 	yy_init_buffer( b, file );
| 
| 	return b;
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_delete_buffer( YY_BUFFER_STATE b )
| #else
| void yy_delete_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 	{
| 	if ( ! b )
| 		return;
| 
| 	if ( b == yy_current_buffer )
| 		yy_current_buffer = (YY_BUFFER_STATE) 0;
| 
| 	if ( b->yy_is_our_buffer )
| 		yy_flex_free( (void *) b->yy_ch_buf );
| 
| 	yy_flex_free( (void *) b );
| 	}
| 
| 
| #ifndef YY_ALWAYS_INTERACTIVE
| #ifndef YY_NEVER_INTERACTIVE
| extern int isatty YY_PROTO(( int ));
| #endif
| #endif
| 
| #ifdef YY_USE_PROTOS
| void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
| #else
| void yy_init_buffer( b, file )
| YY_BUFFER_STATE b;
| FILE *file;
| #endif
| 
| 
| 	{
| 	yy_flush_buffer( b );
| 
| 	b->yy_input_file = file;
| 	b->yy_fill_buffer = 1;
| 
| #if YY_ALWAYS_INTERACTIVE
| 	b->yy_is_interactive = 1;
| #else
| #if YY_NEVER_INTERACTIVE
| 	b->yy_is_interactive = 0;
| #else
| 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
| #endif
| #endif
| 	}
| 
| 
| #ifdef YY_USE_PROTOS
| void yy_flush_buffer( YY_BUFFER_STATE b )
| #else
| void yy_flush_buffer( b )
| YY_BUFFER_STATE b;
| #endif
| 
| 	{
| 	if ( ! b )
| 		return;
| 
| 	b->yy_n_chars = 0;
| 
| 	/* We always need two end-of-buffer characters.  The first causes
| 	 * a transition to the end-of-buffer state.  The second causes
| 	 * a jam in that state.
| 	 */
| 	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| 	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b->yy_buf_pos = &b->yy_ch_buf[0];
| 
| 	b->yy_at_bol = 1;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	if ( b == yy_current_buffer )
| 		yy_load_buffer_state();
| 	}
| 
| 
| #ifndef YY_NO_SCAN_BUFFER
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
| #else
| YY_BUFFER_STATE yy_scan_buffer( base, size )
| char *base;
| yy_size_t size;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 
| 	if ( size < 2 ||
| 	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
| 	     base[size-1] != YY_END_OF_BUFFER_CHAR )
| 		/* They forgot to leave room for the EOB's. */
| 		return 0;
| 
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct 
yy_buffer_state ) );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
| 
| 	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
| 	b->yy_buf_pos = b->yy_ch_buf = base;
| 	b->yy_is_our_buffer = 0;
| 	b->yy_input_file = 0;
| 	b->yy_n_chars = b->yy_buf_size;
| 	b->yy_is_interactive = 0;
| 	b->yy_at_bol = 1;
| 	b->yy_fill_buffer = 0;
| 	b->yy_buffer_status = YY_BUFFER_NEW;
| 
| 	yy_switch_to_buffer( b );
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_STRING
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
| #else
| YY_BUFFER_STATE yy_scan_string( yy_str )
| yyconst char *yy_str;
| #endif
| 	{
| 	int len;
| 	for ( len = 0; yy_str[len]; ++len )
| 		;
| 
| 	return yy_scan_bytes( yy_str, len );
| 	}
| #endif
| 
| 
| #ifndef YY_NO_SCAN_BYTES
| #ifdef YY_USE_PROTOS
| YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
| #else
| YY_BUFFER_STATE yy_scan_bytes( bytes, len )
| yyconst char *bytes;
| int len;
| #endif
| 	{
| 	YY_BUFFER_STATE b;
| 	char *buf;
| 	yy_size_t n;
| 	int i;
| 
| 	/* Get memory for full buffer, including space for trailing EOB's. */
| 	n = len + 2;
| 	buf = (char *) yy_flex_alloc( n );
| 	if ( ! buf )
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
| 
| 	for ( i = 0; i < len; ++i )
| 		buf[i] = bytes[i];
| 
| 	buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
| 
| 	b = yy_scan_buffer( buf, n );
| 	if ( ! b )
| 		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
| 
| 	/* It's okay to grow etc. this buffer, and we should throw it
| 	 * away when we're done.
| 	 */
| 	b->yy_is_our_buffer = 1;
| 
| 	return b;
| 	}
| #endif
| 
| 
| #ifndef YY_NO_PUSH_STATE
| #ifdef YY_USE_PROTOS
| static void yy_push_state( int new_state )
| #else
| static void yy_push_state( new_state )
| int new_state;
| #endif
| 	{
| 	if ( yy_start_stack_ptr >= yy_start_stack_depth )
| 		{
| 		yy_size_t new_size;
| 
| 		yy_start_stack_depth += YY_START_STACK_INCR;
| 		new_size = yy_start_stack_depth * sizeof( int );
| 
| 		if ( ! yy_start_stack )
| 			yy_start_stack = (int *) yy_flex_alloc( new_size );
| 
| 		else
| 			yy_start_stack = (int *) yy_flex_realloc(
| 					(void *) yy_start_stack, new_size );
| 
| 		if ( ! yy_start_stack )
| 			YY_FATAL_ERROR(
| 			"out of memory expanding start-condition stack" );
| 		}
| 
| 	yy_start_stack[yy_start_stack_ptr++] = YY_START;
| 
| 	BEGIN(new_state);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_POP_STATE
| static void yy_pop_state()
| 	{
| 	if ( --yy_start_stack_ptr < 0 )
| 		YY_FATAL_ERROR( "start-condition stack underflow" );
| 
| 	BEGIN(yy_start_stack[yy_start_stack_ptr]);
| 	}
| #endif
| 
| 
| #ifndef YY_NO_TOP_STATE
| static int yy_top_state()
| 	{
| 	return yy_start_stack[yy_start_stack_ptr - 1];
| 	}
| #endif
| 
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
| 
| #ifdef YY_USE_PROTOS
| static void yy_fatal_error( yyconst char msg[] )
| #else
| static void yy_fatal_error( msg )
| char msg[];
| #endif
| 	{
| 	(void) fprintf( stderr, "%s\n", msg );
| 	exit( YY_EXIT_FAILURE );
| 	}
| 
| 
| 
| /* Redefine yyless() so it works in section 3 code. */
| 
| #undef yyless
| #define yyless(n) \
| 	do \
| 		{ \
| 		/* Undo effects of setting up yytext. */ \
| 		yytext[yyleng] = yy_hold_char; \
| 		yy_c_buf_p = yytext + n; \
| 		yy_hold_char = *yy_c_buf_p; \
| 		*yy_c_buf_p = '\0'; \
| 		yyleng = n; \
| 		} \
| 	while ( 0 )
| 
| 
| /* Internal utility routines. */
| 
| #ifndef yytext_ptr
| #ifdef YY_USE_PROTOS
| static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
| #else
| static void yy_flex_strncpy( s1, s2, n )
| char *s1;
| yyconst char *s2;
| int n;
| #endif
| 	{
| 	register int i;
| 	for ( i = 0; i < n; ++i )
| 		s1[i] = s2[i];
| 	}
| #endif
| 
| #ifdef YY_NEED_STRLEN
| #ifdef YY_USE_PROTOS
| static int yy_flex_strlen( yyconst char *s )
| #else
| static int yy_flex_strlen( s )
| yyconst char *s;
| #endif
| 	{
| 	register int n;
| 	for ( n = 0; s[n]; ++n )
| 		;
| 
| 	return n;
| 	}
| #endif
| 
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_alloc( yy_size_t size )
| #else
| static void *yy_flex_alloc( size )
| yy_size_t size;
| #endif
| 	{
| 	return (void *) malloc( size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void *yy_flex_realloc( void *ptr, yy_size_t size )
| #else
| static void *yy_flex_realloc( ptr, size )
| void *ptr;
| yy_size_t size;
| #endif
| 	{
| 	/* The cast to (char *) in the following accommodates both
| 	 * implementations that use char* generic pointers, and those
| 	 * that use void* generic pointers.  It works with the latter
| 	 * because both ANSI C and C++ allow castless assignment from
| 	 * any pointer type to void*, and deal with argument conversions
| 	 * as though doing an assignment.
| 	 */
| 	return (void *) realloc( (char *) ptr, size );
| 	}
| 
| #ifdef YY_USE_PROTOS
| static void yy_flex_free( void *ptr )
| #else
| static void yy_flex_free( ptr )
| void *ptr;
| #endif
| 	{
| 	free( ptr );
| 	}
| 
| #if YY_MAIN
| int main()
| 	{
| 	yylex();
| 	return 0;
| 	}
| #endif
| #line 2 "conftest.l"
| 
| extern char *yytext;
configure:19496: result: no
configure:19512: checking for perl
configure:19530: found /usr/bin/perl
configure:19542: result: /usr/bin/perl
configure:19551: checking for pod2man
configure:19569: found /usr/bin/pod2man
configure:19581: result: /usr/bin/pod2man
configure:19599: checking for pod2html
configure:19617: found /usr/bin/pod2html
configure:19629: result: /usr/bin/pod2html
configure:19647: checking for flex
configure:19665: found /usr/bin/flex
configure:19677: result: /usr/bin/flex
configure:19686: checking for python
configure:19704: found /usr/bin/python
configure:19716: result: /usr/bin/python
configure:19736: checking for doxygen
configure:19769: result: no
configure:19775: checking for doxygen
configure:19802: result: no
configure:19823: checking for xsltproc
configure:19856: result: no
configure:19862: checking for xsltproc
configure:19889: result: no
configure:19910: checking for xmllint
configure:19928: found /usr/bin/xmllint
configure:19940: result: /usr/bin/xmllint
configure:19949: checking for xmllint
configure:19965: found /usr/bin/xmllint
configure:19976: result: yes
configure:19997: checking for fop
configure:20030: result: no
configure:20036: checking for fop
configure:20063: result: no
configure:20084: checking for hhc.exe
configure:20117: result: no
configure:20123: checking for hhc.exe
configure:20150: result: no
configure:20173: checking for pkgproto
configure:20200: result: no
configure:20209: checking for pkgmk
configure:20236: result: no
configure:20245: checking for pkgtrans
configure:20272: result: no
configure:20291: checking for rpm
configure:20307: found /bin/rpm
configure:20318: result: yes
configure:20327: checking to see if we can redefine _topdir
configure:20330: result: yes
configure:20363: checking to see if we can add '-Wall -W ' to CFLAGS
configure:20367: result: yes
configure:20378: checking for platform-specific compiler flags
configure:20440: result: none needed
configure:20551: checking whether to use /usr/local for headers and libraries
configure:20554: result: yes
configure:20612: checking for GNU sed as first sed in PATH
configure:20615: result: yes
configure:20714: checking if profile builds must be generated
configure:20727: result: no
configure:20772: checking for pkg-config
configure:20790: found /usr/bin/pkg-config
configure:20803: result: /usr/bin/pkg-config
configure:20824: checking for GTK+ - version >= 2.0.0
configure:20969: result: no
configure:21002: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include   -I/usr/local/include  -L/usr/local/lib conftest.c   
>&5
conftest.c:27:21: gtk/gtk.h: No such file or directory
conftest.c: In function `main':
conftest.c:33: error: `gtk_major_version' undeclared (first use in this 
function)
conftest.c:33: error: (Each undeclared identifier is reported only once
conftest.c:33: error: for each function it appears in.)
conftest.c:33: error: `gtk_minor_version' undeclared (first use in this 
function)
conftest.c:33: error: `gtk_micro_version' undeclared (first use in this 
function)
configure:21008: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| /* end confdefs.h.  */
| 
| #include <gtk/gtk.h>
| #include <stdio.h>
| 
| int
| main ()
| {
|  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
|   ;
|   return 0;
| }
configure:21415: checking for pkg-config
configure:21446: result: /usr/bin/pkg-config
configure:21469: checking for GLIB - version >= 2.0.0
configure:21588: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-
dynamic -lgmodule-2.0 -ldl -lglib-2.0    >&5
conftest.c: In function `main':
conftest.c:72: warning: comparison between signed and unsigned
conftest.c:73: warning: comparison between signed and unsigned
conftest.c:73: warning: comparison between signed and unsigned
conftest.c:74: warning: comparison between signed and unsigned
conftest.c:74: warning: comparison between signed and unsigned
conftest.c:74: warning: comparison between signed and unsigned
configure:21591: $? = 0
configure:21593: ./conftest
configure:21596: $? = 0
configure:21614: result: yes (version 2.6.3)
configure:22681: checking whether GLib supports loadable modules
configure:22714: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -
I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -
L/usr/local/lib conftest.c -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-
2.0    >&5
configure:22717: $? = 0
configure:22719: ./conftest
configure:22722: $? = 0
configure:22738: result: yes
configure:22756: checking for inttypes.h
configure:22761: result: yes
configure:22900: checking whether inttypes.h defines the PRI[doxu]64 macros
configure:22926: gcc -c -D_U_="__attribute__((unused))" -Wall -W  -g -O2 -
I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -
I/usr/local/include conftest.c >&5
conftest.c:35: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:40: warning: control reaches end of non-void function
configure:22932: $? = 0
configure:22936: test -z 
			 || test ! -s conftest.err
configure:22939: $? = 0
configure:22942: test -s conftest.o
configure:22945: $? = 0
configure:22948: result: yes
configure:23433: checking for gethostbyname
configure:23490: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:23496: $? = 0
configure:23500: test -z 
			 || test ! -s conftest.err
configure:23503: $? = 0
configure:23506: test -s conftest
configure:23509: $? = 0
configure:23521: result: yes
configure:23607: checking for connect
configure:23664: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:23670: $? = 0
configure:23674: test -z 
			 || test ! -s conftest.err
configure:23677: $? = 0
configure:23680: test -s conftest
configure:23683: $? = 0
configure:23695: result: yes
configure:23777: checking whether to use libpcap for packet capture
configure:23806: result: yes
configure:23827: checking for extraneous pcap header directories
configure:23850: result: not found
configure:23888: checking pcap.h usability
configure:23900: gcc -c -D_U_="__attribute__((unused))" -Wall -W  -g -O2 -
I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -
I/usr/local/include conftest.c >&5
configure:23906: $? = 0
configure:23910: test -z 
			 || test ! -s conftest.err
configure:23913: $? = 0
configure:23916: test -s conftest.o
configure:23919: $? = 0
configure:23929: result: yes
configure:23933: checking pcap.h presence
configure:23943: gcc -E  -I/usr/local/include conftest.c
configure:23949: $? = 0
configure:23969: result: yes
configure:24004: checking for pcap.h
configure:24011: result: yes
configure:24034: checking for pcap_open_live in -lpcap
configure:24064: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24070: $? = 0
configure:24074: test -z 
			 || test ! -s conftest.err
configure:24077: $? = 0
configure:24080: test -s conftest
configure:24083: $? = 0
configure:24096: result: yes
configure:24189: checking whether pcap_version is defined by libpcap
configure:24213: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24219: $? = 0
configure:24223: test -z 
			 || test ! -s conftest.err
configure:24226: $? = 0
configure:24229: test -s conftest
configure:24232: $? = 0
configure:24244: result: yes
configure:24260: checking for pcap_open_dead
configure:24317: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24323: $? = 0
configure:24327: test -z 
			 || test ! -s conftest.err
configure:24330: $? = 0
configure:24333: test -s conftest
configure:24336: $? = 0
configure:24348: result: yes
configure:24260: checking for pcap_freecode
configure:24317: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24323: $? = 0
configure:24327: test -z 
			 || test ! -s conftest.err
configure:24330: $? = 0
configure:24333: test -s conftest
configure:24336: $? = 0
configure:24348: result: yes
configure:24372: checking whether pcap_findalldevs is present and usable
configure:24398: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
conftest.c:36: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:41: warning: control reaches end of non-void function
configure:24404: $? = 0
configure:24408: test -z 
			 || test ! -s conftest.err
configure:24411: $? = 0
configure:24414: test -s conftest
configure:24417: $? = 0
configure:24434: result: yes
configure:24453: checking for pcap_datalink_val_to_name
configure:24510: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24516: $? = 0
configure:24520: test -z 
			 || test ! -s conftest.err
configure:24523: $? = 0
configure:24526: test -s conftest
configure:24529: $? = 0
configure:24541: result: yes
configure:24453: checking for pcap_datalink_name_to_val
configure:24510: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24516: $? = 0
configure:24520: test -z 
			 || test ! -s conftest.err
configure:24523: $? = 0
configure:24526: test -s conftest
configure:24529: $? = 0
configure:24541: result: yes
configure:24557: checking for pcap_list_datalinks
configure:24614: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24620: $? = 0
configure:24624: test -z 
			 || test ! -s conftest.err
configure:24627: $? = 0
configure:24630: test -s conftest
configure:24633: $? = 0
configure:24645: result: yes
configure:24557: checking for pcap_set_datalink
configure:24614: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24620: $? = 0
configure:24624: test -z 
			 || test ! -s conftest.err
configure:24627: $? = 0
configure:24630: test -s conftest
configure:24633: $? = 0
configure:24645: result: yes
configure:24557: checking for pcap_lib_version
configure:24614: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24620: $? = 0
configure:24624: test -z 
			 || test ! -s conftest.err
configure:24627: $? = 0
configure:24630: test -s conftest
configure:24633: $? = 0
configure:24645: result: yes
configure:24660: checking whether to use zlib for reading compressed capture 
files
configure:24692: result: yes
configure:24737: checking zlib.h usability
configure:24749: gcc -c -D_U_="__attribute__((unused))" -Wall -W  -g -O2 -
I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -
I/usr/local/include conftest.c >&5
configure:24755: $? = 0
configure:24759: test -z 
			 || test ! -s conftest.err
configure:24762: $? = 0
configure:24765: test -s conftest.o
configure:24768: $? = 0
configure:24778: result: yes
configure:24782: checking zlib.h presence
configure:24792: gcc -E  -I/usr/local/include conftest.c
configure:24798: $? = 0
configure:24818: result: yes
configure:24853: checking for zlib.h
configure:24860: result: yes
configure:24929: checking for gzgets in -lz
configure:24959: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lz   >&5
configure:24965: $? = 0
configure:24969: test -z 
			 || test ! -s conftest.err
configure:24972: $? = 0
configure:24975: test -s conftest
configure:24978: $? = 0
configure:24991: result: yes
configure:25063: checking for gzgets missing when linking with X11
configure:25088: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include     -I/usr/local/include  -L/usr/local/lib conftest.c  -lz -lz  >&5
configure:25094: $? = 0
configure:25098: test -z 
			 || test ! -s conftest.err
configure:25101: $? = 0
configure:25104: test -s conftest
configure:25107: $? = 0
configure:25109: result: no
configure:25136: checking whether to use libpcre for regular expressions in 
dfilters
configure:25168: result: yes
configure:25209: checking pcre.h usability
configure:25221: gcc -c -D_U_="__attribute__((unused))" -Wall -W  -g -O2 -
I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -
I/usr/local/include conftest.c >&5
conftest.c:73:18: pcre.h: No such file or directory
configure:25227: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre.h>
configure:25250: result: no
configure:25254: checking pcre.h presence
configure:25264: gcc -E  -I/usr/local/include conftest.c
conftest.c:39:18: pcre.h: No such file or directory
configure:25270: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <pcre.h>
configure:25290: result: no
configure:25325: checking for pcre.h
configure:25332: result: no
configure:25490: result: libpcre not found - disabling support for perl 
compatible regular expressions in dfilters
configure:25504: checking whether to enable ipv6 name resolution if available
configure:25510: result: yes
configure:25516: checking ipv6 stack type
conftest.c:40:45: /usr/local/v6/include/sys/types.h: No such file or directory
configure:25682: result: "linux-glibc, inet6"
configure:25696: checking whether to install ethereal setuid
configure:25699: result: no
configure:25717: checking for ANSI C header files
configure:25873: result: yes
configure:25903: checking direct.h usability
configure:25915: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:74:20: direct.h: No such file or directory
configure:25921: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <direct.h>
configure:25944: result: no
configure:25948: checking direct.h presence
configure:25958: gcc -E  -I/usr/local/include conftest.c
conftest.c:40:20: direct.h: No such file or directory
configure:25964: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <direct.h>
configure:25984: result: no
configure:26019: checking for direct.h
configure:26026: result: no
configure:25903: checking dirent.h usability
configure:25915: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:25921: $? = 0
configure:25925: test -z 
			 || test ! -s conftest.err
configure:25928: $? = 0
configure:25931: test -s conftest.o
configure:25934: $? = 0
configure:25944: result: yes
configure:25948: checking dirent.h presence
configure:25958: gcc -E  -I/usr/local/include conftest.c
configure:25964: $? = 0
configure:25984: result: yes
configure:26019: checking for dirent.h
configure:26026: result: yes
configure:25903: checking fcntl.h usability
configure:25915: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:25921: $? = 0
configure:25925: test -z 
			 || test ! -s conftest.err
configure:25928: $? = 0
configure:25931: test -s conftest.o
configure:25934: $? = 0
configure:25944: result: yes
configure:25948: checking fcntl.h presence
configure:25958: gcc -E  -I/usr/local/include conftest.c
configure:25964: $? = 0
configure:25984: result: yes
configure:26019: checking for fcntl.h
configure:26026: result: yes
configure:25903: checking netdb.h usability
configure:25915: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:25921: $? = 0
configure:25925: test -z 
			 || test ! -s conftest.err
configure:25928: $? = 0
configure:25931: test -s conftest.o
configure:25934: $? = 0
configure:25944: result: yes
configure:25948: checking netdb.h presence
configure:25958: gcc -E  -I/usr/local/include conftest.c
configure:25964: $? = 0
configure:25984: result: yes
configure:26019: checking for netdb.h
configure:26026: result: yes
configure:25903: checking stdarg.h usability
configure:25915: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:25921: $? = 0
configure:25925: test -z 
			 || test ! -s conftest.err
configure:25928: $? = 0
configure:25931: test -s conftest.o
configure:25934: $? = 0
configure:25944: result: yes
configure:25948: checking stdarg.h presence
configure:25958: gcc -E  -I/usr/local/include conftest.c
configure:25964: $? = 0
configure:25984: result: yes
configure:26019: checking for stdarg.h
configure:26026: result: yes
configure:25903: checking stddef.h usability
configure:25915: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:25921: $? = 0
configure:25925: test -z 
			 || test ! -s conftest.err
configure:25928: $? = 0
configure:25931: test -s conftest.o
configure:25934: $? = 0
configure:25944: result: yes
configure:25948: checking stddef.h presence
configure:25958: gcc -E  -I/usr/local/include conftest.c
configure:25964: $? = 0
configure:25984: result: yes
configure:26019: checking for stddef.h
configure:26026: result: yes
configure:25894: checking for unistd.h
configure:25899: result: yes
configure:26061: checking sys/ioctl.h usability
configure:26073: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26079: $? = 0
configure:26083: test -z 
			 || test ! -s conftest.err
configure:26086: $? = 0
configure:26089: test -s conftest.o
configure:26092: $? = 0
configure:26102: result: yes
configure:26106: checking sys/ioctl.h presence
configure:26116: gcc -E  -I/usr/local/include conftest.c
configure:26122: $? = 0
configure:26142: result: yes
configure:26177: checking for sys/ioctl.h
configure:26184: result: yes
configure:26061: checking sys/param.h usability
configure:26073: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26079: $? = 0
configure:26083: test -z 
			 || test ! -s conftest.err
configure:26086: $? = 0
configure:26089: test -s conftest.o
configure:26092: $? = 0
configure:26102: result: yes
configure:26106: checking sys/param.h presence
configure:26116: gcc -E  -I/usr/local/include conftest.c
configure:26122: $? = 0
configure:26142: result: yes
configure:26177: checking for sys/param.h
configure:26184: result: yes
configure:26061: checking sys/socket.h usability
configure:26073: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26079: $? = 0
configure:26083: test -z 
			 || test ! -s conftest.err
configure:26086: $? = 0
configure:26089: test -s conftest.o
configure:26092: $? = 0
configure:26102: result: yes
configure:26106: checking sys/socket.h presence
configure:26116: gcc -E  -I/usr/local/include conftest.c
configure:26122: $? = 0
configure:26142: result: yes
configure:26177: checking for sys/socket.h
configure:26184: result: yes
configure:26061: checking sys/sockio.h usability
configure:26073: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:83:24: sys/sockio.h: No such file or directory
configure:26079: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:26102: result: no
configure:26106: checking sys/sockio.h presence
configure:26116: gcc -E  -I/usr/local/include conftest.c
conftest.c:49:24: sys/sockio.h: No such file or directory
configure:26122: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:26142: result: no
configure:26177: checking for sys/sockio.h
configure:26184: result: no
configure:26052: checking for sys/stat.h
configure:26057: result: yes
configure:26061: checking sys/time.h usability
configure:26073: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26079: $? = 0
configure:26083: test -z 
			 || test ! -s conftest.err
configure:26086: $? = 0
configure:26089: test -s conftest.o
configure:26092: $? = 0
configure:26102: result: yes
configure:26106: checking sys/time.h presence
configure:26116: gcc -E  -I/usr/local/include conftest.c
configure:26122: $? = 0
configure:26142: result: yes
configure:26177: checking for sys/time.h
configure:26184: result: yes
configure:26052: checking for sys/types.h
configure:26057: result: yes
configure:26061: checking sys/utsname.h usability
configure:26073: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26079: $? = 0
configure:26083: test -z 
			 || test ! -s conftest.err
configure:26086: $? = 0
configure:26089: test -s conftest.o
configure:26092: $? = 0
configure:26102: result: yes
configure:26106: checking sys/utsname.h presence
configure:26116: gcc -E  -I/usr/local/include conftest.c
configure:26122: $? = 0
configure:26142: result: yes
configure:26177: checking for sys/utsname.h
configure:26184: result: yes
configure:26061: checking sys/wait.h usability
configure:26073: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26079: $? = 0
configure:26083: test -z 
			 || test ! -s conftest.err
configure:26086: $? = 0
configure:26089: test -s conftest.o
configure:26092: $? = 0
configure:26102: result: yes
configure:26106: checking sys/wait.h presence
configure:26116: gcc -E  -I/usr/local/include conftest.c
configure:26122: $? = 0
configure:26142: result: yes
configure:26177: checking for sys/wait.h
configure:26184: result: yes
configure:26211: checking netinet/in.h usability
configure:26223: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26229: $? = 0
configure:26233: test -z 
			 || test ! -s conftest.err
configure:26236: $? = 0
configure:26239: test -s conftest.o
configure:26242: $? = 0
configure:26252: result: yes
configure:26256: checking netinet/in.h presence
configure:26266: gcc -E  -I/usr/local/include conftest.c
configure:26272: $? = 0
configure:26292: result: yes
configure:26327: checking for netinet/in.h
configure:26334: result: yes
configure:26362: checking arpa/inet.h usability
configure:26374: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26380: $? = 0
configure:26384: test -z 
			 || test ! -s conftest.err
configure:26387: $? = 0
configure:26390: test -s conftest.o
configure:26393: $? = 0
configure:26403: result: yes
configure:26407: checking arpa/inet.h presence
configure:26417: gcc -E  -I/usr/local/include conftest.c
configure:26423: $? = 0
configure:26443: result: yes
configure:26478: checking for arpa/inet.h
configure:26485: result: yes
configure:26362: checking arpa/nameser.h usability
configure:26374: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26380: $? = 0
configure:26384: test -z 
			 || test ! -s conftest.err
configure:26387: $? = 0
configure:26390: test -s conftest.o
configure:26393: $? = 0
configure:26403: result: yes
configure:26407: checking arpa/nameser.h presence
configure:26417: gcc -E  -I/usr/local/include conftest.c
configure:26423: $? = 0
configure:26443: result: yes
configure:26478: checking for arpa/nameser.h
configure:26485: result: yes
configure:26512: checking iconv.h usability
configure:26524: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:26530: $? = 0
configure:26534: test -z 
			 || test ! -s conftest.err
configure:26537: $? = 0
configure:26540: test -s conftest.o
configure:26543: $? = 0
configure:26553: result: yes
configure:26557: checking iconv.h presence
configure:26567: gcc -E  -I/usr/local/include conftest.c
configure:26573: $? = 0
configure:26593: result: yes
configure:26628: checking for iconv.h
configure:26635: result: yes
configure:26650: checking whether to use SSL library
configure:26758: result: no
configure:26821: checking whether to use Net-SNMP library
configure:26828: result: yes, if available
configure:26842: checking for net-snmp-config
configure:26875: result: no
configure:27107: checking whether to use UCD SNMP library
configure:27114: result: yes, if available
configure:27160: checking ucd-snmp/ucd-snmp-config.h usability
configure:27172: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:92:38: ucd-snmp/ucd-snmp-config.h: No such file or directory
configure:27178: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ucd-snmp/ucd-snmp-config.h>
configure:27201: result: no
configure:27205: checking ucd-snmp/ucd-snmp-config.h presence
configure:27215: gcc -E  -I/usr/local/include conftest.c
conftest.c:58:38: ucd-snmp/ucd-snmp-config.h: No such file or directory
configure:27221: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| #include <ucd-snmp/ucd-snmp-config.h>
configure:27241: result: no
configure:27276: checking for ucd-snmp/ucd-snmp-config.h
configure:27283: result: no
configure:27510: checking whether to use kerberos
configure:27542: result: yes
configure:27582: checking for krb5-config
configure:27615: result: no
configure:27669: checking krb5.h usability
configure:27681: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:92:18: krb5.h: No such file or directory
configure:27687: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <krb5.h>
configure:27710: result: no
configure:27714: checking krb5.h presence
configure:27724: gcc -E  -I/usr/local/include conftest.c
conftest.c:58:18: krb5.h: No such file or directory
configure:27730: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| #include <krb5.h>
configure:27750: result: no
configure:27785: checking for krb5.h
configure:27792: result: no
configure:27828: result: No Heimdal or MIT header found - disabling dissection 
for some kerberos data in packet decoding
configure:28096: checking whether to use the GNU ADNS library if available
configure:28124: result: yes
configure:28144: checking for adns_init in -ladns
configure:28175: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -ladns  
		 -lz  >&5
/usr/bin/ld: cannot find -ladns
collect2: ld returned 1 exit status
configure:28181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char adns_init ();
| int
| main ()
| {
| adns_init ();
|   ;
|   return 0;
| }
configure:28207: result: no
configure:28244: checking for sa_len in struct sockaddr
configure:28266: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
conftest.c: In function `main':
conftest.c:64: error: structure has no member named `sa_len'
configure:28272: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ICONV_H 1
| #define ETH_VAR_IMPORT extern
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct sockaddr s; s.sa_len;
|   ;
|   return 0;
| }
configure:28296: result: no
configure:28308: checking whether byte ordering is bigendian
configure:28335: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:28341: $? = 0
configure:28345: test -z 
			 || test ! -s conftest.err
configure:28348: $? = 0
configure:28351: test -s conftest.o
configure:28354: $? = 0
configure:28378: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
conftest.c: In function `main':
conftest.c:66: error: `not' undeclared (first use in this function)
conftest.c:66: error: (Each undeclared identifier is reported only once
conftest.c:66: error: for each function it appears in.)
conftest.c:66: error: syntax error before "big"
configure:28384: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.11"
| #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_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ICONV_H 1
| #define ETH_VAR_IMPORT extern
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:28519: result: no
configure:28542: checking whether gcc needs -traditional
configure:28584: result: no
configure:28596: checking for snprintf
configure:28653: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
conftest.c:83: warning: conflicting types for built-in function 'snprintf'
configure:28659: $? = 0
configure:28663: test -z 
			 || test ! -s conftest.err
configure:28666: $? = 0
configure:28669: test -s conftest
configure:28672: $? = 0
configure:28684: result: yes
configure:28705: checking for strerror
configure:28762: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:28768: $? = 0
configure:28772: test -z 
			 || test ! -s conftest.err
configure:28775: $? = 0
configure:28778: test -s conftest
configure:28781: $? = 0
configure:28793: result: yes
configure:28814: checking for strcasecmp
configure:28871: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:28877: $? = 0
configure:28881: test -z 
			 || test ! -s conftest.err
configure:28884: $? = 0
configure:28887: test -s conftest
configure:28890: $? = 0
configure:28902: result: yes
configure:28917: checking for strncasecmp
configure:28974: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:28980: $? = 0
configure:28984: test -z 
			 || test ! -s conftest.err
configure:28987: $? = 0
configure:28990: test -s conftest
configure:28993: $? = 0
configure:29005: result: yes
configure:29020: checking for mkstemp
configure:29077: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:29083: $? = 0
configure:29087: test -z 
			 || test ! -s conftest.err
configure:29090: $? = 0
configure:29093: test -s conftest
configure:29096: $? = 0
configure:29108: result: yes
configure:29128: checking for g_ascii_strtoull
configure:29185: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0   -lz  >&5
configure:29191: $? = 0
configure:29195: test -z 
			 || test ! -s conftest.err
configure:29198: $? = 0
configure:29201: test -s conftest
configure:29204: $? = 0
configure:29216: result: yes
configure:29242: checking for inet_aton
configure:29299: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:29305: $? = 0
configure:29309: test -z 
			 || test ! -s conftest.err
configure:29312: $? = 0
configure:29315: test -s conftest
configure:29318: $? = 0
configure:29330: result: yes
configure:29355: checking for library containing inet_pton
configure:29385: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:29391: $? = 0
configure:29395: test -z 
			 || test ! -s conftest.err
configure:29398: $? = 0
configure:29401: test -s conftest
configure:29404: $? = 0
configure:29474: result: none required
configure:29479: checking for broken inet_pton
configure:29508: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:29511: $? = 0
configure:29513: ./conftest
configure:29516: $? = 0
configure:29518: result: ok
configure:29550: checking for library containing inet_ntop
configure:29580: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:29586: $? = 0
configure:29590: test -z 
			 || test ! -s conftest.err
configure:29593: $? = 0
configure:29596: test -s conftest
configure:29599: $? = 0
configure:29669: result: none required
configure:29674: checking for inet_ntop prototype
configure:29698: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -
O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include conftest.c >&5
configure:29704: $? = 0
configure:29708: test -z 
			 || test ! -s conftest.err
configure:29711: $? = 0
configure:29714: test -s conftest.o
configure:29717: $? = 0
configure:29720: result: yes
configure:29812: checking for strptime
configure:29869: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:29875: $? = 0
configure:29879: test -z 
			 || test ! -s conftest.err
configure:29882: $? = 0
configure:29885: test -s conftest
configure:29888: $? = 0
configure:29900: result: yes
configure:29926: checking for getprotobynumber
configure:29983: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:29989: $? = 0
configure:29993: test -z 
			 || test ! -s conftest.err
configure:29996: $? = 0
configure:29999: test -s conftest
configure:30002: $? = 0
configure:30014: result: yes
configure:29926: checking for gethostbyname2
configure:29983: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -
Wall -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include    -I/usr/local/include  -L/usr/local/lib -L/usr/local/lib 
conftest.c -lz  >&5
configure:29989: $? = 0
configure:29993: test -z 
			 || test ! -s conftest.err
configure:29996: $? = 0
configure:29999: test -s conftest
configure:30002: $? = 0
configure:30014: result: yes
configure:30386: creating ./config.status

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

This file was extended by config.status, which was
generated by GNU Autoconf 2.59.  Invocation command line was

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

on localhost

config.status:879: creating Makefile
config.status:879: creating doxygen.cfg
config.status:879: creating doc/Makefile
config.status:879: creating epan/Makefile
config.status:879: creating epan/doxygen.cfg
config.status:879: creating epan/dfilter/Makefile
config.status:879: creating epan/dissectors/Makefile
config.status:879: creating epan/ftypes/Makefile
config.status:879: creating gtk/Makefile
config.status:879: creating gtk/doxygen.cfg
config.status:879: creating help/Makefile
config.status:879: creating packaging/Makefile
config.status:879: creating packaging/nsis/Makefile
config.status:879: creating packaging/rpm/Makefile
config.status:879: creating packaging/rpm/SPECS/Makefile
config.status:879: creating packaging/rpm/SPECS/ethereal.spec
config.status:879: creating packaging/svr4/Makefile
config.status:879: creating packaging/svr4/checkinstall
config.status:879: creating packaging/svr4/pkginfo
config.status:879: creating plugins/Makefile
config.status:879: creating plugins/acn/Makefile
config.status:879: creating plugins/agentx/Makefile
config.status:879: creating plugins/artnet/Makefile
config.status:879: creating plugins/asn1/Makefile
config.status:879: creating plugins/ciscosm/Makefile
config.status:879: creating plugins/docsis/Makefile
config.status:879: creating plugins/enttec/Makefile
config.status:879: creating plugins/giop/Makefile
config.status:879: creating plugins/gryphon/Makefile
config.status:879: creating plugins/irda/Makefile
config.status:879: creating plugins/lwres/Makefile
config.status:879: creating plugins/mate/Makefile
config.status:879: creating plugins/megaco/Makefile
config.status:879: creating plugins/mgcp/Makefile
config.status:879: creating plugins/opsi/Makefile
config.status:879: creating plugins/pcli/Makefile
config.status:879: creating plugins/profinet/Makefile
config.status:879: creating plugins/rdm/Makefile
config.status:879: creating plugins/rlm/Makefile
config.status:879: creating plugins/rtnet/Makefile
config.status:879: creating plugins/rudp/Makefile
config.status:879: creating plugins/stats_tree/Makefile
config.status:879: creating plugins/v5ua/Makefile
config.status:879: creating plugins/xml/Makefile
config.status:879: creating tools/Makefile
config.status:879: creating tools/lemon/Makefile
config.status:983: creating config.h
config.status:1187: config.h is unchanged
config.status:1367: executing depfiles commands
configure:31907: configuring in wiretap
configure:32024: running /bin/sh './configure' --prefix=/usr/local  --cache-
file=/dev/null --srcdir=.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_enable_usr_local=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_ethereal_have_rpm=yes
ac_cv_ethereal_struct_sa_len=no
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_g_ascii_strtoull=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_getprotobynumber=yes
ac_cv_func_inet_aton=yes
ac_cv_func_mkstemp=yes
ac_cv_func_pcap_datalink_name_to_val=yes
ac_cv_func_pcap_datalink_val_to_name=yes
ac_cv_func_pcap_findalldevs=yes
ac_cv_func_pcap_freecode=yes
ac_cv_func_pcap_lib_version=yes
ac_cv_func_pcap_list_datalinks=yes
ac_cv_func_pcap_open_dead=yes
ac_cv_func_pcap_set_datalink=yes
ac_cv_func_shl_load=no
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strptime=yes
ac_cv_glib_supports_modules=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_direct_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_krb5_h=no
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_pcre_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_ucd_snmp_ucd_snmp_config_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_adns_adns_init=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_fl_yywrap=no
ac_cv_lib_l_yywrap=no
ac_cv_lib_pcap_pcap_open_live=yes
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_LEX=/usr/bin/flex
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_POD2HTML=/usr/bin/pod2html
ac_cv_path_POD2MAN=/usr/bin/pod2man
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_XMLLINT=/usr/bin/xmllint
ac_cv_path_install='/usr/bin/install -c'
ac_cv_pcap_version_defined=yes
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_HAVE_DOXYGEN=no
ac_cv_prog_HAVE_FOP=no
ac_cv_prog_HAVE_HHC=no
ac_cv_prog_HAVE_PKGMK=no
ac_cv_prog_HAVE_PKGPROTO=no
ac_cv_prog_HAVE_PKGTRANS=no
ac_cv_prog_HAVE_XMLLINT=yes
ac_cv_prog_HAVE_XSLTPROC=no
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_ac_cv_ethereal_have_rpm=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_gcc_traditional=no
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=no
ac_cv_prog_make_make_set=yes
ac_cv_search_inet_ntop='none required'
ac_cv_search_inet_pton='none required'
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.4.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW]
[ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 
\3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW]
[ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2
\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) 
\$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]
*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern 
int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /usr/src/RPM/SOURCES/ethereal-0.10.11/missing --run aclocal-
1.9'
ADNS_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/RPM/SOURCES/ethereal-0.10.11/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/src/RPM/SOURCES/ethereal-0.10.11/missing --run 
autoconf'
AUTOHEADER='${SHELL} /usr/src/RPM/SOURCES/ethereal-0.10.11/missing --run 
autoheader'
AUTOMAKE='${SHELL} /usr/src/RPM/SOURCES/ethereal-0.10.11/missing --run 
automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-DINET6 -D_U_="__attribute__((unused))" -Wall -W  -g -O2 -
I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
CPP='gcc -E'
CPPFLAGS=' -I/usr/local/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOXYGEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_STATIC=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE='#'
EXEEXT=''
F77=''
FFLAGS=''
FLEX_PATH=''
FOP=''
FRAMEWORKS=''
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_CONFIG=''
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GOBJECT_QUERY='gobject-query'
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
G_ASCII_STRTOULL_C=''
G_ASCII_STRTOULL_LO=''
G_ASCII_STRTOULL_O=''
HAVE_DOXYGEN='no'
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE='#'
HAVE_FOP='no'
HAVE_FOP_FALSE=''
HAVE_FOP_TRUE='#'
HAVE_HHC='no'
HAVE_HHC_FALSE=''
HAVE_HHC_TRUE='#'
HAVE_PKGMK='no'
HAVE_PKGPROTO='no'
HAVE_PKGTRANS='no'
HAVE_PLUGINS_FALSE='#'
HAVE_PLUGINS_TRUE=''
HAVE_RPM='yes'
HAVE_SVR4_PACKAGING='no'
HAVE_XMLLINT='yes'
HAVE_XMLLINT_FALSE='#'
HAVE_XMLLINT_TRUE=''
HAVE_XSLTPROC='no'
HAVE_XSLTPROC_FALSE=''
HAVE_XSLTPROC_TRUE='#'
HHC=''
INET_ATON_C=''
INET_ATON_LO=''
INET_ATON_O=''
INET_NTOP_C=''
INET_NTOP_LO=''
INET_NTOP_O=''
INET_PTON_C=''
INET_PTON_LO=''
INET_PTON_O=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KRB5_CONFIG=''
KRB5_LIBS=''
LDFLAGS=' -L/usr/local/lib -L/usr/local/lib'
LEX='/usr/bin/flex'
LEXLIB=''
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS='-lz '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/src/RPM/SOURCES/ethereal-0.10.11/missing --run 
makeinfo'
MKSTEMP_C=''
MKSTEMP_O=''
NETSNMPCONFIG=''
NSL_LIBS=''
OBJEXT='o'
PACKAGE='ethereal'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCAP_LIBS='-lpcap'
PCRE_LIBS=''
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PLUGIN_LIBS='-L../../epan -lethereal -Wl,--export-dynamic -lgmodule-2.0 -ldl -
lglib-2.0  '
POD2HTML='/usr/bin/pod2html'
POD2MAN='/usr/bin/pod2man'
PYTHON='/usr/bin/python'
RANLIB='ranlib'
SETUID_INSTALL_FALSE=''
SETUID_INSTALL_TRUE='#'
SET_MAKE=''
SHELL='/bin/sh'
SNMP_LIBS=''
SNPRINTF_C=''
SNPRINTF_O=''
SOCKET_LIBS=''
SSL_LIBS=''
STRCASECMP_C=''
STRCASECMP_O=''
STRERROR_C=''
STRERROR_O=''
STRIP='strip'
STRNCASECMP_C=''
STRNCASECMP_O=''
STRPTIME_C=''
STRPTIME_O=''
USE_GTK2_FALSE='#'
USE_GTK2_TRUE=''
USE_PROFILE_BUILD_FALSE=''
USE_PROFILE_BUILD_TRUE='#'
USE_THREADS_FALSE=''
USE_THREADS_TRUE='#'
VERSION='0.10.11'
XMLLINT='/usr/bin/xmllint'
XSLTPROC=''
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_cv_ethereal_have_rpm='yes'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
capinfos_bin='capinfos$(EXEEXT)'
capinfos_man='capinfos.1'
datadir='${prefix}/share'
dftest_bin='dftest$(EXEEXT)'
editcap_bin='editcap$(EXEEXT)'
editcap_man='editcap.1'
ethereal_SUBDIRS=''
ethereal_bin=''
ethereal_man=''
etherealfilter_man='ethereal-filter.4'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
idl2eth_bin='idl2eth'
idl2eth_man='idl2eth.1'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/src/RPM/SOURCES/ethereal-0.10.11/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mergecap_bin='mergecap$(EXEEXT)'
mergecap_man='mergecap.1'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
plugindir='/usr/local/lib/ethereal/plugins/0.10.11'
prefix='/usr/local'
program_transform_name='s,x,x,'
randpkt_bin=''
rdps_bin='rdps$(EXEEXT)'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' wiretap'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
tethereal_bin='tethereal$(EXEEXT)'
tethereal_man='tethereal.1'
text2pcap_bin='text2pcap$(EXEEXT)'
text2pcap_man='text2pcap.1'

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

#define DATAFILE_DIR "/usr/local/share/ethereal"
#define ETH_VAR_IMPORT extern
#define HAVE_ARPA_INET_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETHOSTBYNAME2 1
#define HAVE_GETPROTOBYNUMBER 1
#define HAVE_ICONV_H 1
#define HAVE_INET_NTOP_PROTO 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBPCAP 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
#define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
#define HAVE_PCAP_FINDALLDEVS 1
#define HAVE_PCAP_FREECODE 1
#define HAVE_PCAP_LIB_VERSION 1
#define HAVE_PCAP_LIST_DATALINKS 1
#define HAVE_PCAP_OPEN_DEAD 1
#define HAVE_PCAP_SET_DATALINK 1
#define HAVE_PCAP_VERSION 1
#define HAVE_PLUGINS 1
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define INTTYPES_H_DEFINES_FORMATS
#define PACKAGE "ethereal"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.10.11"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.10.11"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0




______________________________________
This E-Mail was sent with MailMax/WEB 4.1