blob: cb24b9fa9253323190f547852d8385628e1511b6 [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by PCRE configure 8.21, which was
5generated by GNU Autoconf 2.68. Invocation command line was
6
7 $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = tmatthews-pc
14uname -m = x86_64
15uname -r = 3.11.4-201.fc19.x86_64
16uname -s = Linux
17uname -v = #1 SMP Thu Oct 10 14:11:18 UTC 2013
18
19/usr/bin/uname -p = x86_64
20/bin/uname -X = unknown
21
22/bin/arch = x86_64
23/usr/bin/arch -k = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo = unknown
26/bin/machine = unknown
27/usr/bin/oslevel = unknown
28/bin/universe = unknown
29
30PATH: /home/tristan/src/cov-analysis-linux64-6.6.1/bin
31PATH: /home/tristan/src/android-ndk-r9
32PATH: /home/tristan/src/android-sdk-linux/platform-tools
33PATH: /home/tristan/src/android-sdk-linux
34PATH: /home/tristan/src/android-sdk-linux/tools
35PATH: /opt/bin
36PATH: /home/tristan/src/cov-analysis-linux64-6.6.1/bin
37PATH: /home/tristan/src/android-ndk-r9
38PATH: /home/tristan/src/android-sdk-linux/platform-tools
39PATH: /home/tristan/src/android-sdk-linux
40PATH: /home/tristan/src/android-sdk-linux/tools
41PATH: /opt/bin
42PATH: /usr/lib64/qt-3.3/bin
43PATH: /usr/lib64/ccache
44PATH: /usr/local/bin
45PATH: /bin
46PATH: /usr/bin
47PATH: /usr/local/sbin
48PATH: /usr/sbin
49PATH: /home/tristan/bin
50PATH: /home/tristan/.local/bin
51PATH: /home/tristan/bin
52PATH: /home/tristan/bin
53
54
55## ----------- ##
56## Core tests. ##
57## ----------- ##
58
59configure:2705: checking for a BSD-compatible install
60configure:2773: result: /bin/install -c
61configure:2784: checking whether build environment is sane
62configure:2834: result: yes
63configure:2975: checking for a thread-safe mkdir -p
64configure:3014: result: /bin/mkdir -p
65configure:3027: checking for gawk
66configure:3043: found /bin/gawk
67configure:3054: result: gawk
68configure:3065: checking whether make sets $(MAKE)
69configure:3087: result: yes
70configure:3234: checking for gcc
71configure:3250: found /usr/lib64/ccache/gcc
72configure:3261: result: gcc
73configure:3490: checking for C compiler version
74configure:3499: gcc --version >&5
75gcc (GCC) 4.8.1 20130603 (Red Hat 4.8.1-1)
76Copyright (C) 2013 Free Software Foundation, Inc.
77This is free software; see the source for copying conditions. There is NO
78warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
79
80configure:3510: $? = 0
81configure:3499: gcc -v >&5
82Using built-in specs.
83COLLECT_GCC=/bin/gcc
84COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.1/lto-wrapper
85Target: x86_64-redhat-linux
86Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.1-20130603/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.1-20130603/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
87Thread model: posix
88gcc version 4.8.1 20130603 (Red Hat 4.8.1-1) (GCC)
89configure:3510: $? = 0
90configure:3499: gcc -V >&5
91gcc: error: unrecognized command line option '-V'
92gcc: fatal error: no input files
93compilation terminated.
94configure:3510: $? = 4
95configure:3499: gcc -qversion >&5
96gcc: error: unrecognized command line option '-qversion'
97gcc: fatal error: no input files
98compilation terminated.
99configure:3510: $? = 4
100configure:3530: checking whether the C compiler works
101configure:3552: gcc conftest.c >&5
102configure:3556: $? = 0
103configure:3604: result: yes
104configure:3607: checking for C compiler default output file name
105configure:3609: result: a.out
106configure:3615: checking for suffix of executables
107configure:3622: gcc -o conftest conftest.c >&5
108configure:3626: $? = 0
109configure:3648: result:
110configure:3670: checking whether we are cross compiling
111configure:3678: gcc -o conftest conftest.c >&5
112configure:3682: $? = 0
113configure:3689: ./conftest
114configure:3693: $? = 0
115configure:3708: result: no
116configure:3713: checking for suffix of object files
117configure:3735: gcc -c conftest.c >&5
118configure:3739: $? = 0
119configure:3760: result: o
120configure:3764: checking whether we are using the GNU C compiler
121configure:3783: gcc -c conftest.c >&5
122configure:3783: $? = 0
123configure:3792: result: yes
124configure:3801: checking whether gcc accepts -g
125configure:3821: gcc -c -g conftest.c >&5
126configure:3821: $? = 0
127configure:3862: result: yes
128configure:3879: checking for gcc option to accept ISO C89
129configure:3943: gcc -c -g -O2 conftest.c >&5
130configure:3943: $? = 0
131configure:3956: result: none needed
132configure:3987: checking for style of include used by make
133configure:4015: result: GNU
134configure:4040: checking dependency style of gcc
135configure:4150: result: gcc3
136configure:4223: checking for g++
137configure:4239: found /usr/lib64/ccache/g++
138configure:4250: result: g++
139configure:4277: checking for C++ compiler version
140configure:4286: g++ --version >&5
141g++ (GCC) 4.8.1 20130603 (Red Hat 4.8.1-1)
142Copyright (C) 2013 Free Software Foundation, Inc.
143This is free software; see the source for copying conditions. There is NO
144warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
145
146configure:4297: $? = 0
147configure:4286: g++ -v >&5
148Using built-in specs.
149COLLECT_GCC=/bin/g++
150COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.1/lto-wrapper
151Target: x86_64-redhat-linux
152Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.1-20130603/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.1-20130603/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
153Thread model: posix
154gcc version 4.8.1 20130603 (Red Hat 4.8.1-1) (GCC)
155configure:4297: $? = 0
156configure:4286: g++ -V >&5
157g++: error: unrecognized command line option '-V'
158g++: fatal error: no input files
159compilation terminated.
160configure:4297: $? = 4
161configure:4286: g++ -qversion >&5
162g++: error: unrecognized command line option '-qversion'
163g++: fatal error: no input files
164compilation terminated.
165configure:4297: $? = 4
166configure:4301: checking whether we are using the GNU C++ compiler
167configure:4320: g++ -c conftest.cpp >&5
168configure:4320: $? = 0
169configure:4329: result: yes
170configure:4338: checking whether g++ accepts -g
171configure:4358: g++ -c -g conftest.cpp >&5
172configure:4358: $? = 0
173configure:4399: result: yes
174configure:4424: checking dependency style of g++
175configure:4534: result: gcc3
176configure:4592: g++ -c -O2 conftest.cpp >&5
177configure:4592: $? = 0
178configure:4612: checking how to run the C preprocessor
179configure:4643: gcc -E conftest.c
180configure:4643: $? = 0
181configure:4657: gcc -E conftest.c
182conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
183 #include <ac_nonexistent.h>
184 ^
185compilation terminated.
186configure:4657: $? = 1
187configure: failed program was:
188| /* confdefs.h */
189| #define PACKAGE_NAME "PCRE"
190| #define PACKAGE_TARNAME "pcre"
191| #define PACKAGE_VERSION "8.21"
192| #define PACKAGE_STRING "PCRE 8.21"
193| #define PACKAGE_BUGREPORT ""
194| #define PACKAGE_URL ""
195| #define PACKAGE "pcre"
196| #define VERSION "8.21"
197| /* end confdefs.h. */
198| #include <ac_nonexistent.h>
199configure:4682: result: gcc -E
200configure:4702: gcc -E conftest.c
201configure:4702: $? = 0
202configure:4716: gcc -E conftest.c
203conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
204 #include <ac_nonexistent.h>
205 ^
206compilation terminated.
207configure:4716: $? = 1
208configure: failed program was:
209| /* confdefs.h */
210| #define PACKAGE_NAME "PCRE"
211| #define PACKAGE_TARNAME "pcre"
212| #define PACKAGE_VERSION "8.21"
213| #define PACKAGE_STRING "PCRE 8.21"
214| #define PACKAGE_BUGREPORT ""
215| #define PACKAGE_URL ""
216| #define PACKAGE "pcre"
217| #define VERSION "8.21"
218| /* end confdefs.h. */
219| #include <ac_nonexistent.h>
220configure:4745: checking for grep that handles long lines and -e
221configure:4803: result: /bin/grep
222configure:4808: checking for egrep
223configure:4870: result: /bin/grep -E
224configure:4875: checking for ANSI C header files
225configure:4895: gcc -c -O2 conftest.c >&5
226configure:4895: $? = 0
227configure:4968: gcc -o conftest -O2 conftest.c >&5
228configure:4968: $? = 0
229configure:4968: ./conftest
230configure:4968: $? = 0
231configure:4979: result: yes
232configure:4992: checking for sys/types.h
233configure:4992: gcc -c -O2 conftest.c >&5
234configure:4992: $? = 0
235configure:4992: result: yes
236configure:4992: checking for sys/stat.h
237configure:4992: gcc -c -O2 conftest.c >&5
238configure:4992: $? = 0
239configure:4992: result: yes
240configure:4992: checking for stdlib.h
241configure:4992: gcc -c -O2 conftest.c >&5
242configure:4992: $? = 0
243configure:4992: result: yes
244configure:4992: checking for string.h
245configure:4992: gcc -c -O2 conftest.c >&5
246configure:4992: $? = 0
247configure:4992: result: yes
248configure:4992: checking for memory.h
249configure:4992: gcc -c -O2 conftest.c >&5
250configure:4992: $? = 0
251configure:4992: result: yes
252configure:4992: checking for strings.h
253configure:4992: gcc -c -O2 conftest.c >&5
254configure:4992: $? = 0
255configure:4992: result: yes
256configure:4992: checking for inttypes.h
257configure:4992: gcc -c -O2 conftest.c >&5
258configure:4992: $? = 0
259configure:4992: result: yes
260configure:4992: checking for stdint.h
261configure:4992: gcc -c -O2 conftest.c >&5
262configure:4992: $? = 0
263configure:4992: result: yes
264configure:4992: checking for unistd.h
265configure:4992: gcc -c -O2 conftest.c >&5
266configure:4992: $? = 0
267configure:4992: result: yes
268configure:5004: checking for int64_t
269configure:5004: gcc -c -O2 conftest.c >&5
270configure:5004: $? = 0
271configure:5004: gcc -c -O2 conftest.c >&5
272conftest.c: In function 'main':
273conftest.c:59:53: warning: integer overflow in expression [-Woverflow]
274 < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
275 ^
276conftest.c:58:12: error: storage size of 'test_array' isn't constant
277 static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
278 ^
279configure:5004: $? = 1
280configure: failed program was:
281| /* confdefs.h */
282| #define PACKAGE_NAME "PCRE"
283| #define PACKAGE_TARNAME "pcre"
284| #define PACKAGE_VERSION "8.21"
285| #define PACKAGE_STRING "PCRE 8.21"
286| #define PACKAGE_BUGREPORT ""
287| #define PACKAGE_URL ""
288| #define PACKAGE "pcre"
289| #define VERSION "8.21"
290| #define STDC_HEADERS 1
291| #define HAVE_SYS_TYPES_H 1
292| #define HAVE_SYS_STAT_H 1
293| #define HAVE_STDLIB_H 1
294| #define HAVE_STRING_H 1
295| #define HAVE_MEMORY_H 1
296| #define HAVE_STRINGS_H 1
297| #define HAVE_INTTYPES_H 1
298| #define HAVE_STDINT_H 1
299| #define HAVE_UNISTD_H 1
300| /* end confdefs.h. */
301| #include <stdio.h>
302| #ifdef HAVE_SYS_TYPES_H
303| # include <sys/types.h>
304| #endif
305| #ifdef HAVE_SYS_STAT_H
306| # include <sys/stat.h>
307| #endif
308| #ifdef STDC_HEADERS
309| # include <stdlib.h>
310| # include <stddef.h>
311| #else
312| # ifdef HAVE_STDLIB_H
313| # include <stdlib.h>
314| # endif
315| #endif
316| #ifdef HAVE_STRING_H
317| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
318| # include <memory.h>
319| # endif
320| # include <string.h>
321| #endif
322| #ifdef HAVE_STRINGS_H
323| # include <strings.h>
324| #endif
325| #ifdef HAVE_INTTYPES_H
326| # include <inttypes.h>
327| #endif
328| #ifdef HAVE_STDINT_H
329| # include <stdint.h>
330| #endif
331| #ifdef HAVE_UNISTD_H
332| # include <unistd.h>
333| #endif
334| enum { N = 64 / 2 - 1 };
335| int
336| main ()
337| {
338| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
339| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
340| test_array [0] = 0
341|
342| ;
343| return 0;
344| }
345configure:5004: result: yes
346configure:5021: checking build system type
347configure:5035: result: x86_64-unknown-linux-gnu
348configure:5055: checking host system type
349configure:5068: result: x86_64-unknown-linux-gnu
350configure:5437: checking how to print strings
351configure:5464: result: printf
352configure:5485: checking for a sed that does not truncate output
353configure:5549: result: /bin/sed
354configure:5567: checking for fgrep
355configure:5629: result: /bin/grep -F
356configure:5664: checking for ld used by gcc
357configure:5731: result: /bin/ld
358configure:5738: checking if the linker (/bin/ld) is GNU ld
359configure:5753: result: yes
360configure:5765: checking for BSD- or MS-compatible name lister (nm)
361configure:5814: result: /bin/nm -B
362configure:5944: checking the name lister (/bin/nm -B) interface
363configure:5951: gcc -c -O2 conftest.c >&5
364configure:5954: /bin/nm -B "conftest.o"
365configure:5957: output
3660000000000000000 B some_variable
367configure:5964: result: BSD nm
368configure:5967: checking whether ln -s works
369configure:5971: result: yes
370configure:5979: checking the maximum length of command line arguments
371configure:6104: result: 1572864
372configure:6121: checking whether the shell understands some XSI constructs
373configure:6131: result: yes
374configure:6135: checking whether the shell understands "+="
375configure:6141: result: yes
376configure:6176: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
377configure:6216: result: func_convert_file_noop
378configure:6223: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
379configure:6243: result: func_convert_file_noop
380configure:6250: checking for /bin/ld option to reload object files
381configure:6257: result: -r
382configure:6331: checking for objdump
383configure:6358: result: objdump
384configure:6387: checking how to recognize dependent libraries
385configure:6589: result: pass_all
386configure:6674: checking for dlltool
387configure:6701: result: dlltool
388configure:6731: checking how to associate runtime and link libraries
389configure:6758: result: printf %s\n
390configure:6818: checking for ar
391configure:6834: found /bin/ar
392configure:6845: result: ar
393configure:6882: checking for archiver @FILE support
394configure:6899: gcc -c -O2 conftest.c >&5
395configure:6899: $? = 0
396configure:6902: ar cru libconftest.a @conftest.lst >&5
397configure:6905: $? = 0
398configure:6910: ar cru libconftest.a @conftest.lst >&5
399ar: conftest.o: No such file or directory
400configure:6913: $? = 1
401configure:6925: result: @
402configure:6983: checking for strip
403configure:6999: found /bin/strip
404configure:7010: result: strip
405configure:7082: checking for ranlib
406configure:7098: found /bin/ranlib
407configure:7109: result: ranlib
408configure:7211: checking command to parse /bin/nm -B output from gcc object
409configure:7330: gcc -c -O2 conftest.c >&5
410configure:7333: $? = 0
411configure:7337: /bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
412configure:7340: $? = 0
413configure:7406: gcc -o conftest -O2 conftest.c conftstm.o >&5
414configure:7409: $? = 0
415configure:7447: result: ok
416configure:7484: checking for sysroot
417configure:7514: result: no
418configure:7591: gcc -c -O2 conftest.c >&5
419configure:7594: $? = 0
420configure:7757: checking for mt
421configure:7787: result: no
422configure:7807: checking if : is a manifest tool
423configure:7813: : '-?'
424configure:7821: result: no
425configure:8450: checking for dlfcn.h
426configure:8450: gcc -c -O2 conftest.c >&5
427configure:8450: $? = 0
428configure:8450: result: yes
429configure:8645: checking for objdir
430configure:8660: result: .libs
431configure:8927: checking if gcc supports -fno-rtti -fno-exceptions
432configure:8945: gcc -c -O2 -fno-rtti -fno-exceptions conftest.c >&5
433cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
434cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
435configure:8949: $? = 0
436configure:8962: result: no
437configure:9272: checking for gcc option to produce PIC
438configure:9279: result: -fPIC -DPIC
439configure:9287: checking if gcc PIC flag -fPIC -DPIC works
440configure:9305: gcc -c -O2 -fPIC -DPIC -DPIC conftest.c >&5
441configure:9309: $? = 0
442configure:9322: result: yes
443configure:9351: checking if gcc static flag -static works
444configure:9379: result: yes
445configure:9394: checking if gcc supports -c -o file.o
446configure:9415: gcc -c -O2 -o out/conftest2.o conftest.c >&5
447configure:9419: $? = 0
448configure:9441: result: yes
449configure:9449: checking if gcc supports -c -o file.o
450configure:9496: result: yes
451configure:9529: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries
452configure:10687: result: yes
453configure:10724: checking whether -lc should be explicitly linked in
454configure:10732: gcc -c -O2 conftest.c >&5
455configure:10735: $? = 0
456configure:10750: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
457configure:10753: $? = 0
458configure:10767: result: no
459configure:10932: checking dynamic linker characteristics
460configure:11459: gcc -o conftest -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
461configure:11459: $? = 0
462configure:11681: result: GNU/Linux ld.so
463configure:11788: checking how to hardcode library paths into programs
464configure:11813: result: immediate
465configure:12353: checking whether stripping libraries is possible
466configure:12358: result: yes
467configure:12393: checking if libtool supports shared libraries
468configure:12395: result: yes
469configure:12398: checking whether to build shared libraries
470configure:12419: result: yes
471configure:12422: checking whether to build static libraries
472configure:12426: result: yes
473configure:12449: checking how to run the C++ preprocessor
474configure:12476: g++ -E conftest.cpp
475configure:12476: $? = 0
476configure:12490: g++ -E conftest.cpp
477conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
478 #include <ac_nonexistent.h>
479 ^
480compilation terminated.
481configure:12490: $? = 1
482configure: failed program was:
483| /* confdefs.h */
484| #define PACKAGE_NAME "PCRE"
485| #define PACKAGE_TARNAME "pcre"
486| #define PACKAGE_VERSION "8.21"
487| #define PACKAGE_STRING "PCRE 8.21"
488| #define PACKAGE_BUGREPORT ""
489| #define PACKAGE_URL ""
490| #define PACKAGE "pcre"
491| #define VERSION "8.21"
492| #define STDC_HEADERS 1
493| #define HAVE_SYS_TYPES_H 1
494| #define HAVE_SYS_STAT_H 1
495| #define HAVE_STDLIB_H 1
496| #define HAVE_STRING_H 1
497| #define HAVE_MEMORY_H 1
498| #define HAVE_STRINGS_H 1
499| #define HAVE_INTTYPES_H 1
500| #define HAVE_STDINT_H 1
501| #define HAVE_UNISTD_H 1
502| #define HAVE_DLFCN_H 1
503| #define LT_OBJDIR ".libs/"
504| /* end confdefs.h. */
505| #include <ac_nonexistent.h>
506configure:12515: result: g++ -E
507configure:12535: g++ -E conftest.cpp
508configure:12535: $? = 0
509configure:12549: g++ -E conftest.cpp
510conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
511 #include <ac_nonexistent.h>
512 ^
513compilation terminated.
514configure:12549: $? = 1
515configure: failed program was:
516| /* confdefs.h */
517| #define PACKAGE_NAME "PCRE"
518| #define PACKAGE_TARNAME "pcre"
519| #define PACKAGE_VERSION "8.21"
520| #define PACKAGE_STRING "PCRE 8.21"
521| #define PACKAGE_BUGREPORT ""
522| #define PACKAGE_URL ""
523| #define PACKAGE "pcre"
524| #define VERSION "8.21"
525| #define STDC_HEADERS 1
526| #define HAVE_SYS_TYPES_H 1
527| #define HAVE_SYS_STAT_H 1
528| #define HAVE_STDLIB_H 1
529| #define HAVE_STRING_H 1
530| #define HAVE_MEMORY_H 1
531| #define HAVE_STRINGS_H 1
532| #define HAVE_INTTYPES_H 1
533| #define HAVE_STDINT_H 1
534| #define HAVE_UNISTD_H 1
535| #define HAVE_DLFCN_H 1
536| #define LT_OBJDIR ".libs/"
537| /* end confdefs.h. */
538| #include <ac_nonexistent.h>
539configure:12719: checking for ld used by g++
540configure:12786: result: /bin/ld -m elf_x86_64
541configure:12793: checking if the linker (/bin/ld -m elf_x86_64) is GNU ld
542configure:12808: result: yes
543configure:12863: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries
544configure:13867: result: yes
545configure:13902: g++ -c -O2 conftest.cpp >&5
546configure:13905: $? = 0
547configure:14425: checking for g++ option to produce PIC
548configure:14432: result: -fPIC -DPIC
549configure:14440: checking if g++ PIC flag -fPIC -DPIC works
550configure:14458: g++ -c -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
551configure:14462: $? = 0
552configure:14475: result: yes
553configure:14498: checking if g++ static flag -static works
554configure:14526: result: no
555configure:14538: checking if g++ supports -c -o file.o
556configure:14559: g++ -c -O2 -o out/conftest2.o conftest.cpp >&5
557configure:14563: $? = 0
558configure:14585: result: yes
559configure:14590: checking if g++ supports -c -o file.o
560configure:14637: result: yes
561configure:14667: checking whether the g++ linker (/bin/ld -m elf_x86_64) supports shared libraries
562configure:14701: result: yes
563configure:14844: checking dynamic linker characteristics
564configure:15527: result: GNU/Linux ld.so
565configure:15580: checking how to hardcode library paths into programs
566configure:15605: result: immediate
567configure:15664: checking whether ln -s works
568configure:15668: result: yes
569configure:15953: checking for ANSI C header files
570configure:16057: result: yes
571configure:16068: checking limits.h usability
572configure:16068: gcc -c -O2 conftest.c >&5
573configure:16068: $? = 0
574configure:16068: result: yes
575configure:16068: checking limits.h presence
576configure:16068: gcc -E conftest.c
577configure:16068: $? = 0
578configure:16068: result: yes
579configure:16068: checking for limits.h
580configure:16068: result: yes
581configure:16068: checking for sys/types.h
582configure:16068: result: yes
583configure:16068: checking for sys/stat.h
584configure:16068: result: yes
585configure:16068: checking dirent.h usability
586configure:16068: gcc -c -O2 conftest.c >&5
587configure:16068: $? = 0
588configure:16068: result: yes
589configure:16068: checking dirent.h presence
590configure:16068: gcc -E conftest.c
591configure:16068: $? = 0
592configure:16068: result: yes
593configure:16068: checking for dirent.h
594configure:16068: result: yes
595configure:16068: checking windows.h usability
596configure:16068: gcc -c -O2 conftest.c >&5
597conftest.c:61:21: fatal error: windows.h: No such file or directory
598 #include <windows.h>
599 ^
600compilation terminated.
601configure:16068: $? = 1
602configure: failed program was:
603| /* confdefs.h */
604| #define PACKAGE_NAME "PCRE"
605| #define PACKAGE_TARNAME "pcre"
606| #define PACKAGE_VERSION "8.21"
607| #define PACKAGE_STRING "PCRE 8.21"
608| #define PACKAGE_BUGREPORT ""
609| #define PACKAGE_URL ""
610| #define PACKAGE "pcre"
611| #define VERSION "8.21"
612| #define STDC_HEADERS 1
613| #define HAVE_SYS_TYPES_H 1
614| #define HAVE_SYS_STAT_H 1
615| #define HAVE_STDLIB_H 1
616| #define HAVE_STRING_H 1
617| #define HAVE_MEMORY_H 1
618| #define HAVE_STRINGS_H 1
619| #define HAVE_INTTYPES_H 1
620| #define HAVE_STDINT_H 1
621| #define HAVE_UNISTD_H 1
622| #define HAVE_DLFCN_H 1
623| #define LT_OBJDIR ".libs/"
624| #define STDC_HEADERS 1
625| #define HAVE_LIMITS_H 1
626| #define HAVE_SYS_TYPES_H 1
627| #define HAVE_SYS_STAT_H 1
628| #define HAVE_DIRENT_H 1
629| /* end confdefs.h. */
630| #include <stdio.h>
631| #ifdef HAVE_SYS_TYPES_H
632| # include <sys/types.h>
633| #endif
634| #ifdef HAVE_SYS_STAT_H
635| # include <sys/stat.h>
636| #endif
637| #ifdef STDC_HEADERS
638| # include <stdlib.h>
639| # include <stddef.h>
640| #else
641| # ifdef HAVE_STDLIB_H
642| # include <stdlib.h>
643| # endif
644| #endif
645| #ifdef HAVE_STRING_H
646| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
647| # include <memory.h>
648| # endif
649| # include <string.h>
650| #endif
651| #ifdef HAVE_STRINGS_H
652| # include <strings.h>
653| #endif
654| #ifdef HAVE_INTTYPES_H
655| # include <inttypes.h>
656| #endif
657| #ifdef HAVE_STDINT_H
658| # include <stdint.h>
659| #endif
660| #ifdef HAVE_UNISTD_H
661| # include <unistd.h>
662| #endif
663| #include <windows.h>
664configure:16068: result: no
665configure:16068: checking windows.h presence
666configure:16068: gcc -E conftest.c
667conftest.c:28:21: fatal error: windows.h: No such file or directory
668 #include <windows.h>
669 ^
670compilation terminated.
671configure:16068: $? = 1
672configure: failed program was:
673| /* confdefs.h */
674| #define PACKAGE_NAME "PCRE"
675| #define PACKAGE_TARNAME "pcre"
676| #define PACKAGE_VERSION "8.21"
677| #define PACKAGE_STRING "PCRE 8.21"
678| #define PACKAGE_BUGREPORT ""
679| #define PACKAGE_URL ""
680| #define PACKAGE "pcre"
681| #define VERSION "8.21"
682| #define STDC_HEADERS 1
683| #define HAVE_SYS_TYPES_H 1
684| #define HAVE_SYS_STAT_H 1
685| #define HAVE_STDLIB_H 1
686| #define HAVE_STRING_H 1
687| #define HAVE_MEMORY_H 1
688| #define HAVE_STRINGS_H 1
689| #define HAVE_INTTYPES_H 1
690| #define HAVE_STDINT_H 1
691| #define HAVE_UNISTD_H 1
692| #define HAVE_DLFCN_H 1
693| #define LT_OBJDIR ".libs/"
694| #define STDC_HEADERS 1
695| #define HAVE_LIMITS_H 1
696| #define HAVE_SYS_TYPES_H 1
697| #define HAVE_SYS_STAT_H 1
698| #define HAVE_DIRENT_H 1
699| /* end confdefs.h. */
700| #include <windows.h>
701configure:16068: result: no
702configure:16068: checking for windows.h
703configure:16068: result: no
704configure:16099: checking for alias support in the linker
705configure:16118: g++ -o conftest -O2 -Wl,-alias,__ZN7pcrecpp2RE6no_argE,__ZN7pcrecpp6no_argE conftest.cpp >&5
706/bin/ld: unrecognized -a option `lias'
707collect2: error: ld returned 1 exit status
708configure:16118: $? = 1
709configure: failed program was:
710| /* confdefs.h */
711| #define PACKAGE_NAME "PCRE"
712| #define PACKAGE_TARNAME "pcre"
713| #define PACKAGE_VERSION "8.21"
714| #define PACKAGE_STRING "PCRE 8.21"
715| #define PACKAGE_BUGREPORT ""
716| #define PACKAGE_URL ""
717| #define PACKAGE "pcre"
718| #define VERSION "8.21"
719| #define STDC_HEADERS 1
720| #define HAVE_SYS_TYPES_H 1
721| #define HAVE_SYS_STAT_H 1
722| #define HAVE_STDLIB_H 1
723| #define HAVE_STRING_H 1
724| #define HAVE_MEMORY_H 1
725| #define HAVE_STRINGS_H 1
726| #define HAVE_INTTYPES_H 1
727| #define HAVE_STDINT_H 1
728| #define HAVE_UNISTD_H 1
729| #define HAVE_DLFCN_H 1
730| #define LT_OBJDIR ".libs/"
731| #define STDC_HEADERS 1
732| #define HAVE_LIMITS_H 1
733| #define HAVE_SYS_TYPES_H 1
734| #define HAVE_SYS_STAT_H 1
735| #define HAVE_DIRENT_H 1
736| /* end confdefs.h. */
737| namespace pcrecpp {
738| class RE { static int no_arg; };
739| int RE::no_arg;
740| }
741| int
742| main ()
743| {
744|
745| ;
746| return 0;
747| }
748configure:16124: result: no
749configure:16099: checking for alias support in the linker
750configure:16118: g++ -o conftest -O2 -Wl,-i__ZN7pcrecpp6no_argE:__ZN7pcrecpp2RE6no_argE conftest.cpp >&5
751/bin/ld: bad -rpath option
752collect2: error: ld returned 1 exit status
753configure:16118: $? = 1
754configure: failed program was:
755| /* confdefs.h */
756| #define PACKAGE_NAME "PCRE"
757| #define PACKAGE_TARNAME "pcre"
758| #define PACKAGE_VERSION "8.21"
759| #define PACKAGE_STRING "PCRE 8.21"
760| #define PACKAGE_BUGREPORT ""
761| #define PACKAGE_URL ""
762| #define PACKAGE "pcre"
763| #define VERSION "8.21"
764| #define STDC_HEADERS 1
765| #define HAVE_SYS_TYPES_H 1
766| #define HAVE_SYS_STAT_H 1
767| #define HAVE_STDLIB_H 1
768| #define HAVE_STRING_H 1
769| #define HAVE_MEMORY_H 1
770| #define HAVE_STRINGS_H 1
771| #define HAVE_INTTYPES_H 1
772| #define HAVE_STDINT_H 1
773| #define HAVE_UNISTD_H 1
774| #define HAVE_DLFCN_H 1
775| #define LT_OBJDIR ".libs/"
776| #define STDC_HEADERS 1
777| #define HAVE_LIMITS_H 1
778| #define HAVE_SYS_TYPES_H 1
779| #define HAVE_SYS_STAT_H 1
780| #define HAVE_DIRENT_H 1
781| /* end confdefs.h. */
782| namespace pcrecpp {
783| class RE { static int no_arg; };
784| int RE::no_arg;
785| }
786| int
787| main ()
788| {
789|
790| ;
791| return 0;
792| }
793configure:16124: result: no
794configure:16138: checking string usability
795configure:16138: g++ -c -O2 conftest.cpp >&5
796configure:16138: $? = 0
797configure:16138: result: yes
798configure:16138: checking string presence
799configure:16138: g++ -E conftest.cpp
800configure:16138: $? = 0
801configure:16138: result: yes
802configure:16138: checking for string
803configure:16138: result: yes
804configure:16152: checking bits/type_traits.h usability
805configure:16152: g++ -c -O2 conftest.cpp >&5
806conftest.cpp:62:30: fatal error: bits/type_traits.h: No such file or directory
807 #include <bits/type_traits.h>
808 ^
809compilation terminated.
810configure:16152: $? = 1
811configure: failed program was:
812| /* confdefs.h */
813| #define PACKAGE_NAME "PCRE"
814| #define PACKAGE_TARNAME "pcre"
815| #define PACKAGE_VERSION "8.21"
816| #define PACKAGE_STRING "PCRE 8.21"
817| #define PACKAGE_BUGREPORT ""
818| #define PACKAGE_URL ""
819| #define PACKAGE "pcre"
820| #define VERSION "8.21"
821| #define STDC_HEADERS 1
822| #define HAVE_SYS_TYPES_H 1
823| #define HAVE_SYS_STAT_H 1
824| #define HAVE_STDLIB_H 1
825| #define HAVE_STRING_H 1
826| #define HAVE_MEMORY_H 1
827| #define HAVE_STRINGS_H 1
828| #define HAVE_INTTYPES_H 1
829| #define HAVE_STDINT_H 1
830| #define HAVE_UNISTD_H 1
831| #define HAVE_DLFCN_H 1
832| #define LT_OBJDIR ".libs/"
833| #define STDC_HEADERS 1
834| #define HAVE_LIMITS_H 1
835| #define HAVE_SYS_TYPES_H 1
836| #define HAVE_SYS_STAT_H 1
837| #define HAVE_DIRENT_H 1
838| #define HAVE_STRING 1
839| /* end confdefs.h. */
840| #include <stdio.h>
841| #ifdef HAVE_SYS_TYPES_H
842| # include <sys/types.h>
843| #endif
844| #ifdef HAVE_SYS_STAT_H
845| # include <sys/stat.h>
846| #endif
847| #ifdef STDC_HEADERS
848| # include <stdlib.h>
849| # include <stddef.h>
850| #else
851| # ifdef HAVE_STDLIB_H
852| # include <stdlib.h>
853| # endif
854| #endif
855| #ifdef HAVE_STRING_H
856| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
857| # include <memory.h>
858| # endif
859| # include <string.h>
860| #endif
861| #ifdef HAVE_STRINGS_H
862| # include <strings.h>
863| #endif
864| #ifdef HAVE_INTTYPES_H
865| # include <inttypes.h>
866| #endif
867| #ifdef HAVE_STDINT_H
868| # include <stdint.h>
869| #endif
870| #ifdef HAVE_UNISTD_H
871| # include <unistd.h>
872| #endif
873| #include <bits/type_traits.h>
874configure:16152: result: no
875configure:16152: checking bits/type_traits.h presence
876configure:16152: g++ -E conftest.cpp
877conftest.cpp:29:30: fatal error: bits/type_traits.h: No such file or directory
878 #include <bits/type_traits.h>
879 ^
880compilation terminated.
881configure:16152: $? = 1
882configure: failed program was:
883| /* confdefs.h */
884| #define PACKAGE_NAME "PCRE"
885| #define PACKAGE_TARNAME "pcre"
886| #define PACKAGE_VERSION "8.21"
887| #define PACKAGE_STRING "PCRE 8.21"
888| #define PACKAGE_BUGREPORT ""
889| #define PACKAGE_URL ""
890| #define PACKAGE "pcre"
891| #define VERSION "8.21"
892| #define STDC_HEADERS 1
893| #define HAVE_SYS_TYPES_H 1
894| #define HAVE_SYS_STAT_H 1
895| #define HAVE_STDLIB_H 1
896| #define HAVE_STRING_H 1
897| #define HAVE_MEMORY_H 1
898| #define HAVE_STRINGS_H 1
899| #define HAVE_INTTYPES_H 1
900| #define HAVE_STDINT_H 1
901| #define HAVE_UNISTD_H 1
902| #define HAVE_DLFCN_H 1
903| #define LT_OBJDIR ".libs/"
904| #define STDC_HEADERS 1
905| #define HAVE_LIMITS_H 1
906| #define HAVE_SYS_TYPES_H 1
907| #define HAVE_SYS_STAT_H 1
908| #define HAVE_DIRENT_H 1
909| #define HAVE_STRING 1
910| /* end confdefs.h. */
911| #include <bits/type_traits.h>
912configure:16152: result: no
913configure:16152: checking for bits/type_traits.h
914configure:16152: result: no
915configure:16166: checking type_traits.h usability
916configure:16166: g++ -c -O2 conftest.cpp >&5
917conftest.cpp:62:25: fatal error: type_traits.h: No such file or directory
918 #include <type_traits.h>
919 ^
920compilation terminated.
921configure:16166: $? = 1
922configure: failed program was:
923| /* confdefs.h */
924| #define PACKAGE_NAME "PCRE"
925| #define PACKAGE_TARNAME "pcre"
926| #define PACKAGE_VERSION "8.21"
927| #define PACKAGE_STRING "PCRE 8.21"
928| #define PACKAGE_BUGREPORT ""
929| #define PACKAGE_URL ""
930| #define PACKAGE "pcre"
931| #define VERSION "8.21"
932| #define STDC_HEADERS 1
933| #define HAVE_SYS_TYPES_H 1
934| #define HAVE_SYS_STAT_H 1
935| #define HAVE_STDLIB_H 1
936| #define HAVE_STRING_H 1
937| #define HAVE_MEMORY_H 1
938| #define HAVE_STRINGS_H 1
939| #define HAVE_INTTYPES_H 1
940| #define HAVE_STDINT_H 1
941| #define HAVE_UNISTD_H 1
942| #define HAVE_DLFCN_H 1
943| #define LT_OBJDIR ".libs/"
944| #define STDC_HEADERS 1
945| #define HAVE_LIMITS_H 1
946| #define HAVE_SYS_TYPES_H 1
947| #define HAVE_SYS_STAT_H 1
948| #define HAVE_DIRENT_H 1
949| #define HAVE_STRING 1
950| /* end confdefs.h. */
951| #include <stdio.h>
952| #ifdef HAVE_SYS_TYPES_H
953| # include <sys/types.h>
954| #endif
955| #ifdef HAVE_SYS_STAT_H
956| # include <sys/stat.h>
957| #endif
958| #ifdef STDC_HEADERS
959| # include <stdlib.h>
960| # include <stddef.h>
961| #else
962| # ifdef HAVE_STDLIB_H
963| # include <stdlib.h>
964| # endif
965| #endif
966| #ifdef HAVE_STRING_H
967| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
968| # include <memory.h>
969| # endif
970| # include <string.h>
971| #endif
972| #ifdef HAVE_STRINGS_H
973| # include <strings.h>
974| #endif
975| #ifdef HAVE_INTTYPES_H
976| # include <inttypes.h>
977| #endif
978| #ifdef HAVE_STDINT_H
979| # include <stdint.h>
980| #endif
981| #ifdef HAVE_UNISTD_H
982| # include <unistd.h>
983| #endif
984| #include <type_traits.h>
985configure:16166: result: no
986configure:16166: checking type_traits.h presence
987configure:16166: g++ -E conftest.cpp
988conftest.cpp:29:25: fatal error: type_traits.h: No such file or directory
989 #include <type_traits.h>
990 ^
991compilation terminated.
992configure:16166: $? = 1
993configure: failed program was:
994| /* confdefs.h */
995| #define PACKAGE_NAME "PCRE"
996| #define PACKAGE_TARNAME "pcre"
997| #define PACKAGE_VERSION "8.21"
998| #define PACKAGE_STRING "PCRE 8.21"
999| #define PACKAGE_BUGREPORT ""
1000| #define PACKAGE_URL ""
1001| #define PACKAGE "pcre"
1002| #define VERSION "8.21"
1003| #define STDC_HEADERS 1
1004| #define HAVE_SYS_TYPES_H 1
1005| #define HAVE_SYS_STAT_H 1
1006| #define HAVE_STDLIB_H 1
1007| #define HAVE_STRING_H 1
1008| #define HAVE_MEMORY_H 1
1009| #define HAVE_STRINGS_H 1
1010| #define HAVE_INTTYPES_H 1
1011| #define HAVE_STDINT_H 1
1012| #define HAVE_UNISTD_H 1
1013| #define HAVE_DLFCN_H 1
1014| #define LT_OBJDIR ".libs/"
1015| #define STDC_HEADERS 1
1016| #define HAVE_LIMITS_H 1
1017| #define HAVE_SYS_TYPES_H 1
1018| #define HAVE_SYS_STAT_H 1
1019| #define HAVE_DIRENT_H 1
1020| #define HAVE_STRING 1
1021| /* end confdefs.h. */
1022| #include <type_traits.h>
1023configure:16166: result: no
1024configure:16166: checking for type_traits.h
1025configure:16166: result: no
1026configure:16192: checking for strtoq
1027configure:16210: g++ -c -O2 conftest.cpp >&5
1028configure:16210: $? = 0
1029configure:16211: result: yes
1030configure:16228: checking for long long
1031configure:16228: g++ -c -O2 conftest.cpp >&5
1032configure:16228: $? = 0
1033configure:16228: g++ -c -O2 conftest.cpp >&5
1034conftest.cpp: In function 'int main()':
1035conftest.cpp:66:14: error: expected primary-expression before 'long'
1036 if (sizeof ((long long)))
1037 ^
1038conftest.cpp:66:14: error: expected ')' before 'long'
1039conftest.cpp:67:14: error: expected ')' before ';' token
1040 return 0;
1041 ^
1042conftest.cpp:67:14: error: expected ')' before ';' token
1043configure:16228: $? = 1
1044configure: failed program was:
1045| /* confdefs.h */
1046| #define PACKAGE_NAME "PCRE"
1047| #define PACKAGE_TARNAME "pcre"
1048| #define PACKAGE_VERSION "8.21"
1049| #define PACKAGE_STRING "PCRE 8.21"
1050| #define PACKAGE_BUGREPORT ""
1051| #define PACKAGE_URL ""
1052| #define PACKAGE "pcre"
1053| #define VERSION "8.21"
1054| #define STDC_HEADERS 1
1055| #define HAVE_SYS_TYPES_H 1
1056| #define HAVE_SYS_STAT_H 1
1057| #define HAVE_STDLIB_H 1
1058| #define HAVE_STRING_H 1
1059| #define HAVE_MEMORY_H 1
1060| #define HAVE_STRINGS_H 1
1061| #define HAVE_INTTYPES_H 1
1062| #define HAVE_STDINT_H 1
1063| #define HAVE_UNISTD_H 1
1064| #define HAVE_DLFCN_H 1
1065| #define LT_OBJDIR ".libs/"
1066| #define STDC_HEADERS 1
1067| #define HAVE_LIMITS_H 1
1068| #define HAVE_SYS_TYPES_H 1
1069| #define HAVE_SYS_STAT_H 1
1070| #define HAVE_DIRENT_H 1
1071| #define HAVE_STRING 1
1072| #define HAVE_STRTOQ 1
1073| /* end confdefs.h. */
1074| #include <stdio.h>
1075| #ifdef HAVE_SYS_TYPES_H
1076| # include <sys/types.h>
1077| #endif
1078| #ifdef HAVE_SYS_STAT_H
1079| # include <sys/stat.h>
1080| #endif
1081| #ifdef STDC_HEADERS
1082| # include <stdlib.h>
1083| # include <stddef.h>
1084| #else
1085| # ifdef HAVE_STDLIB_H
1086| # include <stdlib.h>
1087| # endif
1088| #endif
1089| #ifdef HAVE_STRING_H
1090| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1091| # include <memory.h>
1092| # endif
1093| # include <string.h>
1094| #endif
1095| #ifdef HAVE_STRINGS_H
1096| # include <strings.h>
1097| #endif
1098| #ifdef HAVE_INTTYPES_H
1099| # include <inttypes.h>
1100| #endif
1101| #ifdef HAVE_STDINT_H
1102| # include <stdint.h>
1103| #endif
1104| #ifdef HAVE_UNISTD_H
1105| # include <unistd.h>
1106| #endif
1107| int
1108| main ()
1109| {
1110| if (sizeof ((long long)))
1111| return 0;
1112| ;
1113| return 0;
1114| }
1115configure:16228: result: yes
1116configure:16240: checking for unsigned long long
1117configure:16240: g++ -c -O2 conftest.cpp >&5
1118configure:16240: $? = 0
1119configure:16240: g++ -c -O2 conftest.cpp >&5
1120conftest.cpp: In function 'int main()':
1121conftest.cpp:67:14: error: expected primary-expression before 'unsigned'
1122 if (sizeof ((unsigned long long)))
1123 ^
1124conftest.cpp:67:14: error: expected ')' before 'unsigned'
1125conftest.cpp:68:14: error: expected ')' before ';' token
1126 return 0;
1127 ^
1128conftest.cpp:68:14: error: expected ')' before ';' token
1129configure:16240: $? = 1
1130configure: failed program was:
1131| /* confdefs.h */
1132| #define PACKAGE_NAME "PCRE"
1133| #define PACKAGE_TARNAME "pcre"
1134| #define PACKAGE_VERSION "8.21"
1135| #define PACKAGE_STRING "PCRE 8.21"
1136| #define PACKAGE_BUGREPORT ""
1137| #define PACKAGE_URL ""
1138| #define PACKAGE "pcre"
1139| #define VERSION "8.21"
1140| #define STDC_HEADERS 1
1141| #define HAVE_SYS_TYPES_H 1
1142| #define HAVE_SYS_STAT_H 1
1143| #define HAVE_STDLIB_H 1
1144| #define HAVE_STRING_H 1
1145| #define HAVE_MEMORY_H 1
1146| #define HAVE_STRINGS_H 1
1147| #define HAVE_INTTYPES_H 1
1148| #define HAVE_STDINT_H 1
1149| #define HAVE_UNISTD_H 1
1150| #define HAVE_DLFCN_H 1
1151| #define LT_OBJDIR ".libs/"
1152| #define STDC_HEADERS 1
1153| #define HAVE_LIMITS_H 1
1154| #define HAVE_SYS_TYPES_H 1
1155| #define HAVE_SYS_STAT_H 1
1156| #define HAVE_DIRENT_H 1
1157| #define HAVE_STRING 1
1158| #define HAVE_STRTOQ 1
1159| #define HAVE_LONG_LONG 1
1160| /* end confdefs.h. */
1161| #include <stdio.h>
1162| #ifdef HAVE_SYS_TYPES_H
1163| # include <sys/types.h>
1164| #endif
1165| #ifdef HAVE_SYS_STAT_H
1166| # include <sys/stat.h>
1167| #endif
1168| #ifdef STDC_HEADERS
1169| # include <stdlib.h>
1170| # include <stddef.h>
1171| #else
1172| # ifdef HAVE_STDLIB_H
1173| # include <stdlib.h>
1174| # endif
1175| #endif
1176| #ifdef HAVE_STRING_H
1177| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1178| # include <memory.h>
1179| # endif
1180| # include <string.h>
1181| #endif
1182| #ifdef HAVE_STRINGS_H
1183| # include <strings.h>
1184| #endif
1185| #ifdef HAVE_INTTYPES_H
1186| # include <inttypes.h>
1187| #endif
1188| #ifdef HAVE_STDINT_H
1189| # include <stdint.h>
1190| #endif
1191| #ifdef HAVE_UNISTD_H
1192| # include <unistd.h>
1193| #endif
1194| int
1195| main ()
1196| {
1197| if (sizeof ((unsigned long long)))
1198| return 0;
1199| ;
1200| return 0;
1201| }
1202configure:16240: result: yes
1203configure:16306: checking for an ANSI C-conforming const
1204configure:16371: gcc -c -O2 conftest.c >&5
1205configure:16371: $? = 0
1206configure:16378: result: yes
1207configure:16386: checking for size_t
1208configure:16386: gcc -c -O2 conftest.c >&5
1209configure:16386: $? = 0
1210configure:16386: gcc -c -O2 conftest.c >&5
1211conftest.c: In function 'main':
1212conftest.c:68:21: error: expected expression before ')' token
1213 if (sizeof ((size_t)))
1214 ^
1215configure:16386: $? = 1
1216configure: failed program was:
1217| /* confdefs.h */
1218| #define PACKAGE_NAME "PCRE"
1219| #define PACKAGE_TARNAME "pcre"
1220| #define PACKAGE_VERSION "8.21"
1221| #define PACKAGE_STRING "PCRE 8.21"
1222| #define PACKAGE_BUGREPORT ""
1223| #define PACKAGE_URL ""
1224| #define PACKAGE "pcre"
1225| #define VERSION "8.21"
1226| #define STDC_HEADERS 1
1227| #define HAVE_SYS_TYPES_H 1
1228| #define HAVE_SYS_STAT_H 1
1229| #define HAVE_STDLIB_H 1
1230| #define HAVE_STRING_H 1
1231| #define HAVE_MEMORY_H 1
1232| #define HAVE_STRINGS_H 1
1233| #define HAVE_INTTYPES_H 1
1234| #define HAVE_STDINT_H 1
1235| #define HAVE_UNISTD_H 1
1236| #define HAVE_DLFCN_H 1
1237| #define LT_OBJDIR ".libs/"
1238| #define STDC_HEADERS 1
1239| #define HAVE_LIMITS_H 1
1240| #define HAVE_SYS_TYPES_H 1
1241| #define HAVE_SYS_STAT_H 1
1242| #define HAVE_DIRENT_H 1
1243| #define HAVE_STRING 1
1244| #define HAVE_STRTOQ 1
1245| #define HAVE_LONG_LONG 1
1246| #define HAVE_UNSIGNED_LONG_LONG 1
1247| /* end confdefs.h. */
1248| #include <stdio.h>
1249| #ifdef HAVE_SYS_TYPES_H
1250| # include <sys/types.h>
1251| #endif
1252| #ifdef HAVE_SYS_STAT_H
1253| # include <sys/stat.h>
1254| #endif
1255| #ifdef STDC_HEADERS
1256| # include <stdlib.h>
1257| # include <stddef.h>
1258| #else
1259| # ifdef HAVE_STDLIB_H
1260| # include <stdlib.h>
1261| # endif
1262| #endif
1263| #ifdef HAVE_STRING_H
1264| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1265| # include <memory.h>
1266| # endif
1267| # include <string.h>
1268| #endif
1269| #ifdef HAVE_STRINGS_H
1270| # include <strings.h>
1271| #endif
1272| #ifdef HAVE_INTTYPES_H
1273| # include <inttypes.h>
1274| #endif
1275| #ifdef HAVE_STDINT_H
1276| # include <stdint.h>
1277| #endif
1278| #ifdef HAVE_UNISTD_H
1279| # include <unistd.h>
1280| #endif
1281| int
1282| main ()
1283| {
1284| if (sizeof ((size_t)))
1285| return 0;
1286| ;
1287| return 0;
1288| }
1289configure:16386: result: yes
1290configure:16403: checking for bcopy
1291configure:16403: gcc -o conftest -O2 conftest.c >&5
1292conftest.c:55:6: warning: conflicting types for built-in function 'bcopy' [enabled by default]
1293 char bcopy ();
1294 ^
1295configure:16403: $? = 0
1296configure:16403: result: yes
1297configure:16403: checking for memmove
1298configure:16403: gcc -o conftest -O2 conftest.c >&5
1299conftest.c:56:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
1300 char memmove ();
1301 ^
1302configure:16403: $? = 0
1303configure:16403: result: yes
1304configure:16403: checking for strerror
1305configure:16403: gcc -o conftest -O2 conftest.c >&5
1306configure:16403: $? = 0
1307configure:16403: result: yes
1308configure:16417: checking zlib.h usability
1309configure:16417: gcc -c -O2 conftest.c >&5
1310configure:16417: $? = 0
1311configure:16417: result: yes
1312configure:16417: checking zlib.h presence
1313configure:16417: gcc -E conftest.c
1314configure:16417: $? = 0
1315configure:16417: result: yes
1316configure:16417: checking for zlib.h
1317configure:16417: result: yes
1318configure:16427: checking for gzopen in -lz
1319configure:16452: gcc -o conftest -O2 conftest.c -lz >&5
1320configure:16452: $? = 0
1321configure:16461: result: yes
1322configure:16486: checking bzlib.h usability
1323configure:16486: gcc -c -O2 conftest.c >&5
1324configure:16486: $? = 0
1325configure:16486: result: yes
1326configure:16486: checking bzlib.h presence
1327configure:16486: gcc -E conftest.c
1328configure:16486: $? = 0
1329configure:16486: result: yes
1330configure:16486: checking for bzlib.h
1331configure:16486: result: yes
1332configure:16501: checking for libbz2
1333configure:16519: gcc -o conftest -O2 conftest.c -lbz2 >&5
1334conftest.c: In function 'main':
1335conftest.c:44:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
1336 return (int)BZ2_bzopen("conftest", "rb");
1337 ^
1338configure:16519: $? = 0
1339configure:16520: result: yes
1340configure:16534: checking readline/readline.h usability
1341configure:16534: gcc -c -O2 conftest.c >&5
1342configure:16534: $? = 0
1343configure:16534: result: yes
1344configure:16534: checking readline/readline.h presence
1345configure:16534: gcc -E conftest.c
1346configure:16534: $? = 0
1347configure:16534: result: yes
1348configure:16534: checking for readline/readline.h
1349configure:16534: result: yes
1350configure:16546: checking readline/history.h usability
1351configure:16546: gcc -c -O2 conftest.c >&5
1352configure:16546: $? = 0
1353configure:16546: result: yes
1354configure:16546: checking readline/history.h presence
1355configure:16546: gcc -E conftest.c
1356configure:16546: $? = 0
1357configure:16546: result: yes
1358configure:16546: checking for readline/history.h
1359configure:16546: result: yes
1360configure:16556: checking for readline in -lreadline
1361configure:16581: gcc -o conftest -O2 conftest.c -lreadline >&5
1362configure:16581: $? = 0
1363configure:16590: result: yes
1364configure:16964: creating ./config.status
1365
1366## ---------------------- ##
1367## Running config.status. ##
1368## ---------------------- ##
1369
1370This file was extended by PCRE config.status 8.21, which was
1371generated by GNU Autoconf 2.68. Invocation command line was
1372
1373 CONFIG_FILES =
1374 CONFIG_HEADERS =
1375 CONFIG_LINKS =
1376 CONFIG_COMMANDS =
1377 $ ./config.status
1378
1379on tmatthews-pc
1380
1381config.status:1211: creating Makefile
1382config.status:1211: creating libpcre.pc
1383config.status:1211: creating libpcreposix.pc
1384config.status:1211: creating libpcrecpp.pc
1385config.status:1211: creating pcre-config
1386config.status:1211: creating pcre.h
1387config.status:1211: creating pcre_stringpiece.h
1388config.status:1211: creating pcrecpparg.h
1389config.status:1211: creating config.h
1390config.status:1440: executing depfiles commands
1391config.status:1440: executing libtool commands
1392config.status:1440: executing script-chmod commands
1393config.status:1440: executing delete-old-chartables commands
1394
1395## ---------------- ##
1396## Cache variables. ##
1397## ---------------- ##
1398
1399ac_cv_build=x86_64-unknown-linux-gnu
1400ac_cv_c_compiler_gnu=yes
1401ac_cv_c_const=yes
1402ac_cv_c_int64_t=yes
1403ac_cv_cxx_compiler_gnu=yes
1404ac_cv_env_CCC_set=
1405ac_cv_env_CCC_value=
1406ac_cv_env_CC_set=
1407ac_cv_env_CC_value=
1408ac_cv_env_CFLAGS_set=
1409ac_cv_env_CFLAGS_value=
1410ac_cv_env_CPPFLAGS_set=
1411ac_cv_env_CPPFLAGS_value=
1412ac_cv_env_CPP_set=
1413ac_cv_env_CPP_value=
1414ac_cv_env_CXXCPP_set=
1415ac_cv_env_CXXCPP_value=
1416ac_cv_env_CXXFLAGS_set=
1417ac_cv_env_CXXFLAGS_value=
1418ac_cv_env_CXX_set=
1419ac_cv_env_CXX_value=
1420ac_cv_env_LDFLAGS_set=
1421ac_cv_env_LDFLAGS_value=
1422ac_cv_env_LIBS_set=
1423ac_cv_env_LIBS_value=
1424ac_cv_env_build_alias_set=
1425ac_cv_env_build_alias_value=
1426ac_cv_env_host_alias_set=
1427ac_cv_env_host_alias_value=
1428ac_cv_env_target_alias_set=
1429ac_cv_env_target_alias_value=
1430ac_cv_func_bcopy=yes
1431ac_cv_func_memmove=yes
1432ac_cv_func_strerror=yes
1433ac_cv_header_bits_type_traits_h=no
1434ac_cv_header_bzlib_h=yes
1435ac_cv_header_dirent_h=yes
1436ac_cv_header_dlfcn_h=yes
1437ac_cv_header_inttypes_h=yes
1438ac_cv_header_limits_h=yes
1439ac_cv_header_memory_h=yes
1440ac_cv_header_readline_history_h=yes
1441ac_cv_header_readline_readline_h=yes
1442ac_cv_header_stdc=yes
1443ac_cv_header_stdint_h=yes
1444ac_cv_header_stdlib_h=yes
1445ac_cv_header_string=yes
1446ac_cv_header_string_h=yes
1447ac_cv_header_strings_h=yes
1448ac_cv_header_sys_stat_h=yes
1449ac_cv_header_sys_types_h=yes
1450ac_cv_header_type_traits_h=no
1451ac_cv_header_unistd_h=yes
1452ac_cv_header_windows_h=no
1453ac_cv_header_zlib_h=yes
1454ac_cv_host=x86_64-unknown-linux-gnu
1455ac_cv_lib_readline_readline=yes
1456ac_cv_lib_z_gzopen=yes
1457ac_cv_objext=o
1458ac_cv_path_EGREP='/bin/grep -E'
1459ac_cv_path_FGREP='/bin/grep -F'
1460ac_cv_path_GREP=/bin/grep
1461ac_cv_path_SED=/bin/sed
1462ac_cv_path_install='/bin/install -c'
1463ac_cv_path_mkdir=/bin/mkdir
1464ac_cv_prog_AWK=gawk
1465ac_cv_prog_CPP='gcc -E'
1466ac_cv_prog_CXXCPP='g++ -E'
1467ac_cv_prog_ac_ct_AR=ar
1468ac_cv_prog_ac_ct_CC=gcc
1469ac_cv_prog_ac_ct_CXX=g++
1470ac_cv_prog_ac_ct_DLLTOOL=dlltool
1471ac_cv_prog_ac_ct_OBJDUMP=objdump
1472ac_cv_prog_ac_ct_RANLIB=ranlib
1473ac_cv_prog_ac_ct_STRIP=strip
1474ac_cv_prog_cc_c89=
1475ac_cv_prog_cc_g=yes
1476ac_cv_prog_cxx_g=yes
1477ac_cv_prog_make_make_set=yes
1478ac_cv_type_long_long=yes
1479ac_cv_type_size_t=yes
1480ac_cv_type_unsigned_long_long=yes
1481am_cv_CC_dependencies_compiler_type=gcc3
1482am_cv_CXX_dependencies_compiler_type=gcc3
1483lt_cv_ar_at_file=@
1484lt_cv_archive_cmds_need_lc=no
1485lt_cv_deplibs_check_method=pass_all
1486lt_cv_file_magic_cmd='$MAGIC_CMD'
1487lt_cv_file_magic_test_file=
1488lt_cv_ld_reload_flag=-r
1489lt_cv_nm_interface='BSD nm'
1490lt_cv_objdir=.libs
1491lt_cv_path_LD=/bin/ld
1492lt_cv_path_LDCXX='/bin/ld -m elf_x86_64'
1493lt_cv_path_NM='/bin/nm -B'
1494lt_cv_path_mainfest_tool=no
1495lt_cv_prog_compiler_c_o=yes
1496lt_cv_prog_compiler_c_o_CXX=yes
1497lt_cv_prog_compiler_pic='-fPIC -DPIC'
1498lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
1499lt_cv_prog_compiler_pic_works=yes
1500lt_cv_prog_compiler_pic_works_CXX=yes
1501lt_cv_prog_compiler_rtti_exceptions=no
1502lt_cv_prog_compiler_static_works=yes
1503lt_cv_prog_compiler_static_works_CXX=no
1504lt_cv_prog_gnu_ld=yes
1505lt_cv_prog_gnu_ldcxx=yes
1506lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1507lt_cv_shlibpath_overrides_runpath=no
1508lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1509lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
1510lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
1511lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1512lt_cv_sys_max_cmd_len=1572864
1513lt_cv_to_host_file_cmd=func_convert_file_noop
1514lt_cv_to_tool_file_cmd=func_convert_file_noop
1515
1516## ----------------- ##
1517## Output variables. ##
1518## ----------------- ##
1519
1520ACLOCAL='${SHELL} /home/tristan/src/sflphone-android/jni/libpcre/missing --run aclocal-1.11'
1521AMDEPBACKSLASH='\'
1522AMDEP_FALSE='#'
1523AMDEP_TRUE=''
1524AMTAR='${SHELL} /home/tristan/src/sflphone-android/jni/libpcre/missing --run tar'
1525AR='ar'
1526AS='as'
1527AUTOCONF='${SHELL} /home/tristan/src/sflphone-android/jni/libpcre/missing --run autoconf'
1528AUTOHEADER='${SHELL} /home/tristan/src/sflphone-android/jni/libpcre/missing --run autoheader'
1529AUTOMAKE='${SHELL} /home/tristan/src/sflphone-android/jni/libpcre/missing --run automake-1.11'
1530AWK='gawk'
1531CC='gcc'
1532CCDEPMODE='depmode=gcc3'
1533CFLAGS='-O2'
1534CPP='gcc -E'
1535CPPFLAGS=''
1536CXX='g++'
1537CXXCPP='g++ -E'
1538CXXDEPMODE='depmode=gcc3'
1539CXXFLAGS='-O2'
1540CYGPATH_W='echo'
1541DEFS='-DHAVE_CONFIG_H'
1542DEPDIR='.deps'
1543DISTCHECK_CONFIGURE_FLAGS='--enable-jit --enable-cpp --enable-unicode-properties'
1544DLLTOOL='dlltool'
1545DSYMUTIL=''
1546DUMPBIN=''
1547ECHO_C=''
1548ECHO_N='-n'
1549ECHO_T=''
1550EGREP='/bin/grep -E'
1551EXEEXT=''
1552EXTRA_LIBPCRECPP_LDFLAGS=' -version-info 0:0:0 '
1553EXTRA_LIBPCREPOSIX_LDFLAGS=' -version-info 0:0:0'
1554EXTRA_LIBPCRE_LDFLAGS=' -version-info 0:1:0'
1555FGREP='/bin/grep -F'
1556GREP='/bin/grep'
1557INSTALL_DATA='${INSTALL} -m 644'
1558INSTALL_PROGRAM='${INSTALL}'
1559INSTALL_SCRIPT='${INSTALL}'
1560INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1561LD='/bin/ld -m elf_x86_64'
1562LDFLAGS=''
1563LIBBZ2=''
1564LIBOBJS=''
1565LIBREADLINE=''
1566LIBS=''
1567LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1568LIBZ=''
1569LIPO=''
1570LN_S='ln -s'
1571LTLIBOBJS=''
1572MAKEINFO='${SHELL} /home/tristan/src/sflphone-android/jni/libpcre/missing --run makeinfo'
1573MANIFEST_TOOL=':'
1574MKDIR_P='/bin/mkdir -p'
1575NM='/bin/nm -B'
1576NMEDIT=''
1577OBJDUMP='objdump'
1578OBJEXT='o'
1579OTOOL64=''
1580OTOOL=''
1581PACKAGE='pcre'
1582PACKAGE_BUGREPORT=''
1583PACKAGE_NAME='PCRE'
1584PACKAGE_STRING='PCRE 8.21'
1585PACKAGE_TARNAME='pcre'
1586PACKAGE_URL=''
1587PACKAGE_VERSION='8.21'
1588PATH_SEPARATOR=':'
1589PCRE_DATE='2011-12-12'
1590PCRE_MAJOR='8'
1591PCRE_MINOR='21'
1592PCRE_PRERELEASE=''
1593PCRE_STATIC_CFLAG=''
1594RANLIB='ranlib'
1595SED='/bin/sed'
1596SET_MAKE=''
1597SHELL='/bin/sh'
1598STRIP='strip'
1599VERSION='8.21'
1600WITH_JIT_FALSE=''
1601WITH_JIT_TRUE='#'
1602WITH_PCRE_CPP_FALSE='#'
1603WITH_PCRE_CPP_TRUE=''
1604WITH_REBUILD_CHARTABLES_FALSE=''
1605WITH_REBUILD_CHARTABLES_TRUE='#'
1606WITH_UTF8_FALSE=''
1607WITH_UTF8_TRUE='#'
1608ac_ct_AR='ar'
1609ac_ct_CC='gcc'
1610ac_ct_CXX='g++'
1611ac_ct_DUMPBIN=''
1612am__EXEEXT_FALSE=''
1613am__EXEEXT_TRUE='#'
1614am__fastdepCC_FALSE='#'
1615am__fastdepCC_TRUE=''
1616am__fastdepCXX_FALSE='#'
1617am__fastdepCXX_TRUE=''
1618am__include='include'
1619am__isrc=''
1620am__leading_dot='.'
1621am__quote=''
1622am__tar='${AMTAR} chof - "$$tardir"'
1623am__untar='${AMTAR} xf -'
1624bindir='${exec_prefix}/bin'
1625build='x86_64-unknown-linux-gnu'
1626build_alias=''
1627build_cpu='x86_64'
1628build_os='linux-gnu'
1629build_vendor='unknown'
1630datadir='${datarootdir}'
1631datarootdir='${prefix}/share'
1632docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1633dvidir='${docdir}'
1634enable_cpp='yes'
1635exec_prefix='${prefix}'
1636host='x86_64-unknown-linux-gnu'
1637host_alias=''
1638host_cpu='x86_64'
1639host_os='linux-gnu'
1640host_vendor='unknown'
1641htmldir='${docdir}/html'
1642includedir='${prefix}/include'
1643infodir='${datarootdir}/info'
1644install_sh='${SHELL} /home/tristan/src/sflphone-android/jni/libpcre/install-sh'
1645libdir='${exec_prefix}/lib'
1646libexecdir='${exec_prefix}/libexec'
1647localedir='${datarootdir}/locale'
1648localstatedir='${prefix}/var'
1649mandir='${datarootdir}/man'
1650mkdir_p='/bin/mkdir -p'
1651oldincludedir='/usr/include'
1652pcre_have_bits_type_traits='0'
1653pcre_have_long_long='1'
1654pcre_have_type_traits='0'
1655pcre_have_ulong_long='1'
1656pdfdir='${docdir}'
1657prefix='/usr/local'
1658program_transform_name='s,x,x,'
1659psdir='${docdir}'
1660sbindir='${exec_prefix}/sbin'
1661sharedstatedir='${prefix}/com'
1662sysconfdir='${prefix}/etc'
1663target_alias=''
1664
1665## ----------- ##
1666## confdefs.h. ##
1667## ----------- ##
1668
1669/* confdefs.h */
1670#define PACKAGE_NAME "PCRE"
1671#define PACKAGE_TARNAME "pcre"
1672#define PACKAGE_VERSION "8.21"
1673#define PACKAGE_STRING "PCRE 8.21"
1674#define PACKAGE_BUGREPORT ""
1675#define PACKAGE_URL ""
1676#define PACKAGE "pcre"
1677#define VERSION "8.21"
1678#define STDC_HEADERS 1
1679#define HAVE_SYS_TYPES_H 1
1680#define HAVE_SYS_STAT_H 1
1681#define HAVE_STDLIB_H 1
1682#define HAVE_STRING_H 1
1683#define HAVE_MEMORY_H 1
1684#define HAVE_STRINGS_H 1
1685#define HAVE_INTTYPES_H 1
1686#define HAVE_STDINT_H 1
1687#define HAVE_UNISTD_H 1
1688#define HAVE_DLFCN_H 1
1689#define LT_OBJDIR ".libs/"
1690#define STDC_HEADERS 1
1691#define HAVE_LIMITS_H 1
1692#define HAVE_SYS_TYPES_H 1
1693#define HAVE_SYS_STAT_H 1
1694#define HAVE_DIRENT_H 1
1695#define HAVE_STRING 1
1696#define HAVE_STRTOQ 1
1697#define HAVE_LONG_LONG 1
1698#define HAVE_UNSIGNED_LONG_LONG 1
1699#define HAVE_BCOPY 1
1700#define HAVE_MEMMOVE 1
1701#define HAVE_STRERROR 1
1702#define HAVE_ZLIB_H 1
1703#define HAVE_BZLIB_H 1
1704#define HAVE_READLINE_READLINE_H 1
1705#define HAVE_READLINE_HISTORY_H 1
1706#define PCREGREP_BUFSIZE 20480
1707#define NEWLINE 10
1708#define LINK_SIZE 2
1709#define POSIX_MALLOC_THRESHOLD 10
1710#define MATCH_LIMIT 10000000
1711#define MATCH_LIMIT_RECURSION MATCH_LIMIT
1712#define MAX_NAME_SIZE 32
1713#define MAX_NAME_COUNT 10000
1714
1715configure: exit 0