Ticket #274: config.log

File config.log, 45.9 KB (added by pierrearinsal, 3 years ago)

config.log

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 GnuTLS configure 2.8.1, which was
5generated by GNU Autoconf 2.63.  Invocation command line was
6
7  $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=armv4tl-softfloat-linux-gnueabi --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --htmldir=/usr/share/doc/gnutls-2.8.1/html --enable-cxx --disable-gtk-doc --disable-guile --enable-nls --with-zlib --without-lzo
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = portable
14uname -m = x86_64
15uname -r = 2.6.30-gentoo-r4
16uname -s = Linux
17uname -v = #1 SMP Tue Jul 28 17:11:43 Local time zone must be set--see zic
18
19/usr/bin/uname -p = AMD Turion(tm) 64 X2 Mobile Technology TL-58
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      = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: /usr/lib64/portage/bin/ebuild-helpers
31PATH: /usr/local/sbin
32PATH: /sbin
33PATH: /usr/sbin
34PATH: /usr/local/bin
35PATH: /bin
36PATH: /usr/bin
37PATH: /opt/bin
38PATH: /usr/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.2
39
40
41## ----------- ##
42## Core tests. ##
43## ----------- ##
44
45configure:2428: loading site script /usr/share/config.site
46| #!/bin/bash
47| # Copyright 2009 Gentoo Foundation
48| # Distributed under the terms of the GNU General Public License v2
49| # $Header: /var/cvsroot/gentoo-projects/crossdev-wrappers/site/config.site,v 1.3 2009/03/20 01:25:56 solar Exp $
50|
51| TOPDIR=/usr/share/crossdev/include/site
52|
53| config_site_arch() {
54|       local host=$(echo ${CHOST/-/ } | awk '{print $1}')
55|
56|       [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
57|       [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
58|
59|       [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
60|
61|       #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
62|
63|       echo ${host}
64| }
65|
66| config_site_names() {
67|       local site_arch=$(config_site_arch)
68|       local sites=""
69|       local x
70|
71|       [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
72|       [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
73|
74|       [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
75|       [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
76|
77|       [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
78|       [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
79|
80|       for x in ${sites} ${CHOST}; do
81|               [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
82|       done
83| }
84|
85| if [[ ${CHOST} != "" ]]; then
86|       sites="$(config_site_names)"
87|       if [[ ${sites} != "" ]]; then
88|               for site in ${sites}; do
89|                       echo "$(basename $0): loading site script ${site}"
90|                       . ${site}
91|               done
92|       fi
93|       unset site
94|       unset sites
95| fi
96configure:2618: checking for a BSD-compatible install
97configure:2686: result: /usr/bin/install -c
98configure:2697: checking whether build environment is sane
99configure:2740: result: yes
100configure:2765: checking for a thread-safe mkdir -p
101configure:2804: result: /bin/mkdir -p
102configure:2817: checking for gawk
103configure:2833: found /bin/gawk
104configure:2844: result: gawk
105configure:2855: checking whether make sets $(MAKE)
106configure:2877: result: yes
107configure:2957: checking for armv4tl-softfloat-linux-gnueabi-strip
108configure:2973: found /usr/bin/armv4tl-softfloat-linux-gnueabi-strip
109configure:2984: result: armv4tl-softfloat-linux-gnueabi-strip
110configure:3066: result: ***
111*** Checking for compilation programs...
112
113configure:3079: checking for armv4tl-softfloat-linux-gnueabi-gcc
114configure:3095: found /usr/bin/armv4tl-softfloat-linux-gnueabi-gcc
115configure:3106: result: armv4tl-softfloat-linux-gnueabi-gcc
116configure:3378: checking for C compiler version
117configure:3386: armv4tl-softfloat-linux-gnueabi-gcc --version >&5
118armv4tl-softfloat-linux-gnueabi-gcc (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) 4.3.2
119Copyright (C) 2008 Free Software Foundation, Inc.
120This is free software; see the source for copying conditions.  There is NO
121warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
122
123configure:3390: $? = 0
124configure:3397: armv4tl-softfloat-linux-gnueabi-gcc -v >&5
125Using built-in specs.
126Target: armv4tl-softfloat-linux-gnueabi
127Configured with: /var/tmp/cross/armv4tl-softfloat-linux-gnueabi/portage/cross-armv4tl-softfloat-linux-gnueabi/gcc-4.3.2-r4/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include --datadir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2 --mandir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/man --infodir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include/g++-v4 --host=x86_64-pc-linux-gnu --target=armv4tl-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-float=soft --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/armv4tl-softfloat-linux-gnueabi --disable-bootstrap --disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r4 p1.7, pie-10.1.5'
128Thread model: posix
129gcc version 4.3.2 (Gentoo 4.3.2-r4 p1.7, pie-10.1.5)
130configure:3401: $? = 0
131configure:3408: armv4tl-softfloat-linux-gnueabi-gcc -V >&5
132armv4tl-softfloat-linux-gnueabi-gcc: '-V' option must have argument
133configure:3412: $? = 1
134configure:3435: checking for C compiler default output file name
135configure:3457: armv4tl-softfloat-linux-gnueabi-gcc -Os -pipe -march=armv4t -mtune=arm920t  -L/usr/armv4tl-softfloat-linux-gnueabi/lib -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib conftest.c  >&5
136configure:3461: $? = 0
137configure:3499: result: a.out
138configure:3518: checking whether the C compiler works
139configure:3551: result: yes
140configure:3558: checking whether we are cross compiling
141configure:3560: result: yes
142configure:3563: checking for suffix of executables
143configure:3570: armv4tl-softfloat-linux-gnueabi-gcc -o conftest -Os -pipe -march=armv4t -mtune=arm920t  -L/usr/armv4tl-softfloat-linux-gnueabi/lib -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib conftest.c  >&5
144configure:3574: $? = 0
145configure:3600: result:
146configure:3606: checking for suffix of object files
147configure:3632: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
148configure:3636: $? = 0
149configure:3661: result: o
150configure:3665: checking whether we are using the GNU C compiler
151configure:3694: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
152configure:3701: $? = 0
153configure:3718: result: yes
154configure:3727: checking whether armv4tl-softfloat-linux-gnueabi-gcc accepts -g
155configure:3757: armv4tl-softfloat-linux-gnueabi-gcc -c -g  conftest.c >&5
156configure:3764: $? = 0
157configure:3865: result: yes
158configure:3882: checking for armv4tl-softfloat-linux-gnueabi-gcc option to accept ISO C89
159configure:3956: armv4tl-softfloat-linux-gnueabi-gcc  -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
160configure:3963: $? = 0
161configure:3986: result: none needed
162configure:4015: checking for style of include used by make
163configure:4043: result: GNU
164configure:4068: checking dependency style of armv4tl-softfloat-linux-gnueabi-gcc
165configure:4159: result: gcc3
166configure:4174: checking whether ln -s works
167configure:4178: result: yes
168configure:4191: checking for armv4tl-softfloat-linux-gnueabi-pkg-config
169configure:4209: found /usr/bin/armv4tl-softfloat-linux-gnueabi-pkg-config
170configure:4221: result: /usr/bin/armv4tl-softfloat-linux-gnueabi-pkg-config
171configure:4289: checking pkg-config is at least version 0.9.0
172configure:4292: result: yes
173configure:4305: checking for gtkdoc-check
174configure:4338: result: no
175configure:4347: checking for gtkdoc-rebase
176configure:4380: result: no
177configure:4391: checking for gtkdoc-mkpdf
178configure:4424: result: no
179configure:4464: checking whether to build gtk-doc documentation
180configure:4466: result: no
181configure:4532: checking for gaa
182configure:4565: result: no
183configure:4576: WARNING: ***
184*** GAA was not found.  It is only needed if you wish to modify
185*** the source code or command-line description files.  In this case,
186*** you may want to get it from http://gaa.sourceforge.net/ and
187*** read doc/README.gaa.
188***
189configure:4588: checking for armv4tl-softfloat-linux-gnueabi-ranlib
190configure:4604: found /usr/bin/armv4tl-softfloat-linux-gnueabi-ranlib
191configure:4615: result: armv4tl-softfloat-linux-gnueabi-ranlib
192configure:4683: checking build system type
193configure:4701: result: x86_64-pc-linux-gnu
194configure:4723: checking host system type
195configure:4738: result: armv4tl-softfloat-linux-gnueabi
196configure:4766: checking how to run the C preprocessor
197configure:4806: armv4tl-softfloat-linux-gnueabi-gcc -E  conftest.c
198configure:4813: $? = 0
199configure:4844: armv4tl-softfloat-linux-gnueabi-gcc -E  conftest.c
200conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
201configure:4851: $? = 1
202configure: failed program was:
203| /* confdefs.h.  */
204| #define PACKAGE_NAME "GnuTLS"
205| #define PACKAGE_TARNAME "gnutls"
206| #define PACKAGE_VERSION "2.8.1"
207| #define PACKAGE_STRING "GnuTLS 2.8.1"
208| #define PACKAGE_BUGREPORT "bug-gnutls@gnu.org"
209| #define PACKAGE "gnutls"
210| #define VERSION "2.8.1"
211| /* end confdefs.h.  */
212| #include <ac_nonexistent.h>
213configure:4884: result: armv4tl-softfloat-linux-gnueabi-gcc -E
214configure:4913: armv4tl-softfloat-linux-gnueabi-gcc -E  conftest.c
215configure:4920: $? = 0
216configure:4951: armv4tl-softfloat-linux-gnueabi-gcc -E  conftest.c
217conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
218configure:4958: $? = 1
219configure: failed program was:
220| /* confdefs.h.  */
221| #define PACKAGE_NAME "GnuTLS"
222| #define PACKAGE_TARNAME "gnutls"
223| #define PACKAGE_VERSION "2.8.1"
224| #define PACKAGE_STRING "GnuTLS 2.8.1"
225| #define PACKAGE_BUGREPORT "bug-gnutls@gnu.org"
226| #define PACKAGE "gnutls"
227| #define VERSION "2.8.1"
228| /* end confdefs.h.  */
229| #include <ac_nonexistent.h>
230configure:4998: checking for grep that handles long lines and -e
231configure:5058: result: /bin/grep
232configure:5063: checking for egrep
233configure:5127: result: /bin/grep -E
234configure:5132: checking for ANSI C header files
235configure:5162: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
236configure:5169: $? = 0
237configure:5300: result: yes
238configure:5324: checking for sys/types.h
239configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
240configure:5352: $? = 0
241configure:5369: result: yes
242configure:5324: checking for sys/stat.h
243configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
244configure:5352: $? = 0
245configure:5369: result: yes
246configure:5324: checking for stdlib.h
247configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
248configure:5352: $? = 0
249configure:5369: result: yes
250configure:5324: checking for string.h
251configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
252configure:5352: $? = 0
253configure:5369: result: yes
254configure:5324: checking for memory.h
255configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
256configure:5352: $? = 0
257configure:5369: result: yes
258configure:5324: checking for strings.h
259configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
260configure:5352: $? = 0
261configure:5369: result: yes
262configure:5324: checking for inttypes.h
263configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
264configure:5352: $? = 0
265configure:5369: result: yes
266configure:5324: checking for stdint.h
267configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
268configure:5352: $? = 0
269configure:5369: result: yes
270configure:5324: checking for unistd.h
271configure:5345: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
272configure:5352: $? = 0
273configure:5369: result: yes
274configure:5396: checking minix/config.h usability
275configure:5413: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
276conftest.c:53:26: error: minix/config.h: No such file or directory
277configure:5420: $? = 1
278configure: failed program was:
279| /* confdefs.h.  */
280| #define PACKAGE_NAME "GnuTLS"
281| #define PACKAGE_TARNAME "gnutls"
282| #define PACKAGE_VERSION "2.8.1"
283| #define PACKAGE_STRING "GnuTLS 2.8.1"
284| #define PACKAGE_BUGREPORT "bug-gnutls@gnu.org"
285| #define PACKAGE "gnutls"
286| #define VERSION "2.8.1"
287| #define STDC_HEADERS 1
288| #define HAVE_SYS_TYPES_H 1
289| #define HAVE_SYS_STAT_H 1
290| #define HAVE_STDLIB_H 1
291| #define HAVE_STRING_H 1
292| #define HAVE_MEMORY_H 1
293| #define HAVE_STRINGS_H 1
294| #define HAVE_INTTYPES_H 1
295| #define HAVE_STDINT_H 1
296| #define HAVE_UNISTD_H 1
297| /* end confdefs.h.  */
298| #include <stdio.h>
299| #ifdef HAVE_SYS_TYPES_H
300| # include <sys/types.h>
301| #endif
302| #ifdef HAVE_SYS_STAT_H
303| # include <sys/stat.h>
304| #endif
305| #ifdef STDC_HEADERS
306| # include <stdlib.h>
307| # include <stddef.h>
308| #else
309| # ifdef HAVE_STDLIB_H
310| #  include <stdlib.h>
311| # endif
312| #endif
313| #ifdef HAVE_STRING_H
314| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
315| #  include <memory.h>
316| # endif
317| # include <string.h>
318| #endif
319| #ifdef HAVE_STRINGS_H
320| # include <strings.h>
321| #endif
322| #ifdef HAVE_INTTYPES_H
323| # include <inttypes.h>
324| #endif
325| #ifdef HAVE_STDINT_H
326| # include <stdint.h>
327| #endif
328| #ifdef HAVE_UNISTD_H
329| # include <unistd.h>
330| #endif
331| #include <minix/config.h>
332configure:5434: result: no
333configure:5438: checking minix/config.h presence
334configure:5453: armv4tl-softfloat-linux-gnueabi-gcc -E  conftest.c
335conftest.c:20:26: error: minix/config.h: No such file or directory
336configure:5460: $? = 1
337configure: failed program was:
338| /* confdefs.h.  */
339| #define PACKAGE_NAME "GnuTLS"
340| #define PACKAGE_TARNAME "gnutls"
341| #define PACKAGE_VERSION "2.8.1"
342| #define PACKAGE_STRING "GnuTLS 2.8.1"
343| #define PACKAGE_BUGREPORT "bug-gnutls@gnu.org"
344| #define PACKAGE "gnutls"
345| #define VERSION "2.8.1"
346| #define STDC_HEADERS 1
347| #define HAVE_SYS_TYPES_H 1
348| #define HAVE_SYS_STAT_H 1
349| #define HAVE_STDLIB_H 1
350| #define HAVE_STRING_H 1
351| #define HAVE_MEMORY_H 1
352| #define HAVE_STRINGS_H 1
353| #define HAVE_INTTYPES_H 1
354| #define HAVE_STDINT_H 1
355| #define HAVE_UNISTD_H 1
356| /* end confdefs.h.  */
357| #include <minix/config.h>
358configure:5474: result: no
359configure:5507: checking for minix/config.h
360configure:5514: result: no
361configure:5555: checking whether it is safe to define __EXTENSIONS__
362configure:5583: armv4tl-softfloat-linux-gnueabi-gcc -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
363configure:5590: $? = 0
364configure:5605: result: yes
365configure:5636: checking for _LARGEFILE_SOURCE value needed for large files
366configure:5665: armv4tl-softfloat-linux-gnueabi-gcc -o conftest -Os -pipe -march=armv4t -mtune=arm920t  -L/usr/armv4tl-softfloat-linux-gnueabi/lib -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib conftest.c  >&5
367configure:5672: $? = 0
368configure:5745: result: no
369configure:5770: checking for armv4tl-softfloat-linux-gnueabi-gcc option to accept ISO C99
370configure:5929: armv4tl-softfloat-linux-gnueabi-gcc  -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
371conftest.c:76: error: expected ';', ',' or ')' before 'text'
372conftest.c: In function 'main':
373conftest.c:130: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
374conftest.c:130: error: 'newvar' undeclared (first use in this function)
375conftest.c:130: error: (Each undeclared identifier is reported only once
376conftest.c:130: error: for each function it appears in.)
377conftest.c:140: error: 'for' loop initial declaration used outside C99 mode
378configure:5936: $? = 1
379configure: failed program was:
380| /* confdefs.h.  */
381| #define PACKAGE_NAME "GnuTLS"
382| #define PACKAGE_TARNAME "gnutls"
383| #define PACKAGE_VERSION "2.8.1"
384| #define PACKAGE_STRING "GnuTLS 2.8.1"
385| #define PACKAGE_BUGREPORT "bug-gnutls@gnu.org"
386| #define PACKAGE "gnutls"
387| #define VERSION "2.8.1"
388| #define STDC_HEADERS 1
389| #define HAVE_SYS_TYPES_H 1
390| #define HAVE_SYS_STAT_H 1
391| #define HAVE_STDLIB_H 1
392| #define HAVE_STRING_H 1
393| #define HAVE_MEMORY_H 1
394| #define HAVE_STRINGS_H 1
395| #define HAVE_INTTYPES_H 1
396| #define HAVE_STDINT_H 1
397| #define HAVE_UNISTD_H 1
398| #define __EXTENSIONS__ 1
399| #define _ALL_SOURCE 1
400| #define _GNU_SOURCE 1
401| #define _POSIX_PTHREAD_SEMANTICS 1
402| #define _TANDEM_SOURCE 1
403| #define HAVE_FSEEKO 1
404| /* end confdefs.h.  */
405| #include <stdarg.h>
406| #include <stdbool.h>
407| #include <stdlib.h>
408| #include <wchar.h>
409| #include <stdio.h>
410|
411| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
412| #define debug(...) fprintf (stderr, __VA_ARGS__)
413| #define showlist(...) puts (#__VA_ARGS__)
414| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
415| static void
416| test_varargs_macros (void)
417| {
418|   int x = 1234;
419|   int y = 5678;
420|   debug ("Flag");
421|   debug ("X = %d\n", x);
422|   showlist (The first, second, and third items.);
423|   report (x>y, "x is %d but y is %d", x, y);
424| }
425|
426| // Check long long types.
427| #define BIG64 18446744073709551615ull
428| #define BIG32 4294967295ul
429| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
430| #if !BIG_OK
431|   your preprocessor is broken;
432| #endif
433| #if BIG_OK
434| #else
435|   your preprocessor is broken;
436| #endif
437| static long long int bignum = -9223372036854775807LL;
438| static unsigned long long int ubignum = BIG64;
439|
440| struct incomplete_array
441| {
442|   int datasize;
443|   double data[];
444| };
445|
446| struct named_init {
447|   int number;
448|   const wchar_t *name;
449|   double average;
450| };
451|
452| typedef const char *ccp;
453|
454| static inline int
455| test_restrict (ccp restrict text)
456| {
457|   // See if C++-style comments work.
458|   // Iterate through items via the restricted pointer.
459|   // Also check for declarations in for loops.
460|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
461|     continue;
462|   return 0;
463| }
464|
465| // Check varargs and va_copy.
466| static void
467| test_varargs (const char *format, ...)
468| {
469|   va_list args;
470|   va_start (args, format);
471|   va_list args_copy;
472|   va_copy (args_copy, args);
473|
474|   const char *str;
475|   int number;
476|   float fnumber;
477|
478|   while (*format)
479|     {
480|       switch (*format++)
481|       {
482|       case 's': // string
483|         str = va_arg (args_copy, const char *);
484|         break;
485|       case 'd': // int
486|         number = va_arg (args_copy, int);
487|         break;
488|       case 'f': // float
489|         fnumber = va_arg (args_copy, double);
490|         break;
491|       default:
492|         break;
493|       }
494|     }
495|   va_end (args_copy);
496|   va_end (args);
497| }
498|
499| int
500| main ()
501| {
502|
503|   // Check bool.
504|   _Bool success = false;
505|
506|   // Check restrict.
507|   if (test_restrict ("String literal") == 0)
508|     success = true;
509|   char *restrict newvar = "Another string";
510|
511|   // Check varargs.
512|   test_varargs ("s, d' f .", "string", 65, 34.234);
513|   test_varargs_macros ();
514|
515|   // Check flexible array members.
516|   struct incomplete_array *ia =
517|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
518|   ia->datasize = 10;
519|   for (int i = 0; i < ia->datasize; ++i)
520|     ia->data[i] = i * 1.234;
521|
522|   // Check named initializers.
523|   struct named_init ni = {
524|     .number = 34,
525|     .name = L"Test wide string",
526|     .average = 543.34343,
527|   };
528|
529|   ni.number = 58;
530|
531|   int dynamic_array[ni.number];
532|   dynamic_array[ni.number - 1] = 543;
533|
534|   // work around unused variable warnings
535|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
536|         || dynamic_array[ni.number - 1] != 543);
537|
538|   ;
539|   return 0;
540| }
541configure:5929: armv4tl-softfloat-linux-gnueabi-gcc -std=gnu99 -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
542configure:5936: $? = 0
543configure:5966: result: -std=gnu99
544configure:6097: checking for armv4tl-softfloat-linux-gnueabi-gcc -std=gnu99 option to accept ISO Standard C
545configure:6108: result: -std=gnu99
546configure:6122: autobuild project... GnuTLS
547configure:6128: autobuild revision... 2.8.1
548configure:6133: autobuild hostname... portable
549configure:6144: autobuild timestamp... 20090728T204829Z
550configure:6152: checking for inline
551configure:6178: armv4tl-softfloat-linux-gnueabi-gcc -std=gnu99 -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.c >&5
552configure:6185: $? = 0
553configure:6203: result: inline
554configure:6238: checking for armv4tl-softfloat-linux-gnueabi-g++
555configure:6254: found /usr/bin/armv4tl-softfloat-linux-gnueabi-g++
556configure:6265: result: armv4tl-softfloat-linux-gnueabi-g++
557configure:6336: checking for C++ compiler version
558configure:6344: armv4tl-softfloat-linux-gnueabi-g++ --version >&5
559armv4tl-softfloat-linux-gnueabi-g++ (Gentoo 4.3.2-r4 p1.7, pie-10.1.5) 4.3.2
560Copyright (C) 2008 Free Software Foundation, Inc.
561This is free software; see the source for copying conditions.  There is NO
562warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
563
564configure:6348: $? = 0
565configure:6355: armv4tl-softfloat-linux-gnueabi-g++ -v >&5
566Using built-in specs.
567Target: armv4tl-softfloat-linux-gnueabi
568Configured with: /var/tmp/cross/armv4tl-softfloat-linux-gnueabi/portage/cross-armv4tl-softfloat-linux-gnueabi/gcc-4.3.2-r4/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include --datadir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2 --mandir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/man --infodir=/usr/share/gcc-data/armv4tl-softfloat-linux-gnueabi/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/armv4tl-softfloat-linux-gnueabi/4.3.2/include/g++-v4 --host=x86_64-pc-linux-gnu --target=armv4tl-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --with-float=soft --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --enable-cld --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/armv4tl-softfloat-linux-gnueabi --disable-bootstrap --disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r4 p1.7, pie-10.1.5'
569Thread model: posix
570gcc version 4.3.2 (Gentoo 4.3.2-r4 p1.7, pie-10.1.5)
571configure:6359: $? = 0
572configure:6366: armv4tl-softfloat-linux-gnueabi-g++ -V >&5
573armv4tl-softfloat-linux-gnueabi-g++: '-V' option must have argument
574configure:6370: $? = 1
575configure:6373: checking whether we are using the GNU C++ compiler
576configure:6402: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.cpp >&5
577configure:6409: $? = 0
578configure:6426: result: yes
579configure:6435: checking whether armv4tl-softfloat-linux-gnueabi-g++ accepts -g
580configure:6465: armv4tl-softfloat-linux-gnueabi-g++ -c -g  conftest.cpp >&5
581configure:6472: $? = 0
582configure:6573: result: yes
583configure:6598: checking dependency style of armv4tl-softfloat-linux-gnueabi-g++
584configure:6689: result: gcc3
585configure:6740: armv4tl-softfloat-linux-gnueabi-g++ -c -Os -pipe -march=armv4t -mtune=arm920t  conftest.cpp >&5
586configure:6747: $? = 0
587configure:6817: checking for ld used by GCC
588configure:6881: result: /usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld
589configure:6890: checking if the linker (/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld) is GNU ld
590configure:6903: result: yes
591configure:6910: checking for shared library run path origin
592configure:6923: result: done
593configure:7517: checking for libgcrypt
594configure:7546: armv4tl-softfloat-linux-gnueabi-gcc -std=gnu99 -o conftest -Os -pipe -march=armv4t -mtune=arm920t  -L/usr/armv4tl-softfloat-linux-gnueabi/lib -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib conftest.c  /usr/lib/libgcrypt.so /usr/lib/libgpg-error.so >&5
595/usr/lib/libgcrypt.so: file not recognized: File format not recognized
596collect2: ld returned 1 exit status
597configure:7553: $? = 1
598configure: failed program was:
599| /* confdefs.h.  */
600| #define PACKAGE_NAME "GnuTLS"
601| #define PACKAGE_TARNAME "gnutls"
602| #define PACKAGE_VERSION "2.8.1"
603| #define PACKAGE_STRING "GnuTLS 2.8.1"
604| #define PACKAGE_BUGREPORT "bug-gnutls@gnu.org"
605| #define PACKAGE "gnutls"
606| #define VERSION "2.8.1"
607| #define STDC_HEADERS 1
608| #define HAVE_SYS_TYPES_H 1
609| #define HAVE_SYS_STAT_H 1
610| #define HAVE_STDLIB_H 1
611| #define HAVE_STRING_H 1
612| #define HAVE_MEMORY_H 1
613| #define HAVE_STRINGS_H 1
614| #define HAVE_INTTYPES_H 1
615| #define HAVE_STDINT_H 1
616| #define HAVE_UNISTD_H 1
617| #define __EXTENSIONS__ 1
618| #define _ALL_SOURCE 1
619| #define _GNU_SOURCE 1
620| #define _POSIX_PTHREAD_SEMANTICS 1
621| #define _TANDEM_SOURCE 1
622| #define HAVE_FSEEKO 1
623| /* end confdefs.h.  */
624| #include <gcrypt.h>
625| int
626| main ()
627| {
628| enum gcry_cipher_algos i = GCRY_CIPHER_CAMELLIA128
629|   ;
630|   return 0;
631| }
632configure:7575: result: no
633configure:7608: error:
634***
635*** libgcrypt was not found. You may want to get it from
636*** ftp://ftp.gnupg.org/gcrypt/libgcrypt/
637***
638   
639
640## ---------------- ##
641## Cache variables. ##
642## ---------------- ##
643
644ac_cv___va_copy=yes
645ac_cv_alignof_CORBA_boolean=1
646ac_cv_alignof_CORBA_char=1
647ac_cv_alignof_CORBA_double=8
648ac_cv_alignof_CORBA_float=4
649ac_cv_alignof_CORBA_long=4
650ac_cv_alignof_CORBA_long_double=8
651ac_cv_alignof_CORBA_long_long=8
652ac_cv_alignof_CORBA_octet=1
653ac_cv_alignof_CORBA_pointer=4
654ac_cv_alignof_CORBA_short=2
655ac_cv_alignof_CORBA_struct=1
656ac_cv_alignof_CORBA_wchar=2
657ac_cv_build=x86_64-pc-linux-gnu
658ac_cv_c_bigendian=no
659ac_cv_c_compiler_gnu=yes
660ac_cv_c_inline=inline
661ac_cv_c_littleendian=yes
662ac_cv_c_long_double=yes
663ac_cv_conv_longlong_to_float=yes
664ac_cv_cxx_compiler_gnu=yes
665ac_cv_dirent_have_space_d_name=yes
666ac_cv_env_CCC_set=
667ac_cv_env_CCC_value=
668ac_cv_env_CC_set=
669ac_cv_env_CC_value=
670ac_cv_env_CFLAGS_set=set
671ac_cv_env_CFLAGS_value='-Os -pipe -march=armv4t -mtune=arm920t'
672ac_cv_env_CPPFLAGS_set=
673ac_cv_env_CPPFLAGS_value=
674ac_cv_env_CPP_set=
675ac_cv_env_CPP_value=
676ac_cv_env_CXXCPP_set=
677ac_cv_env_CXXCPP_value=
678ac_cv_env_CXXFLAGS_set=set
679ac_cv_env_CXXFLAGS_value='-Os -pipe -march=armv4t -mtune=arm920t'
680ac_cv_env_CXX_set=
681ac_cv_env_CXX_value=
682ac_cv_env_LDFLAGS_set=set
683ac_cv_env_LDFLAGS_value='-L/usr/armv4tl-softfloat-linux-gnueabi/lib -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib'
684ac_cv_env_LIBS_set=
685ac_cv_env_LIBS_value=
686ac_cv_env_PKG_CONFIG_set=
687ac_cv_env_PKG_CONFIG_value=
688ac_cv_env_build_alias_set=set
689ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
690ac_cv_env_host_alias_set=set
691ac_cv_env_host_alias_value=armv4tl-softfloat-linux-gnueabi
692ac_cv_env_target_alias_set=
693ac_cv_env_target_alias_value=
694ac_cv_file___dev_urandom_=yes
695ac_cv_file__bin_bash=yes
696ac_cv_file__dev_arandom=no
697ac_cv_file__dev_random=yes
698ac_cv_file__dev_srandom=yes
699ac_cv_file__dev_urandom=yes
700ac_cv_file__dev_zero=yes
701ac_cv_file__usr_share_sgml_X11_defs_ent=1
702ac_cv_func_calloc_0_nonnull=yes
703ac_cv_func_fnmatch_works=yes
704ac_cv_func_getaddrinfo=yes
705ac_cv_func_getgrgid_r=yes
706ac_cv_func_getpwuid_r=yes
707ac_cv_func_lstat_dereferences_slashed_symlink=yes
708ac_cv_func_lstat_empty_string_bug=no
709ac_cv_func_malloc_0_nonnull=yes
710ac_cv_func_malloc_works=yes
711ac_cv_func_memcmp_working=yes
712ac_cv_func_posix_getgrgid_r=yes
713ac_cv_func_posix_getpwnam_r=yes
714ac_cv_func_posix_getpwuid_r=yes
715ac_cv_func_pthread_key_delete=yes
716ac_cv_func_realloc_0_nonnull=yes
717ac_cv_func_realloc_works=yes
718ac_cv_func_setgrent_void=yes
719ac_cv_func_setpgrp_void=yes
720ac_cv_func_stat_empty_string_bug=no
721ac_cv_func_stat_ignores_trailing_slash=no
722ac_cv_func_strnlen_working=yes
723ac_cv_have_abstract_sockets=no
724ac_cv_have_accrights_in_msghdr=no
725ac_cv_have_broken_snprintf=no
726ac_cv_have_control_in_msghdr=yes
727ac_cv_have_openpty_ctty_bug=yes
728ac_cv_have_space_d_name_in_struct_dirent=yes
729ac_cv_header_inttypes_h=yes
730ac_cv_header_memory_h=yes
731ac_cv_header_minix_config_h=no
732ac_cv_header_netinet_sctp_h=no
733ac_cv_header_netinet_sctp_uio_h=no
734ac_cv_header_pwd_h=yes
735ac_cv_header_stdc=yes
736ac_cv_header_stdint_h=yes
737ac_cv_header_stdlib_h=yes
738ac_cv_header_string_h=yes
739ac_cv_header_strings_h=yes
740ac_cv_header_sys_stat_h=yes
741ac_cv_header_sys_types_h=yes
742ac_cv_header_unistd_h=yes
743ac_cv_host=armv4tl-softfloat-linux-gnueabi
744ac_cv_ispeed_offset=13
745ac_cv_lib_png_png_create_info_struct=yes
746ac_cv_libgcrypt=no
747ac_cv_libiconv_utf8=yes
748ac_cv_linux_vers=2
749ac_cv_need_trio=no
750ac_cv_objext=o
751ac_cv_path_EGREP='/bin/grep -E'
752ac_cv_path_GREP=/bin/grep
753ac_cv_path_PKG_CONFIG=/usr/bin/armv4tl-softfloat-linux-gnueabi-pkg-config
754ac_cv_path_install='/usr/bin/install -c'
755ac_cv_path_mkdir=/bin/mkdir
756ac_cv_pread=no
757ac_cv_printf_zd_format=yes
758ac_cv_prog_AWK=gawk
759ac_cv_prog_CC=armv4tl-softfloat-linux-gnueabi-gcc
760ac_cv_prog_CPP='armv4tl-softfloat-linux-gnueabi-gcc -E'
761ac_cv_prog_CXX=armv4tl-softfloat-linux-gnueabi-g++
762ac_cv_prog_RANLIB=armv4tl-softfloat-linux-gnueabi-ranlib
763ac_cv_prog_STRIP=armv4tl-softfloat-linux-gnueabi-strip
764ac_cv_prog_cc_c89=
765ac_cv_prog_cc_c99=-std=gnu99
766ac_cv_prog_cc_g=yes
767ac_cv_prog_cc_stdc=-std=gnu99
768ac_cv_prog_cxx_g=yes
769ac_cv_prog_make_make_set=yes
770ac_cv_pwrite=no
771ac_cv_regexec_segfault_emptystr=no
772ac_cv_safe_to_define___extensions__=yes
773ac_cv_sctp=no
774ac_cv_sizeof___int64=0
775ac_cv_sizeof_char=1
776ac_cv_sizeof_int16_t=2
777ac_cv_sizeof_int32_t=4
778ac_cv_sizeof_int64_t=8
779ac_cv_sizeof_int=4
780ac_cv_sizeof_long=4
781ac_cv_sizeof_long_int=4
782ac_cv_sizeof_long_long=8
783ac_cv_sizeof_off_t=4
784ac_cv_sizeof_short=2
785ac_cv_sizeof_short_int=2
786ac_cv_sizeof_size_t=4
787ac_cv_sizeof_ssize_t=4
788ac_cv_sizeof_u_int16_t=2
789ac_cv_sizeof_u_int32_t=4
790ac_cv_sizeof_u_int64_t=8
791ac_cv_sizeof_uint16_t=2
792ac_cv_sizeof_uint32_t=4
793ac_cv_sizeof_uint64_t=8
794ac_cv_sizeof_unsigned_int=4
795ac_cv_sizeof_unsigned_long=4
796ac_cv_sizeof_unsigned_short=2
797ac_cv_sizeof_void_p=4
798ac_cv_sizeof_wchar_t=4
799ac_cv_strerror_r_SUSv3=no
800ac_cv_sys_largefile_source=no
801ac_cv_sys_restartable_syscalls=yes
802ac_cv_time_r_type=POSIX
803ac_cv_uchar=no
804ac_cv_uint=yes
805ac_cv_ulong=yes
806ac_cv_ushort=yes
807ac_cv_va_copy=yes
808ac_cv_va_val_copy=yes
809acl_cv_hardcode_direct=no
810acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
811acl_cv_hardcode_libdir_separator=
812acl_cv_hardcode_minus_L=no
813acl_cv_libext=a
814acl_cv_libname_spec='lib$name'
815acl_cv_library_names_spec='$libname$shrext'
816acl_cv_path_LD=/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld
817acl_cv_prog_gnu_ld=yes
818acl_cv_rpath=done
819acl_cv_shlibext=so
820acl_cv_wl=-Wl,
821am_cv_CC_dependencies_compiler_type=gcc3
822am_cv_CXX_dependencies_compiler_type=gcc3
823am_cv_func_working_getline=yes
824apr_cv_process_shared_works=no
825apr_cv_tcp_nodelay_with_cork=yes
826as_cv_unaligned_access=no
827bash_cv_dup2_broken=no
828bash_cv_func_sigsetjmp=missing
829bash_cv_func_strcoll_broken=no
830bash_cv_getcwd_calls_popen=no
831bash_cv_getenv_redef=yes
832bash_cv_have_mbstate_t=yes
833bash_cv_job_control_missing=present
834bash_cv_must_reinstall_sighandlers=no
835bash_cv_opendir_not_robust=no
836bash_cv_pgrp_pipe=no
837bash_cv_printf_a_format=yes
838bash_cv_sys_named_pipes=present
839bash_cv_type_rlimit=rlim_t
840bash_cv_ulimit_maxfds=yes
841bash_cv_unusable_rtsigs=no
842compat_cv_func_basename_works=no
843compat_cv_func_dirname_works=no
844compat_cv_func_snprintf_works=yes
845cvs_cv_func_printf_ptr=yes
846db_cv_align_t='unsigned long long'
847db_cv_alignp_t='unsigned long'
848db_cv_fcntl_f_setfd=yes
849db_cv_mutex=no
850db_cv_path_ar=/usr/bin/ar
851db_cv_path_chmod=/bin/chmod
852db_cv_path_cp=/bin/cp
853db_cv_path_ln=/bin/ln
854db_cv_path_mkdir=/bin/mkdir
855db_cv_path_ranlib=/usr/bin/ranlib
856db_cv_path_rm=/bin/rm
857db_cv_path_sh=/bin/sh
858db_cv_path_strip=/usr/bin/strip
859db_cv_posixmutexes=no
860db_cv_spinlocks=no
861db_cv_sprintf_count=yes
862db_cv_uimutexes=no
863dpkg_cv___va_copy=yes
864dpkg_cv_va_copy=yes
865ettercap_cv_type_socklen_t=yes
866fu_cv_sys_stat_statvfs=yes
867gl_cv_func_malloc_0_nonnull=yes
868gl_cv_func_re_compile_pattern_working=yes
869gl_cv_func_rename_trailing_dest_slash_bug=no
870gl_cv_func_rename_trailing_slash_bug=no
871gl_cv_func_wcwidth_works=yes
872glib_cv___va_copy=yes
873glib_cv_has__inline=yes
874glib_cv_has__inline__=yes
875glib_cv_hasinline=yes
876glib_cv_long_long_format=ll
877glib_cv_rtldglobal_broken=no
878glib_cv_sane_realloc=yes
879glib_cv_sizeof_gmutex=40
880glib_cv_sizeof_intmax_t=8
881glib_cv_sizeof_ptrdiff_t=4
882glib_cv_sizeof_size_t=4
883glib_cv_sizeof_system_thread=4
884glib_cv_stack_grows=no
885glib_cv_sys_pthread_cond_timedwait_posix=yes
886glib_cv_sys_pthread_getspecific_posix=yes
887glib_cv_sys_pthread_mutex_trylock_posix=yes
888glib_cv_sys_use_pid_niceness_surrogate=yes
889glib_cv_uscore=no
890glib_cv_use_pid_surrogate=yes
891glib_cv_va_copy=yes
892glib_cv_va_val_copy=no
893jm_cv_func_working_readdir=yes
894lf_cv_sane_realloc=yes
895lftp_cv___va_copy=yes
896lftp_cv_va_copy=yes
897lftp_cv_va_val_copy=yes
898libIDL_cv_long_long_format=ll
899mr_cv_target_elf=yes
900mysql_cv_func_atomic_add=no
901mysql_cv_func_atomic_sub=no
902nano_cv_func_regexec_segv_emptystr=no
903php_cv_lib_cookie_io_functions_use_off64_t=yes
904racoon_cv_bug_getaddrinfo=no
905rsync_cv_HAVE_BROKEN_LARGEFILE=no
906rsync_cv_HAVE_BROKEN_READDIR=no
907rsync_cv_HAVE_C99_VSNPRINTF=yes
908rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes
909rsync_cv_HAVE_LONGLONG=yes
910rsync_cv_HAVE_OFF64_T=no
911rsync_cv_HAVE_SECURE_MKSTEMP=yes
912rsync_cv_HAVE_SHORT_INO_T=no
913rsync_cv_HAVE_SOCKETPAIR=yes
914rsync_cv_HAVE_UNSIGNED_CHAR=no
915rsync_cv_REPLACE_INET_ATON=no
916rsync_cv_REPLACE_INET_NTOA=no
917sc_cv_termios_ispeed=yes
918screen_cv_sys_bcopy_overlap=no
919screen_cv_sys_fifo_broken_impl=yes
920screen_cv_sys_fifo_usable=yes
921screen_cv_sys_memcpy_overlap=no
922screen_cv_sys_memmove_overlap=no
923screen_cv_sys_select_broken_retval=no
924screen_cv_sys_sockets_nofs=no
925screen_cv_sys_sockets_usable=yes
926screen_cv_sys_terminfo_used=yes
927slrn_cv___va_copy=yes
928slrn_cv_va_copy=yes
929slrn_cv_va_val_copy=yes
930sudo_cv_uid_t_len=10
931utils_cv_sys_open_max=1019
932vim_cv_getcwd_broken=no
933vim_cv_memmove_handles_overlap=yes
934vim_cv_stat_ignores_slash=yes
935vim_cv_terminfo=yes
936vim_cv_toupper_broken=no
937vim_cv_tty_group=world
938yeti_cv_func_scanf_modif_size_t=z
939
940## ----------------- ##
941## Output variables. ##
942## ----------------- ##
943
944ACLOCAL='${SHELL} /var/tmp/portage/net-libs/gnutls-2.8.1/work/gnutls-2.8.1/build-aux/missing --run aclocal-1.10'
945ALLOCA=''
946ALLOCA_H=''
947AMDEPBACKSLASH='\'
948AMDEP_FALSE='#'
949AMDEP_TRUE=''
950AMTAR='${SHELL} /var/tmp/portage/net-libs/gnutls-2.8.1/work/gnutls-2.8.1/build-aux/missing --run tar'
951APPLE_UNIVERSAL_BUILD=''
952AR=''
953ARPA_INET_H=''
954AS=''
955AUTOCONF='${SHELL} /var/tmp/portage/net-libs/gnutls-2.8.1/work/gnutls-2.8.1/build-aux/missing --run autoconf'
956AUTOHEADER='${SHELL} /var/tmp/portage/net-libs/gnutls-2.8.1/work/gnutls-2.8.1/build-aux/missing --run autoheader'
957AUTOMAKE='${SHELL} /var/tmp/portage/net-libs/gnutls-2.8.1/work/gnutls-2.8.1/build-aux/missing --run automake-1.10'
958AWK='gawk'
959BITSIZEOF_PTRDIFF_T=''
960BITSIZEOF_SIG_ATOMIC_T=''
961BITSIZEOF_SIZE_T=''
962BITSIZEOF_WCHAR_T=''
963BITSIZEOF_WINT_T=''
964CC='armv4tl-softfloat-linux-gnueabi-gcc -std=gnu99'
965CCDEPMODE='depmode=gcc3'
966CFLAGS='-Os -pipe -march=armv4t -mtune=arm920t'
967CPP='armv4tl-softfloat-linux-gnueabi-gcc -E'
968CPPFLAGS=''
969CXX='armv4tl-softfloat-linux-gnueabi-g++'
970CXXCPP=''
971CXXDEPMODE='depmode=gcc3'
972CXXFLAGS='-Os -pipe -march=armv4t -mtune=arm920t'
973CYGPATH_W='echo'
974DEFS=''
975DEPDIR='.deps'
976DLLTOOL=''
977DLL_VERSION='26'
978DSYMUTIL=''
979DUMPBIN=''
980ECHO_C=''
981ECHO_N='-n'
982ECHO_T=''
983EGREP='/bin/grep -E'
984EMULTIHOP_HIDDEN=''
985EMULTIHOP_VALUE=''
986ENABLE_ANON_FALSE=''
987ENABLE_ANON_TRUE=''
988ENABLE_CXX_FALSE='#'
989ENABLE_CXX_TRUE=''
990ENABLE_GTK_DOC_FALSE=''
991ENABLE_GTK_DOC_TRUE='#'
992ENABLE_MINITASN1_FALSE=''
993ENABLE_MINITASN1_TRUE=''
994ENABLE_OPENPGP_FALSE=''
995ENABLE_OPENPGP_TRUE=''
996ENABLE_OPENSSL_FALSE=''
997ENABLE_OPENSSL_TRUE=''
998ENABLE_OPRFI_FALSE=''
999ENABLE_OPRFI_TRUE=''
1000ENABLE_PKI_FALSE=''
1001ENABLE_PKI_TRUE=''
1002ENABLE_PSK_FALSE=''
1003ENABLE_PSK_TRUE=''
1004ENABLE_SRP_FALSE=''
1005ENABLE_SRP_TRUE=''
1006ENOLINK_HIDDEN=''
1007ENOLINK_VALUE=''
1008EOVERFLOW_HIDDEN=''
1009EOVERFLOW_VALUE=''
1010ERRNO_H=''
1011EXEEXT=''
1012FGREP=''
1013FLOAT_H=''
1014GAA=''
1015GETADDRINFO_LIB=''
1016GL_COND_LIBTOOL_FALSE=''
1017GL_COND_LIBTOOL_TRUE=''
1018GNULIB_ACCEPT=''
1019GNULIB_ATOLL=''
1020GNULIB_BIND=''
1021GNULIB_BTOWC=''
1022GNULIB_CALLOC_POSIX=''
1023GNULIB_CHOWN=''
1024GNULIB_CLOSE=''
1025GNULIB_CONNECT=''
1026GNULIB_DPRINTF=''
1027GNULIB_DUP2=''
1028GNULIB_ENVIRON=''
1029GNULIB_EUIDACCESS=''
1030GNULIB_FCHDIR=''
1031GNULIB_FCLOSE=''
1032GNULIB_FFLUSH=''
1033GNULIB_FOPEN=''
1034GNULIB_FPRINTF=''
1035GNULIB_FPRINTF_POSIX=''
1036GNULIB_FPUTC=''
1037GNULIB_FPUTS=''
1038GNULIB_FREOPEN=''
1039GNULIB_FSEEK=''
1040GNULIB_FSEEKO=''
1041GNULIB_FSYNC=''
1042GNULIB_FTELL=''
1043GNULIB_FTELLO=''
1044GNULIB_FTRUNCATE=''
1045GNULIB_FWRITE=''
1046GNULIB_GETADDRINFO=''
1047GNULIB_GETCWD=''
1048GNULIB_GETDELIM=''
1049GNULIB_GETDOMAINNAME=''
1050GNULIB_GETDTABLESIZE=''
1051GNULIB_GETHOSTNAME=''
1052GNULIB_GETLINE=''
1053GNULIB_GETLOADAVG=''
1054GNULIB_GETLOGIN_R=''
1055GNULIB_GETPAGESIZE=''
1056GNULIB_GETPEERNAME=''
1057GNULIB_GETSOCKNAME=''
1058GNULIB_GETSOCKOPT=''
1059GNULIB_GETSUBOPT=''
1060GNULIB_GETUSERSHELL=''
1061GNULIB_INET_NTOP=''
1062GNULIB_INET_PTON=''
1063GNULIB_IOCTL=''
1064GNULIB_LCHMOD=''
1065GNULIB_LCHOWN=''
1066GNULIB_LINK=''
1067GNULIB_LISTEN=''
1068GNULIB_LSEEK=''
1069GNULIB_LSTAT=''
1070GNULIB_MALLOC_POSIX=''
1071GNULIB_MBRLEN=''
1072GNULIB_MBRTOWC=''
1073GNULIB_MBSCASECMP=''
1074GNULIB_MBSCASESTR=''
1075GNULIB_MBSCHR=''
1076GNULIB_MBSCSPN=''
1077GNULIB_MBSINIT=''
1078GNULIB_MBSLEN=''
1079GNULIB_MBSNCASECMP=''
1080GNULIB_MBSNLEN=''
1081GNULIB_MBSNRTOWCS=''
1082GNULIB_MBSPBRK=''
1083GNULIB_MBSPCASECMP=''
1084GNULIB_MBSRCHR=''
1085GNULIB_MBSRTOWCS=''
1086GNULIB_MBSSEP=''
1087GNULIB_MBSSPN=''
1088GNULIB_MBSSTR=''
1089GNULIB_MBSTOK_R=''
1090GNULIB_MEMMEM=''
1091GNULIB_MEMPCPY=''
1092GNULIB_MEMRCHR=''
1093GNULIB_MKDTEMP=''
1094GNULIB_MKSTEMP=''
1095GNULIB_OBSTACK_PRINTF=''
1096GNULIB_OBSTACK_PRINTF_POSIX=''
1097GNULIB_PERROR=''
1098GNULIB_PRINTF=''
1099GNULIB_PRINTF_POSIX=''
1100GNULIB_PUTC=''
1101GNULIB_PUTCHAR=''
1102GNULIB_PUTENV=''
1103GNULIB_PUTS=''
1104GNULIB_RANDOM_R=''
1105GNULIB_RAWMEMCHR=''
1106GNULIB_READLINK=''
1107GNULIB_REALLOC_POSIX=''
1108GNULIB_RECV=''
1109GNULIB_RECVFROM=''
1110GNULIB_RPMATCH=''
1111GNULIB_SELECT=''
1112GNULIB_SEND=''
1113GNULIB_SENDTO=''
1114GNULIB_SETENV=''
1115GNULIB_SETSOCKOPT=''
1116GNULIB_SHUTDOWN=''
1117GNULIB_SLEEP=''
1118GNULIB_SNPRINTF=''
1119GNULIB_SOCKET=''
1120GNULIB_SPRINTF_POSIX=''
1121GNULIB_STDIO_H_SIGPIPE=''
1122GNULIB_STPCPY=''
1123GNULIB_STPNCPY=''
1124GNULIB_STRCASESTR=''
1125GNULIB_STRCHRNUL=''
1126GNULIB_STRDUP=''
1127GNULIB_STRERROR=''
1128GNULIB_STRNDUP=''
1129GNULIB_STRNLEN=''
1130GNULIB_STRPBRK=''
1131GNULIB_STRSEP=''
1132GNULIB_STRSIGNAL=''
1133GNULIB_STRSTR=''
1134GNULIB_STRTOD=''
1135GNULIB_STRTOK_R=''
1136GNULIB_STRTOLL=''
1137GNULIB_STRTOULL=''
1138GNULIB_STRVERSCMP=''
1139GNULIB_UNISTD_H_SIGPIPE=''
1140GNULIB_UNSETENV=''
1141GNULIB_VASPRINTF=''
1142GNULIB_VDPRINTF=''
1143GNULIB_VFPRINTF=''
1144GNULIB_VFPRINTF_POSIX=''
1145GNULIB_VPRINTF=''
1146GNULIB_VPRINTF_POSIX=''
1147GNULIB_VSNPRINTF=''
1148GNULIB_VSPRINTF_POSIX=''
1149GNULIB_WCRTOMB=''
1150GNULIB_WCSNRTOMBS=''
1151GNULIB_WCSRTOMBS=''
1152GNULIB_WCTOB=''
1153GNULIB_WCWIDTH=''
1154GNULIB_WRITE=''
1155GREP='/bin/grep'
1156GTKDOC_CHECK=''
1157GTKDOC_MKPDF=''
1158GTKDOC_REBASE='true'
1159GTK_DOC_BUILD_HTML_FALSE='#'
1160GTK_DOC_BUILD_HTML_TRUE=''
1161GTK_DOC_BUILD_PDF_FALSE=''
1162GTK_DOC_BUILD_PDF_TRUE='#'
1163GTK_DOC_USE_LIBTOOL_FALSE=''
1164GTK_DOC_USE_LIBTOOL_TRUE='#'
1165GTK_DOC_USE_REBASE_FALSE='#'
1166GTK_DOC_USE_REBASE_TRUE=''
1167GUILE=''
1168GUILE_CFLAGS=''
1169GUILE_CONFIG=''
1170GUILE_LDFLAGS=''
1171GUILE_SITE=''
1172GUILE_TOOLS=''
1173HAVE_ARPA_INET_H=''
1174HAVE_ATOLL=''
1175HAVE_BTOWC=''
1176HAVE_CALLOC_POSIX=''
1177HAVE_DECL_ENVIRON=''
1178HAVE_DECL_FREEADDRINFO=''
1179HAVE_DECL_GAI_STRERROR=''
1180HAVE_DECL_GETADDRINFO=''
1181HAVE_DECL_GETDELIM=''
1182HAVE_DECL_GETLINE=''
1183HAVE_DECL_GETLOADAVG=''
1184HAVE_DECL_GETLOGIN_R=''
1185HAVE_DECL_GETNAMEINFO=''
1186HAVE_DECL_INET_NTOP=''
1187HAVE_DECL_INET_PTON=''
1188HAVE_DECL_MEMMEM=''
1189HAVE_DECL_MEMRCHR=''
1190HAVE_DECL_OBSTACK_PRINTF=''
1191HAVE_DECL_SNPRINTF=''
1192HAVE_DECL_STRDUP=''
1193HAVE_DECL_STRERROR=''
1194HAVE_DECL_STRNDUP=''
1195HAVE_DECL_STRNLEN=''
1196HAVE_DECL_STRSIGNAL=''
1197HAVE_DECL_STRTOK_R=''
1198HAVE_DECL_VSNPRINTF=''
1199HAVE_DECL_WCTOB=''
1200HAVE_DECL_WCWIDTH=''
1201HAVE_DPRINTF=''
1202HAVE_DUP2=''
1203HAVE_EUIDACCESS=''
1204HAVE_FORK_FALSE=''
1205HAVE_FORK_TRUE=''
1206HAVE_FSEEKO=''
1207HAVE_FSYNC=''
1208HAVE_FTELLO=''
1209HAVE_FTRUNCATE=''
1210HAVE_GCC_FALSE=''
1211HAVE_GCC_GNU89_INLINE_OPTION_FALSE=''
1212HAVE_GCC_GNU89_INLINE_OPTION_TRUE=''
1213HAVE_GCC_TRUE=''
1214HAVE_GETDOMAINNAME=''
1215HAVE_GETDTABLESIZE=''
1216HAVE_GETHOSTNAME=''
1217HAVE_GETPAGESIZE=''
1218HAVE_GETSUBOPT=''
1219HAVE_GETUSERSHELL=''
1220HAVE_GUILE_FALSE=''
1221HAVE_GUILE_TRUE=''
1222HAVE_INTTYPES_H=''
1223HAVE_LCHMOD=''
1224HAVE_LIBCFG_FALSE=''
1225HAVE_LIBCFG_TRUE=''
1226HAVE_LIBGCRYPT='no'
1227HAVE_LIBTASN1=''
1228HAVE_LINK=''
1229HAVE_LONG_LONG_INT=''
1230HAVE_LSTAT=''
1231HAVE_MALLOC_POSIX=''
1232HAVE_MBRLEN=''
1233HAVE_MBRTOWC=''
1234HAVE_MBSINIT=''
1235HAVE_MBSNRTOWCS=''
1236HAVE_MBSRTOWCS=''
1237HAVE_MEMPCPY=''
1238HAVE_MKDTEMP=''
1239HAVE_NETDB_H=''
1240HAVE_NETINET_IN_H=''
1241HAVE_OS_H=''
1242HAVE_RANDOM_H=''
1243HAVE_RANDOM_R=''
1244HAVE_RAWMEMCHR=''
1245HAVE_READLINK=''
1246HAVE_REALLOC_POSIX=''
1247HAVE_RPMATCH=''
1248HAVE_SA_FAMILY_T=''
1249HAVE_SETENV=''
1250HAVE_SIGNED_SIG_ATOMIC_T=''
1251HAVE_SIGNED_WCHAR_T=''
1252HAVE_SIGNED_WINT_T=''
1253HAVE_SLEEP=''
1254HAVE_STDINT_H=''
1255HAVE_STPCPY=''
1256HAVE_STPNCPY=''
1257HAVE_STRCASESTR=''
1258HAVE_STRCHRNUL=''
1259HAVE_STRNDUP=''
1260HAVE_STRPBRK=''
1261HAVE_STRSEP=''
1262HAVE_STRTOD=''
1263HAVE_STRTOLL=''
1264HAVE_STRTOULL=''
1265HAVE_STRUCT_ADDRINFO=''
1266HAVE_STRUCT_RANDOM_DATA=''
1267HAVE_STRUCT_SOCKADDR_STORAGE=''
1268HAVE_STRUCT_TIMEVAL=''
1269HAVE_STRVERSCMP=''
1270HAVE_SYS_BITYPES_H=''
1271HAVE_SYS_INTTYPES_H=''
1272HAVE_SYS_IOCTL_H=''
1273HAVE_SYS_LOADAVG_H=''
1274HAVE_SYS_PARAM_H=''
1275HAVE_SYS_SELECT_H=''
1276HAVE_SYS_SOCKET_H=''
1277HAVE_SYS_TIME_H=''
1278HAVE_SYS_TYPES_H=''
1279HAVE_UNISTD_H=''
1280HAVE_UNSETENV=''
1281HAVE_UNSIGNED_LONG_LONG_INT=''
1282HAVE_VASPRINTF=''
1283HAVE_VDPRINTF=''
1284HAVE_WCHAR_H=''
1285HAVE_WCRTOMB=''
1286HAVE_WCSNRTOMBS=''
1287HAVE_WCSRTOMBS=''
1288HAVE_WINSOCK2_H=''
1289HAVE_WINT_T=''
1290HAVE_WS2TCPIP_H=''
1291HAVE__BOOL=''
1292HOSTENT_LIB=''
1293HTML_DIR='${datadir}/gtk-doc/html'
1294INCLUDE_NEXT=''
1295INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
1296INSTALL_DATA='${INSTALL} -m 644'
1297INSTALL_PROGRAM='${INSTALL}'
1298INSTALL_SCRIPT='${INSTALL}'
1299INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1300LD='/usr/libexec/gcc/armv4tl-softfloat-linux-gnueabi/ld'
1301LDFLAGS='-L/usr/armv4tl-softfloat-linux-gnueabi/lib -L/usr/armv4tl-softfloat-linux-gnueabi/usr/lib'
1302LIBGCRYPT=''
1303LIBGCRYPT_PREFIX=''
1304LIBINTL=''
1305LIBOBJS=''
1306LIBREADLINE=''
1307LIBS=''
1308LIBSOCKET=''
1309LIBTASN1=''
1310LIBTASN1_PREFIX=''
1311LIBTESTS_LIBDEPS=''
1312LIBTOOL=''
1313LIPO=''
1314LN_S='ln -s'
1315LTALLOCA=''
1316LTLIBGCRYPT=''
1317LTLIBINTL=''
1318LTLIBOBJS=''
1319LTLIBREADLINE=''
1320LTLIBTASN1=''
1321LT_AGE='14'
1322LT_CURRENT='40'
1323LT_REVISION='8'
1324LZO_LIBS=''
1325MAKEINFO='${SHELL} /var/tmp/portage/net-libs/gnutls-2.8.1/work/gnutls-2.8.1/build-aux/missing --run makeinfo'
1326MKDIR_P='/bin/mkdir -p'
1327NETDB_H=''
1328NETINET_IN_H=''
1329NEXT_ARPA_INET_H=''
1330NEXT_ERRNO_H=''
1331NEXT_FLOAT_H=''
1332NEXT_NETDB_H=''
1333NEXT_NETINET_IN_H=''
1334NEXT_STDARG_H=''
1335NEXT_STDINT_H=''
1336NEXT_STDIO_H=''
1337NEXT_STDLIB_H=''
1338NEXT_STRING_H=''
1339NEXT_SYS_IOCTL_H=''
1340NEXT_SYS_SELECT_H=''
1341NEXT_SYS_SOCKET_H=''
1342NEXT_SYS_STAT_H=''
1343NEXT_SYS_TIME_H=''
1344NEXT_UNISTD_H=''
1345NEXT_WCHAR_H=''
1346NM=''
1347NMEDIT=''
1348OBJDUMP=''
1349OBJEXT='o'
1350OTOOL64=''
1351OTOOL=''
1352PACKAGE='gnutls'
1353PACKAGE_BUGREPORT='bug-gnutls@gnu.org'
1354PACKAGE_NAME='GnuTLS'
1355PACKAGE_STRING='GnuTLS 2.8.1'
1356PACKAGE_TARNAME='gnutls'
1357PACKAGE_VERSION='2.8.1'
1358PATH_SEPARATOR=':'
1359PKG_CONFIG='/usr/bin/armv4tl-softfloat-linux-gnueabi-pkg-config'
1360PMCCABE=''
1361PRAGMA_SYSTEM_HEADER=''
1362PTRDIFF_T_SUFFIX=''
1363RANLIB='armv4tl-softfloat-linux-gnueabi-ranlib'
1364REPLACE_BTOWC=''
1365REPLACE_CHOWN=''
1366REPLACE_CLOSE=''
1367REPLACE_DPRINTF=''
1368REPLACE_FCHDIR=''
1369REPLACE_FCLOSE=''
1370REPLACE_FFLUSH=''
1371REPLACE_FOPEN=''
1372REPLACE_FPRINTF=''
1373REPLACE_FREOPEN=''
1374REPLACE_FSEEK=''
1375REPLACE_FSEEKO=''
1376REPLACE_FTELL=''
1377REPLACE_FTELLO=''
1378REPLACE_GETCWD=''
1379REPLACE_GETLINE=''
1380REPLACE_GETPAGESIZE=''
1381REPLACE_GETTIMEOFDAY=''
1382REPLACE_LCHOWN=''
1383REPLACE_LSEEK=''
1384REPLACE_LSTAT=''
1385REPLACE_MBRLEN=''
1386REPLACE_MBRTOWC=''
1387REPLACE_MBSINIT=''
1388REPLACE_MBSNRTOWCS=''
1389REPLACE_MBSRTOWCS=''
1390REPLACE_MBSTATE_T=''
1391REPLACE_MEMMEM=''
1392REPLACE_MKDIR=''
1393REPLACE_MKSTEMP=''
1394REPLACE_OBSTACK_PRINTF=''
1395REPLACE_PERROR=''
1396REPLACE_PRINTF=''
1397REPLACE_PUTENV=''
1398REPLACE_SELECT=''
1399REPLACE_SNPRINTF=''
1400REPLACE_SPRINTF=''
1401REPLACE_STDIO_WRITE_FUNCS=''
1402REPLACE_STRCASESTR=''
1403REPLACE_STRDUP=''
1404REPLACE_STRERROR=''
1405REPLACE_STRSIGNAL=''
1406REPLACE_STRSTR=''
1407REPLACE_STRTOD=''
1408REPLACE_VASPRINTF=''
1409REPLACE_VDPRINTF=''
1410REPLACE_VFPRINTF=''
1411REPLACE_VPRINTF=''
1412REPLACE_VSNPRINTF=''
1413REPLACE_VSPRINTF=''
1414REPLACE_WCRTOMB=''
1415REPLACE_WCSNRTOMBS=''
1416REPLACE_WCSRTOMBS=''
1417REPLACE_WCTOB=''
1418REPLACE_WCWIDTH=''
1419REPLACE_WRITE=''
1420SED=''
1421SERVENT_LIB=''
1422SET_MAKE=''
1423SHELL='/bin/sh'
1424SIG_ATOMIC_T_SUFFIX=''
1425SIZE_T_SUFFIX=''
1426STDARG_H=''
1427STDBOOL_H=''
1428STDINT_H=''
1429STRIP='armv4tl-softfloat-linux-gnueabi-strip'
1430SYS_IOCTL_H=''
1431SYS_IOCTL_H_HAVE_WINSOCK2_H=''
1432SYS_SELECT_H=''
1433SYS_SOCKET_H=''
1434SYS_STAT_H=''
1435SYS_TIME_H=''
1436UNISTD_H_HAVE_WINSOCK2_H=''
1437USE_LZO_FALSE=''
1438USE_LZO_TRUE=''
1439VALGRIND=''
1440VERSION='2.8.1'
1441VOID_UNSETENV=''
1442WARN_CFLAGS=''
1443WCHAR_H=''
1444WCHAR_T_SUFFIX=''
1445WERROR_CFLAGS=''
1446WINT_T_SUFFIX=''
1447abs_aux_dir=''
1448ac_ct_CC=''
1449ac_ct_CXX=''
1450ac_ct_DUMPBIN=''
1451am__fastdepCC_FALSE='#'
1452am__fastdepCC_TRUE=''
1453am__fastdepCXX_FALSE='#'
1454am__fastdepCXX_TRUE=''
1455am__include='include'
1456am__isrc=''
1457am__leading_dot='.'
1458am__quote=''
1459am__tar='${AMTAR} chof - "$$tardir"'
1460am__untar='${AMTAR} xf -'
1461bindir='${exec_prefix}/bin'
1462build='x86_64-pc-linux-gnu'
1463build_alias='x86_64-pc-linux-gnu'
1464build_cpu='x86_64'
1465build_os='linux-gnu'
1466build_vendor='pc'
1467datadir='/usr/share'
1468datarootdir='${prefix}/share'
1469docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1470dvidir='${docdir}'
1471exec_prefix='NONE'
1472gl_LIBOBJS=''
1473gl_LTLIBOBJS=''
1474gltests_LIBOBJS=''
1475gltests_LTLIBOBJS=''
1476guile_snarf=''
1477host='armv4tl-softfloat-linux-gnueabi'
1478host_alias='armv4tl-softfloat-linux-gnueabi'
1479host_cpu='armv4tl'
1480host_os='linux-gnueabi'
1481host_vendor='softfloat'
1482htmldir='/usr/share/doc/gnutls-2.8.1/html'
1483includedir='${prefix}/include'
1484infodir='/usr/share/info'
1485install_sh='$(SHELL) /var/tmp/portage/net-libs/gnutls-2.8.1/work/gnutls-2.8.1/build-aux/install-sh'
1486libdir='${exec_prefix}/lib'
1487libexecdir='${exec_prefix}/libexec'
1488localedir='${datarootdir}/locale'
1489localstatedir='/var/lib'
1490lt_ECHO='echo'
1491mandir='/usr/share/man'
1492mkdir_p='/bin/mkdir -p'
1493oldincludedir='/usr/include'
1494pdfdir='${docdir}'
1495prefix='/usr'
1496program_transform_name='s,x,x,'
1497psdir='${docdir}'
1498sbindir='${exec_prefix}/sbin'
1499sharedstatedir='${prefix}/com'
1500subdirs=''
1501sysconfdir='/etc'
1502target_alias=''
1503
1504## ----------- ##
1505## confdefs.h. ##
1506## ----------- ##
1507
1508#define PACKAGE_NAME "GnuTLS"
1509#define PACKAGE_TARNAME "gnutls"
1510#define PACKAGE_VERSION "2.8.1"
1511#define PACKAGE_STRING "GnuTLS 2.8.1"
1512#define PACKAGE_BUGREPORT "bug-gnutls@gnu.org"
1513#define PACKAGE "gnutls"
1514#define VERSION "2.8.1"
1515#define STDC_HEADERS 1
1516#define HAVE_SYS_TYPES_H 1
1517#define HAVE_SYS_STAT_H 1
1518#define HAVE_STDLIB_H 1
1519#define HAVE_STRING_H 1
1520#define HAVE_MEMORY_H 1
1521#define HAVE_STRINGS_H 1
1522#define HAVE_INTTYPES_H 1
1523#define HAVE_STDINT_H 1
1524#define HAVE_UNISTD_H 1
1525#define __EXTENSIONS__ 1
1526#define _ALL_SOURCE 1
1527#define _GNU_SOURCE 1
1528#define _POSIX_PTHREAD_SEMANTICS 1
1529#define _TANDEM_SOURCE 1
1530#define HAVE_FSEEKO 1
1531
1532configure: exit 1