Ticket #49361: config.log

File config.log, 136.9 KB (added by Polyergic (Shad Sterling), 9 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by wireshark configure 1.12.8, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-osx-deploy-target --disable-usr-local --with-pcap=/opt/local --with-ssl=/opt/local --with-zlib=/opt/local --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-warnings-as-errors --with-krb5=/opt/local --with-adns=/opt/local --without-c-ares --with-gnutls=yes --with-libgcrypt-prefix=/opt/local --enable-ipv6 --with-lua=/opt/local --with-libsmi=/opt/local --with-geoip=/opt/local --with-qt=yes --with-gtk2=no --with-gtk3=no --with-portaudio=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = laconic.local
14uname -m = x86_64
15uname -r = 14.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 14.5.0: Wed Jul 29 02:26:53 PDT 2015; root:xnu-2782.40.9~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 319 tasks, 1848 threads, 4 processors
34Load average: 5.43, Mach factor: 0.98
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2818: checking build system type
52configure:2832: result: x86_64-apple-darwin14.5.0
53configure:2852: checking host system type
54configure:2865: result: x86_64-apple-darwin14.5.0
55configure:2885: checking target system type
56configure:2898: result: x86_64-apple-darwin14.5.0
57configure:2941: checking for a BSD-compatible install
58configure:3009: result: /usr/bin/install -c
59configure:3020: checking whether build environment is sane
60configure:3075: result: yes
61configure:3226: checking for a thread-safe mkdir -p
62configure:3265: result: /opt/local/bin/gmkdir -p
63configure:3272: checking for gawk
64configure:3288: found /opt/local/bin/gawk
65configure:3299: result: gawk
66configure:3310: checking whether make sets $(MAKE)
67configure:3332: result: yes
68configure:3361: checking whether make supports nested variables
69configure:3378: result: yes
70configure:3467: checking whether UID '505' is supported by ustar format
71configure:3470: result: yes
72configure:3477: checking whether GID '20' is supported by ustar format
73configure:3480: result: yes
74configure:3488: checking how to create a ustar tar archive
75configure:3499: tar --version
76bsdtar 2.8.3 - libarchive 2.8.3
77configure:3502: $? = 0
78configure:3542: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
79configure:3545: $? = 0
80configure:3549: tar -xf - <conftest.tar
81configure:3552: $? = 0
82configure:3554: cat conftest.dir/file
83GrepMe
84configure:3557: $? = 0
85configure:3570: result: gnutar
86configure:3714: checking for gcc
87configure:3741: result: /usr/bin/clang
88configure:3970: checking for C compiler version
89configure:3979: /usr/bin/clang --version >&5
90Apple LLVM version 7.0.0 (clang-700.0.72)
91Target: x86_64-apple-darwin14.5.0
92Thread model: posix
93configure:3990: $? = 0
94configure:3979: /usr/bin/clang -v >&5
95Apple LLVM version 7.0.0 (clang-700.0.72)
96Target: x86_64-apple-darwin14.5.0
97Thread model: posix
98configure:3990: $? = 0
99configure:3979: /usr/bin/clang -V >&5
100clang: error: argument to '-V' is missing (expected 1 value)
101clang: error: no input files
102configure:3990: $? = 1
103configure:3979: /usr/bin/clang -qversion >&5
104clang: error: unknown argument: '-qversion'
105clang: error: no input files
106configure:3990: $? = 1
107configure:4010: checking whether the C compiler works
108configure:4032: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c  >&5
109configure:4036: $? = 0
110configure:4084: result: yes
111configure:4087: checking for C compiler default output file name
112configure:4089: result: a.out
113configure:4095: checking for suffix of executables
114configure:4102: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c  >&5
115configure:4106: $? = 0
116configure:4128: result:
117configure:4150: checking whether we are cross compiling
118configure:4158: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c  >&5
119configure:4162: $? = 0
120configure:4169: ./conftest
121configure:4173: $? = 0
122configure:4188: result: no
123configure:4193: checking for suffix of object files
124configure:4215: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
125configure:4219: $? = 0
126configure:4240: result: o
127configure:4244: checking whether we are using the GNU C compiler
128configure:4263: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
129configure:4263: $? = 0
130configure:4272: result: yes
131configure:4281: checking whether /usr/bin/clang accepts -g
132configure:4301: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5
133configure:4301: $? = 0
134configure:4342: result: yes
135configure:4359: checking for /usr/bin/clang option to accept ISO C89
136configure:4422: /usr/bin/clang  -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
137configure:4422: $? = 0
138configure:4435: result: none needed
139configure:4460: checking whether /usr/bin/clang understands -c and -o together
140configure:4482: /usr/bin/clang -c conftest.c -o conftest2.o
141configure:4485: $? = 0
142configure:4482: /usr/bin/clang -c conftest.c -o conftest2.o
143configure:4485: $? = 0
144configure:4497: result: yes
145configure:4525: checking for style of include used by make
146configure:4553: result: GNU
147configure:4579: checking dependency style of /usr/bin/clang
148configure:4690: result: gcc3
149configure:4818: checking for C++ compiler version
150configure:4827: /usr/bin/clang++ --version >&5
151Apple LLVM version 7.0.0 (clang-700.0.72)
152Target: x86_64-apple-darwin14.5.0
153Thread model: posix
154configure:4838: $? = 0
155configure:4827: /usr/bin/clang++ -v >&5
156Apple LLVM version 7.0.0 (clang-700.0.72)
157Target: x86_64-apple-darwin14.5.0
158Thread model: posix
159configure:4838: $? = 0
160configure:4827: /usr/bin/clang++ -V >&5
161clang: error: argument to '-V' is missing (expected 1 value)
162clang: error: no input files
163configure:4838: $? = 1
164configure:4827: /usr/bin/clang++ -qversion >&5
165clang: error: unknown argument: '-qversion'
166clang: error: no input files
167configure:4838: $? = 1
168configure:4842: checking whether we are using the GNU C++ compiler
169configure:4861: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
170configure:4861: $? = 0
171configure:4870: result: yes
172configure:4879: checking whether /usr/bin/clang++ accepts -g
173configure:4899: /usr/bin/clang++ -c -g -I/opt/local/include conftest.cpp >&5
174configure:4899: $? = 0
175configure:4940: result: yes
176configure:4965: checking dependency style of /usr/bin/clang++
177configure:5076: result: gcc3
178configure:5096: checking how to run the C preprocessor
179configure:5127: /usr/bin/clang -E -I/opt/local/include conftest.c
180configure:5127: $? = 0
181configure:5141: /usr/bin/clang -E -I/opt/local/include conftest.c
182conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
183#include <ac_nonexistent.h>
184         ^
1851 error generated.
186configure:5141: $? = 1
187configure: failed program was:
188| /* confdefs.h */
189| #define PACKAGE_NAME "wireshark"
190| #define PACKAGE_TARNAME "wireshark"
191| #define PACKAGE_VERSION "1.12.8"
192| #define PACKAGE_STRING "wireshark 1.12.8"
193| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
194| #define PACKAGE_URL "http://www.wireshark.org/"
195| #define PACKAGE "wireshark"
196| #define VERSION "1.12.8"
197| #define VERSION_MAJOR 1
198| #define VERSION_MINOR 12
199| #define VERSION_MICRO 8
200| /* end confdefs.h.  */
201| #include <ac_nonexistent.h>
202configure:5166: result: /usr/bin/clang -E
203configure:5186: /usr/bin/clang -E -I/opt/local/include conftest.c
204configure:5186: $? = 0
205configure:5200: /usr/bin/clang -E -I/opt/local/include conftest.c
206conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
207#include <ac_nonexistent.h>
208         ^
2091 error generated.
210configure:5200: $? = 1
211configure: failed program was:
212| /* confdefs.h */
213| #define PACKAGE_NAME "wireshark"
214| #define PACKAGE_TARNAME "wireshark"
215| #define PACKAGE_VERSION "1.12.8"
216| #define PACKAGE_STRING "wireshark 1.12.8"
217| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
218| #define PACKAGE_URL "http://www.wireshark.org/"
219| #define PACKAGE "wireshark"
220| #define VERSION "1.12.8"
221| #define VERSION_MAJOR 1
222| #define VERSION_MINOR 12
223| #define VERSION_MICRO 8
224| /* end confdefs.h.  */
225| #include <ac_nonexistent.h>
226configure:5233: checking if /usr/bin/clang is Clang
227configure:5244: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
228configure:5244: $? = 0
229configure:5254: result: yes
230configure:5257: checking if /usr/bin/clang++ is Clang
231configure:5274: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -I/opt/local/include conftest.cpp >&5
232configure:5274: $? = 0
233configure:5290: result: yes
234configure:5346: checking how to print strings
235configure:5373: result: printf
236configure:5394: checking for a sed that does not truncate output
237configure:5458: result: /opt/local/bin/gsed
238configure:5476: checking for grep that handles long lines and -e
239configure:5534: result: /usr/bin/grep
240configure:5539: checking for egrep
241configure:5601: result: /usr/bin/grep -E
242configure:5606: checking for fgrep
243configure:5668: result: /usr/bin/grep -F
244configure:5703: checking for ld used by /usr/bin/clang
245configure:5770: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
246configure:5777: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
247configure:5792: result: no
248configure:5804: checking for BSD- or MS-compatible name lister (nm)
249configure:5853: result: /opt/local/bin/nm
250configure:5983: checking the name lister (/opt/local/bin/nm) interface
251configure:5990: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
252configure:5993: /opt/local/bin/nm "conftest.o"
253configure:5996: output
2540000000000000000 S _some_variable
255configure:6003: result: BSD nm
256configure:6006: checking whether ln -s works
257configure:6010: result: yes
258configure:6018: checking the maximum length of command line arguments
259configure:6149: result: 196608
260configure:6166: checking whether the shell understands some XSI constructs
261configure:6176: result: yes
262configure:6180: checking whether the shell understands "+="
263configure:6186: result: yes
264configure:6221: checking how to convert x86_64-apple-darwin14.5.0 file names to x86_64-apple-darwin14.5.0 format
265configure:6261: result: func_convert_file_noop
266configure:6268: checking how to convert x86_64-apple-darwin14.5.0 file names to toolchain format
267configure:6288: result: func_convert_file_noop
268configure:6295: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
269configure:6302: result: -r
270configure:6376: checking for objdump
271configure:6406: result: no
272configure:6435: checking how to recognize dependent libraries
273configure:6633: result: pass_all
274configure:6718: checking for dlltool
275configure:6748: result: no
276configure:6778: checking how to associate runtime and link libraries
277configure:6805: result: printf %s\n
278configure:6865: checking for ar
279configure:6881: found /opt/local/bin/ar
280configure:6892: result: ar
281configure:6929: checking for archiver @FILE support
282configure:6946: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
283configure:6946: $? = 0
284configure:6949: ar cru libconftest.a @conftest.lst >&5
285ar: @conftest.lst: No such file or directory
286configure:6952: $? = 1
287configure:6972: result: no
288configure:7030: checking for strip
289configure:7046: found /opt/local/bin/strip
290configure:7057: result: strip
291configure:7129: checking for ranlib
292configure:7145: found /opt/local/bin/ranlib
293configure:7156: result: ranlib
294configure:7258: checking command to parse /opt/local/bin/nm output from /usr/bin/clang object
295configure:7378: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
296configure:7381: $? = 0
297configure:7385: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
298configure:7388: $? = 0
299cannot find nm_test_var in conftest.nm
300configure:7378: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
301configure:7381: $? = 0
302configure:7385: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
303configure:7388: $? = 0
304configure:7454: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c conftstm.o >&5
305configure:7457: $? = 0
306configure:7495: result: ok
307configure:7532: checking for sysroot
308configure:7562: result: no
309configure:7831: checking for mt
310configure:7861: result: no
311configure:7881: checking if : is a manifest tool
312configure:7887: : '-?'
313configure:7895: result: no
314configure:7951: checking for dsymutil
315configure:7967: found /usr/bin/dsymutil
316configure:7978: result: dsymutil
317configure:8043: checking for nmedit
318configure:8059: found /opt/local/bin/nmedit
319configure:8070: result: nmedit
320configure:8135: checking for lipo
321configure:8151: found /opt/local/bin/lipo
322configure:8162: result: lipo
323configure:8227: checking for otool
324configure:8243: found /opt/local/bin/otool
325configure:8254: result: otool
326configure:8319: checking for otool64
327configure:8349: result: no
328configure:8394: checking for -single_module linker flag
329/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
330configure:8427: result: yes
331configure:8430: checking for -exported_symbols_list linker flag
332configure:8450: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
333configure:8450: $? = 0
334configure:8460: result: yes
335configure:8463: checking for -force_load linker flag
336/usr/bin/clang -pipe -Os -arch x86_64 -c -o conftest.o conftest.c
337ar cru libconftest.a conftest.o
338ranlib libconftest.a
339/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
340configure:8495: result: yes
341configure:8533: checking for ANSI C header files
342configure:8553: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
343configure:8553: $? = 0
344configure:8626: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c  >&5
345configure:8626: $? = 0
346configure:8626: ./conftest
347configure:8626: $? = 0
348configure:8637: result: yes
349configure:8650: checking for sys/types.h
350configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
351configure:8650: $? = 0
352configure:8650: result: yes
353configure:8650: checking for sys/stat.h
354configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
355configure:8650: $? = 0
356configure:8650: result: yes
357configure:8650: checking for stdlib.h
358configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
359configure:8650: $? = 0
360configure:8650: result: yes
361configure:8650: checking for string.h
362configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
363configure:8650: $? = 0
364configure:8650: result: yes
365configure:8650: checking for memory.h
366configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
367configure:8650: $? = 0
368configure:8650: result: yes
369configure:8650: checking for strings.h
370configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
371configure:8650: $? = 0
372configure:8650: result: yes
373configure:8650: checking for inttypes.h
374configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
375configure:8650: $? = 0
376configure:8650: result: yes
377configure:8650: checking for stdint.h
378configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
379configure:8650: $? = 0
380configure:8650: result: yes
381configure:8650: checking for unistd.h
382configure:8650: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
383configure:8650: $? = 0
384configure:8650: result: yes
385configure:8664: checking for dlfcn.h
386configure:8664: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
387configure:8664: $? = 0
388configure:8664: result: yes
389configure:8848: checking for objdir
390configure:8863: result: .libs
391configure:9130: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
392configure:9148: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
393configure:9152: $? = 0
394configure:9165: result: yes
395configure:9492: checking for /usr/bin/clang option to produce PIC
396configure:9499: result: -fno-common -DPIC
397configure:9507: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
398configure:9525: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
399configure:9529: $? = 0
400configure:9542: result: yes
401configure:9571: checking if /usr/bin/clang static flag -static works
402configure:9599: result: no
403configure:9614: checking if /usr/bin/clang supports -c -o file.o
404configure:9635: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
405configure:9639: $? = 0
406configure:9661: result: yes
407configure:9669: checking if /usr/bin/clang supports -c -o file.o
408configure:9716: result: yes
409configure:9749: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
410configure:10906: result: yes
411configure:11146: checking dynamic linker characteristics
412configure:11880: result: darwin14.5.0 dyld
413configure:11987: checking how to hardcode library paths into programs
414configure:12012: result: immediate
415configure:12057: checking for dlopen in -ldl
416configure:12082: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c -ldl   >&5
417configure:12082: $? = 0
418configure:12091: result: yes
419configure:12306: checking whether a program can dlopen itself
420configure:12386: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -DHAVE_DLFCN_H -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64  conftest.c -ldl  >&5
421configure:12389: $? = 0
422configure:12407: result: yes
423configure:12412: checking whether a statically linked program can dlopen itself
424configure:12492: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -DHAVE_DLFCN_H -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64   conftest.c -ldl  >&5
425configure:12495: $? = 0
426configure:12513: result: yes
427configure:12552: checking whether stripping libraries is possible
428configure:12566: result: yes
429configure:12592: checking if libtool supports shared libraries
430configure:12594: result: yes
431configure:12597: checking whether to build shared libraries
432configure:12618: result: yes
433configure:12621: checking whether to build static libraries
434configure:12625: result: no
435configure:12648: checking how to run the C++ preprocessor
436configure:12675: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
437configure:12675: $? = 0
438configure:12689: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
439conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found
440#include <ac_nonexistent.h>
441         ^
4421 error generated.
443configure:12689: $? = 1
444configure: failed program was:
445| /* confdefs.h */
446| #define PACKAGE_NAME "wireshark"
447| #define PACKAGE_TARNAME "wireshark"
448| #define PACKAGE_VERSION "1.12.8"
449| #define PACKAGE_STRING "wireshark 1.12.8"
450| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
451| #define PACKAGE_URL "http://www.wireshark.org/"
452| #define PACKAGE "wireshark"
453| #define VERSION "1.12.8"
454| #define VERSION_MAJOR 1
455| #define VERSION_MINOR 12
456| #define VERSION_MICRO 8
457| #define STDC_HEADERS 1
458| #define HAVE_SYS_TYPES_H 1
459| #define HAVE_SYS_STAT_H 1
460| #define HAVE_STDLIB_H 1
461| #define HAVE_STRING_H 1
462| #define HAVE_MEMORY_H 1
463| #define HAVE_STRINGS_H 1
464| #define HAVE_INTTYPES_H 1
465| #define HAVE_STDINT_H 1
466| #define HAVE_UNISTD_H 1
467| #define HAVE_DLFCN_H 1
468| #define LT_OBJDIR ".libs/"
469| /* end confdefs.h.  */
470| #include <ac_nonexistent.h>
471configure:12714: result: /usr/bin/clang++ -E
472configure:12734: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
473configure:12734: $? = 0
474configure:12748: /usr/bin/clang++ -E -I/opt/local/include conftest.cpp
475conftest.cpp:26:10: fatal error: 'ac_nonexistent.h' file not found
476#include <ac_nonexistent.h>
477         ^
4781 error generated.
479configure:12748: $? = 1
480configure: failed program was:
481| /* confdefs.h */
482| #define PACKAGE_NAME "wireshark"
483| #define PACKAGE_TARNAME "wireshark"
484| #define PACKAGE_VERSION "1.12.8"
485| #define PACKAGE_STRING "wireshark 1.12.8"
486| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
487| #define PACKAGE_URL "http://www.wireshark.org/"
488| #define PACKAGE "wireshark"
489| #define VERSION "1.12.8"
490| #define VERSION_MAJOR 1
491| #define VERSION_MINOR 12
492| #define VERSION_MICRO 8
493| #define STDC_HEADERS 1
494| #define HAVE_SYS_TYPES_H 1
495| #define HAVE_SYS_STAT_H 1
496| #define HAVE_STDLIB_H 1
497| #define HAVE_STRING_H 1
498| #define HAVE_MEMORY_H 1
499| #define HAVE_STRINGS_H 1
500| #define HAVE_INTTYPES_H 1
501| #define HAVE_STDINT_H 1
502| #define HAVE_UNISTD_H 1
503| #define HAVE_DLFCN_H 1
504| #define LT_OBJDIR ".libs/"
505| /* end confdefs.h.  */
506| #include <ac_nonexistent.h>
507configure:12917: checking for ld used by /usr/bin/clang++
508configure:12984: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
509configure:12991: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
510configure:13006: result: no
511configure:13061: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
512configure:14063: result: yes
513configure:14099: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -I/opt/local/include conftest.cpp >&5
514configure:14102: $? = 0
515configure:14622: checking for /usr/bin/clang++ option to produce PIC
516configure:14629: result: -fno-common -DPIC
517configure:14637: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
518configure:14655: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
519configure:14659: $? = 0
520configure:14672: result: yes
521configure:14695: checking if /usr/bin/clang++ static flag -static works
522configure:14723: result: no
523configure:14735: checking if /usr/bin/clang++ supports -c -o file.o
524configure:14756: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
525configure:14760: $? = 0
526configure:14782: result: yes
527configure:14787: checking if /usr/bin/clang++ supports -c -o file.o
528configure:14834: result: yes
529configure:14864: checking whether the /usr/bin/clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
530configure:14903: result: yes
531configure:15044: checking dynamic linker characteristics
532configure:15712: result: darwin14.5.0 dyld
533configure:15765: checking how to hardcode library paths into programs
534configure:15790: result: immediate
535configure:15870: checking whether /usr/bin/clang++ is a C++ compiler
536configure:15894: /usr/bin/clang++ -o conftest -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.cpp  >&5
537configure:15894: $? = 0
538configure:15895: result: yes
539configure:15915: checking for perl
540configure:15933: found /opt/local/bin/perl
541configure:15945: result: /opt/local/bin/perl
542configure:15957: checking for python
543configure:15975: found /opt/local/bin/python
544configure:15987: result: /opt/local/bin/python
545configure:16002: checking whether /opt/local/bin/python is Python 2.5 or later
546configure:16012: result: yes
547configure:16040: checking for bison
548configure:16056: found /opt/local/bin/bison
549configure:16067: result: bison -y
550configure:16081: checking for bison
551configure:16099: found /opt/local/bin/bison
552configure:16111: result: /opt/local/bin/bison
553configure:16127: checking for flex
554configure:16143: found /opt/local/bin/flex
555configure:16154: result: flex
556configure:16192: flex conftest.l
557configure:16196: $? = 0
558configure:16198: checking lex output file root
559configure:16212: result: lex.yy
560configure:16217: checking lex library
561configure:16231: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c   >&5
562Undefined symbols for architecture x86_64:
563  "_yywrap", referenced from:
564      _yylex in conftest-11f858.o
565      _main in conftest-11f858.o
566ld: symbol(s) not found for architecture x86_64
567clang: error: linker command failed with exit code 1 (use -v to see invocation)
568configure:16231: $? = 1
569configure: failed program was:
570| /* confdefs.h */
571| #define PACKAGE_NAME "wireshark"
572| #define PACKAGE_TARNAME "wireshark"
573| #define PACKAGE_VERSION "1.12.8"
574| #define PACKAGE_STRING "wireshark 1.12.8"
575| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
576| #define PACKAGE_URL "http://www.wireshark.org/"
577| #define PACKAGE "wireshark"
578| #define VERSION "1.12.8"
579| #define VERSION_MAJOR 1
580| #define VERSION_MINOR 12
581| #define VERSION_MICRO 8
582| #define STDC_HEADERS 1
583| #define HAVE_SYS_TYPES_H 1
584| #define HAVE_SYS_STAT_H 1
585| #define HAVE_STDLIB_H 1
586| #define HAVE_STRING_H 1
587| #define HAVE_MEMORY_H 1
588| #define HAVE_STRINGS_H 1
589| #define HAVE_INTTYPES_H 1
590| #define HAVE_STDINT_H 1
591| #define HAVE_UNISTD_H 1
592| #define HAVE_DLFCN_H 1
593| #define LT_OBJDIR ".libs/"
594| /* end confdefs.h.  */
595|
596| #line 3 "lex.yy.c"
597|
598| #define  YY_INT_ALIGNED short int
599|
600| /* A lexical scanner generated by flex */
601|
602| #define FLEX_SCANNER
603| #define YY_FLEX_MAJOR_VERSION 2
604| #define YY_FLEX_MINOR_VERSION 5
605| #define YY_FLEX_SUBMINOR_VERSION 37
606| #if YY_FLEX_SUBMINOR_VERSION > 0
607| #define FLEX_BETA
608| #endif
609|
610| /* First, we deal with  platform-specific or compiler-specific issues. */
611|
612| /* begin standard C headers. */
613| #include <stdio.h>
614| #include <string.h>
615| #include <errno.h>
616| #include <stdlib.h>
617|
618| /* end standard C headers. */
619|
620| /* flex integer type definitions */
621|
622| #ifndef FLEXINT_H
623| #define FLEXINT_H
624|
625| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
626|
627| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
628|
629| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
630|  * if you want the limit (max/min) macros for int types.
631|  */
632| #ifndef __STDC_LIMIT_MACROS
633| #define __STDC_LIMIT_MACROS 1
634| #endif
635|
636| #include <inttypes.h>
637| typedef int8_t flex_int8_t;
638| typedef uint8_t flex_uint8_t;
639| typedef int16_t flex_int16_t;
640| typedef uint16_t flex_uint16_t;
641| typedef int32_t flex_int32_t;
642| typedef uint32_t flex_uint32_t;
643| #else
644| typedef signed char flex_int8_t;
645| typedef short int flex_int16_t;
646| typedef int flex_int32_t;
647| typedef unsigned char flex_uint8_t;
648| typedef unsigned short int flex_uint16_t;
649| typedef unsigned int flex_uint32_t;
650|
651| /* Limits of integral types. */
652| #ifndef INT8_MIN
653| #define INT8_MIN               (-128)
654| #endif
655| #ifndef INT16_MIN
656| #define INT16_MIN              (-32767-1)
657| #endif
658| #ifndef INT32_MIN
659| #define INT32_MIN              (-2147483647-1)
660| #endif
661| #ifndef INT8_MAX
662| #define INT8_MAX               (127)
663| #endif
664| #ifndef INT16_MAX
665| #define INT16_MAX              (32767)
666| #endif
667| #ifndef INT32_MAX
668| #define INT32_MAX              (2147483647)
669| #endif
670| #ifndef UINT8_MAX
671| #define UINT8_MAX              (255U)
672| #endif
673| #ifndef UINT16_MAX
674| #define UINT16_MAX             (65535U)
675| #endif
676| #ifndef UINT32_MAX
677| #define UINT32_MAX             (4294967295U)
678| #endif
679|
680| #endif /* ! C99 */
681|
682| #endif /* ! FLEXINT_H */
683|
684| #ifdef __cplusplus
685|
686| /* The "const" storage-class-modifier is valid. */
687| #define YY_USE_CONST
688|
689| #else /* ! __cplusplus */
690|
691| /* C99 requires __STDC__ to be defined as 1. */
692| #if defined (__STDC__)
693|
694| #define YY_USE_CONST
695|
696| #endif        /* defined (__STDC__) */
697| #endif        /* ! __cplusplus */
698|
699| #ifdef YY_USE_CONST
700| #define yyconst const
701| #else
702| #define yyconst
703| #endif
704|
705| /* Returned upon end-of-file. */
706| #define YY_NULL 0
707|
708| /* Promotes a possibly negative, possibly signed char to an unsigned
709|  * integer for use as an array index.  If the signed char is negative,
710|  * we want to instead treat it as an 8-bit unsigned char, hence the
711|  * double cast.
712|  */
713| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
714|
715| /* Enter a start condition.  This macro really ought to take a parameter,
716|  * but we do it the disgusting crufty way forced on us by the ()-less
717|  * definition of BEGIN.
718|  */
719| #define BEGIN (yy_start) = 1 + 2 *
720|
721| /* Translate the current start state into a value that can be later handed
722|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
723|  * compatibility.
724|  */
725| #define YY_START (((yy_start) - 1) / 2)
726| #define YYSTATE YY_START
727|
728| /* Action number for EOF rule of a given start state. */
729| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
730|
731| /* Special action meaning "start processing a new file". */
732| #define YY_NEW_FILE yyrestart(yyin  )
733|
734| #define YY_END_OF_BUFFER_CHAR 0
735|
736| /* Size of default input buffer. */
737| #ifndef YY_BUF_SIZE
738| #define YY_BUF_SIZE 16384
739| #endif
740|
741| /* The state buf must be large enough to hold one state per character in the main buffer.
742|  */
743| #define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
744|
745| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
746| #define YY_TYPEDEF_YY_BUFFER_STATE
747| typedef struct yy_buffer_state *YY_BUFFER_STATE;
748| #endif
749|
750| #ifndef YY_TYPEDEF_YY_SIZE_T
751| #define YY_TYPEDEF_YY_SIZE_T
752| typedef size_t yy_size_t;
753| #endif
754|
755| extern yy_size_t yyleng;
756|
757| extern FILE *yyin, *yyout;
758|
759| #define EOB_ACT_CONTINUE_SCAN 0
760| #define EOB_ACT_END_OF_FILE 1
761| #define EOB_ACT_LAST_MATCH 2
762|
763|     #define YY_LESS_LINENO(n)
764|     
765| /* Return all but the first "n" matched characters back to the input stream. */
766| #define yyless(n) \
767|       do \
768|               { \
769|               /* Undo effects of setting up yytext. */ \
770|         int yyless_macro_arg = (n); \
771|         YY_LESS_LINENO(yyless_macro_arg);\
772|               *yy_cp = (yy_hold_char); \
773|               YY_RESTORE_YY_MORE_OFFSET \
774|               (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
775|               YY_DO_BEFORE_ACTION; /* set up yytext again */ \
776|               } \
777|       while ( 0 )
778|
779| #define unput(c) yyunput( c, (yytext_ptr)  )
780|
781| #ifndef YY_STRUCT_YY_BUFFER_STATE
782| #define YY_STRUCT_YY_BUFFER_STATE
783| struct yy_buffer_state
784|       {
785|       FILE *yy_input_file;
786|
787|       char *yy_ch_buf;                /* input buffer */
788|       char *yy_buf_pos;               /* current position in input buffer */
789|
790|       /* Size of input buffer in bytes, not including room for EOB
791|        * characters.
792|        */
793|       yy_size_t yy_buf_size;
794|
795|       /* Number of characters read into yy_ch_buf, not including EOB
796|        * characters.
797|        */
798|       yy_size_t yy_n_chars;
799|
800|       /* Whether we "own" the buffer - i.e., we know we created it,
801|        * and can realloc() it to grow it, and should free() it to
802|        * delete it.
803|        */
804|       int yy_is_our_buffer;
805|
806|       /* Whether this is an "interactive" input source; if so, and
807|        * if we're using stdio for input, then we want to use getc()
808|        * instead of fread(), to make sure we stop fetching input after
809|        * each newline.
810|        */
811|       int yy_is_interactive;
812|
813|       /* Whether we're considered to be at the beginning of a line.
814|        * If so, '^' rules will be active on the next match, otherwise
815|        * not.
816|        */
817|       int yy_at_bol;
818|
819|     int yy_bs_lineno; /**< The line count. */
820|     int yy_bs_column; /**< The column count. */
821|     
822|       /* Whether to try to fill the input buffer when we reach the
823|        * end of it.
824|        */
825|       int yy_fill_buffer;
826|
827|       int yy_buffer_status;
828|
829| #define YY_BUFFER_NEW 0
830| #define YY_BUFFER_NORMAL 1
831|       /* When an EOF's been seen but there's still some text to process
832|        * then we mark the buffer as YY_EOF_PENDING, to indicate that we
833|        * shouldn't try reading from the input source any more.  We might
834|        * still have a bunch of tokens to match, though, because of
835|        * possible backing-up.
836|        *
837|        * When we actually see the EOF, we change the status to "new"
838|        * (via yyrestart()), so that the user can continue scanning by
839|        * just pointing yyin at a new input file.
840|        */
841| #define YY_BUFFER_EOF_PENDING 2
842|
843|       };
844| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
845|
846| /* Stack of input buffers. */
847| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
848| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
849| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
850|
851| /* We provide macros for accessing buffer states in case in the
852|  * future we want to put the buffer states in a more general
853|  * "scanner state".
854|  *
855|  * Returns the top of the stack, or NULL.
856|  */
857| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
858|                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
859|                           : NULL)
860|
861| /* Same as previous macro, but useful when we know that the buffer stack is not
862|  * NULL or when we need an lvalue. For internal use only.
863|  */
864| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
865|
866| /* yy_hold_char holds the character lost when yytext is formed. */
867| static char yy_hold_char;
868| static yy_size_t yy_n_chars;          /* number of characters read into yy_ch_buf */
869| yy_size_t yyleng;
870|
871| /* Points to current character in buffer. */
872| static char *yy_c_buf_p = (char *) 0;
873| static int yy_init = 0;               /* whether we need to initialize */
874| static int yy_start = 0;      /* start state number */
875|
876| /* Flag which is used to allow yywrap()'s to do buffer switches
877|  * instead of setting up a fresh yyin.  A bit of a hack ...
878|  */
879| static int yy_did_buffer_switch_on_eof;
880|
881| void yyrestart (FILE *input_file  );
882| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
883| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
884| void yy_delete_buffer (YY_BUFFER_STATE b  );
885| void yy_flush_buffer (YY_BUFFER_STATE b  );
886| void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
887| void yypop_buffer_state (void );
888|
889| static void yyensure_buffer_stack (void );
890| static void yy_load_buffer_state (void );
891| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );
892|
893| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
894|
895| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
896| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
897| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len  );
898|
899| void *yyalloc (yy_size_t  );
900| void *yyrealloc (void *,yy_size_t  );
901| void yyfree (void *  );
902|
903| #define yy_new_buffer yy_create_buffer
904|
905| #define yy_set_interactive(is_interactive) \
906|       { \
907|       if ( ! YY_CURRENT_BUFFER ){ \
908|         yyensure_buffer_stack (); \
909|               YY_CURRENT_BUFFER_LVALUE =    \
910|             yy_create_buffer(yyin,YY_BUF_SIZE ); \
911|       } \
912|       YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
913|       }
914|
915| #define yy_set_bol(at_bol) \
916|       { \
917|       if ( ! YY_CURRENT_BUFFER ){\
918|         yyensure_buffer_stack (); \
919|               YY_CURRENT_BUFFER_LVALUE =    \
920|             yy_create_buffer(yyin,YY_BUF_SIZE ); \
921|       } \
922|       YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
923|       }
924|
925| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
926|
927| /* Begin user sect3 */
928|
929| typedef unsigned char YY_CHAR;
930|
931| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
932|
933| typedef int yy_state_type;
934|
935| extern int yylineno;
936|
937| int yylineno = 1;
938|
939| extern char *yytext;
940| #define yytext_ptr yytext
941|
942| static yy_state_type yy_get_previous_state (void );
943| static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
944| static int yy_get_next_buffer (void );
945| static void yy_fatal_error (yyconst char msg[]  );
946|
947| /* Done after the current pattern has been matched and before the
948|  * corresponding action - sets up yytext.
949|  */
950| #define YY_DO_BEFORE_ACTION \
951|       (yytext_ptr) = yy_bp; \
952|       (yytext_ptr) -= (yy_more_len); \
953|       yyleng = (size_t) (yy_cp - (yytext_ptr)); \
954|       (yy_hold_char) = *yy_cp; \
955|       *yy_cp = '\0'; \
956|       (yy_c_buf_p) = yy_cp;
957|
958| #define YY_NUM_RULES 8
959| #define YY_END_OF_BUFFER 9
960| /* This struct is not used in this scanner,
961|    but its presence is necessary. */
962| struct yy_trans_info
963|       {
964|       flex_int32_t yy_verify;
965|       flex_int32_t yy_nxt;
966|       };
967| static yyconst flex_int16_t yy_acclist[23] =
968|     {   0,
969|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
970|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
971|         7,    8
972|     } ;
973|
974| static yyconst flex_int16_t yy_accept[14] =
975|     {   0,
976|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
977|        20,   23,   23
978|     } ;
979|
980| static yyconst flex_int32_t yy_ec[256] =
981|     {   0,
982|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
983|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
984|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
985|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
986|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
987|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
988|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
989|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
990|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
991|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
992|
993|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
994|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
995|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
996|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
997|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
998|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
999|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1000|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1001|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1002|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1003|
1004|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1005|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1006|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1007|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1008|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1009|         1,    1,    1,    1,    1
1010|     } ;
1011|
1012| static yyconst flex_int32_t yy_meta[9] =
1013|     {   0,
1014|         1,    1,    1,    1,    1,    1,    1,    1
1015|     } ;
1016|
1017| static yyconst flex_int16_t yy_base[13] =
1018|     {   0,
1019|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
1020|        10,   10
1021|     } ;
1022|
1023| static yyconst flex_int16_t yy_def[13] =
1024|     {   0,
1025|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
1026|        12,    0
1027|     } ;
1028|
1029| static yyconst flex_int16_t yy_nxt[19] =
1030|     {   0,
1031|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
1032|        12,   12,   12,   12,   12,   12,   12,   12
1033|     } ;
1034|
1035| static yyconst flex_int16_t yy_chk[19] =
1036|     {   0,
1037|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
1038|        12,   12,   12,   12,   12,   12,   12,   12
1039|     } ;
1040|
1041| extern int yy_flex_debug;
1042| int yy_flex_debug = 0;
1043|
1044| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
1045| static char *yy_full_match;
1046| static int yy_lp;
1047| #define REJECT \
1048| { \
1049| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
1050| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
1051| ++(yy_lp); \
1052| goto find_rule; \
1053| }
1054|
1055| static int yy_more_flag = 0;
1056| static int yy_more_len = 0;
1057| #define yymore() ((yy_more_flag) = 1)
1058| #define YY_MORE_ADJ (yy_more_len)
1059| #define YY_RESTORE_YY_MORE_OFFSET
1060| char *yytext;
1061| #line 1 "conftest.l"
1062| #line 469 "lex.yy.c"
1063|
1064| #define INITIAL 0
1065|
1066| #ifndef YY_NO_UNISTD_H
1067| /* Special case for "unistd.h", since it is non-ANSI. We include it way
1068|  * down here because we want the user's section 1 to have been scanned first.
1069|  * The user has a chance to override it with an option.
1070|  */
1071| #include <unistd.h>
1072| #endif
1073|
1074| #ifndef YY_EXTRA_TYPE
1075| #define YY_EXTRA_TYPE void *
1076| #endif
1077|
1078| static int yy_init_globals (void );
1079|
1080| /* Accessor methods to globals.
1081|    These are made visible to non-reentrant scanners for convenience. */
1082|
1083| int yylex_destroy (void );
1084|
1085| int yyget_debug (void );
1086|
1087| void yyset_debug (int debug_flag  );
1088|
1089| YY_EXTRA_TYPE yyget_extra (void );
1090|
1091| void yyset_extra (YY_EXTRA_TYPE user_defined  );
1092|
1093| FILE *yyget_in (void );
1094|
1095| void yyset_in  (FILE * in_str  );
1096|
1097| FILE *yyget_out (void );
1098|
1099| void yyset_out  (FILE * out_str  );
1100|
1101| yy_size_t yyget_leng (void );
1102|
1103| char *yyget_text (void );
1104|
1105| int yyget_lineno (void );
1106|
1107| void yyset_lineno (int line_number  );
1108|
1109| /* Macros after this point can all be overridden by user definitions in
1110|  * section 1.
1111|  */
1112|
1113| #ifndef YY_SKIP_YYWRAP
1114| #ifdef __cplusplus
1115| extern "C" int yywrap (void );
1116| #else
1117| extern int yywrap (void );
1118| #endif
1119| #endif
1120|
1121|     static void yyunput (int c,char *buf_ptr  );
1122|     
1123| #ifndef yytext_ptr
1124| static void yy_flex_strncpy (char *,yyconst char *,int );
1125| #endif
1126|
1127| #ifdef YY_NEED_STRLEN
1128| static int yy_flex_strlen (yyconst char * );
1129| #endif
1130|
1131| #ifndef YY_NO_INPUT
1132|
1133| #ifdef __cplusplus
1134| static int yyinput (void );
1135| #else
1136| static int input (void );
1137| #endif
1138|
1139| #endif
1140|
1141| /* Amount of stuff to slurp up with each read. */
1142| #ifndef YY_READ_BUF_SIZE
1143| #define YY_READ_BUF_SIZE 8192
1144| #endif
1145|
1146| /* Copy whatever the last rule matched to the standard output. */
1147| #ifndef ECHO
1148| /* This used to be an fputs(), but since the string might contain NUL's,
1149|  * we now use fwrite().
1150|  */
1151| #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
1152| #endif
1153|
1154| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
1155|  * is returned in "result".
1156|  */
1157| #ifndef YY_INPUT
1158| #define YY_INPUT(buf,result,max_size) \
1159|       if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1160|               { \
1161|               int c = '*'; \
1162|               size_t n; \
1163|               for ( n = 0; n < max_size && \
1164|                            (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
1165|                       buf[n] = (char) c; \
1166|               if ( c == '\n' ) \
1167|                       buf[n++] = (char) c; \
1168|               if ( c == EOF && ferror( yyin ) ) \
1169|                       YY_FATAL_ERROR( "input in flex scanner failed" ); \
1170|               result = n; \
1171|               } \
1172|       else \
1173|               { \
1174|               errno=0; \
1175|               while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
1176|                       { \
1177|                       if( errno != EINTR) \
1178|                               { \
1179|                               YY_FATAL_ERROR( "input in flex scanner failed" ); \
1180|                               break; \
1181|                               } \
1182|                       errno=0; \
1183|                       clearerr(yyin); \
1184|                       } \
1185|               }\
1186| \
1187|
1188| #endif
1189|
1190| /* No semi-colon after return; correct usage is to write "yyterminate();" -
1191|  * we don't want an extra ';' after the "return" because that will cause
1192|  * some compilers to complain about unreachable statements.
1193|  */
1194| #ifndef yyterminate
1195| #define yyterminate() return YY_NULL
1196| #endif
1197|
1198| /* Number of entries by which start-condition stack grows. */
1199| #ifndef YY_START_STACK_INCR
1200| #define YY_START_STACK_INCR 25
1201| #endif
1202|
1203| /* Report a fatal error. */
1204| #ifndef YY_FATAL_ERROR
1205| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1206| #endif
1207|
1208| /* end tables serialization structures and prototypes */
1209|
1210| /* Default declaration of generated scanner - a define so the user can
1211|  * easily add parameters.
1212|  */
1213| #ifndef YY_DECL
1214| #define YY_DECL_IS_OURS 1
1215|
1216| extern int yylex (void);
1217|
1218| #define YY_DECL int yylex (void)
1219| #endif /* !YY_DECL */
1220|
1221| /* Code executed at the beginning of each rule, after yytext and yyleng
1222|  * have been set up.
1223|  */
1224| #ifndef YY_USER_ACTION
1225| #define YY_USER_ACTION
1226| #endif
1227|
1228| /* Code executed at the end of each rule. */
1229| #ifndef YY_BREAK
1230| #define YY_BREAK break;
1231| #endif
1232|
1233| #define YY_RULE_SETUP \
1234|       YY_USER_ACTION
1235|
1236| /** The main scanner function which does all the work.
1237|  */
1238| YY_DECL
1239| {
1240|       register yy_state_type yy_current_state;
1241|       register char *yy_cp, *yy_bp;
1242|       register int yy_act;
1243|     
1244| #line 1 "conftest.l"
1245|
1246| #line 653 "lex.yy.c"
1247|
1248|       if ( !(yy_init) )
1249|               {
1250|               (yy_init) = 1;
1251|
1252| #ifdef YY_USER_INIT
1253|               YY_USER_INIT;
1254| #endif
1255|
1256|         /* Create the reject buffer large enough to save one state per allowed character. */
1257|         if ( ! (yy_state_buf) )
1258|             (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE  );
1259|             if ( ! (yy_state_buf) )
1260|                 YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
1261|
1262|               if ( ! (yy_start) )
1263|                       (yy_start) = 1; /* first start state */
1264|
1265|               if ( ! yyin )
1266|                       yyin = stdin;
1267|
1268|               if ( ! yyout )
1269|                       yyout = stdout;
1270|
1271|               if ( ! YY_CURRENT_BUFFER ) {
1272|                       yyensure_buffer_stack ();
1273|                       YY_CURRENT_BUFFER_LVALUE =
1274|                               yy_create_buffer(yyin,YY_BUF_SIZE );
1275|               }
1276|
1277|               yy_load_buffer_state( );
1278|               }
1279|
1280|       while ( 1 )             /* loops until end-of-file is reached */
1281|               {
1282|               (yy_more_len) = 0;
1283|               if ( (yy_more_flag) )
1284|                       {
1285|                       (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
1286|                       (yy_more_flag) = 0;
1287|                       }
1288|               yy_cp = (yy_c_buf_p);
1289|
1290|               /* Support of yytext. */
1291|               *yy_cp = (yy_hold_char);
1292|
1293|               /* yy_bp points to the position in yy_ch_buf of the start of
1294|                * the current run.
1295|                */
1296|               yy_bp = yy_cp;
1297|
1298|               yy_current_state = (yy_start);
1299|
1300|               (yy_state_ptr) = (yy_state_buf);
1301|               *(yy_state_ptr)++ = yy_current_state;
1302|
1303| yy_match:
1304|               do
1305|                       {
1306|                       register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
1307|                       while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1308|                               {
1309|                               yy_current_state = (int) yy_def[yy_current_state];
1310|                               if ( yy_current_state >= 13 )
1311|                                       yy_c = yy_meta[(unsigned int) yy_c];
1312|                               }
1313|                       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1314|                       *(yy_state_ptr)++ = yy_current_state;
1315|                       ++yy_cp;
1316|                       }
1317|               while ( yy_base[yy_current_state] != 10 );
1318|
1319| yy_find_action:
1320|               yy_current_state = *--(yy_state_ptr);
1321|               (yy_lp) = yy_accept[yy_current_state];
1322| find_rule: /* we branch to this label when backing up */
1323|               for ( ; ; ) /* until we find what rule we matched */
1324|                       {
1325|                       if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
1326|                               {
1327|                               yy_act = yy_acclist[(yy_lp)];
1328|                                       {
1329|                                       (yy_full_match) = yy_cp;
1330|                                       break;
1331|                                       }
1332|                               }
1333|                       --yy_cp;
1334|                       yy_current_state = *--(yy_state_ptr);
1335|                       (yy_lp) = yy_accept[yy_current_state];
1336|                       }
1337|
1338|               YY_DO_BEFORE_ACTION;
1339|
1340| do_action:    /* This label is used only to access EOF actions. */
1341|
1342|               switch ( yy_act )
1343|       { /* beginning of action switch */
1344| case 1:
1345| YY_RULE_SETUP
1346| #line 2 "conftest.l"
1347| { ECHO; }
1348|       YY_BREAK
1349| case 2:
1350| YY_RULE_SETUP
1351| #line 3 "conftest.l"
1352| { REJECT; }
1353|       YY_BREAK
1354| case 3:
1355| YY_RULE_SETUP
1356| #line 4 "conftest.l"
1357| { yymore (); }
1358|       YY_BREAK
1359| case 4:
1360| YY_RULE_SETUP
1361| #line 5 "conftest.l"
1362| { yyless (1); }
1363|       YY_BREAK
1364| case 5:
1365| YY_RULE_SETUP
1366| #line 6 "conftest.l"
1367| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
1368|     yyless ((input () != 0)); }
1369|       YY_BREAK
1370| case 6:
1371| YY_RULE_SETUP
1372| #line 8 "conftest.l"
1373| { unput (yytext[0]); }
1374|       YY_BREAK
1375| case 7:
1376| YY_RULE_SETUP
1377| #line 9 "conftest.l"
1378| { BEGIN INITIAL; }
1379|       YY_BREAK
1380| case 8:
1381| YY_RULE_SETUP
1382| #line 10 "conftest.l"
1383| ECHO;
1384|       YY_BREAK
1385| #line 792 "lex.yy.c"
1386|                       case YY_STATE_EOF(INITIAL):
1387|                               yyterminate();
1388|
1389|       case YY_END_OF_BUFFER:
1390|               {
1391|               /* Amount of text matched not including the EOB char. */
1392|               int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1393|
1394|               /* Undo the effects of YY_DO_BEFORE_ACTION. */
1395|               *yy_cp = (yy_hold_char);
1396|               YY_RESTORE_YY_MORE_OFFSET
1397|
1398|               if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
1399|                       {
1400|                       /* We're scanning a new file or input source.  It's
1401|                        * possible that this happened because the user
1402|                        * just pointed yyin at a new source and called
1403|                        * yylex().  If so, then we have to assure
1404|                        * consistency between YY_CURRENT_BUFFER and our
1405|                        * globals.  Here is the right place to do so, because
1406|                        * this is the first action (other than possibly a
1407|                        * back-up) that will match for the new input source.
1408|                        */
1409|                       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1410|                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
1411|                       YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
1412|                       }
1413|
1414|               /* Note that here we test for yy_c_buf_p "<=" to the position
1415|                * of the first EOB in the buffer, since yy_c_buf_p will
1416|                * already have been incremented past the NUL character
1417|                * (since all states make transitions on EOB to the
1418|                * end-of-buffer state).  Contrast this with the test
1419|                * in input().
1420|                */
1421|               if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1422|                       { /* This was really a NUL. */
1423|                       yy_state_type yy_next_state;
1424|
1425|                       (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1426|
1427|                       yy_current_state = yy_get_previous_state(  );
1428|
1429|                       /* Okay, we're now positioned to make the NUL
1430|                        * transition.  We couldn't have
1431|                        * yy_get_previous_state() go ahead and do it
1432|                        * for us because it doesn't know how to deal
1433|                        * with the possibility of jamming (and we don't
1434|                        * want to build jamming into it because then it
1435|                        * will run more slowly).
1436|                        */
1437|
1438|                       yy_next_state = yy_try_NUL_trans( yy_current_state );
1439|
1440|                       yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1441|
1442|                       if ( yy_next_state )
1443|                               {
1444|                               /* Consume the NUL. */
1445|                               yy_cp = ++(yy_c_buf_p);
1446|                               yy_current_state = yy_next_state;
1447|                               goto yy_match;
1448|                               }
1449|
1450|                       else
1451|                               {
1452|                               yy_cp = (yy_c_buf_p);
1453|                               goto yy_find_action;
1454|                               }
1455|                       }
1456|
1457|               else switch ( yy_get_next_buffer(  ) )
1458|                       {
1459|                       case EOB_ACT_END_OF_FILE:
1460|                               {
1461|                               (yy_did_buffer_switch_on_eof) = 0;
1462|
1463|                               if ( yywrap( ) )
1464|                                       {
1465|                                       /* Note: because we've taken care in
1466|                                        * yy_get_next_buffer() to have set up
1467|                                        * yytext, we can now set up
1468|                                        * yy_c_buf_p so that if some total
1469|                                        * hoser (like flex itself) wants to
1470|                                        * call the scanner after we return the
1471|                                        * YY_NULL, it'll still work - another
1472|                                        * YY_NULL will get returned.
1473|                                        */
1474|                                       (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1475|
1476|                                       yy_act = YY_STATE_EOF(YY_START);
1477|                                       goto do_action;
1478|                                       }
1479|
1480|                               else
1481|                                       {
1482|                                       if ( ! (yy_did_buffer_switch_on_eof) )
1483|                                               YY_NEW_FILE;
1484|                                       }
1485|                               break;
1486|                               }
1487|
1488|                       case EOB_ACT_CONTINUE_SCAN:
1489|                               (yy_c_buf_p) =
1490|                                       (yytext_ptr) + yy_amount_of_matched_text;
1491|
1492|                               yy_current_state = yy_get_previous_state(  );
1493|
1494|                               yy_cp = (yy_c_buf_p);
1495|                               yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1496|                               goto yy_match;
1497|
1498|                       case EOB_ACT_LAST_MATCH:
1499|                               (yy_c_buf_p) =
1500|                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1501|
1502|                               yy_current_state = yy_get_previous_state(  );
1503|
1504|                               yy_cp = (yy_c_buf_p);
1505|                               yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1506|                               goto yy_find_action;
1507|                       }
1508|               break;
1509|               }
1510|
1511|       default:
1512|               YY_FATAL_ERROR(
1513|                       "fatal flex scanner internal error--no action found" );
1514|       } /* end of action switch */
1515|               } /* end of scanning one token */
1516| } /* end of yylex */
1517|
1518| /* yy_get_next_buffer - try to read in a new buffer
1519|  *
1520|  * Returns a code representing an action:
1521|  *    EOB_ACT_LAST_MATCH -
1522|  *    EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1523|  *    EOB_ACT_END_OF_FILE - end of file
1524|  */
1525| static int yy_get_next_buffer (void)
1526| {
1527|       register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1528|       register char *source = (yytext_ptr);
1529|       register int number_to_move, i;
1530|       int ret_val;
1531|
1532|       if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1533|               YY_FATAL_ERROR(
1534|               "fatal flex scanner internal error--end of buffer missed" );
1535|
1536|       if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1537|               { /* Don't try to fill the buffer, so this is an EOF. */
1538|               if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1539|                       {
1540|                       /* We matched a single character, the EOB, so
1541|                        * treat this as a final EOF.
1542|                        */
1543|                       return EOB_ACT_END_OF_FILE;
1544|                       }
1545|
1546|               else
1547|                       {
1548|                       /* We matched some text prior to the EOB, first
1549|                        * process it.
1550|                        */
1551|                       return EOB_ACT_LAST_MATCH;
1552|                       }
1553|               }
1554|
1555|       /* Try to read more data. */
1556|
1557|       /* First move last chars to start of buffer. */
1558|       number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1559|
1560|       for ( i = 0; i < number_to_move; ++i )
1561|               *(dest++) = *(source++);
1562|
1563|       if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1564|               /* don't do the read, it's not guaranteed to return an EOF,
1565|                * just force an EOF
1566|                */
1567|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1568|
1569|       else
1570|               {
1571|                       yy_size_t num_to_read =
1572|                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1573|
1574|               while ( num_to_read <= 0 )
1575|                       { /* Not enough room in the buffer - grow it. */
1576|
1577|                       YY_FATAL_ERROR(
1578| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
1579|
1580|                       }
1581|
1582|               if ( num_to_read > YY_READ_BUF_SIZE )
1583|                       num_to_read = YY_READ_BUF_SIZE;
1584|
1585|               /* Read in more data. */
1586|               YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1587|                       (yy_n_chars), num_to_read );
1588|
1589|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1590|               }
1591|
1592|       if ( (yy_n_chars) == 0 )
1593|               {
1594|               if ( number_to_move == YY_MORE_ADJ )
1595|                       {
1596|                       ret_val = EOB_ACT_END_OF_FILE;
1597|                       yyrestart(yyin  );
1598|                       }
1599|
1600|               else
1601|                       {
1602|                       ret_val = EOB_ACT_LAST_MATCH;
1603|                       YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1604|                               YY_BUFFER_EOF_PENDING;
1605|                       }
1606|               }
1607|
1608|       else
1609|               ret_val = EOB_ACT_CONTINUE_SCAN;
1610|
1611|       if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1612|               /* Extend the array by 50%, plus the number we really need. */
1613|               yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1614|               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
1615|               if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1616|                       YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1617|       }
1618|
1619|       (yy_n_chars) += number_to_move;
1620|       YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
1621|       YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
1622|
1623|       (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1624|
1625|       return ret_val;
1626| }
1627|
1628| /* yy_get_previous_state - get the state just before the EOB char was reached */
1629|
1630|     static yy_state_type yy_get_previous_state (void)
1631| {
1632|       register yy_state_type yy_current_state;
1633|       register char *yy_cp;
1634|     
1635|       yy_current_state = (yy_start);
1636|
1637|       (yy_state_ptr) = (yy_state_buf);
1638|       *(yy_state_ptr)++ = yy_current_state;
1639|
1640|       for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1641|               {
1642|               register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1643|               while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1644|                       {
1645|                       yy_current_state = (int) yy_def[yy_current_state];
1646|                       if ( yy_current_state >= 13 )
1647|                               yy_c = yy_meta[(unsigned int) yy_c];
1648|                       }
1649|               yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1650|               *(yy_state_ptr)++ = yy_current_state;
1651|               }
1652|
1653|       return yy_current_state;
1654| }
1655|
1656| /* yy_try_NUL_trans - try to make a transition on the NUL character
1657|  *
1658|  * synopsis
1659|  *    next_state = yy_try_NUL_trans( current_state );
1660|  */
1661|     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
1662| {
1663|       register int yy_is_jam;
1664|     
1665|       register YY_CHAR yy_c = 1;
1666|       while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1667|               {
1668|               yy_current_state = (int) yy_def[yy_current_state];
1669|               if ( yy_current_state >= 13 )
1670|                       yy_c = yy_meta[(unsigned int) yy_c];
1671|               }
1672|       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1673|       yy_is_jam = (yy_current_state == 12);
1674|       if ( ! yy_is_jam )
1675|               *(yy_state_ptr)++ = yy_current_state;
1676|
1677|               return yy_is_jam ? 0 : yy_current_state;
1678| }
1679|
1680|     static void yyunput (int c, register char * yy_bp )
1681| {
1682|       register char *yy_cp;
1683|     
1684|     yy_cp = (yy_c_buf_p);
1685|
1686|       /* undo effects of setting up yytext */
1687|       *yy_cp = (yy_hold_char);
1688|
1689|       if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1690|               { /* need to shift things up to make room */
1691|               /* +2 for EOB chars. */
1692|               register yy_size_t number_to_move = (yy_n_chars) + 2;
1693|               register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1694|                                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1695|               register char *source =
1696|                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
1697|
1698|               while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1699|                       *--dest = *--source;
1700|
1701|               yy_cp += (int) (dest - source);
1702|               yy_bp += (int) (dest - source);
1703|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
1704|                       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1705|
1706|               if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1707|                       YY_FATAL_ERROR( "flex scanner push-back overflow" );
1708|               }
1709|
1710|       *--yy_cp = (char) c;
1711|
1712|       (yytext_ptr) = yy_bp;
1713|       (yy_hold_char) = *yy_cp;
1714|       (yy_c_buf_p) = yy_cp;
1715| }
1716|
1717| #ifndef YY_NO_INPUT
1718| #ifdef __cplusplus
1719|     static int yyinput (void)
1720| #else
1721|     static int input  (void)
1722| #endif
1723|
1724| {
1725|       int c;
1726|     
1727|       *(yy_c_buf_p) = (yy_hold_char);
1728|
1729|       if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
1730|               {
1731|               /* yy_c_buf_p now points to the character we want to return.
1732|                * If this occurs *before* the EOB characters, then it's a
1733|                * valid NUL; if not, then we've hit the end of the buffer.
1734|                */
1735|               if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1736|                       /* This was really a NUL. */
1737|                       *(yy_c_buf_p) = '\0';
1738|
1739|               else
1740|                       { /* need more input */
1741|                       yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
1742|                       ++(yy_c_buf_p);
1743|
1744|                       switch ( yy_get_next_buffer(  ) )
1745|                               {
1746|                               case EOB_ACT_LAST_MATCH:
1747|                                       /* This happens because yy_g_n_b()
1748|                                        * sees that we've accumulated a
1749|                                        * token and flags that we need to
1750|                                        * try matching the token before
1751|                                        * proceeding.  But for input(),
1752|                                        * there's no matching to consider.
1753|                                        * So convert the EOB_ACT_LAST_MATCH
1754|                                        * to EOB_ACT_END_OF_FILE.
1755|                                        */
1756|
1757|                                       /* Reset buffer status. */
1758|                                       yyrestart(yyin );
1759|
1760|                                       /*FALLTHROUGH*/
1761|
1762|                               case EOB_ACT_END_OF_FILE:
1763|                                       {
1764|                                       if ( yywrap( ) )
1765|                                               return EOF;
1766|
1767|                                       if ( ! (yy_did_buffer_switch_on_eof) )
1768|                                               YY_NEW_FILE;
1769| #ifdef __cplusplus
1770|                                       return yyinput();
1771| #else
1772|                                       return input();
1773| #endif
1774|                                       }
1775|
1776|                               case EOB_ACT_CONTINUE_SCAN:
1777|                                       (yy_c_buf_p) = (yytext_ptr) + offset;
1778|                                       break;
1779|                               }
1780|                       }
1781|               }
1782|
1783|       c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
1784|       *(yy_c_buf_p) = '\0';   /* preserve yytext */
1785|       (yy_hold_char) = *++(yy_c_buf_p);
1786|
1787|       return c;
1788| }
1789| #endif        /* ifndef YY_NO_INPUT */
1790|
1791| /** Immediately switch to a different input stream.
1792|  * @param input_file A readable stream.
1793|  *
1794|  * @note This function does not reset the start condition to @c INITIAL .
1795|  */
1796|     void yyrestart  (FILE * input_file )
1797| {
1798|     
1799|       if ( ! YY_CURRENT_BUFFER ){
1800|         yyensure_buffer_stack ();
1801|               YY_CURRENT_BUFFER_LVALUE =
1802|             yy_create_buffer(yyin,YY_BUF_SIZE );
1803|       }
1804|
1805|       yy_init_buffer(YY_CURRENT_BUFFER,input_file );
1806|       yy_load_buffer_state( );
1807| }
1808|
1809| /** Switch to a different input buffer.
1810|  * @param new_buffer The new input buffer.
1811|  *
1812|  */
1813|     void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
1814| {
1815|     
1816|       /* TODO. We should be able to replace this entire function body
1817|        * with
1818|        *              yypop_buffer_state();
1819|        *              yypush_buffer_state(new_buffer);
1820|      */
1821|       yyensure_buffer_stack ();
1822|       if ( YY_CURRENT_BUFFER == new_buffer )
1823|               return;
1824|
1825|       if ( YY_CURRENT_BUFFER )
1826|               {
1827|               /* Flush out information for old buffer. */
1828|               *(yy_c_buf_p) = (yy_hold_char);
1829|               YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1830|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1831|               }
1832|
1833|       YY_CURRENT_BUFFER_LVALUE = new_buffer;
1834|       yy_load_buffer_state( );
1835|
1836|       /* We don't actually know whether we did this switch during
1837|        * EOF (yywrap()) processing, but the only time this flag
1838|        * is looked at is after yywrap() is called, so it's safe
1839|        * to go ahead and always set it.
1840|        */
1841|       (yy_did_buffer_switch_on_eof) = 1;
1842| }
1843|
1844| static void yy_load_buffer_state  (void)
1845| {
1846|       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1847|       (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1848|       yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1849|       (yy_hold_char) = *(yy_c_buf_p);
1850| }
1851|
1852| /** Allocate and initialize an input buffer state.
1853|  * @param file A readable stream.
1854|  * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1855|  *
1856|  * @return the allocated buffer state.
1857|  */
1858|     YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
1859| {
1860|       YY_BUFFER_STATE b;
1861|     
1862|       b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
1863|       if ( ! b )
1864|               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1865|
1866|       b->yy_buf_size = size;
1867|
1868|       /* yy_ch_buf has to be 2 characters longer than the size given because
1869|        * we need to put in 2 end-of-buffer characters.
1870|        */
1871|       b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2  );
1872|       if ( ! b->yy_ch_buf )
1873|               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1874|
1875|       b->yy_is_our_buffer = 1;
1876|
1877|       yy_init_buffer(b,file );
1878|
1879|       return b;
1880| }
1881|
1882| /** Destroy the buffer.
1883|  * @param b a buffer created with yy_create_buffer()
1884|  *
1885|  */
1886|     void yy_delete_buffer (YY_BUFFER_STATE  b )
1887| {
1888|     
1889|       if ( ! b )
1890|               return;
1891|
1892|       if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1893|               YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1894|
1895|       if ( b->yy_is_our_buffer )
1896|               yyfree((void *) b->yy_ch_buf  );
1897|
1898|       yyfree((void *) b  );
1899| }
1900|
1901| /* Initializes or reinitializes a buffer.
1902|  * This function is sometimes called more than once on the same buffer,
1903|  * such as during a yyrestart() or at EOF.
1904|  */
1905|     static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
1906|
1907| {
1908|       int oerrno = errno;
1909|     
1910|       yy_flush_buffer(b );
1911|
1912|       b->yy_input_file = file;
1913|       b->yy_fill_buffer = 1;
1914|
1915|     /* If b is the current buffer, then yy_init_buffer was _probably_
1916|      * called from yyrestart() or through yy_get_next_buffer.
1917|      * In that case, we don't want to reset the lineno or column.
1918|      */
1919|     if (b != YY_CURRENT_BUFFER){
1920|         b->yy_bs_lineno = 1;
1921|         b->yy_bs_column = 0;
1922|     }
1923|
1924|         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1925|     
1926|       errno = oerrno;
1927| }
1928|
1929| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1930|  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1931|  *
1932|  */
1933|     void yy_flush_buffer (YY_BUFFER_STATE  b )
1934| {
1935|       if ( ! b )
1936|               return;
1937|
1938|       b->yy_n_chars = 0;
1939|
1940|       /* We always need two end-of-buffer characters.  The first causes
1941|        * a transition to the end-of-buffer state.  The second causes
1942|        * a jam in that state.
1943|        */
1944|       b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
1945|       b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
1946|
1947|       b->yy_buf_pos = &b->yy_ch_buf[0];
1948|
1949|       b->yy_at_bol = 1;
1950|       b->yy_buffer_status = YY_BUFFER_NEW;
1951|
1952|       if ( b == YY_CURRENT_BUFFER )
1953|               yy_load_buffer_state( );
1954| }
1955|
1956| /** Pushes the new state onto the stack. The new state becomes
1957|  *  the current state. This function will allocate the stack
1958|  *  if necessary.
1959|  *  @param new_buffer The new state.
1960|  * 
1961|  */
1962| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1963| {
1964|       if (new_buffer == NULL)
1965|               return;
1966|
1967|       yyensure_buffer_stack();
1968|
1969|       /* This block is copied from yy_switch_to_buffer. */
1970|       if ( YY_CURRENT_BUFFER )
1971|               {
1972|               /* Flush out information for old buffer. */
1973|               *(yy_c_buf_p) = (yy_hold_char);
1974|               YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1975|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1976|               }
1977|
1978|       /* Only push if top exists. Otherwise, replace top. */
1979|       if (YY_CURRENT_BUFFER)
1980|               (yy_buffer_stack_top)++;
1981|       YY_CURRENT_BUFFER_LVALUE = new_buffer;
1982|
1983|       /* copied from yy_switch_to_buffer. */
1984|       yy_load_buffer_state( );
1985|       (yy_did_buffer_switch_on_eof) = 1;
1986| }
1987|
1988| /** Removes and deletes the top of the stack, if present.
1989|  *  The next element becomes the new top.
1990|  * 
1991|  */
1992| void yypop_buffer_state (void)
1993| {
1994|       if (!YY_CURRENT_BUFFER)
1995|               return;
1996|
1997|       yy_delete_buffer(YY_CURRENT_BUFFER );
1998|       YY_CURRENT_BUFFER_LVALUE = NULL;
1999|       if ((yy_buffer_stack_top) > 0)
2000|               --(yy_buffer_stack_top);
2001|
2002|       if (YY_CURRENT_BUFFER) {
2003|               yy_load_buffer_state( );
2004|               (yy_did_buffer_switch_on_eof) = 1;
2005|       }
2006| }
2007|
2008| /* Allocates the stack if it does not exist.
2009|  *  Guarantees space for at least one push.
2010|  */
2011| static void yyensure_buffer_stack (void)
2012| {
2013|       yy_size_t num_to_alloc;
2014|     
2015|       if (!(yy_buffer_stack)) {
2016|
2017|               /* First allocation is just for 2 elements, since we don't know if this
2018|                * scanner will even need a stack. We use 2 instead of 1 to avoid an
2019|                * immediate realloc on the next call.
2020|          */
2021|               num_to_alloc = 1;
2022|               (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2023|                                                               (num_to_alloc * sizeof(struct yy_buffer_state*)
2024|                                                               );
2025|               if ( ! (yy_buffer_stack) )
2026|                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
2027|                                                                 
2028|               memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2029|                               
2030|               (yy_buffer_stack_max) = num_to_alloc;
2031|               (yy_buffer_stack_top) = 0;
2032|               return;
2033|       }
2034|
2035|       if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2036|
2037|               /* Increase the buffer to prepare for a possible push. */
2038|               int grow_size = 8 /* arbitrary grow size */;
2039|
2040|               num_to_alloc = (yy_buffer_stack_max) + grow_size;
2041|               (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
2042|                                                               ((yy_buffer_stack),
2043|                                                               num_to_alloc * sizeof(struct yy_buffer_state*)
2044|                                                               );
2045|               if ( ! (yy_buffer_stack) )
2046|                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
2047|
2048|               /* zero only the new slots.*/
2049|               memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
2050|               (yy_buffer_stack_max) = num_to_alloc;
2051|       }
2052| }
2053|
2054| /** Setup the input buffer state to scan directly from a user-specified character buffer.
2055|  * @param base the character buffer
2056|  * @param size the size in bytes of the character buffer
2057|  *
2058|  * @return the newly allocated buffer state object.
2059|  */
2060| YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
2061| {
2062|       YY_BUFFER_STATE b;
2063|     
2064|       if ( size < 2 ||
2065|            base[size-2] != YY_END_OF_BUFFER_CHAR ||
2066|            base[size-1] != YY_END_OF_BUFFER_CHAR )
2067|               /* They forgot to leave room for the EOB's. */
2068|               return 0;
2069|
2070|       b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
2071|       if ( ! b )
2072|               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
2073|
2074|       b->yy_buf_size = size - 2;      /* "- 2" to take care of EOB's */
2075|       b->yy_buf_pos = b->yy_ch_buf = base;
2076|       b->yy_is_our_buffer = 0;
2077|       b->yy_input_file = 0;
2078|       b->yy_n_chars = b->yy_buf_size;
2079|       b->yy_is_interactive = 0;
2080|       b->yy_at_bol = 1;
2081|       b->yy_fill_buffer = 0;
2082|       b->yy_buffer_status = YY_BUFFER_NEW;
2083|
2084|       yy_switch_to_buffer(b  );
2085|
2086|       return b;
2087| }
2088|
2089| /** Setup the input buffer state to scan a string. The next call to yylex() will
2090|  * scan from a @e copy of @a str.
2091|  * @param yystr a NUL-terminated string to scan
2092|  *
2093|  * @return the newly allocated buffer state object.
2094|  * @note If you want to scan bytes that may contain NUL values, then use
2095|  *       yy_scan_bytes() instead.
2096|  */
2097| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
2098| {
2099|     
2100|       return yy_scan_bytes(yystr,strlen(yystr) );
2101| }
2102|
2103| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
2104|  * scan from a @e copy of @a bytes.
2105|  * @param yybytes the byte buffer to scan
2106|  * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
2107|  *
2108|  * @return the newly allocated buffer state object.
2109|  */
2110| YY_BUFFER_STATE yy_scan_bytes  (yyconst char * yybytes, yy_size_t  _yybytes_len )
2111| {
2112|       YY_BUFFER_STATE b;
2113|       char *buf;
2114|       yy_size_t n;
2115|       int i;
2116|     
2117|       /* Get memory for full buffer, including space for trailing EOB's. */
2118|       n = _yybytes_len + 2;
2119|       buf = (char *) yyalloc(n  );
2120|       if ( ! buf )
2121|               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
2122|
2123|       for ( i = 0; i < _yybytes_len; ++i )
2124|               buf[i] = yybytes[i];
2125|
2126|       buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
2127|
2128|       b = yy_scan_buffer(buf,n );
2129|       if ( ! b )
2130|               YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
2131|
2132|       /* It's okay to grow etc. this buffer, and we should throw it
2133|        * away when we're done.
2134|        */
2135|       b->yy_is_our_buffer = 1;
2136|
2137|       return b;
2138| }
2139|
2140| #ifndef YY_EXIT_FAILURE
2141| #define YY_EXIT_FAILURE 2
2142| #endif
2143|
2144| static void yy_fatal_error (yyconst char* msg )
2145| {
2146|       (void) fprintf( stderr, "%s\n", msg );
2147|       exit( YY_EXIT_FAILURE );
2148| }
2149|
2150| /* Redefine yyless() so it works in section 3 code. */
2151|
2152| #undef yyless
2153| #define yyless(n) \
2154|       do \
2155|               { \
2156|               /* Undo effects of setting up yytext. */ \
2157|         int yyless_macro_arg = (n); \
2158|         YY_LESS_LINENO(yyless_macro_arg);\
2159|               yytext[yyleng] = (yy_hold_char); \
2160|               (yy_c_buf_p) = yytext + yyless_macro_arg; \
2161|               (yy_hold_char) = *(yy_c_buf_p); \
2162|               *(yy_c_buf_p) = '\0'; \
2163|               yyleng = yyless_macro_arg; \
2164|               } \
2165|       while ( 0 )
2166|
2167| /* Accessor  methods (get/set functions) to struct members. */
2168|
2169| /** Get the current line number.
2170|  *
2171|  */
2172| int yyget_lineno  (void)
2173| {
2174|         
2175|     return yylineno;
2176| }
2177|
2178| /** Get the input stream.
2179|  *
2180|  */
2181| FILE *yyget_in  (void)
2182| {
2183|         return yyin;
2184| }
2185|
2186| /** Get the output stream.
2187|  *
2188|  */
2189| FILE *yyget_out  (void)
2190| {
2191|         return yyout;
2192| }
2193|
2194| /** Get the length of the current token.
2195|  *
2196|  */
2197| yy_size_t yyget_leng  (void)
2198| {
2199|         return yyleng;
2200| }
2201|
2202| /** Get the current token.
2203|  *
2204|  */
2205|
2206| char *yyget_text  (void)
2207| {
2208|         return yytext;
2209| }
2210|
2211| /** Set the current line number.
2212|  * @param line_number
2213|  *
2214|  */
2215| void yyset_lineno (int  line_number )
2216| {
2217|     
2218|     yylineno = line_number;
2219| }
2220|
2221| /** Set the input stream. This does not discard the current
2222|  * input buffer.
2223|  * @param in_str A readable stream.
2224|  *
2225|  * @see yy_switch_to_buffer
2226|  */
2227| void yyset_in (FILE *  in_str )
2228| {
2229|         yyin = in_str ;
2230| }
2231|
2232| void yyset_out (FILE *  out_str )
2233| {
2234|         yyout = out_str ;
2235| }
2236|
2237| int yyget_debug  (void)
2238| {
2239|         return yy_flex_debug;
2240| }
2241|
2242| void yyset_debug (int  bdebug )
2243| {
2244|         yy_flex_debug = bdebug ;
2245| }
2246|
2247| static int yy_init_globals (void)
2248| {
2249|         /* Initialization is the same as for the non-reentrant scanner.
2250|      * This function is called from yylex_destroy(), so don't allocate here.
2251|      */
2252|
2253|     (yy_buffer_stack) = 0;
2254|     (yy_buffer_stack_top) = 0;
2255|     (yy_buffer_stack_max) = 0;
2256|     (yy_c_buf_p) = (char *) 0;
2257|     (yy_init) = 0;
2258|     (yy_start) = 0;
2259|
2260|     (yy_state_buf) = 0;
2261|     (yy_state_ptr) = 0;
2262|     (yy_full_match) = 0;
2263|     (yy_lp) = 0;
2264|
2265| /* Defined in main.c */
2266| #ifdef YY_STDINIT
2267|     yyin = stdin;
2268|     yyout = stdout;
2269| #else
2270|     yyin = (FILE *) 0;
2271|     yyout = (FILE *) 0;
2272| #endif
2273|
2274|     /* For future reference: Set errno on error, since we are called by
2275|      * yylex_init()
2276|      */
2277|     return 0;
2278| }
2279|
2280| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2281| int yylex_destroy  (void)
2282| {
2283|     
2284|     /* Pop the buffer stack, destroying each element. */
2285|       while(YY_CURRENT_BUFFER){
2286|               yy_delete_buffer(YY_CURRENT_BUFFER  );
2287|               YY_CURRENT_BUFFER_LVALUE = NULL;
2288|               yypop_buffer_state();
2289|       }
2290|
2291|       /* Destroy the stack itself. */
2292|       yyfree((yy_buffer_stack) );
2293|       (yy_buffer_stack) = NULL;
2294|
2295|     yyfree ( (yy_state_buf) );
2296|     (yy_state_buf)  = NULL;
2297|
2298|     /* Reset the globals. This is important in a non-reentrant scanner so the next time
2299|      * yylex() is called, initialization will occur. */
2300|     yy_init_globals( );
2301|
2302|     return 0;
2303| }
2304|
2305| /*
2306|  * Internal utility routines.
2307|  */
2308|
2309| #ifndef yytext_ptr
2310| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2311| {
2312|       register int i;
2313|       for ( i = 0; i < n; ++i )
2314|               s1[i] = s2[i];
2315| }
2316| #endif
2317|
2318| #ifdef YY_NEED_STRLEN
2319| static int yy_flex_strlen (yyconst char * s )
2320| {
2321|       register int n;
2322|       for ( n = 0; s[n]; ++n )
2323|               ;
2324|
2325|       return n;
2326| }
2327| #endif
2328|
2329| void *yyalloc (yy_size_t  size )
2330| {
2331|       return (void *) malloc( size );
2332| }
2333|
2334| void *yyrealloc  (void * ptr, yy_size_t  size )
2335| {
2336|       /* The cast to (char *) in the following accommodates both
2337|        * implementations that use char* generic pointers, and those
2338|        * that use void* generic pointers.  It works with the latter
2339|        * because both ANSI C and C++ allow castless assignment from
2340|        * any pointer type to void*, and deal with argument conversions
2341|        * as though doing an assignment.
2342|        */
2343|       return (void *) realloc( (char *) ptr, size );
2344| }
2345|
2346| void yyfree (void * ptr )
2347| {
2348|       free( (char *) ptr );   /* see yyrealloc() for (char *) cast */
2349| }
2350|
2351| #define YYTABLES_NAME "yytables"
2352|
2353| #line 10 "conftest.l"
2354|
2355|
2356| #ifdef YYTEXT_POINTER
2357| extern char *yytext;
2358| #endif
2359| int
2360| main (void)
2361| {
2362|   return ! yylex () + ! yywrap ();
2363| }
2364configure:16231: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c -lfl  >&5
2365configure:16231: $? = 0
2366configure:16241: result: -lfl
2367configure:16247: checking whether yytext is a pointer
2368configure:16264: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c -lfl  >&5
2369configure:16264: $? = 0
2370configure:16272: result: yes
2371configure:16287: checking for flex
2372configure:16305: found /opt/local/bin/flex
2373configure:16317: result: /opt/local/bin/flex
2374configure:16331: checking for pod2man
2375configure:16349: found /opt/local/bin/pod2man
2376configure:16361: result: /opt/local/bin/pod2man
2377configure:16378: checking for pod2html
2378configure:16396: found /opt/local/bin/pod2html
2379configure:16408: result: /opt/local/bin/pod2html
2380configure:16436: checking for xdg-open
2381configure:16469: result: no
2382configure:16497: checking for htmlview
2383configure:16530: result: no
2384configure:16595: checking for doxygen
2385configure:16613: found /opt/local/bin/doxygen
2386configure:16625: result: /opt/local/bin/doxygen
2387configure:16635: checking for doxygen
2388configure:16651: found /opt/local/bin/doxygen
2389configure:16663: result: yes
2390configure:16742: checking for pkg-config
2391configure:16760: found /opt/local/bin/pkg-config
2392configure:16772: result: /opt/local/bin/pkg-config
2393configure:16797: checking pkg-config is at least version 0.9.0
2394configure:16800: result: yes
2395configure:17035: checking for special C compiler options needed for large files
2396configure:17080: result: no
2397configure:17086: checking for _FILE_OFFSET_BITS value needed for large files
2398configure:17111: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5
2399configure:17111: $? = 0
2400configure:17143: result: no
2401configure:17280: checking for LIBGNUTLS
2402configure:17287: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 "
2403configure:17290: $? = 0
2404configure:17304: $PKG_CONFIG --exists --print-errors "gnutls >= 3.1.10 "
2405configure:17307: $? = 0
2406configure:17347: result: yes
2407configure:17474: checking for libgcrypt-config
2408configure:17505: result: /opt/local/bin/libgcrypt-config
2409configure:17522: checking for LIBGCRYPT - version >= 1.1.92
2410configure:17556: result: yes
2411configure:18034: checking for libsmi >= 2
2412configure:18089: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -I/opt/local/include conftest.c >&5
2413conftest.c:40:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)'
2414  if (strcmp(SMI_LIBRARY_VERSION, smi_library_version))
2415      ^
2416conftest.c:40:7: note: include the header <string.h> or explicitly provide a declaration for 'strcmp'
2417conftest.c:42:7: warning: implicitly declaring library function 'sscanf' with type 'int (const char *restrict, const char *restrict, ...)'
2418  n = sscanf(smi_library_version, "%d:%d:%d", &current, &revision, &age);
2419      ^
2420conftest.c:42:7: note: include the header <stdio.h> or explicitly provide a declaration for 'sscanf'
24212 warnings generated.
2422configure:18089: $? = 0
2423configure:18091: result: yes
2424configure:18149: checking for a2x
2425configure:18182: result: no
2426configure:18189: checking for a2x
2427configure:18217: result: no
2428configure:18238: checking for elinks
2429configure:18271: result: no
2430configure:18278: checking for elinks
2431configure:18306: result: no
2432configure:18326: checking for fop
2433configure:18344: found /opt/local/bin/fop
2434configure:18356: result: /opt/local/bin/fop
2435configure:18366: checking for fop
2436configure:18382: found /opt/local/bin/fop
2437configure:18394: result: yes
2438configure:18414: checking for lynx
2439configure:18447: result: no
2440configure:18454: checking for lynx
2441configure:18482: result: no
2442configure:18502: checking for w3m
2443configure:18520: found /opt/local/bin/w3m
2444configure:18532: result: /opt/local/bin/w3m
2445configure:18542: checking for w3m
2446configure:18558: found /opt/local/bin/w3m
2447configure:18570: result: yes
2448configure:18590: checking for xmllint
2449configure:18608: found /opt/local/bin/xmllint
2450configure:18620: result: /opt/local/bin/xmllint
2451configure:18630: checking for xmllint
2452configure:18646: found /opt/local/bin/xmllint
2453configure:18658: result: yes
2454configure:18678: checking for xsltproc
2455configure:18696: found /opt/local/bin/xsltproc
2456configure:18708: result: /opt/local/bin/xsltproc
2457configure:18718: checking for xsltproc
2458configure:18734: found /opt/local/bin/xsltproc
2459configure:18746: result: yes
2460configure:18774: checking for desktop-file-install
2461configure:18792: found /opt/local/bin/desktop-file-install
2462configure:18804: result: /opt/local/bin/desktop-file-install
2463configure:18816: checking for pkgproto
2464configure:18844: result: no
2465configure:18854: checking for pkgmk
2466configure:18882: result: no
2467configure:18892: checking for pkgtrans
2468configure:18920: result: no
2469configure:18941: checking for rpm
2470configure:18969: result: no
2471configure:18997: checking for dpkg-buildpackage
2472configure:19025: result: no
2473configure:19037: checking for xcodebuild
2474configure:19053: found /usr/bin/xcodebuild
2475configure:19065: result: yes
2476configure:19075: checking for hdiutil
2477configure:19091: found /usr/bin/hdiutil
2478configure:19103: result: yes
2479configure:19113: checking for bless
2480configure:19129: found /usr/sbin/bless
2481configure:19141: result: yes
2482configure:19163: checking whether the compiler fails when given an unknown warning option
2483configure:19178: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wxyzzy-this-will-never-succeed-xyzzy -I/opt/local/include conftest.c >&5
2484warning: unknown warning option '-Wxyzzy-this-will-never-succeed-xyzzy'; did you mean '-Wobjc-missing-super-calls'? [-Wunknown-warning-option]
24851 warning generated.
2486configure:19178: $? = 0
2487configure:19180: result: no, adding -Werror=unknown-warning-option
2488configure:19204: checking whether the compiler fails when given an warning option not supported for C++
2489configure:19230: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wmissing-prototypes -I/opt/local/include conftest.cpp >&5
2490configure:19230: $? = 0
2491configure:19255: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Werror -Wmissing-prototypes -I/opt/local/include conftest.cpp >&5
2492configure:19255: $? = 0
2493configure:19230: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wmissing-declarations -I/opt/local/include conftest.cpp >&5
2494configure:19230: $? = 0
2495configure:19255: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Werror -Wmissing-declarations -I/opt/local/include conftest.cpp >&5
2496configure:19255: $? = 0
2497configure:19290: result: yes
2498configure:22173: checking whether we can add -Wall -W to CFLAGS
2499configure:22189: /usr/bin/clang -c -pipe -Os -arch x86_64 -Werror=unknown-warning-option -Wall -W -I/opt/local/include conftest.c >&5
2500configure:22189: $? = 0
2501configure:22191: result: yes
2502configure:22278: checking whether we can add -Wall -W to CXXFLAGS
2503configure:22300: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Werror=unknown-warning-option  -Wall -W -I/opt/local/include conftest.cpp >&5
2504configure:22300: $? = 0
2505configure:22302: result: yes
2506configure:22407: checking whether we can add -Wextra to CFLAGS
2507configure:22423: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Werror=unknown-warning-option -Wextra -I/opt/local/include conftest.c >&5
2508configure:22423: $? = 0
2509configure:22425: result: yes
2510configure:22512: checking whether we can add -Wextra to CXXFLAGS
2511configure:22534: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Werror=unknown-warning-option  -Wextra -I/opt/local/include conftest.cpp >&5
2512configure:22534: $? = 0
2513configure:22536: result: yes
2514configure:22641: checking whether we can add -Wdeclaration-after-statement to CFLAGS
2515configure:22657: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Werror=unknown-warning-option -Wdeclaration-after-statement -I/opt/local/include conftest.c >&5
2516configure:22657: $? = 0
2517configure:22659: result: yes
2518configure:22875: checking whether we can add -Wendif-labels to CFLAGS
2519configure:22891: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Werror=unknown-warning-option -Wendif-labels -I/opt/local/include conftest.c >&5
2520configure:22891: $? = 0
2521configure:22893: result: yes
2522configure:22980: checking whether we can add -Wendif-labels to CXXFLAGS
2523configure:23002: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Werror=unknown-warning-option  -Wendif-labels -I/opt/local/include conftest.cpp >&5
2524configure:23002: $? = 0
2525configure:23004: result: yes
2526configure:23109: checking whether we can add -Wpointer-arith to CFLAGS
2527configure:23125: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Werror=unknown-warning-option -Wpointer-arith -I/opt/local/include conftest.c >&5
2528configure:23125: $? = 0
2529configure:23127: result: yes
2530configure:23214: checking whether we can add -Wpointer-arith to CXXFLAGS
2531configure:23236: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Werror=unknown-warning-option  -Wpointer-arith -I/opt/local/include conftest.cpp >&5
2532configure:23236: $? = 0
2533configure:23238: result: yes
2534configure:23343: checking whether we can add -Wno-pointer-sign to CFLAGS
2535configure:23359: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Werror=unknown-warning-option -Wno-pointer-sign -I/opt/local/include conftest.c >&5
2536configure:23359: $? = 0
2537configure:23361: result: yes
2538configure:23577: checking whether we can add -Warray-bounds to CFLAGS
2539configure:23593: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Werror=unknown-warning-option -Warray-bounds -I/opt/local/include conftest.c >&5
2540configure:23593: $? = 0
2541configure:23595: result: yes
2542configure:23682: checking whether we can add -Warray-bounds to CXXFLAGS
2543configure:23704: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Werror=unknown-warning-option  -Warray-bounds -I/opt/local/include conftest.cpp >&5
2544configure:23704: $? = 0
2545configure:23706: result: yes
2546configure:23811: checking whether we can add -Wformat-security to CFLAGS
2547configure:23827: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Werror=unknown-warning-option -Wformat-security -I/opt/local/include conftest.c >&5
2548configure:23827: $? = 0
2549configure:23829: result: yes
2550configure:23916: checking whether we can add -Wformat-security to CXXFLAGS
2551configure:23938: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Werror=unknown-warning-option  -Wformat-security -I/opt/local/include conftest.cpp >&5
2552configure:23938: $? = 0
2553configure:23940: result: yes
2554configure:24045: checking whether we can add -fwrapv to CFLAGS
2555configure:24061: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -Werror -fwrapv -I/opt/local/include conftest.c >&5
2556configure:24061: $? = 0
2557configure:24063: result: yes
2558configure:24150: checking whether we can add -fwrapv to CXXFLAGS
2559configure:24172: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -Werror -fwrapv -I/opt/local/include conftest.cpp >&5
2560configure:24172: $? = 0
2561configure:24174: result: yes
2562configure:24279: checking whether we can add -fno-strict-overflow to CFLAGS
2563configure:24295: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror -fno-strict-overflow -I/opt/local/include conftest.c >&5
2564clang: error: argument unused during compilation: '-fno-strict-overflow'
2565configure:24295: $? = 1
2566configure: failed program was:
2567| /* confdefs.h */
2568| #define PACKAGE_NAME "wireshark"
2569| #define PACKAGE_TARNAME "wireshark"
2570| #define PACKAGE_VERSION "1.12.8"
2571| #define PACKAGE_STRING "wireshark 1.12.8"
2572| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
2573| #define PACKAGE_URL "http://www.wireshark.org/"
2574| #define PACKAGE "wireshark"
2575| #define VERSION "1.12.8"
2576| #define VERSION_MAJOR 1
2577| #define VERSION_MINOR 12
2578| #define VERSION_MICRO 8
2579| #define STDC_HEADERS 1
2580| #define HAVE_SYS_TYPES_H 1
2581| #define HAVE_SYS_STAT_H 1
2582| #define HAVE_STDLIB_H 1
2583| #define HAVE_STRING_H 1
2584| #define HAVE_MEMORY_H 1
2585| #define HAVE_STRINGS_H 1
2586| #define HAVE_INTTYPES_H 1
2587| #define HAVE_STDINT_H 1
2588| #define HAVE_UNISTD_H 1
2589| #define HAVE_DLFCN_H 1
2590| #define LT_OBJDIR ".libs/"
2591| #define YYTEXT_POINTER 1
2592| #define HTML_VIEWER "mozilla"
2593| #define HAVE_LIBGNUTLS 1
2594| #define HAVE_LIBGCRYPT 1
2595| #define HAVE_LIBSMI 1
2596| /* end confdefs.h.  */
2597|
2598|         int foo;
2599|
2600configure:24362: result: no
2601configure:24384: checking whether we can add -fno-strict-overflow to CXXFLAGS
2602configure:24406: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -Werror -fno-strict-overflow -I/opt/local/include conftest.cpp >&5
2603configure:24406: $? = 0
2604configure:24408: result: yes
2605configure:24484: WARNING: /usr/bin/clang and /usr/bin/clang++ appear to be a mismatched pair
2606configure:24513: checking whether we can add -fno-delete-null-pointer-checks to CFLAGS
2607configure:24529: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror -fno-delete-null-pointer-checks -I/opt/local/include conftest.c >&5
2608clang: error: optimization flag '-fno-delete-null-pointer-checks' is not supported
2609configure:24529: $? = 1
2610configure: failed program was:
2611| /* confdefs.h */
2612| #define PACKAGE_NAME "wireshark"
2613| #define PACKAGE_TARNAME "wireshark"
2614| #define PACKAGE_VERSION "1.12.8"
2615| #define PACKAGE_STRING "wireshark 1.12.8"
2616| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
2617| #define PACKAGE_URL "http://www.wireshark.org/"
2618| #define PACKAGE "wireshark"
2619| #define VERSION "1.12.8"
2620| #define VERSION_MAJOR 1
2621| #define VERSION_MINOR 12
2622| #define VERSION_MICRO 8
2623| #define STDC_HEADERS 1
2624| #define HAVE_SYS_TYPES_H 1
2625| #define HAVE_SYS_STAT_H 1
2626| #define HAVE_STDLIB_H 1
2627| #define HAVE_STRING_H 1
2628| #define HAVE_MEMORY_H 1
2629| #define HAVE_STRINGS_H 1
2630| #define HAVE_INTTYPES_H 1
2631| #define HAVE_STDINT_H 1
2632| #define HAVE_UNISTD_H 1
2633| #define HAVE_DLFCN_H 1
2634| #define LT_OBJDIR ".libs/"
2635| #define YYTEXT_POINTER 1
2636| #define HTML_VIEWER "mozilla"
2637| #define HAVE_LIBGNUTLS 1
2638| #define HAVE_LIBGCRYPT 1
2639| #define HAVE_LIBSMI 1
2640| /* end confdefs.h.  */
2641|
2642|         int foo;
2643|
2644configure:24596: result: no
2645configure:24618: checking whether we can add -fno-delete-null-pointer-checks to CXXFLAGS
2646configure:24640: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Werror -fno-delete-null-pointer-checks -I/opt/local/include conftest.cpp >&5
2647clang: error: optimization flag '-fno-delete-null-pointer-checks' is not supported
2648configure:24640: $? = 1
2649configure: failed program was:
2650| /* confdefs.h */
2651| #define PACKAGE_NAME "wireshark"
2652| #define PACKAGE_TARNAME "wireshark"
2653| #define PACKAGE_VERSION "1.12.8"
2654| #define PACKAGE_STRING "wireshark 1.12.8"
2655| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
2656| #define PACKAGE_URL "http://www.wireshark.org/"
2657| #define PACKAGE "wireshark"
2658| #define VERSION "1.12.8"
2659| #define VERSION_MAJOR 1
2660| #define VERSION_MINOR 12
2661| #define VERSION_MICRO 8
2662| #define STDC_HEADERS 1
2663| #define HAVE_SYS_TYPES_H 1
2664| #define HAVE_SYS_STAT_H 1
2665| #define HAVE_STDLIB_H 1
2666| #define HAVE_STRING_H 1
2667| #define HAVE_MEMORY_H 1
2668| #define HAVE_STRINGS_H 1
2669| #define HAVE_INTTYPES_H 1
2670| #define HAVE_STDINT_H 1
2671| #define HAVE_UNISTD_H 1
2672| #define HAVE_DLFCN_H 1
2673| #define LT_OBJDIR ".libs/"
2674| #define YYTEXT_POINTER 1
2675| #define HTML_VIEWER "mozilla"
2676| #define HAVE_LIBGNUTLS 1
2677| #define HAVE_LIBGCRYPT 1
2678| #define HAVE_LIBSMI 1
2679| /* end confdefs.h.  */
2680|
2681|         int foo;
2682|
2683configure:24691: result: no
2684configure:24747: checking whether we can add -Wold-style-definition to CFLAGS
2685configure:24763: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Werror=unknown-warning-option -Wold-style-definition -I/opt/local/include conftest.c >&5
2686configure:24763: $? = 0
2687configure:24765: result: yes
2688configure:24983: checking whether we can add -Wshorten-64-to-32 to CFLAGS
2689configure:24999: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Werror=unknown-warning-option -Wshorten-64-to-32 -I/opt/local/include conftest.c >&5
2690configure:24999: $? = 0
2691configure:25001: result: yes
2692configure:25217: checking whether we can add -Wstrict-prototypes to CFLAGS
2693configure:25233: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Werror=unknown-warning-option -Wstrict-prototypes -I/opt/local/include conftest.c >&5
2694configure:25233: $? = 0
2695configure:25235: result: yes
2696configure:25451: checking whether we can add -Wjump-misses-init to CFLAGS
2697configure:25467: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Werror=unknown-warning-option -Wjump-misses-init -I/opt/local/include conftest.c >&5
2698error: unknown warning option '-Wjump-misses-init'; did you mean '-Wimplicit-int'? [-Werror,-Wunknown-warning-option]
2699configure:25467: $? = 1
2700configure: failed program was:
2701| /* confdefs.h */
2702| #define PACKAGE_NAME "wireshark"
2703| #define PACKAGE_TARNAME "wireshark"
2704| #define PACKAGE_VERSION "1.12.8"
2705| #define PACKAGE_STRING "wireshark 1.12.8"
2706| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
2707| #define PACKAGE_URL "http://www.wireshark.org/"
2708| #define PACKAGE "wireshark"
2709| #define VERSION "1.12.8"
2710| #define VERSION_MAJOR 1
2711| #define VERSION_MINOR 12
2712| #define VERSION_MICRO 8
2713| #define STDC_HEADERS 1
2714| #define HAVE_SYS_TYPES_H 1
2715| #define HAVE_SYS_STAT_H 1
2716| #define HAVE_STDLIB_H 1
2717| #define HAVE_STRING_H 1
2718| #define HAVE_MEMORY_H 1
2719| #define HAVE_STRINGS_H 1
2720| #define HAVE_INTTYPES_H 1
2721| #define HAVE_STDINT_H 1
2722| #define HAVE_UNISTD_H 1
2723| #define HAVE_DLFCN_H 1
2724| #define LT_OBJDIR ".libs/"
2725| #define YYTEXT_POINTER 1
2726| #define HTML_VIEWER "mozilla"
2727| #define HAVE_LIBGNUTLS 1
2728| #define HAVE_LIBGCRYPT 1
2729| #define HAVE_LIBSMI 1
2730| /* end confdefs.h.  */
2731|
2732|         int foo;
2733|
2734configure:25534: result: no
2735configure:25685: checking whether we can add -Wvla to CFLAGS
2736configure:25701: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Werror=unknown-warning-option -Wvla -I/opt/local/include conftest.c >&5
2737configure:25701: $? = 0
2738configure:25703: result: yes
2739configure:25790: checking whether we can add -Wvla to CXXFLAGS
2740configure:25812: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Werror=unknown-warning-option  -Wvla -I/opt/local/include conftest.cpp >&5
2741configure:25812: $? = 0
2742configure:25814: result: yes
2743configure:25919: checking whether we can add -Waddress to CFLAGS
2744configure:25935: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Werror=unknown-warning-option -Waddress -I/opt/local/include conftest.c >&5
2745configure:25935: $? = 0
2746configure:25937: result: yes
2747configure:26024: checking whether we can add -Waddress to CXXFLAGS
2748configure:26046: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Werror=unknown-warning-option  -Waddress -I/opt/local/include conftest.cpp >&5
2749configure:26046: $? = 0
2750configure:26048: result: yes
2751configure:26153: checking whether we can add -Wattributes to CFLAGS
2752configure:26169: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Werror=unknown-warning-option -Wattributes -I/opt/local/include conftest.c >&5
2753configure:26169: $? = 0
2754configure:26171: result: yes
2755configure:26258: checking whether we can add -Wattributes to CXXFLAGS
2756configure:26280: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Werror=unknown-warning-option  -Wattributes -I/opt/local/include conftest.cpp >&5
2757configure:26280: $? = 0
2758configure:26282: result: yes
2759configure:26387: checking whether we can add -Wdiv-by-zero to CFLAGS
2760configure:26403: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Werror=unknown-warning-option -Wdiv-by-zero -I/opt/local/include conftest.c >&5
2761configure:26403: $? = 0
2762configure:26405: result: yes
2763configure:26492: checking whether we can add -Wdiv-by-zero to CXXFLAGS
2764configure:26514: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Werror=unknown-warning-option  -Wdiv-by-zero -I/opt/local/include conftest.cpp >&5
2765configure:26514: $? = 0
2766configure:26516: result: yes
2767configure:26621: checking whether we can add -Wignored-qualifiers to CFLAGS
2768configure:26637: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Werror=unknown-warning-option -Wignored-qualifiers -I/opt/local/include conftest.c >&5
2769configure:26637: $? = 0
2770configure:26639: result: yes
2771configure:26726: checking whether we can add -Wignored-qualifiers to CXXFLAGS
2772configure:26748: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Werror=unknown-warning-option  -Wignored-qualifiers -I/opt/local/include conftest.cpp >&5
2773configure:26748: $? = 0
2774configure:26750: result: yes
2775configure:26855: checking whether we can add -Wpragmas to CFLAGS
2776configure:26871: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Werror=unknown-warning-option -Wpragmas -I/opt/local/include conftest.c >&5
2777configure:26871: $? = 0
2778configure:26873: result: yes
2779configure:26960: checking whether we can add -Wpragmas to CXXFLAGS
2780configure:26982: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Werror=unknown-warning-option  -Wpragmas -I/opt/local/include conftest.cpp >&5
2781configure:26982: $? = 0
2782configure:26984: result: yes
2783configure:27089: checking whether we can add -Wno-overlength-strings to CFLAGS
2784configure:27105: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Werror=unknown-warning-option -Wno-overlength-strings -I/opt/local/include conftest.c >&5
2785configure:27105: $? = 0
2786configure:27107: result: yes
2787configure:27194: checking whether we can add -Wno-overlength-strings to CXXFLAGS
2788configure:27216: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Werror=unknown-warning-option  -Wno-overlength-strings -I/opt/local/include conftest.cpp >&5
2789configure:27216: $? = 0
2790configure:27218: result: yes
2791configure:27323: checking whether we can add -Wwrite-strings to CFLAGS
2792configure:27339: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Werror=unknown-warning-option -Wwrite-strings -I/opt/local/include conftest.c >&5
2793configure:27339: $? = 0
2794configure:27341: result: yes
2795configure:27428: checking whether we can add -Wwrite-strings to CXXFLAGS
2796configure:27450: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Werror=unknown-warning-option  -Wwrite-strings -I/opt/local/include conftest.cpp >&5
2797configure:27450: $? = 0
2798configure:27452: result: yes
2799configure:27557: checking whether we can add -Wno-long-long to CFLAGS
2800configure:27573: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Werror=unknown-warning-option -Wno-long-long -I/opt/local/include conftest.c >&5
2801configure:27573: $? = 0
2802configure:27575: result: yes
2803configure:27662: checking whether we can add -Wno-long-long to CXXFLAGS
2804configure:27684: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Werror=unknown-warning-option  -Wno-long-long -I/opt/local/include conftest.cpp >&5
2805configure:27684: $? = 0
2806configure:27686: result: yes
2807configure:27791: checking whether we can add -Wc++-compat to CFLAGS
2808configure:27807: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Werror=unknown-warning-option -Wc++-compat -I/opt/local/include conftest.c >&5
2809configure:27807: $? = 0
2810configure:27809: result: yes
2811configure:28025: checking whether we can add -Wheader-guard to CFLAGS
2812configure:28041: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Werror=unknown-warning-option -Wheader-guard -I/opt/local/include conftest.c >&5
2813configure:28041: $? = 0
2814configure:28043: result: yes
2815configure:28130: checking whether we can add -Wheader-guard to CXXFLAGS
2816configure:28152: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Werror=unknown-warning-option  -Wheader-guard -I/opt/local/include conftest.cpp >&5
2817configure:28152: $? = 0
2818configure:28154: result: yes
2819configure:28269: checking whether we can add -Wshadow to CFLAGS
2820configure:28285: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Werror=unknown-warning-option -Wshadow -I/opt/local/include conftest.c >&5
2821configure:28285: $? = 0
2822configure:28287: result: yes
2823configure:28300: checking whether -Wshadow warns about variables in function declarations shadowing other variables
2824configure:28316: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Werror=unknown-warning-option -Wshadow -Werror -I/opt/local/include conftest.c >&5
2825configure:28316: $? = 0
2826configure:28318: result: no
2827configure:28527: checking whether we can add -Wlogical-op to CFLAGS
2828configure:28543: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Werror=unknown-warning-option -Wlogical-op -I/opt/local/include conftest.c >&5
2829error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option]
2830configure:28543: $? = 1
2831configure: failed program was:
2832| /* confdefs.h */
2833| #define PACKAGE_NAME "wireshark"
2834| #define PACKAGE_TARNAME "wireshark"
2835| #define PACKAGE_VERSION "1.12.8"
2836| #define PACKAGE_STRING "wireshark 1.12.8"
2837| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
2838| #define PACKAGE_URL "http://www.wireshark.org/"
2839| #define PACKAGE "wireshark"
2840| #define VERSION "1.12.8"
2841| #define VERSION_MAJOR 1
2842| #define VERSION_MINOR 12
2843| #define VERSION_MICRO 8
2844| #define STDC_HEADERS 1
2845| #define HAVE_SYS_TYPES_H 1
2846| #define HAVE_SYS_STAT_H 1
2847| #define HAVE_STDLIB_H 1
2848| #define HAVE_STRING_H 1
2849| #define HAVE_MEMORY_H 1
2850| #define HAVE_STRINGS_H 1
2851| #define HAVE_INTTYPES_H 1
2852| #define HAVE_STDINT_H 1
2853| #define HAVE_UNISTD_H 1
2854| #define HAVE_DLFCN_H 1
2855| #define LT_OBJDIR ".libs/"
2856| #define YYTEXT_POINTER 1
2857| #define HTML_VIEWER "mozilla"
2858| #define HAVE_LIBGNUTLS 1
2859| #define HAVE_LIBGCRYPT 1
2860| #define HAVE_LIBSMI 1
2861| /* end confdefs.h.  */
2862|
2863|         int foo;
2864|
2865configure:28629: result: no
2866configure:28811: checking whether we can add -Wno-deprecated-declarations to CFLAGS
2867configure:28827: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Werror=unknown-warning-option -Wno-deprecated-declarations -I/opt/local/include conftest.c >&5
2868configure:28827: $? = 0
2869configure:28829: result: yes
2870configure:28916: checking whether we can add -Wno-deprecated-declarations to CXXFLAGS
2871configure:28938: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Werror=unknown-warning-option  -Wno-deprecated-declarations -I/opt/local/include conftest.cpp >&5
2872configure:28938: $? = 0
2873configure:28940: result: yes
2874configure:29051: checking whether we can add -fexcess-precision=fast to CFLAGS
2875configure:29067: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -Werror -fexcess-precision=fast -I/opt/local/include conftest.c >&5
2876clang: error: optimization flag '-fexcess-precision=fast' is not supported
2877configure:29067: $? = 1
2878configure: failed program was:
2879| /* confdefs.h */
2880| #define PACKAGE_NAME "wireshark"
2881| #define PACKAGE_TARNAME "wireshark"
2882| #define PACKAGE_VERSION "1.12.8"
2883| #define PACKAGE_STRING "wireshark 1.12.8"
2884| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
2885| #define PACKAGE_URL "http://www.wireshark.org/"
2886| #define PACKAGE "wireshark"
2887| #define VERSION "1.12.8"
2888| #define VERSION_MAJOR 1
2889| #define VERSION_MINOR 12
2890| #define VERSION_MICRO 8
2891| #define STDC_HEADERS 1
2892| #define HAVE_SYS_TYPES_H 1
2893| #define HAVE_SYS_STAT_H 1
2894| #define HAVE_STDLIB_H 1
2895| #define HAVE_STRING_H 1
2896| #define HAVE_MEMORY_H 1
2897| #define HAVE_STRINGS_H 1
2898| #define HAVE_INTTYPES_H 1
2899| #define HAVE_STDINT_H 1
2900| #define HAVE_UNISTD_H 1
2901| #define HAVE_DLFCN_H 1
2902| #define LT_OBJDIR ".libs/"
2903| #define YYTEXT_POINTER 1
2904| #define HTML_VIEWER "mozilla"
2905| #define HAVE_LIBGNUTLS 1
2906| #define HAVE_LIBGCRYPT 1
2907| #define HAVE_LIBSMI 1
2908| /* end confdefs.h.  */
2909|
2910|         int foo;
2911|
2912configure:29134: result: no
2913configure:29156: checking whether we can add -fexcess-precision=fast to CXXFLAGS
2914configure:29178: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -Werror -fexcess-precision=fast -I/opt/local/include conftest.cpp >&5
2915clang: error: optimization flag '-fexcess-precision=fast' is not supported
2916configure:29178: $? = 1
2917configure: failed program was:
2918| /* confdefs.h */
2919| #define PACKAGE_NAME "wireshark"
2920| #define PACKAGE_TARNAME "wireshark"
2921| #define PACKAGE_VERSION "1.12.8"
2922| #define PACKAGE_STRING "wireshark 1.12.8"
2923| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
2924| #define PACKAGE_URL "http://www.wireshark.org/"
2925| #define PACKAGE "wireshark"
2926| #define VERSION "1.12.8"
2927| #define VERSION_MAJOR 1
2928| #define VERSION_MINOR 12
2929| #define VERSION_MICRO 8
2930| #define STDC_HEADERS 1
2931| #define HAVE_SYS_TYPES_H 1
2932| #define HAVE_SYS_STAT_H 1
2933| #define HAVE_STDLIB_H 1
2934| #define HAVE_STRING_H 1
2935| #define HAVE_MEMORY_H 1
2936| #define HAVE_STRINGS_H 1
2937| #define HAVE_INTTYPES_H 1
2938| #define HAVE_STDINT_H 1
2939| #define HAVE_UNISTD_H 1
2940| #define HAVE_DLFCN_H 1
2941| #define LT_OBJDIR ".libs/"
2942| #define YYTEXT_POINTER 1
2943| #define HTML_VIEWER "mozilla"
2944| #define HAVE_LIBGNUTLS 1
2945| #define HAVE_LIBGCRYPT 1
2946| #define HAVE_LIBSMI 1
2947| /* end confdefs.h.  */
2948|
2949|         int foo;
2950|
2951configure:29229: result: no
2952configure:29287: checking whether we can add -fvisibility=hidden to CFLAGS
2953configure:29303: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -Werror -fvisibility=hidden -I/opt/local/include conftest.c >&5
2954configure:29303: $? = 0
2955configure:29305: result: yes
2956configure:29392: checking whether we can add -fvisibility=hidden to CXXFLAGS
2957configure:29414: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -Werror -fvisibility=hidden -I/opt/local/include conftest.cpp >&5
2958configure:29414: $? = 0
2959configure:29416: result: yes
2960configure:29509: checking whether we can add -Wl,--as-needed to LDFLAGS
2961configure:29521: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -Wl,--as-needed conftest.c  >&5
2962conftest.c:33:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
2963                main() { return; }
2964                ^
2965conftest.c:33:12: error: non-void function 'main' should return a value [-Wreturn-type]
2966                main() { return; }
2967                         ^
29681 warning and 1 error generated.
2969configure:29521: $? = 1
2970configure: failed program was:
2971| /* confdefs.h */
2972| #define PACKAGE_NAME "wireshark"
2973| #define PACKAGE_TARNAME "wireshark"
2974| #define PACKAGE_VERSION "1.12.8"
2975| #define PACKAGE_STRING "wireshark 1.12.8"
2976| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
2977| #define PACKAGE_URL "http://www.wireshark.org/"
2978| #define PACKAGE "wireshark"
2979| #define VERSION "1.12.8"
2980| #define VERSION_MAJOR 1
2981| #define VERSION_MINOR 12
2982| #define VERSION_MICRO 8
2983| #define STDC_HEADERS 1
2984| #define HAVE_SYS_TYPES_H 1
2985| #define HAVE_SYS_STAT_H 1
2986| #define HAVE_STDLIB_H 1
2987| #define HAVE_STRING_H 1
2988| #define HAVE_MEMORY_H 1
2989| #define HAVE_STRINGS_H 1
2990| #define HAVE_INTTYPES_H 1
2991| #define HAVE_STDINT_H 1
2992| #define HAVE_UNISTD_H 1
2993| #define HAVE_DLFCN_H 1
2994| #define LT_OBJDIR ".libs/"
2995| #define YYTEXT_POINTER 1
2996| #define HTML_VIEWER "mozilla"
2997| #define HAVE_LIBGNUTLS 1
2998| #define HAVE_LIBGCRYPT 1
2999| #define HAVE_LIBSMI 1
3000| /* end confdefs.h.  */
3001|
3002|
3003|               main() { return; }
3004|
3005configure:29528: result: no
3006configure:29573: checking whether we can add -fPIE to CFLAGS
3007configure:29589: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -Werror -fPIE -I/opt/local/include conftest.c >&5
3008configure:29589: $? = 0
3009configure:29591: result: yes
3010configure:29678: checking whether we can add -fPIE to CXXFLAGS
3011configure:29700: /usr/bin/clang++ -c -pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -fvisibility=hidden -Werror -fPIE -I/opt/local/include conftest.cpp >&5
3012configure:29700: $? = 0
3013configure:29702: result: yes
3014configure:29794: checking whether we can add -fPIE -pie to LDFLAGS
3015configure:29806: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 -fPIE -pie conftest.c  >&5
3016clang: warning: argument unused during compilation: '-pie'
3017conftest.c:33:3: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
3018                main() { return; }
3019                ^
3020conftest.c:33:12: error: non-void function 'main' should return a value [-Wreturn-type]
3021                main() { return; }
3022                         ^
30231 warning and 1 error generated.
3024configure:29806: $? = 1
3025configure: failed program was:
3026| /* confdefs.h */
3027| #define PACKAGE_NAME "wireshark"
3028| #define PACKAGE_TARNAME "wireshark"
3029| #define PACKAGE_VERSION "1.12.8"
3030| #define PACKAGE_STRING "wireshark 1.12.8"
3031| #define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
3032| #define PACKAGE_URL "http://www.wireshark.org/"
3033| #define PACKAGE "wireshark"
3034| #define VERSION "1.12.8"
3035| #define VERSION_MAJOR 1
3036| #define VERSION_MINOR 12
3037| #define VERSION_MICRO 8
3038| #define STDC_HEADERS 1
3039| #define HAVE_SYS_TYPES_H 1
3040| #define HAVE_SYS_STAT_H 1
3041| #define HAVE_STDLIB_H 1
3042| #define HAVE_STRING_H 1
3043| #define HAVE_MEMORY_H 1
3044| #define HAVE_STRINGS_H 1
3045| #define HAVE_INTTYPES_H 1
3046| #define HAVE_STDINT_H 1
3047| #define HAVE_UNISTD_H 1
3048| #define HAVE_DLFCN_H 1
3049| #define LT_OBJDIR ".libs/"
3050| #define YYTEXT_POINTER 1
3051| #define HTML_VIEWER "mozilla"
3052| #define HAVE_LIBGNUTLS 1
3053| #define HAVE_LIBGCRYPT 1
3054| #define HAVE_LIBSMI 1
3055| /* end confdefs.h.  */
3056|
3057|
3058|               main() { return; }
3059|
3060configure:29813: result: no
3061configure:29866: checking whether -D_FORTIFY_SOURCE=... can be used (without generating a warning)
3062configure:29880: /usr/bin/clang -c -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -Werror -I/opt/local/include -D_FORTIFY_SOURCE=2 conftest.c >&5
3063configure:29880: $? = 0
3064configure:29882: result: yes
3065configure:29908: checking whether we should treat compiler warnings as errors
3066configure:29919: result: no
3067configure:29950: checking for platform-specific compiler flags
3068configure:29967: result: none needed
3069configure:30010: checking for platform-specific linker flags
3070configure:30038: result: Apple linker - added -Wl,-single_module and -Wl,-search_paths_first, and rpaths
3071configure:30071: checking whether make supports nested variables
3072configure:30088: result: yes
3073configure:30136: checking for CFPropertyListCreateWithStream
3074configure:30136: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -I/opt/local/include -D_FORTIFY_SOURCE=2 -Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64 conftest.c  -framework CoreFoundation >&5
3075configure:30136: $? = 0
3076configure:30136: result: yes
3077configure:30173: checking whether to use /usr/local for headers and libraries
3078configure:30202: result: no
3079configure:30239: checking for sed
3080configure:30269: result: /opt/local/bin/gsed
3081configure:30282: checking for GNU sed as first sed in PATH
3082configure:30289: result: no
3083configure:30356: checking if profile builds must be generated
3084configure:30370: result: no
3085configure:30476: checking for pkg-config
3086configure:30507: result: /opt/local/bin/pkg-config
3087configure:30552: checking for Qt5Core - version >= 4.6.0
3088configure:30563: result: no
3089configure:30552: checking for QtCore - version >= 4.6.0
3090configure:30563: result: no
3091configure:30783: error: Qt is not available
3092
3093## ---------------- ##
3094## Cache variables. ##
3095## ---------------- ##
3096
3097ac_cv_build=x86_64-apple-darwin14.5.0
3098ac_cv_c_compiler_gnu=yes
3099ac_cv_cxx_compiler_gnu=yes
3100ac_cv_enable_usr_local=no
3101ac_cv_env_CCC_set=
3102ac_cv_env_CCC_value=
3103ac_cv_env_CC_set=set
3104ac_cv_env_CC_value=/usr/bin/clang
3105ac_cv_env_CFLAGS_set=set
3106ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64'
3107ac_cv_env_CPPFLAGS_set=set
3108ac_cv_env_CPPFLAGS_value=-I/opt/local/include
3109ac_cv_env_CPP_set=
3110ac_cv_env_CPP_value=
3111ac_cv_env_CXXCPP_set=
3112ac_cv_env_CXXCPP_value=
3113ac_cv_env_CXXFLAGS_set=set
3114ac_cv_env_CXXFLAGS_value='-pipe -Os -arch x86_64 -stdlib=libc++'
3115ac_cv_env_CXX_set=set
3116ac_cv_env_CXX_value=/usr/bin/clang++
3117ac_cv_env_LDFLAGS_set=set
3118ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64'
3119ac_cv_env_LIBGNUTLS_CFLAGS_set=
3120ac_cv_env_LIBGNUTLS_CFLAGS_value=
3121ac_cv_env_LIBGNUTLS_LIBS_set=
3122ac_cv_env_LIBGNUTLS_LIBS_value=
3123ac_cv_env_LIBNL1_CFLAGS_set=
3124ac_cv_env_LIBNL1_CFLAGS_value=
3125ac_cv_env_LIBNL1_LIBS_set=
3126ac_cv_env_LIBNL1_LIBS_value=
3127ac_cv_env_LIBNL2_CFLAGS_set=
3128ac_cv_env_LIBNL2_CFLAGS_value=
3129ac_cv_env_LIBNL2_LIBS_set=
3130ac_cv_env_LIBNL2_LIBS_value=
3131ac_cv_env_LIBNL3_CFLAGS_set=
3132ac_cv_env_LIBNL3_CFLAGS_value=
3133ac_cv_env_LIBNL3_LIBS_set=
3134ac_cv_env_LIBNL3_LIBS_value=
3135ac_cv_env_LIBS_set=
3136ac_cv_env_LIBS_value=
3137ac_cv_env_PKG_CONFIG_LIBDIR_set=
3138ac_cv_env_PKG_CONFIG_LIBDIR_value=
3139ac_cv_env_PKG_CONFIG_PATH_set=
3140ac_cv_env_PKG_CONFIG_PATH_value=
3141ac_cv_env_PKG_CONFIG_set=
3142ac_cv_env_PKG_CONFIG_value=
3143ac_cv_env_SBC_CFLAGS_set=
3144ac_cv_env_SBC_CFLAGS_value=
3145ac_cv_env_SBC_LIBS_set=
3146ac_cv_env_SBC_LIBS_value=
3147ac_cv_env_YACC_set=
3148ac_cv_env_YACC_value=
3149ac_cv_env_YFLAGS_set=
3150ac_cv_env_YFLAGS_value=
3151ac_cv_env_build_alias_set=
3152ac_cv_env_build_alias_value=
3153ac_cv_env_host_alias_set=
3154ac_cv_env_host_alias_value=
3155ac_cv_env_target_alias_set=
3156ac_cv_env_target_alias_value=
3157ac_cv_func_CFPropertyListCreateWithStream=yes
3158ac_cv_header_dlfcn_h=yes
3159ac_cv_header_inttypes_h=yes
3160ac_cv_header_memory_h=yes
3161ac_cv_header_stdc=yes
3162ac_cv_header_stdint_h=yes
3163ac_cv_header_stdlib_h=yes
3164ac_cv_header_string_h=yes
3165ac_cv_header_strings_h=yes
3166ac_cv_header_sys_stat_h=yes
3167ac_cv_header_sys_types_h=yes
3168ac_cv_header_unistd_h=yes
3169ac_cv_host=x86_64-apple-darwin14.5.0
3170ac_cv_lib_dl_dlopen=yes
3171ac_cv_lib_lex=-lfl
3172ac_cv_objext=o
3173ac_cv_path_DESKTOP_FILE_INSTALL=/opt/local/bin/desktop-file-install
3174ac_cv_path_DOXYGEN=/opt/local/bin/doxygen
3175ac_cv_path_EGREP='/usr/bin/grep -E'
3176ac_cv_path_FGREP='/usr/bin/grep -F'
3177ac_cv_path_FOP=/opt/local/bin/fop
3178ac_cv_path_GREP=/usr/bin/grep
3179ac_cv_path_LEX=/opt/local/bin/flex
3180ac_cv_path_LIBGCRYPT_CONFIG=/opt/local/bin/libgcrypt-config
3181ac_cv_path_PERL=/opt/local/bin/perl
3182ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
3183ac_cv_path_POD2HTML=/opt/local/bin/pod2html
3184ac_cv_path_POD2MAN=/opt/local/bin/pod2man
3185ac_cv_path_PYTHON=/opt/local/bin/python
3186ac_cv_path_SED=/opt/local/bin/gsed
3187ac_cv_path_W3M=/opt/local/bin/w3m
3188ac_cv_path_XMLLINT=/opt/local/bin/xmllint
3189ac_cv_path_XSLTPROC=/opt/local/bin/xsltproc
3190ac_cv_path_YACCDUMMY=/opt/local/bin/bison
3191ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
3192ac_cv_path_mkdir=/opt/local/bin/gmkdir
3193ac_cv_prog_AWK=gawk
3194ac_cv_prog_CPP='/usr/bin/clang -E'
3195ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
3196ac_cv_prog_HAVE_A2X=no
3197ac_cv_prog_HAVE_BLESS=yes
3198ac_cv_prog_HAVE_DOXYGEN=yes
3199ac_cv_prog_HAVE_DPKG_BUILDPACKAGE=no
3200ac_cv_prog_HAVE_ELINKS=no
3201ac_cv_prog_HAVE_FOP=yes
3202ac_cv_prog_HAVE_HDIUTIL=yes
3203ac_cv_prog_HAVE_LYNX=no
3204ac_cv_prog_HAVE_PKGMK=no
3205ac_cv_prog_HAVE_PKGPROTO=no
3206ac_cv_prog_HAVE_PKGTRANS=no
3207ac_cv_prog_HAVE_W3M=yes
3208ac_cv_prog_HAVE_XCODEBUILD=yes
3209ac_cv_prog_HAVE_XMLLINT=yes
3210ac_cv_prog_HAVE_XSLTPROC=yes
3211ac_cv_prog_LEX=flex
3212ac_cv_prog_YACC='bison -y'
3213ac_cv_prog_ac_ct_AR=ar
3214ac_cv_prog_ac_ct_CC=/usr/bin/clang
3215ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
3216ac_cv_prog_ac_ct_LIPO=lipo
3217ac_cv_prog_ac_ct_NMEDIT=nmedit
3218ac_cv_prog_ac_ct_OTOOL=otool
3219ac_cv_prog_ac_ct_RANLIB=ranlib
3220ac_cv_prog_ac_ct_STRIP=strip
3221ac_cv_prog_ac_cv_wireshark_have_rpm=no
3222ac_cv_prog_cc_c89=
3223ac_cv_prog_cc_g=yes
3224ac_cv_prog_cxx_g=yes
3225ac_cv_prog_lex_root=lex.yy
3226ac_cv_prog_lex_yytext_pointer=yes
3227ac_cv_prog_make_make_set=yes
3228ac_cv_sys_file_offset_bits=no
3229ac_cv_sys_largefile_CC=no
3230ac_cv_target=x86_64-apple-darwin14.5.0
3231ac_cv_wireshark_have_rpm=no
3232am_cv_CC_dependencies_compiler_type=gcc3
3233am_cv_CXX_dependencies_compiler_type=gcc3
3234am_cv_make_support_nested_variables=yes
3235am_cv_prog_cc_c_o=yes
3236am_cv_prog_tar_ustar=gnutar
3237lt_cv_apple_cc_single_mod=yes
3238lt_cv_ar_at_file=no
3239lt_cv_deplibs_check_method=pass_all
3240lt_cv_dlopen=dlopen
3241lt_cv_dlopen_libs=-ldl
3242lt_cv_dlopen_self=yes
3243lt_cv_dlopen_self_static=yes
3244lt_cv_file_magic_cmd='$MAGIC_CMD'
3245lt_cv_file_magic_test_file=
3246lt_cv_ld_exported_symbols_list=yes
3247lt_cv_ld_force_load=yes
3248lt_cv_ld_reload_flag=-r
3249lt_cv_nm_interface='BSD nm'
3250lt_cv_objdir=.libs
3251lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
3252lt_cv_path_LDCXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
3253lt_cv_path_NM=/opt/local/bin/nm
3254lt_cv_path_mainfest_tool=no
3255lt_cv_prog_compiler_c_o=yes
3256lt_cv_prog_compiler_c_o_CXX=yes
3257lt_cv_prog_compiler_pic='-fno-common -DPIC'
3258lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
3259lt_cv_prog_compiler_pic_works=yes
3260lt_cv_prog_compiler_pic_works_CXX=yes
3261lt_cv_prog_compiler_rtti_exceptions=yes
3262lt_cv_prog_compiler_static_works=no
3263lt_cv_prog_compiler_static_works_CXX=no
3264lt_cv_prog_gnu_ld=no
3265lt_cv_prog_gnu_ldcxx=no
3266lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
3267lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
3268lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
3269lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
3270lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
3271lt_cv_sys_max_cmd_len=196608
3272lt_cv_to_host_file_cmd=func_convert_file_noop
3273lt_cv_to_tool_file_cmd=func_convert_file_noop
3274pkg_cv_LIBGNUTLS_CFLAGS='-I/opt/local/include -I/opt/local/include/p11-kit-1 -I/opt/local/include '
3275pkg_cv_LIBGNUTLS_LIBS='-L/opt/local/lib -lgnutls '
3276
3277## ----------------- ##
3278## Output variables. ##
3279## ----------------- ##
3280
3281A2X=''
3282ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/work/wireshark-1.12.8/missing aclocal-1.14'
3283AC_MIN_VERSION='2.60'
3284ADNS_LIBS=''
3285AMDEPBACKSLASH='\'
3286AMDEP_FALSE='#'
3287AMDEP_TRUE=''
3288AMTAR='$${TAR-tar}'
3289AM_BACKSLASH='\'
3290AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3291AM_DEFAULT_VERBOSITY='0'
3292AM_V='$(V)'
3293APPLICATIONSERVICES_FRAMEWORKS='-framework ApplicationServices'
3294AR='ar'
3295AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/work/wireshark-1.12.8/missing autoconf'
3296AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/work/wireshark-1.12.8/missing autoheader'
3297AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/work/wireshark-1.12.8/missing automake-1.14'
3298AWK='gawk'
3299CC='/usr/bin/clang'
3300CCDEPMODE='depmode=gcc3'
3301CC_FOR_BUILD='/usr/bin/clang'
3302CFLAGS='-pipe -Os -arch x86_64 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden'
3303CFLAGS_FOR_BUILD=' -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wformat-security -fwrapv -Wold-style-definition -Wshorten-64-to-32 -Wstrict-prototypes -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wc++-compat -Wheader-guard -Wshadow -Wno-deprecated-declarations -fvisibility=hidden -fPIE'
3304CONFIG_ARGS='--prefix=/opt/local --disable-osx-deploy-target --disable-usr-local --with-pcap=/opt/local --with-ssl=/opt/local --with-zlib=/opt/local --mandir=${prefix}/share/man --infodir=${prefix}/share/info --disable-warnings-as-errors --with-krb5=/opt/local --with-adns=/opt/local --without-c-ares --with-gnutls=yes --with-libgcrypt-prefix=/opt/local --enable-ipv6 --with-lua=/opt/local --with-libsmi=/opt/local --with-geoip=/opt/local --with-qt=yes --with-gtk2=no --with-gtk3=no --with-portaudio=/opt/local'
3305CONFIG_WITH_ARGS=''
3306COREFOUNDATION_FRAMEWORKS='-framework CoreFoundation'
3307CPP='/usr/bin/clang -E'
3308CPPFLAGS='-I/opt/local/include -D_FORTIFY_SOURCE=2'
3309CXX='/usr/bin/clang++'
3310CXXCPP='/usr/bin/clang++ -E'
3311CXXDEPMODE='depmode=gcc3'
3312CXXFLAGS='-pipe -Os -arch x86_64 -stdlib=libc++ -Qunused-arguments -Wall -W -Wextra -Wendif-labels -Wpointer-arith -Warray-bounds -Wformat-security -fwrapv -fno-strict-overflow -Wvla -Waddress -Wattributes -Wdiv-by-zero -Wignored-qualifiers -Wpragmas -Wno-overlength-strings -Wwrite-strings -Wno-long-long -Wheader-guard -Wno-deprecated-declarations -fvisibility=hidden -fPIE'
3313CYGPATH_W='echo'
3314C_ARES_LIBS=''
3315DEFS=''
3316DEPDIR='.deps'
3317DESKTOP_FILE_INSTALL='/opt/local/bin/desktop-file-install'
3318DLLTOOL='false'
3319DOXYGEN='/opt/local/bin/doxygen'
3320DSYMUTIL='dsymutil'
3321DUMPBIN=''
3322DUMPCAP_GROUP=''
3323ECHO_C='\c'
3324ECHO_N=''
3325ECHO_T=''
3326EGREP='/usr/bin/grep -E'
3327ELINKS=''
3328ENABLE_STATIC=''
3329ENABLE_STATIC_FALSE=''
3330ENABLE_STATIC_TRUE=''
3331EXEEXT=''
3332FGREP='/usr/bin/grep -F'
3333FOP='/opt/local/bin/fop'
3334GEOIP_LIBS=''
3335GETOPT_LO=''
3336GLIB_CFLAGS=''
3337GLIB_GENMARSHAL=''
3338GLIB_LIBS=''
3339GLIB_MIN_VERSION=''
3340GLIB_MKENUMS=''
3341GOBJECT_QUERY=''
3342GREP='/usr/bin/grep'
3343GTK2_MIN_VERSION='2.12.0'
3344GTK3_MIN_VERSION='3.0.0'
3345GTK_CFLAGS=''
3346GTK_LIBS=''
3347GUI_CONFIGURE_FLAGS=''
3348HAVE_A2X='no'
3349HAVE_A2X_FALSE=''
3350HAVE_A2X_TRUE='#'
3351HAVE_BLESS='yes'
3352HAVE_DOXYGEN='yes'
3353HAVE_DOXYGEN_FALSE='#'
3354HAVE_DOXYGEN_TRUE=''
3355HAVE_DPKG_BUILDPACKAGE='no'
3356HAVE_DUMPCAP_GROUP_FALSE=''
3357HAVE_DUMPCAP_GROUP_TRUE=''
3358HAVE_ECHLD_FALSE=''
3359HAVE_ECHLD_TRUE=''
3360HAVE_ELINKS='no'
3361HAVE_ELINKS_FALSE=''
3362HAVE_ELINKS_TRUE='#'
3363HAVE_FOP='yes'
3364HAVE_FOP_FALSE='#'
3365HAVE_FOP_TRUE=''
3366HAVE_GTK_FALSE=''
3367HAVE_GTK_TRUE=''
3368HAVE_HDIUTIL='yes'
3369HAVE_LIBLUA_FALSE=''
3370HAVE_LIBLUA_TRUE=''
3371HAVE_LIBPORTAUDIO_FALSE=''
3372HAVE_LIBPORTAUDIO_TRUE=''
3373HAVE_LIBPY_FALSE=''
3374HAVE_LIBPY_TRUE=''
3375HAVE_LYNX='no'
3376HAVE_LYNX_FALSE=''
3377HAVE_LYNX_TRUE='#'
3378HAVE_OSX_PACKAGING='yes'
3379HAVE_PKGMK='no'
3380HAVE_PKGPROTO='no'
3381HAVE_PKGTRANS='no'
3382HAVE_PLUGINS_FALSE=''
3383HAVE_PLUGINS_TRUE=''
3384HAVE_Qt_FALSE=''
3385HAVE_Qt_TRUE=''
3386HAVE_RPM=''
3387HAVE_SVR4_PACKAGING='no'
3388HAVE_W3M='yes'
3389HAVE_W3M_FALSE='#'
3390HAVE_W3M_TRUE=''
3391HAVE_WARNINGS_AS_ERRORS_FALSE=''
3392HAVE_WARNINGS_AS_ERRORS_TRUE='#'
3393HAVE_XCODEBUILD='yes'
3394HAVE_XMLLINT='yes'
3395HAVE_XMLLINT_FALSE='#'
3396HAVE_XMLLINT_TRUE=''
3397HAVE_XSLTPROC='yes'
3398HAVE_XSLTPROC_FALSE='#'
3399HAVE_XSLTPROC_TRUE=''
3400HTML_VIEWER=''
3401INET_ATON_LO=''
3402INET_NTOP_LO=''
3403INET_PTON_LO=''
3404INSTALL_DATA='${INSTALL} -m 644'
3405INSTALL_PROGRAM='${INSTALL}'
3406INSTALL_SCRIPT='${INSTALL}'
3407INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
3408KRB5_CONFIG=''
3409KRB5_LIBS=''
3410LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
3411LDFLAGS='-Wl,-search_paths_first -Wl,-rpath,@executable_path/../lib -Wl,-rpath,@executable_path/../Frameworks -Wl,-rpath,/usr/local/lib -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-search_paths_first -arch x86_64'
3412LDFLAGS_SHAREDLIB='-Wl,-single_module'
3413LEX='/opt/local/bin/flex'
3414LEXLIB='-lfl'
3415LEX_OUTPUT_ROOT='lex.yy'
3416LIBCAP_LIBS=''
3417LIBGCRYPT_CFLAGS='-I/opt/local/include'
3418LIBGCRYPT_CONFIG='/opt/local/bin/libgcrypt-config'
3419LIBGCRYPT_LIBS='-L/opt/local/lib -lgcrypt -lgpg-error'
3420LIBGNUTLS_CFLAGS='-I/opt/local/include -I/opt/local/include/p11-kit-1 -I/opt/local/include '
3421LIBGNUTLS_LIBS='-L/opt/local/lib -lgnutls '
3422LIBNL1_CFLAGS=''
3423LIBNL1_LIBS=''
3424LIBNL2_CFLAGS=''
3425LIBNL2_LIBS=''
3426LIBNL3_CFLAGS=''
3427LIBNL3_LIBS=''
3428LIBOBJS=''
3429LIBS=''
3430LIBSMI_CFLAGS='-I/opt/local/include'
3431LIBSMI_LDFLAGS='-L/opt/local/lib -lsmi'
3432LIBSMI_VERSION='2:27:0'
3433LIBTOOL='$(SHELL) $(top_builddir)/libtool'
3434LIBTOOL_DEPS='./ltmain.sh'
3435LIPO='lipo'
3436LN_S='ln -s'
3437LTLIBOBJS=''
3438LUA_INCLUDES=''
3439LUA_LIBS=''
3440LYNX=''
3441MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/work/wireshark-1.12.8/missing makeinfo'
3442MANIFEST_TOOL=':'
3443MKDIR_P='/opt/local/bin/gmkdir -p'
3444MOC=''
3445NEED_GETOPT_LO_FALSE=''
3446NEED_GETOPT_LO_TRUE=''
3447NEED_INET_ATON_LO_FALSE=''
3448NEED_INET_ATON_LO_TRUE=''
3449NEED_INET_NTOP_LO_FALSE=''
3450NEED_INET_NTOP_LO_TRUE=''
3451NEED_INET_PTON_LO_FALSE=''
3452NEED_INET_PTON_LO_TRUE=''
3453NEED_STRNCASECMP_LO_FALSE=''
3454NEED_STRNCASECMP_LO_TRUE=''
3455NEED_STRPTIME_LO_FALSE=''
3456NEED_STRPTIME_LO_TRUE=''
3457NM='/opt/local/bin/nm'
3458NMEDIT='nmedit'
3459NSL_LIBS=''
3460OBJDUMP='false'
3461OBJEXT='o'
3462OSX_APP_FLAGS=''
3463OSX_DMG_FLAGS=''
3464OSX_MIN_VERSION='10.10.5'
3465OTOOL64=':'
3466OTOOL='otool'
3467PACKAGE='wireshark'
3468PACKAGE_BUGREPORT='http://bugs.wireshark.org/'
3469PACKAGE_NAME='wireshark'
3470PACKAGE_STRING='wireshark 1.12.8'
3471PACKAGE_TARNAME='wireshark'
3472PACKAGE_URL='http://www.wireshark.org/'
3473PACKAGE_VERSION='1.12.8'
3474PATH_SEPARATOR=':'
3475PCAP_CONFIG=''
3476PCAP_LIBS=''
3477PERL='/opt/local/bin/perl'
3478PIE_CFLAGS=''
3479PIE_LDFLAGS=''
3480PKG_CONFIG='/opt/local/bin/pkg-config'
3481PKG_CONFIG_LIBDIR=''
3482PKG_CONFIG_PATH=''
3483PLUGIN_LIBS=''
3484POD2HTML='/opt/local/bin/pod2html'
3485POD2MAN='/opt/local/bin/pod2man'
3486PORTAUDIO_INCLUDES=''
3487PORTAUDIO_LIBS=''
3488PYTHON='/opt/local/bin/python'
3489PY_CFLAGS=''
3490PY_LIBS=''
3491QT_MIN_VERSION='4.6.0'
3492Qt_LIBS=''
3493RANLIB='ranlib'
3494RPMBUILD_WITH_ARGS=''
3495SBC_CFLAGS=''
3496SBC_LIBS=''
3497SED='/opt/local/bin/gsed'
3498SETCAP=''
3499SETCAP_INSTALL_FALSE=''
3500SETCAP_INSTALL_TRUE=''
3501SETUID_INSTALL_FALSE=''
3502SETUID_INSTALL_TRUE=''
3503SET_MAKE=''
3504SHELL='/bin/sh'
3505SOCKET_LIBS=''
3506SSL_LIBS=''
3507STRIP='strip'
3508STRNCASECMP_LO=''
3509STRPTIME_C=''
3510STRPTIME_LO=''
3511SYSTEMCONFIGURATION_FRAMEWORKS='-framework SystemConfiguration'
3512UIC=''
3513USE_PROFILE_BUILD_FALSE=''
3514USE_PROFILE_BUILD_TRUE='#'
3515VERSION='1.12.8'
3516W3M='/opt/local/bin/w3m'
3517XMLLINT='/opt/local/bin/xmllint'
3518XSLTPROC='/opt/local/bin/xsltproc'
3519YACC='bison -y'
3520YACCDUMMY='/opt/local/bin/bison'
3521YFLAGS=''
3522ac_ct_AR='ar'
3523ac_ct_CC='/usr/bin/clang'
3524ac_ct_CXX=''
3525ac_ct_DUMPBIN=''
3526ac_cv_wireshark_have_rpm='no'
3527ac_ws_python_config=''
3528am__EXEEXT_FALSE=''
3529am__EXEEXT_TRUE=''
3530am__fastdepCC_FALSE='#'
3531am__fastdepCC_TRUE=''
3532am__fastdepCXX_FALSE='#'
3533am__fastdepCXX_TRUE=''
3534am__include='include'
3535am__isrc=''
3536am__leading_dot='.'
3537am__nodep='_no'
3538am__quote=''
3539am__tar='tar --format=ustar -chf - "$$tardir"'
3540am__untar='tar -xf -'
3541bindir='${exec_prefix}/bin'
3542build='x86_64-apple-darwin14.5.0'
3543build_alias=''
3544build_cpu='x86_64'
3545build_os='darwin14.5.0'
3546build_vendor='apple'
3547capinfos_bin=''
3548capinfos_man=''
3549captype_bin=''
3550captype_man=''
3551datadir='${datarootdir}'
3552datarootdir='${prefix}/share'
3553dftest_bin=''
3554dftest_man=''
3555docdir='/opt/local/share/doc/wireshark'
3556dumpcap_bin=''
3557dumpcap_man=''
3558dvidir='${docdir}'
3559echld_dir=''
3560echld_test_bin=''
3561editcap_bin=''
3562editcap_man=''
3563exec_prefix='NONE'
3564host='x86_64-apple-darwin14.5.0'
3565host_alias=''
3566host_cpu='x86_64'
3567host_os='darwin14.5.0'
3568host_vendor='apple'
3569htmldir='${docdir}'
3570includedir='${prefix}/include'
3571infodir='${prefix}/share/info'
3572install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_wireshark/wireshark/work/wireshark-1.12.8/install-sh'
3573libdir='${exec_prefix}/lib'
3574libexecdir='${exec_prefix}/libexec'
3575localedir='${datarootdir}/locale'
3576localstatedir='${prefix}/var'
3577mandir='${prefix}/share/man'
3578mergecap_bin=''
3579mergecap_man=''
3580mkdir_p='$(MKDIR_P)'
3581oldincludedir='/usr/include'
3582pdfdir='${docdir}'
3583plugindir=''
3584prefix='/opt/local'
3585program_transform_name='s,x,x,'
3586psdir='${docdir}'
3587pythondir=''
3588randpkt_bin=''
3589randpkt_man=''
3590rawshark_bin=''
3591rawshark_man=''
3592reordercap_bin=''
3593reordercap_man=''
3594sbindir='${exec_prefix}/sbin'
3595sharedstatedir='${prefix}/com'
3596sysconfdir='${prefix}/etc'
3597target='x86_64-apple-darwin14.5.0'
3598target_alias=''
3599target_cpu='x86_64'
3600target_os='darwin14.5.0'
3601target_vendor='apple'
3602text2pcap_bin=''
3603text2pcap_man=''
3604tfshark_bin=''
3605tfshark_man=''
3606tshark_bin=''
3607tshark_man=''
3608wireshark_SUBDIRS=''
3609wireshark_bin=''
3610wireshark_man=''
3611wiresharkfilter_man=''
3612
3613## ----------- ##
3614## confdefs.h. ##
3615## ----------- ##
3616
3617/* confdefs.h */
3618#define PACKAGE_NAME "wireshark"
3619#define PACKAGE_TARNAME "wireshark"
3620#define PACKAGE_VERSION "1.12.8"
3621#define PACKAGE_STRING "wireshark 1.12.8"
3622#define PACKAGE_BUGREPORT "http://bugs.wireshark.org/"
3623#define PACKAGE_URL "http://www.wireshark.org/"
3624#define PACKAGE "wireshark"
3625#define VERSION "1.12.8"
3626#define VERSION_MAJOR 1
3627#define VERSION_MINOR 12
3628#define VERSION_MICRO 8
3629#define STDC_HEADERS 1
3630#define HAVE_SYS_TYPES_H 1
3631#define HAVE_SYS_STAT_H 1
3632#define HAVE_STDLIB_H 1
3633#define HAVE_STRING_H 1
3634#define HAVE_MEMORY_H 1
3635#define HAVE_STRINGS_H 1
3636#define HAVE_INTTYPES_H 1
3637#define HAVE_STDINT_H 1
3638#define HAVE_UNISTD_H 1
3639#define HAVE_DLFCN_H 1
3640#define LT_OBJDIR ".libs/"
3641#define YYTEXT_POINTER 1
3642#define HTML_VIEWER "mozilla"
3643#define HAVE_LIBGNUTLS 1
3644#define HAVE_LIBGCRYPT 1
3645#define HAVE_LIBSMI 1
3646#define _U_ __attribute__((unused))
3647#define HAVE_OS_X_FRAMEWORKS 1
3648#define HAVE_CFPROPERTYLISTCREATEWITHSTREAM 1
3649#define WANT_PACKET_EDITOR 1
3650#define DATAFILE_DIR "/opt/local/share/wireshark"
3651#define DOC_DIR "/opt/local/share/doc/wireshark"
3652
3653configure: exit 1