bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* Tests on MinGW: undef ref pthread_mutex_lock/unlock
@ 2019-04-11  7:18 Tim Rühsen
  2019-04-11  7:58 ` Bruno Haible
  0 siblings, 1 reply; 10+ messages in thread
From: Tim Rühsen @ 2019-04-11  7:18 UTC (permalink / raw)
  To: bug-gnulib


[-- Attachment #1.1: Type: text/plain, Size: 2219 bytes --]

Hi,

Running gnulib tests on MinGW (current Debian unstable) fail:

/usr/bin/x86_64-w64-mingw32-ld:
libtests.a(localename.o):localename.c:(.text+0x10): undefined reference
to `pthread_mutex_lock'
/usr/bin/x86_64-w64-mingw32-ld:
libtests.a(localename.o):localename.c:(.text+0x83): undefined reference
to `pthread_mutex_unlock'
/usr/bin/x86_64-w64-mingw32-ld:
libtests.a(localename.o):localename.c:(.text+0xa8): undefined reference
to `pthread_mutex_unlock'
collect2: error: ld returned 1 exit status

This is with latest master (eb8278fefa0bbf2a53b706bffb2c99ccfe5d7bd4).

From gl/Makefile.am:
# Generated by gnulib-tool.
# Reproduce by:
# gnulib-tool --import --local-dir=gl/override \
#  --lib=libgnu \
#  --source-base=gl \
#  --m4-base=m4 \
#  --doc-base=doc \
#  --tests-base=gl/tests \
#  --aux-dir=build-aux \
#  --with-tests \
#  --no-conditional-dependencies \
#  --libtool \
#  --macro-prefix=gl \
#  --avoid=alignof-tests \
#  --avoid=lock-tests \
#  --avoid=lseek-tests \
#  alloca \
#  arpa_inet \
#  byteswap \
#  c-ctype \
#  c-strcase \
#  extensions \
#  func \
#  gendocs \
#  getline \
#  gettext-h \
#  gettimeofday \
#  hash-pjw-bare \
#  havelib \
#  inet_ntop \
#  inet_pton \
#  intprops \
#  lib-msvc-compat \
#  lib-symbol-versions \
#  maintainer-makefile \
#  manywarnings \
#  memmem-simple \
#  minmax \
#  netdb \
#  netinet_in \
#  pmccabe2html \
#  read-file \
#  secure_getenv \
#  setsockopt \
#  snprintf \
#  stdint \
#  strcase \
#  strdup-posix \
#  strndup \
#  strtok_r \
#  strverscmp \
#  sys_socket \
#  sys_stat \
#  sys_types \
#  time_r \
#  unistd \
#  valgrind-tests \
#  vasprintf \
#  vsnprintf \
#  warnings

My environment, if of any interest:
PREFIX=x86_64-w64-mingw32
export PATH="/usr/$PREFIX/bin:$PATH"
export INSTALLDIR="$PWD/$PREFIX"
export PKG_CONFIG_PATH=$INSTALLDIR/lib/pkgconfig:/usr/$PREFIX/lib/pkgconfig
export PKG_CONFIG_LIBDIR="$INSTALLDIR/lib/pkgconfig"
export PKG_CONFIG="/usr/bin/${PREFIX}-pkg-config"
export CPPFLAGS="-I$INSTALLDIR/include"
export LDFLAGS="-L$INSTALLDIR/lib"
export CFLAGS="-O2 -Wall -Wno-format"

Any help is thankfully appreciated,
Tim


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-11  7:18 Tests on MinGW: undef ref pthread_mutex_lock/unlock Tim Rühsen
@ 2019-04-11  7:58 ` Bruno Haible
  2019-04-11  8:49   ` Tim Rühsen
  0 siblings, 1 reply; 10+ messages in thread
From: Bruno Haible @ 2019-04-11  7:58 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Tim Rühsen

Hi Tim,

> Running gnulib tests on MinGW (current Debian unstable) fail:
> 
> /usr/bin/x86_64-w64-mingw32-ld:
> libtests.a(localename.o):localename.c:(.text+0x10): undefined reference
> to `pthread_mutex_lock'
> /usr/bin/x86_64-w64-mingw32-ld:
> libtests.a(localename.o):localename.c:(.text+0x83): undefined reference
> to `pthread_mutex_unlock'
> /usr/bin/x86_64-w64-mingw32-ld:
> libtests.a(localename.o):localename.c:(.text+0xa8): undefined reference
> to `pthread_mutex_unlock'
> collect2: error: ld returned 1 exit status

For analyzing this, we would need the generated
  - config.log,
  - config.status,
  - config.h.

Bruno



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-11  7:58 ` Bruno Haible
@ 2019-04-11  8:49   ` Tim Rühsen
  2019-04-11 18:56     ` Bruno Haible
  0 siblings, 1 reply; 10+ messages in thread
From: Tim Rühsen @ 2019-04-11  8:49 UTC (permalink / raw)
  To: Bruno Haible, bug-gnulib


[-- Attachment #1.1.1: Type: text/plain, Size: 743 bytes --]



On 11.04.19 09:58, Bruno Haible wrote:
> Hi Tim,
> 
>> Running gnulib tests on MinGW (current Debian unstable) fail:
>>
>> /usr/bin/x86_64-w64-mingw32-ld:
>> libtests.a(localename.o):localename.c:(.text+0x10): undefined reference
>> to `pthread_mutex_lock'
>> /usr/bin/x86_64-w64-mingw32-ld:
>> libtests.a(localename.o):localename.c:(.text+0x83): undefined reference
>> to `pthread_mutex_unlock'
>> /usr/bin/x86_64-w64-mingw32-ld:
>> libtests.a(localename.o):localename.c:(.text+0xa8): undefined reference
>> to `pthread_mutex_unlock'
>> collect2: error: ld returned 1 exit status
> 
> For analyzing this, we would need the generated
>   - config.log,
>   - config.status,
>   - config.h.

Thanks, attached.

Tim


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: config.h --]
[-- Type: text/x-chdr; name="config.h", Size: 58211 bytes --]

/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */

/* allow SHA1 as an acceptable hash for digital signatures */
/* #undef ALLOW_SHA1 */

/* Define to the number of bits in type 'ptrdiff_t'. */
/* #undef BITSIZEOF_PTRDIFF_T */

/* Define to the number of bits in type 'sig_atomic_t'. */
/* #undef BITSIZEOF_SIG_ATOMIC_T */

/* Define to the number of bits in type 'size_t'. */
/* #undef BITSIZEOF_SIZE_T */

/* Define to the number of bits in type 'wchar_t'. */
/* #undef BITSIZEOF_WCHAR_T */

/* Define to the number of bits in type 'wint_t'. */
/* #undef BITSIZEOF_WINT_T */

/* C99 macros are supported */
#define C99_MACROS 1

/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c' support on those systems.
   */
/* #undef CRAY_STACKSEG_END */

/* Define to 1 if using `alloca.c'. */
/* #undef C_ALLOCA */

/* Define as the bit index in the word where to find bit 0 of the exponent of
   'double'. */
#define DBL_EXPBIT0_BIT 20

/* Define as the word index where to find the exponent of 'double'. */
#define DBL_EXPBIT0_WORD 1

/* use the given certificate blacklist file */
/* #undef DEFAULT_BLACKLIST_FILE */

/* use the given CRL file */
/* #undef DEFAULT_CRL_FILE */

/* The default priority string */
#define DEFAULT_PRIORITY_STRING "NORMAL"

/* use the given directory as default trust store */
/* #undef DEFAULT_TRUST_STORE_DIR */

/* use the given file default trust store */
/* #undef DEFAULT_TRUST_STORE_FILE */

/* use the given pkcs11 uri as default trust store */
/* #undef DEFAULT_TRUST_STORE_PKCS11 */

/* enable ALPN support */
#define ENABLE_ALPN 1

/* enable anonymous authentication */
#define ENABLE_ANON 1

/* Enable cryptodev support */
/* #undef ENABLE_CRYPTODEV */

/* enable DHE */
#define ENABLE_DHE 1

/* enable DTLS-SRTP support */
#define ENABLE_DTLS_SRTP 1

/* enable DHE */
#define ENABLE_ECDHE 1

/* Enable FIPS140-2 mode */
/* #undef ENABLE_FIPS140 */

/* enable GOST */
#define ENABLE_GOST 1

/* enable heartbeat support */
#define ENABLE_HEARTBEAT 1

/* nls support in libopts */
/* #undef ENABLE_NLS */

/* Enable all curves */
/* #undef ENABLE_NON_SUITEB_CURVES */

/* enable OCSP support */
#define ENABLE_OCSP 1

/* Enable padlock acceleration */
/* #undef ENABLE_PADLOCK */

/* Build PKCS#11 support */
/* #undef ENABLE_PKCS11 */

/* enable PSK authentication */
#define ENABLE_PSK 1

/* enable SRP authentication */
#define ENABLE_SRP 1

/* enable SSL2.0 support for client hello */
#define ENABLE_SSL2 1

/* enable SSL3.0 support */
/* #undef ENABLE_SSL3 */

/* The FIPS140-2 integrity key */
/* #undef FIPS_KEY */

/* Define to nothing if C supports flexible array members, and to 1 if it does
   not. That way, with a declaration like 'struct s { int n; double
   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
   compilers. When computing the size of such an object, don't use 'sizeof
   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
   MSVC and with C++ compilers. */
#define FLEXIBLE_ARRAY_MEMBER /**/

/* fopen(3) accepts a 'b' in the mode flag */
/* #undef FOPEN_BINARY_FLAG */

/* fopen(3) accepts a 't' in the mode flag */
/* #undef FOPEN_TEXT_FLAG */

/* Define to 1 if the system's ftello function has the Solaris bug. */
/* #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE */

/* Enable fuzzer target -not for production */
/* #undef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION */

/* Define if gettimeofday clobbers the localtime buffer. */
/* #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME */

/* Define this to 'void' or 'struct timezone' to match the system's
   declaration of the second argument to gettimeofday. */
#define GETTIMEOFDAY_TIMEZONE void

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module fscanf shall be considered present. */
#define GNULIB_FSCANF 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module msvc-nothrow shall be considered present. */
#define GNULIB_MSVC_NOTHROW 1

/* Define to 1 if printf and friends should be labeled with attribute
   "__gnu_printf__" instead of "__printf__" */
#define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module scanf shall be considered present. */
#define GNULIB_SCANF 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module snprintf shall be considered present. */
#define GNULIB_SNPRINTF 1

/* Define to 1 when the gnulib module accept should be tested. */
#define GNULIB_TEST_ACCEPT 1

/* Define to 1 when the gnulib module bind should be tested. */
#define GNULIB_TEST_BIND 1

/* Define to 1 when the gnulib module close should be tested. */
#define GNULIB_TEST_CLOSE 1

/* Define to 1 when the gnulib module connect should be tested. */
#define GNULIB_TEST_CONNECT 1

/* Define to 1 when the gnulib module dup2 should be tested. */
#define GNULIB_TEST_DUP2 1

/* Define to 1 when the gnulib module environ should be tested. */
#define GNULIB_TEST_ENVIRON 1

/* Define to 1 when the gnulib module fseek should be tested. */
#define GNULIB_TEST_FSEEK 1

/* Define to 1 when the gnulib module fseeko should be tested. */
#define GNULIB_TEST_FSEEKO 1

/* Define to 1 when the gnulib module fstat should be tested. */
#define GNULIB_TEST_FSTAT 1

/* Define to 1 when the gnulib module ftell should be tested. */
#define GNULIB_TEST_FTELL 1

/* Define to 1 when the gnulib module ftello should be tested. */
#define GNULIB_TEST_FTELLO 1

/* Define to 1 when the gnulib module getaddrinfo should be tested. */
#define GNULIB_TEST_GETADDRINFO 1

/* Define to 1 when the gnulib module getdelim should be tested. */
#define GNULIB_TEST_GETDELIM 1

/* Define to 1 when the gnulib module getline should be tested. */
#define GNULIB_TEST_GETLINE 1

/* Define to 1 when the gnulib module getpass should be tested. */
#define GNULIB_TEST_GETPASS 1

/* Define to 1 when the gnulib module getpeername should be tested. */
#define GNULIB_TEST_GETPEERNAME 1

/* Define to 1 when the gnulib module gettimeofday should be tested. */
#define GNULIB_TEST_GETTIMEOFDAY 1

/* Define to 1 when the gnulib module listen should be tested. */
#define GNULIB_TEST_LISTEN 1

/* Define to 1 when the gnulib module lseek should be tested. */
#define GNULIB_TEST_LSEEK 1

/* Define to 1 when the gnulib module malloc-posix should be tested. */
#define GNULIB_TEST_MALLOC_POSIX 1

/* Define to 1 when the gnulib module memchr should be tested. */
#define GNULIB_TEST_MEMCHR 1

/* Define to 1 when the gnulib module memmem should be tested. */
#define GNULIB_TEST_MEMMEM 1

/* Define to 1 when the gnulib module mktime should be tested. */
#define GNULIB_TEST_MKTIME 1

/* Define to 1 when the gnulib module realloc-posix should be tested. */
#define GNULIB_TEST_REALLOC_POSIX 1

/* Define to 1 when the gnulib module recv should be tested. */
#define GNULIB_TEST_RECV 1

/* Define to 1 when the gnulib module recvfrom should be tested. */
#define GNULIB_TEST_RECVFROM 1

/* Define to 1 when the gnulib module secure_getenv should be tested. */
#define GNULIB_TEST_SECURE_GETENV 1

/* Define to 1 when the gnulib module select should be tested. */
#define GNULIB_TEST_SELECT 1

/* Define to 1 when the gnulib module send should be tested. */
#define GNULIB_TEST_SEND 1

/* Define to 1 when the gnulib module sendto should be tested. */
#define GNULIB_TEST_SENDTO 1

/* Define to 1 when the gnulib module setenv should be tested. */
#define GNULIB_TEST_SETENV 1

/* Define to 1 when the gnulib module setsockopt should be tested. */
#define GNULIB_TEST_SETSOCKOPT 1

/* Define to 1 when the gnulib module shutdown should be tested. */
#define GNULIB_TEST_SHUTDOWN 1

/* Define to 1 when the gnulib module snprintf should be tested. */
#define GNULIB_TEST_SNPRINTF 1

/* Define to 1 when the gnulib module socket should be tested. */
#define GNULIB_TEST_SOCKET 1

/* Define to 1 when the gnulib module strdup should be tested. */
#define GNULIB_TEST_STRDUP 1

/* Define to 1 when the gnulib module strndup should be tested. */
#define GNULIB_TEST_STRNDUP 1

/* Define to 1 when the gnulib module strnlen should be tested. */
#define GNULIB_TEST_STRNLEN 1

/* Define to 1 when the gnulib module strtok_r should be tested. */
#define GNULIB_TEST_STRTOK_R 1

/* Define to 1 when the gnulib module strverscmp should be tested. */
#define GNULIB_TEST_STRVERSCMP 1

/* Define to 1 when the gnulib module timegm should be tested. */
#define GNULIB_TEST_TIMEGM 1

/* Define to 1 when the gnulib module time_r should be tested. */
#define GNULIB_TEST_TIME_R 1

/* Define to 1 when the gnulib module time_rz should be tested. */
#define GNULIB_TEST_TIME_RZ 1

/* Define to 1 when the gnulib module tzset should be tested. */
#define GNULIB_TEST_TZSET 1

/* Define to 1 when the gnulib module uninorm/u16-normalize should be tested.
   */
#define GNULIB_TEST_UNINORM_U16_NORMALIZE 1

/* Define to 1 when the gnulib module uninorm/u32-normalize should be tested.
   */
#define GNULIB_TEST_UNINORM_U32_NORMALIZE 1

/* Define to 1 when the gnulib module uninorm/u8-normalize should be tested.
   */
#define GNULIB_TEST_UNINORM_U8_NORMALIZE 1

/* Define to 1 when the gnulib module unsetenv should be tested. */
#define GNULIB_TEST_UNSETENV 1

/* Define to 1 when the gnulib module vasprintf should be tested. */
#define GNULIB_TEST_VASPRINTF 1

/* Define to 1 when the gnulib module vsnprintf should be tested. */
#define GNULIB_TEST_VSNPRINTF 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u16-mbtoucr shall be considered present.
   */
#define GNULIB_UNISTR_U16_MBTOUCR 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u16-mbtouc-unsafe shall be considered
   present. */
#define GNULIB_UNISTR_U16_MBTOUC_UNSAFE 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u16-uctomb shall be considered present. */
#define GNULIB_UNISTR_U16_UCTOMB 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u32-mbtouc-unsafe shall be considered
   present. */
#define GNULIB_UNISTR_U32_MBTOUC_UNSAFE 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u32-uctomb shall be considered present. */
#define GNULIB_UNISTR_U32_UCTOMB 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u8-mbtoucr shall be considered present. */
#define GNULIB_UNISTR_U8_MBTOUCR 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u8-mbtouc-unsafe shall be considered
   present. */
#define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u8-uctomb shall be considered present. */
#define GNULIB_UNISTR_U8_UCTOMB 1

/* Make sure we don't use old features in code. */
#define GNUTLS_COMPAT_H 1

/* We allow temporarily usage of deprecated functions - until they are
   removed. */
#define GNUTLS_INTERNAL_BUILD 1

/* Additional cast to bring void* to a type castable to int. */
#define GNUTLS_POINTER_TO_INT_CAST (long long)

/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
   may be supplied by this distribution. */
#define HAVE_ALLOCA 1

/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
/* #undef HAVE_ALLOCA_H */

/* Define to 1 if you have the <arpa/inet.h> header file. */
/* #undef HAVE_ARPA_INET_H */

/* Define to 1 if you have the <bp-sym.h> header file. */
/* #undef HAVE_BP_SYM_H */

/* Define to 1 if you have the <byteswap.h> header file. */
/* #undef HAVE_BYTESWAP_H */

/* Define to 1 if you have the `canonicalize_file_name' function. */
/* #undef HAVE_CANONICALIZE_FILE_NAME */

/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
   CoreFoundation framework. */
/* #undef HAVE_CFLOCALECOPYCURRENT */

/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
   the CoreFoundation framework. */
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */

/* Define to 1 if you have the `chmod' function. */
/* #undef HAVE_CHMOD */

/* Define to 1 if you have the `clock_gettime' function. */
/* #undef HAVE_CLOCK_GETTIME */

/* Define to 1 if you have the `clock_settime' function. */
/* #undef HAVE_CLOCK_SETTIME */

/* Define if you have compound literals. */
#define HAVE_COMPOUND_LITERALS 1

/* Define to 1 if you have the <cpuid.h> header file. */
/* #undef HAVE_CPUID_H */

/* Define to 1 if you have the <crtdefs.h> header file. */
#define HAVE_CRTDEFS_H 1

/* Define to 1 if you have the `daemon' function. */
/* #undef HAVE_DAEMON */

/* Enable the DANE library */
/* #undef HAVE_DANE */

/* Define if the GNU dcgettext() function is already present or preinstalled.
   */
/* #undef HAVE_DCGETTEXT */

/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
   */
#define HAVE_DECL_ALARM 0

/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
   you don't. */
#define HAVE_DECL_FFLUSH_UNLOCKED 0

/* Define to 1 if you have the declaration of `flockfile', and to 0 if you
   don't. */
#define HAVE_DECL_FLOCKFILE 0

/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
   you don't. */
#define HAVE_DECL_FPUTS_UNLOCKED 0

/* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
   don't. */
#define HAVE_DECL_FREEADDRINFO 1

/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
   */
#define HAVE_DECL_FSEEKO 1

/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
   */
#define HAVE_DECL_FTELLO 1

/* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
   don't. */
#define HAVE_DECL_FUNLOCKFILE 0

/* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
   don't. */
#define HAVE_DECL_GAI_STRERROR 1

/* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
   don't. */
#define HAVE_DECL_GAI_STRERRORA 1

/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
   don't. */
#define HAVE_DECL_GETADDRINFO 1

/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
   don't. */
#define HAVE_DECL_GETC_UNLOCKED 0

/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
   don't. */
#define HAVE_DECL_GETDELIM 0

/* Define to 1 if you have the declaration of `getline', and to 0 if you
   don't. */
#define HAVE_DECL_GETLINE 0

/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
   don't. */
#define HAVE_DECL_GETNAMEINFO 1

/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
   don't. */
#define HAVE_DECL_INET_NTOP 0

/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
   don't. */
#define HAVE_DECL_INET_PTON 0

/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
   don't. */
#define HAVE_DECL_LOCALTIME_R 0

/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
   */
#define HAVE_DECL_MEMMEM 0

/* Define to 1 if you have the declaration of `program_invocation_name', and
   to 0 if you don't. */
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

/* Define to 1 if you have the declaration of `program_invocation_short_name',
   and to 0 if you don't. */
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
   don't. */
#define HAVE_DECL_PUTC_UNLOCKED 0

/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
   */
#define HAVE_DECL_SETENV 0

/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
   don't. */
#define HAVE_DECL_SNPRINTF 1

/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
   */
#define HAVE_DECL_STRDUP 1

/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
   don't. */
#define HAVE_DECL_STRNCASECMP 1

/* Define to 1 if you have the declaration of `strndup', and to 0 if you
   don't. */
#define HAVE_DECL_STRNDUP 0

/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
   don't. */
#define HAVE_DECL_STRNLEN 1

/* Define to 1 if you have the declaration of `strtok_r', and to 0 if you
   don't. */
#define HAVE_DECL_STRTOK_R 1

/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
   */
#define HAVE_DECL_TZNAME 1

/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
   don't. */
#define HAVE_DECL_UNSETENV 0

/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
   don't. */
#define HAVE_DECL_VSNPRINTF 1

/* Define to 1 if you have the declaration of `_fseeki64', and to 0 if you
   don't. */
/* #undef HAVE_DECL__FSEEKI64 */

/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
   don't. */
#define HAVE_DECL__SNPRINTF 1

/* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you
   don't. */
#define HAVE_DECL___FSETLOCKING 0

/* Define this if /dev/zero is readable device */
/* #undef HAVE_DEV_ZERO */

/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
   */
/* #undef HAVE_DIRENT_H */

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */

/* Define to 1 if you have the 'dup2' function. */
#define HAVE_DUP2 1

/* Define if you have the declaration of environ. */
#define HAVE_ENVIRON_DECL 1

/* Define to 1 if you have the <errno.h> header file. */
/* #undef HAVE_ERRNO_H */

/* Define to 1 if you have the `explicit_bzero' function. */
/* #undef HAVE_EXPLICIT_BZERO */

/* Define to 1 if you have the `fchmod' function. */
/* #undef HAVE_FCHMOD */

/* Define to 1 if you have the <fcntl.h> header file. */
/* #undef HAVE_FCNTL_H */

/* Define to 1 if you have the <features.h> header file. */
/* #undef HAVE_FEATURES_H */

/* Define to 1 if you have the `flockfile' function. */
/* #undef HAVE_FLOCKFILE */

/* Define to 1 if you have the `fmemopen' function. */
/* #undef HAVE_FMEMOPEN */

/* Define to 1 if you have the `fork' function. */
/* #undef HAVE_FORK */

/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1

/* Define to 1 if you have the `fstat' function. */
/* #undef HAVE_FSTAT */

/* Define to 1 if you have the `funlockfile' function. */
/* #undef HAVE_FUNLOCKFILE */

/* Define to 1 if you have the `getauxval' function. */
/* #undef HAVE_GETAUXVAL */

/* Define to 1 if you have the `getdelim' function. */
/* #undef HAVE_GETDELIM */

/* Define to 1 if you have the `getegid' function. */
/* #undef HAVE_GETEGID */

/* Enable the OpenBSD getentropy function */
/* #undef HAVE_GETENTROPY */

/* Define to 1 if you have the `geteuid' function. */
/* #undef HAVE_GETEUID */

/* Define to 1 if you have the `getgid' function. */
/* #undef HAVE_GETGID */

/* Define to 1 if you have the `gethostbyname' function. */
/* #undef HAVE_GETHOSTBYNAME */

/* Define to 1 if you have the `getpass' function. */
/* #undef HAVE_GETPASS */

/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1

/* Define to 1 if you have the `getpwuid_r' function. */
/* #undef HAVE_GETPWUID_R */

/* Enable the Linux getrandom function */
/* #undef HAVE_GETRANDOM */

/* Define to 1 if you have the `getrusage' function. */
/* #undef HAVE_GETRUSAGE */

/* Define to 1 if you have the `getservbyname' function. */
/* #undef HAVE_GETSERVBYNAME */

/* Define if the GNU gettext() function is already present or preinstalled. */
/* #undef HAVE_GETTEXT */

/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1

/* Define to 1 if you have the `getuid' function. */
/* #undef HAVE_GETUID */

/* Define if you have the iconv() function and it works. */
#define HAVE_ICONV 1

/* Define to 1 if you have the `inet_ntop' function. */
/* #undef HAVE_INET_NTOP */

/* Define to 1 if you have the `inet_pton' function. */
/* #undef HAVE_INET_PTON */

/* Define to 1 if the compiler supports one of the keywords 'inline',
   '__inline__', '__inline' and effectively inlines functions marked as such.
   */
#define HAVE_INLINE 1

/* Define to 1 if the system has the type `int16_t'. */
/* #undef HAVE_INT16_T */

/* Define to 1 if the system has the type `int32_t'. */
/* #undef HAVE_INT32_T */

/* Define to 1 if the system has the type `int8_t'. */
/* #undef HAVE_INT8_T */

/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
#define HAVE_INTMAX_T 1

/* Define to 1 if the system has the type `intptr_t'. */
/* #undef HAVE_INTPTR_T */

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
   declares uintmax_t. */
#define HAVE_INTTYPES_H_WITH_UINTMAX 1

/* Define to 1 if <sys/socket.h> defines AF_INET. */
#define HAVE_IPV4 1

/* Define to 1 if <sys/socket.h> defines AF_INET6. */
#define HAVE_IPV6 1

/* Define to 1 if you have the `issetugid' function. */
/* #undef HAVE_ISSETUGID */

/* Define if you have the libcrypto library. */
/* #undef HAVE_LIBCRYPTO */

/* Define if you have the libdl library. */
/* #undef HAVE_LIBDL */

/* Define to 1 if you have the `gen' library (-lgen). */
/* #undef HAVE_LIBGEN */

/* Define to 1 if you have the <libgen.h> header file. */
/* #undef HAVE_LIBGEN_H */

/* Define if IDNA 2008 support is enabled. */
#define HAVE_LIBIDN2 1

/* Define to 1 if you have the `intl' library (-lintl). */
/* #undef HAVE_LIBINTL */

/* Define to 1 if you have the <libintl.h> header file. */
/* #undef HAVE_LIBINTL_H */

/* nettle is enabled */
#define HAVE_LIBNETTLE 1

/* Define if you have the libpthread library. */
/* #undef HAVE_LIBPTHREAD */

/* Define if you have the librt library. */
/* #undef HAVE_LIBRT */

/* Define if you have the libseccomp library. */
/* #undef HAVE_LIBSECCOMP */

/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1

/* Define to 1 if you have the `localtime' function. */
#define HAVE_LOCALTIME 1

/* Define if localtime-like functions can loop forever on extreme arguments.
   */
/* #undef HAVE_LOCALTIME_INFLOOP_BUG */

/* Define to 1 if you have the `localtime_r' function. */
/* #undef HAVE_LOCALTIME_R */

/* Define to 1 if the system has the type 'long long int'. */
#define HAVE_LONG_LONG_INT 1

/* Define if the 'malloc' function is POSIX compliant. */
/* #undef HAVE_MALLOC_POSIX */

/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
   config.h and <sys/mman.h>. */
/* #undef HAVE_MAP_ANONYMOUS */

/* Define to 1 if you have the `mbrtowc' function. */
#define HAVE_MBRTOWC 1

/* Define to 1 if you have the `memmem' function. */
/* #undef HAVE_MEMMEM */

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
/* #undef HAVE_MINMAX_IN_LIMITS_H */

/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
/* #undef HAVE_MINMAX_IN_SYS_PARAM_H */

/* Define to 1 if you have the `mmap' function. */
/* #undef HAVE_MMAP */

/* Define to 1 if you have the `mprotect' function. */
#define HAVE_MPROTECT 1

/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
   concept. */
#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1

/* Define to 1 if you have the `nanosleep' function. */
/* #undef HAVE_NANOSLEEP */

/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */

/* Define to 1 if you have the <netdb.h> header file. */
/* #undef HAVE_NETDB_H */

/* Define to 1 if you have the <netinet/in.h> header file. */
/* #undef HAVE_NETINET_IN_H */

/* Define to 1 if you have the <netinet/tcp.h> header file. */
/* #undef HAVE_NETINET_TCP_H */

/* Define to 1 if you have the `nettle_cfb8_encrypt' function. */
#define HAVE_NETTLE_CFB8_ENCRYPT 1

/* Define to 1 if you have the `nettle_cmac128_update' function. */
#define HAVE_NETTLE_CMAC128_UPDATE 1

/* Define to 1 if you have the `nettle_rsa_sec_decrypt' function. */
#define HAVE_NETTLE_RSA_SEC_DECRYPT 1

/* Define this if pathfind(3) works */
/* #undef HAVE_PATHFIND */

/* Define to 1 if the system has the type `pid_t'. */
/* #undef HAVE_PID_T */

/* Define to 1 if you have the `pthread_mutex_lock' function. */
/* #undef HAVE_PTHREAD_MUTEX_LOCK */

/* Define to 1 if the system has the type `ptrdiff_t'. */
/* #undef HAVE_PTRDIFF_T */

/* Define if the 'realloc' function is POSIX compliant. */
/* #undef HAVE_REALLOC_POSIX */

/* Define this if we have a functional realpath(3C) */
/* #undef HAVE_REALPATH */

/* Define to 1 if you have the <runetype.h> header file. */
/* #undef HAVE_RUNETYPE_H */

/* Define to 1 if you have run the test for working tzset. */
#define HAVE_RUN_TZSET_TEST 1

/* Define to 1 if the system has the type `sa_family_t'. */
/* #undef HAVE_SA_FAMILY_T */

/* Define to 1 if you have the `scm_gc_malloc_pointerless' function. */
/* #undef HAVE_SCM_GC_MALLOC_POINTERLESS */

/* Define to 1 if you have the <search.h> header file. */
#define HAVE_SEARCH_H 1

/* Define to 1 if you have the `secure_getenv' function. */
/* #undef HAVE_SECURE_GETENV */

/* Define to 1 if you have the `setdtablesize' function. */
/* #undef HAVE_SETDTABLESIZE */

/* Define to 1 if you have the `setenv' function. */
/* #undef HAVE_SETENV */

/* Define to 1 if you have the `setitimer' function. */
/* #undef HAVE_SETITIMER */

/* Define to 1 if you have the <setjmp.h> header file. */
/* #undef HAVE_SETJMP_H */

/* Define to 1 if you have the `shutdown' function. */
/* #undef HAVE_SHUTDOWN */

/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
/* #undef HAVE_SIGNED_SIG_ATOMIC_T */

/* Define to 1 if 'wchar_t' is a signed integer type. */
/* #undef HAVE_SIGNED_WCHAR_T */

/* Define to 1 if 'wint_t' is a signed integer type. */
/* #undef HAVE_SIGNED_WINT_T */

/* Define to 1 if the system has the type `sigset_t'. */
/* #undef HAVE_SIGSET_T */

/* Define to 1 if the system has the type `size_t'. */
/* #undef HAVE_SIZE_T */

/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1

/* Define if the return value of the snprintf function is the number of of
   bytes (excluding the terminating NUL) that would have been produced if the
   buffer had been large enough. */
/* #undef HAVE_SNPRINTF_RETVAL_C99 */

/* Define to 1 if you have the <stdarg.h> header file. */
/* #undef HAVE_STDARG_H */

/* Define to 1 if you have the <stdatomic.h> header file. */
#define HAVE_STDATOMIC_H 1

/* Define to 1 if you have the <stdbool.h> header file. */
/* #undef HAVE_STDBOOL_H */

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
   uintmax_t. */
#define HAVE_STDINT_H_WITH_UINTMAX 1

/* Define to 1 if you have the <stdio_ext.h> header file. */
/* #undef HAVE_STDIO_EXT_H */

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1

/* Define to 1 if you have the `strchr' function. */
/* #undef HAVE_STRCHR */

/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1

/* Define this if strftime() works */
/* #undef HAVE_STRFTIME */

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the `strncasecmp' function. */
#define HAVE_STRNCASECMP 1

/* Define to 1 if you have the `strndup' function. */
/* #undef HAVE_STRNDUP */

/* Define to 1 if you have the `strnlen' function. */
#define HAVE_STRNLEN 1

/* Define to 1 if you have the `strrchr' function. */
/* #undef HAVE_STRRCHR */

/* Define to 1 if you have the `strsignal' function. */
/* #undef HAVE_STRSIGNAL */

/* Define to 1 if you have the `strtok_r' function. */
#define HAVE_STRTOK_R 1

/* Define to 1 if the system has the type `struct addrinfo'. */
#define HAVE_STRUCT_ADDRINFO 1

/* Define to 1 if `iov_base' is a member of `struct iovec'. */
/* #undef HAVE_STRUCT_IOVEC_IOV_BASE */

/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
/* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */

/* Define to 1 if the system has the type `struct sockaddr_storage'. */
#define HAVE_STRUCT_SOCKADDR_STORAGE 1

/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1

/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */

/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC */

/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */

/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */

/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC */

/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */

/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC */

/* Define to 1 if `tm_zone' is a member of `struct tm'. */
/* #undef HAVE_STRUCT_TM_TM_ZONE */

/* Define to 1 if you have the `strverscmp' function. */
/* #undef HAVE_STRVERSCMP */

/* Define to 1 if you have the <sysexits.h> header file. */
/* #undef HAVE_SYSEXITS_H */

/* Define to 1 if you have the <sys/bitypes.h> header file. */
/* #undef HAVE_SYS_BITYPES_H */

/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
   */
/* #undef HAVE_SYS_DIR_H */

/* Define to 1 if you have the <sys/inttypes.h> header file. */
/* #undef HAVE_SYS_INTTYPES_H */

/* Define to 1 if you have the <sys/limits.h> header file. */
/* #undef HAVE_SYS_LIMITS_H */

/* Define to 1 if you have the <sys/mman.h> header file. */
/* #undef HAVE_SYS_MMAN_H */

/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
   */
/* #undef HAVE_SYS_NDIR_H */

/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1

/* Define to 1 if you have the <sys/poll.h> header file. */
/* #undef HAVE_SYS_POLL_H */

/* Define to 1 if you have the <sys/procset.h> header file. */
/* #undef HAVE_SYS_PROCSET_H */

/* Define to 1 if you have the <sys/select.h> header file. */
/* #undef HAVE_SYS_SELECT_H */

/* Define to 1 if you have the <sys/socket.h> header file. */
/* #undef HAVE_SYS_SOCKET_H */

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/stropts.h> header file. */
/* #undef HAVE_SYS_STROPTS_H */

/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <sys/uio.h> header file. */
/* #undef HAVE_SYS_UIO_H */

/* Define to 1 if you have the <sys/un.h> header file. */
/* #undef HAVE_SYS_UN_H */

/* Define to 1 if you have the <sys/wait.h> header file. */
/* #undef HAVE_SYS_WAIT_H */

/* Define to 1 if the system has the 'tcgetattr' function. */
#define HAVE_TCGETATTR 0

/* Define to 1 if the system has the 'tcsetattr' function. */
#define HAVE_TCSETATTR 0

/* Define to 1 if you have the <termios.h> header file. */
/* #undef HAVE_TERMIOS_H */

/* Define to 1 if you have the <threads.h> header file. */
/* #undef HAVE_THREADS_H */

/* Define to 1 if you have the `timegm' function. */
/* #undef HAVE_TIMEGM */

/* Define to 1 if the system has the type `timezone_t'. */
/* #undef HAVE_TIMEZONE_T */

/* Define if struct tm has the tm_gmtoff member. */
/* #undef HAVE_TM_GMTOFF */

/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
   `HAVE_STRUCT_TM_TM_ZONE' instead. */
/* #undef HAVE_TM_ZONE */

/* Enable TPM */
/* #undef HAVE_TROUSERS */

/* Define to 1 if you have the `tsearch' function. */
#define HAVE_TSEARCH 1

/* Define to 1 if you don't have `tm_zone' but do have the external array
   `tzname'. */
#define HAVE_TZNAME 1

/* Define to 1 if you have the `tzset' function. */
#define HAVE_TZSET 1

/* Define to 1 if the system has the type `uint16_t'. */
/* #undef HAVE_UINT16_T */

/* Define to 1 if the system has the type `uint32_t'. */
/* #undef HAVE_UINT32_T */

/* Define to 1 if the system has the type `uint8_t'. */
/* #undef HAVE_UINT8_T */

/* Define to 1 if the system has the type `uintptr_t'. */
/* #undef HAVE_UINTPTR_T */

/* Define to 1 if the system has the type `uint_t'. */
/* #undef HAVE_UINT_T */

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if you have the `unsetenv' function. */
/* #undef HAVE_UNSETENV */

/* Define to 1 if the system has the type 'unsigned long long int'. */
#define HAVE_UNSIGNED_LONG_LONG_INT 1

/* Define to 1 if you have the <utime.h> header file. */
/* #undef HAVE_UTIME_H */

/* Define to 1 if you have the <values.h> header file. */
/* #undef HAVE_VALUES_H */

/* Define to 1 if you have the <varargs.h> header file. */
/* #undef HAVE_VARARGS_H */

/* Define to 1 if you have the `vasnprintf' function. */
/* #undef HAVE_VASNPRINTF */

/* Define to 1 if you have the `vasprintf' function. */
#define HAVE_VASPRINTF 1

/* Define to 1 if you have the `vfork' function. */
/* #undef HAVE_VFORK */

/* Define to 1 if you have the <vfork.h> header file. */
/* #undef HAVE_VFORK_H */

/* Define to 1 if you have the `vprintf' function. */
/* #undef HAVE_VPRINTF */

/* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1

/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1

/* Define to 1 if the system has the type `wchar_t'. */
#define HAVE_WCHAR_T 1

/* Define to 1 if you have the `wcrtomb' function. */
#define HAVE_WCRTOMB 1

/* Define to 1 if you have the `wcslen' function. */
#define HAVE_WCSLEN 1

/* Define to 1 if you have the `wcsnlen' function. */
#define HAVE_WCSNLEN 1

/* Define to 1 if you have the <winsock2.h> header file. */
#define HAVE_WINSOCK2_H 1

/* Define to 1 if the system has the type `wint_t'. */
#define HAVE_WINT_T 1

/* Define to 1 if `fork' works. */
/* #undef HAVE_WORKING_FORK */

/* Define to 1 if `vfork' works. */
/* #undef HAVE_WORKING_VFORK */

/* Define to 1 if you have the <ws2tcpip.h> header file. */
#define HAVE_WS2TCPIP_H 1

/* Define to 1 if you have the `xts_encrypt_message' function. */
/* #undef HAVE_XTS_ENCRYPT_MESSAGE */

/* Define to 1 if the system has the type `_Bool'. */
#define HAVE__BOOL 1

/* Define to 1 if you have the `_fseeki64' function. */
/* #undef HAVE__FSEEKI64 */

/* Define to 1 if you have the `_ftelli64' function. */
/* #undef HAVE__FTELLI64 */

/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
#define HAVE__SET_INVALID_PARAMETER_HANDLER 1

/* Define to 1 if the compiler supports __builtin_expect,
   and to 2 if <builtins.h> does.  */
#define HAVE___BUILTIN_EXPECT 1
#ifndef HAVE___BUILTIN_EXPECT
# define __builtin_expect(e, c) (e)
#elif HAVE___BUILTIN_EXPECT == 2
# include <builtins.h>
#endif
    

/* Define to 1 if you have the `__fsetlocking' function. */
/* #undef HAVE___FSETLOCKING */

/* Define to 1 if the compiler supports the keyword '__inline'. */
#define HAVE___INLINE 1

/* Define to 1 if you have the `__register_atfork' function. */
/* #undef HAVE___REGISTER_ATFORK */

/* Define to 1 if you have the `__secure_getenv' function. */
/* #undef HAVE___SECURE_GETENV */

/* Define to 1 if lseek does not detect pipes. */
#define LSEEK_PIPE_BROKEN 1

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"

/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
#define MALLOC_0_IS_NONNULL 1

/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
/* #undef MAP_ANONYMOUS */

/* Use GNU style printf and scanf.  */
#ifndef __USE_MINGW_ANSI_STDIO
# define __USE_MINGW_ANSI_STDIO 1
#endif


/* Define if the compilation of mktime.c should define 'mktime_internal'. */
#define NEED_MKTIME_INTERNAL 1

/* Define if the compilation of mktime.c should define 'mktime' with the
   native Windows TZ workaround. */
#define NEED_MKTIME_WINDOWS 1

/* Define if the compilation of mktime.c should define 'mktime' with the
   algorithmic workarounds. */
#define NEED_MKTIME_WORKING 1

/* Define this if optional arguments are disallowed */
/* #undef NO_OPTIONAL_OPT_ARGS */

/* Name of package */
#define PACKAGE "gnutls"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "bugs@gnutls.org"

/* Define to the full name of this package. */
#define PACKAGE_NAME "GnuTLS"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GnuTLS 3.6.7"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gnutls"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "3.6.7"

/* define to a working POSIX compliant shell */
/* #undef POSIX_SHELL */

/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
/* #undef PRI_MACROS_BROKEN */

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'ptrdiff_t'. */
/* #undef PTRDIFF_T_SUFFIX */

/* name of regex header file */
/* #undef REGEX_HEADER */

/* Define if vasnprintf exists but is overridden by gnulib. */
/* #undef REPLACE_VASNPRINTF */

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'sig_atomic_t'. */
/* #undef SIG_ATOMIC_T_SUFFIX */

/* The size of `char *', as computed by sizeof. */
/* #undef SIZEOF_CHAR_P */

/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4

/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 4

/* The size of `long long', as computed by sizeof. */
#define SIZEOF_LONG_LONG 8

/* The size of `short', as computed by sizeof. */
/* #undef SIZEOF_SHORT */

/* The size of `time_t', as computed by sizeof. */
#define SIZEOF_TIME_T 8

/* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4

/* The size of `unsigned long int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_LONG_INT 4

/* The size of `void *', as computed by sizeof. */
#define SIZEOF_VOID_P 8

/* Define as the maximum value of type 'size_t', if the system doesn't define
   it. */
#ifndef SIZE_MAX
/* # undef SIZE_MAX */
#endif

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'size_t'. */
/* #undef SIZE_T_SUFFIX */

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at runtime.
	STACK_DIRECTION > 0 => grows toward higher addresses
	STACK_DIRECTION < 0 => grows toward lower addresses
	STACK_DIRECTION = 0 => direction of growth unknown */
/* #undef STACK_DIRECTION */

/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* The system priority file */
#define SYSTEM_PRIORITY_FILE "/etc/gnutls/default-priorities"

/* Define to 1 if time_t is signed. */
#define TIME_T_IS_SIGNED 1

/* Define to 1 if your <sys/time.h> declares `struct tm'. */
/* #undef TM_IN_SYS_TIME */

/* the location of the trousers library */
#define TROUSERS_LIB ""

/* Define to 1 if the type of the st_atim member of a struct stat is struct
   timespec. */
/* #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC */

/* Define if tzset clobbers localtime's static buffer. */
/* #undef TZSET_CLOBBERS_LOCALTIME */

/* The DNSSEC root key file */
#define UNBOUND_ROOT_KEY_FILE "C:\Program Files\Unbound\root.key"

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable general extensions on macOS.  */
#ifndef _DARWIN_C_SOURCE
# define _DARWIN_C_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable NetBSD extensions on NetBSD.  */
#ifndef _NETBSD_SOURCE
# define _NETBSD_SOURCE 1
#endif
/* Enable OpenBSD extensions on NetBSD.  */
#ifndef _OPENBSD_SOURCE
# define _OPENBSD_SOURCE 1
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
#ifndef __STDC_WANT_LIB_EXT2__
# define __STDC_WANT_LIB_EXT2__ 1
#endif
/* Enable extensions specified by ISO/IEC 24747:2009.  */
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
#ifndef _XOPEN_SOURCE
/* # undef _XOPEN_SOURCE */
#endif
/* Enable X/Open compliant socket functions that do not require linking
   with -lxnet on HP-UX 11.11.  */
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
# define _HPUX_ALT_XOPEN_SOCKET_API 1
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif


/* Version number of package */
#define VERSION "3.6.7"

/* Define to 1 if unsetenv returns void instead of int. */
/* #undef VOID_UNSETENV */

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'wchar_t'. */
/* #undef WCHAR_T_SUFFIX */

/* Define if WSAStartup is needed. */
#define WINDOWS_SOCKETS 1

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'wint_t'. */
/* #undef WINT_T_SUFFIX */

/* Define this if a working libregex can be found */
/* #undef WITH_LIBREGEX */

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* #  undef WORDS_BIGENDIAN */
# endif
#endif

/* Enable large inode numbers on Mac OS X 10.5. */
#define _DARWIN_USE_64_BIT_INODE 1

/* Number of bits in a file offset, on hosts where this is settable. */
#define _FILE_OFFSET_BITS 64

/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */

/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */

/* Define to 1 if on MINIX. */
/* #undef _MINIX */

/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
#define _NETBSD_SOURCE 1

/* The _Noreturn keyword of C11.  */
#ifndef _Noreturn
# if (defined __cplusplus \
      && ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
          || (defined _MSC_VER && 1900 <= _MSC_VER)))
#  define _Noreturn [[noreturn]]
# elif ((!defined __cplusplus || defined __clang__) \
        && (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0)  \
            || 4 < __GNUC__ + (7 <= __GNUC_MINOR__)))
   /* _Noreturn works as-is.  */
# elif 2 < __GNUC__ + (8 <= __GNUC_MINOR__) || 0x5110 <= __SUNPRO_C
#  define _Noreturn __attribute__ ((__noreturn__))
# elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
#  define _Noreturn __declspec (noreturn)
# else
#  define _Noreturn
# endif
#endif


/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
/* #undef _POSIX_1_SOURCE */

/* Define to 1 in order to get the POSIX compatible declarations of socket
   functions. */
/* #undef _POSIX_PII_SOCKET */

/* Define to 1 if you need to in order for 'stat' and other things to work. */
/* #undef _POSIX_SOURCE */

/* Defined to 1 for Unicode (wide chars) APIs */
#define _UNICODE 1

/* For standard stat data types on VMS. */
#define _USE_STD_STAT 1

/* Define to 1 if the system <stdint.h> predates C++11. */
/* #undef __STDC_CONSTANT_MACROS */

/* Define to 1 if the system <stdint.h> predates C++11. */
/* #undef __STDC_LIMIT_MACROS */

/* Define as a replacement for the ISO C99 __func__ variable. */
/* #undef __func__ */

/* The _GL_ASYNC_SAFE marker should be attached to functions that are
   signal handlers (for signals other than SIGABRT, SIGPIPE) or can be
   invoked from such signal handlers.  Such functions have some restrictions:
     * All functions that it calls should be marked _GL_ASYNC_SAFE as well,
       or should be listed as async-signal-safe in POSIX
       <http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04>
       section 2.4.3.  Note that malloc(), sprintf(), and fwrite(), in
       particular, are NOT async-signal-safe.
     * All memory locations (variables and struct fields) that these functions
       access must be marked 'volatile'.  This holds for both read and write
       accesses.  Otherwise the compiler might optimize away stores to and
       reads from such locations that occur in the program, depending on its
       data flow analysis.  For example, when the program contains a loop
       that is intended to inspect a variable set from within a signal handler
           while (!signal_occurred)
             ;
       the compiler is allowed to transform this into an endless loop if the
       variable 'signal_occurred' is not declared 'volatile'.
   Additionally, recall that:
     * A signal handler should not modify errno (except if it is a handler
       for a fatal signal and ends by raising the same signal again, thus
       provoking the termination of the process).  If it invokes a function
       that may clobber errno, it needs to save and restore the value of
       errno.  */
#define _GL_ASYNC_SAFE


/* Please see the Gnulib manual for how to use these macros.

   Suppress extern inline with HP-UX cc, as it appears to be broken; see
   <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.

   Suppress extern inline with Sun C in standards-conformance mode, as it
   mishandles inline functions that call each other.  E.g., for 'inline void f
   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
   'reference to static identifier "f" in extern inline function'.
   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.

   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
   on configurations that mistakenly use 'static inline' to implement
   functions or macros in standard C headers like <ctype.h>.  For example,
   if isdigit is mistakenly implemented via a static inline function,
   a program containing an extern inline function that calls isdigit
   may not work since the C standard prohibits extern inline functions
   from calling static functions (ISO C 99 section 6.7.4.(3).
   This bug is known to occur on:

     OS X 10.8 and earlier; see:
     https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html

     DragonFly; see
     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log

     FreeBSD; see:
     https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html

   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
   for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
   Assume DragonFly and FreeBSD will be similar.

   GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
   inline semantics, unless -fgnu89-inline is used.  It defines a macro
   __GNUC_STDC_INLINE__ to indicate this situation or a macro
   __GNUC_GNU_INLINE__ to indicate the opposite situation.
   GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
   semantics but warns, unless -fgnu89-inline is used:
     warning: C99 inline functions are not supported; using GNU89
     warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
   It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
 */
#if (((defined __APPLE__ && defined __MACH__) \
      || defined __DragonFly__ || defined __FreeBSD__) \
     && (defined __header_inline \
         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
            && ! defined __clang__) \
         : ((! defined _DONT_USE_CTYPE_INLINE_ \
             && (defined __GNUC__ || defined __cplusplus)) \
            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
                && defined __GNUC__ && ! defined __cplusplus))))
# define _GL_EXTERN_INLINE_STDHEADER_BUG
#endif
#if ((__GNUC__ \
      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
      : (199901L <= __STDC_VERSION__ \
         && !defined __HP_cc \
         && !defined __PGI \
         && !(defined __SUNPRO_C && __STDC__))) \
     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
# define _GL_INLINE inline
# define _GL_EXTERN_INLINE extern inline
# define _GL_EXTERN_INLINE_IN_USE
#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
# else
#  define _GL_INLINE extern inline
# endif
# define _GL_EXTERN_INLINE extern
# define _GL_EXTERN_INLINE_IN_USE
#else
# define _GL_INLINE static _GL_UNUSED
# define _GL_EXTERN_INLINE static _GL_UNUSED
#endif

/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
   suppress bogus "no previous prototype for 'FOO'"
   and "no previous declaration for 'FOO'" diagnostics,
   when FOO is an inline function in the header; see
   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
#  define _GL_INLINE_HEADER_CONST_PRAGMA
# else
#  define _GL_INLINE_HEADER_CONST_PRAGMA \
     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
# endif
# define _GL_INLINE_HEADER_BEGIN \
    _Pragma ("GCC diagnostic push") \
    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
    _GL_INLINE_HEADER_CONST_PRAGMA
# define _GL_INLINE_HEADER_END \
    _Pragma ("GCC diagnostic pop")
#else
# define _GL_INLINE_HEADER_BEGIN
# define _GL_INLINE_HEADER_END
#endif

/* static lib rename */
#define fread_file _gnutls_fread_file

/* Define to `int' if <sys/types.h> doesn't define. */
#define gid_t int

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef inline */
#endif

/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
/* #undef intmax_t */

/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
   __APPLE__ && __MACH__ test for Mac OS X.
   __APPLE_CC__ tests for the Apple compiler and its version.
   __STDC_VERSION__ tests for the C99 mode.  */
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
# define __GNUC_STDC_INLINE__ 1
#endif

/* Define to the real name of the mktime_internal function. */
/* #undef mktime_internal */

/* Define to `int' if <sys/types.h> does not define. */
/* #undef mode_t */

/* Define to the name of the strftime replacement function. */
#define my_strftime nstrftime

/* Define to the type of st_nlink in struct stat, or a supertype. */
#define nlink_t int

/* Define to `int' if <sys/types.h> does not define. */
/* #undef pid_t */

/* Define as the type of the result of subtracting two pointers, if the system
   doesn't define it. */
/* #undef ptrdiff_t */

/* static lib rename */
#define read_binary_file _gnutls_read_binary_file

/* static lib rename */
#define read_file _gnutls_read_file

/* Define to the equivalent of the C99 'restrict' keyword, or to
   nothing if this is not supported.  Do not define if restrict is
   supported directly.  */
#define restrict __restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
   __restrict__, even though the corresponding Sun C compiler ends up with
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
   previous line.  Perhaps some future version of Sun C++ will work with
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

/* type to use in place of socklen_t if not defined */
/* #undef socklen_t */

/* Define as a signed type of the same size as size_t. */
/* #undef ssize_t */

/* Define to `int' if <sys/types.h> doesn't define. */
#define uid_t int

/* Define as a marker that can be attached to declarations that might not
    be used.  This helps to reduce warnings, such as from
    GCC -Wunused-parameter.  */
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
# define _GL_UNUSED __attribute__ ((__unused__))
#else
# define _GL_UNUSED
#endif
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
   is a misnomer outside of parameter lists.  */
#define _UNUSED_PARAMETER_ _GL_UNUSED

/* gcc supports the "unused" attribute on possibly unused labels, and
   g++ has since version 4.5.  Note to support C++ as well as C,
   _GL_UNUSED_LABEL should be used with a trailing ;  */
#if !defined __cplusplus || __GNUC__ > 4 \
    || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
# define _GL_UNUSED_LABEL _GL_UNUSED
#else
# define _GL_UNUSED_LABEL
#endif

/* The __pure__ attribute was added in gcc 2.96.  */
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
#else
# define _GL_ATTRIBUTE_PURE /* empty */
#endif

/* The __const__ attribute was added in gcc 2.95.  */
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
#else
# define _GL_ATTRIBUTE_CONST /* empty */
#endif

/* The __malloc__ attribute was added in gcc 3.  */
#if 3 <= __GNUC__
# define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
#else
# define _GL_ATTRIBUTE_MALLOC /* empty */
#endif


/* Define as `fork' if `vfork' does not work. */
/* #undef vfork */

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.3: config.log --]
[-- Type: text/x-log; name="config.log", Size: 209477 bytes --]

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

It was created by GnuTLS configure 3.6.7, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --build=x86_64-pc-linux-gnu --host=x86_64-w64-mingw32 --with-nettle-mini --enable-shared --with-included-libtasn1 --without-p11-kit --disable-doc --disable-tests --disable-tools --disable-cxx --disable-maintainer-mode --disable-libdane --disable-hardware-acceleration --disable-guile --prefix=/home/tim/src/wget2/x86_64-w64-mingw32

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

hostname = ryzen
uname -m = x86_64
uname -r = 4.19.0-4-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.28-2 (2019-03-15)

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

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

PATH: /usr/x86_64-w64-mingw32/bin
PATH: /usr/x86_64-w64-mingw32/bin
PATH: /home/tim/.opam/infer-4.06.1+flambda/bin
PATH: /home/tim/.opam/infer-4.06.1+flambda/bin
PATH: /usr/lib/ccache
PATH: /home/tim/.cargo/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /home/tim/bin
PATH: /home/tim/Downloads/cov-analysis-linux64-2017.07/bin
PATH: /home/tim/.local/bin


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

configure:4094: loading site script /home/tim/src/config.site
| # load rm and cat loadable modules to bash
| if [ -n "$BASH" ]; then
|   enable -f ~/src/bash/examples/loadables/rm rm
|   enable -f ~/src/bash/examples/loadables/cat cat
| fi
| 
| if test "$cache_file" = /dev/null; then
|   hash=`echo $CFLAGS $LDFLAGS $host_alias $build_alias|md5sum|cut -d' ' -f1`
|   cache_file="/home/tim/src/config.cache.$CC.$hash"
| fi
configure:4109: loading cache /home/tim/src/config.cache..a3be802f4116ceffd5fe6d6190cb2c3b
configure:4264: checking build system type
configure:4278: result: x86_64-pc-linux-gnu
configure:4298: checking host system type
configure:4311: result: x86_64-w64-mingw32
configure:4348: checking for a BSD-compatible install
configure:4416: result: /usr/bin/install -c
configure:4427: checking whether build environment is sane
configure:4482: result: yes
configure:4539: checking for x86_64-w64-mingw32-strip
configure:4566: result: x86_64-w64-mingw32-strip
configure:4631: checking for a thread-safe mkdir -p
configure:4670: result: /bin/mkdir -p
configure:4677: checking for gawk
configure:4704: result: gawk
configure:4715: checking whether make sets $(MAKE)
configure:4737: result: yes
configure:4766: checking whether make supports nested variables
configure:4783: result: yes
configure:4920: checking whether make supports nested variables
configure:4937: result: yes
configure:4953: result: ***
*** Checking for compilation programs...

configure:5067: checking pkg-config is at least version 0.9.0
configure:5070: result: yes
configure:5086: checking for x86_64-w64-mingw32-gcc
configure:5113: result: x86_64-w64-mingw32-gcc
configure:5382: checking for C compiler version
configure:5391: x86_64-w64-mingw32-gcc --version >&5
x86_64-w64-mingw32-gcc (GCC) 8.2-win32 20190215
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5402: $? = 0
configure:5391: x86_64-w64-mingw32-gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/x86_64-w64-mingw32-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/8.2-win32/lto-wrapper
Target: x86_64-w64-mingw32
Configured with: ../../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man' --infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --enable-shared --enable-static --disable-multilib --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib --enable-libstdcxx-time=yes --with-tune=generic --with-headers=/usr/x86_64-w64-mingw32/include --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-lto --with-plugin-ld --enable-threads=win32 --program-suffix=-win32 --program-prefix=x86_64-w64-mingw32- --target=x86_64-w64-mingw32 --with-as=/usr/bin/x86_64-w64-mingw32-as --with-ld=/usr/bin/x86_64-w64-mingw32-ld --enable-libatomic
Thread model: win32
gcc version 8.2-win32 20190215 (GCC) 
configure:5402: $? = 0
configure:5391: x86_64-w64-mingw32-gcc -V >&5
x86_64-w64-mingw32-gcc: error: unrecognized command line option '-V'
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:5402: $? = 1
configure:5391: x86_64-w64-mingw32-gcc -qversion >&5
x86_64-w64-mingw32-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:5402: $? = 1
configure:5422: checking whether the C compiler works
configure:5444: x86_64-w64-mingw32-gcc -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include -L/home/tim/src/wget2/x86_64-w64-mingw32/lib conftest.c  >&5
configure:5448: $? = 0
configure:5496: result: yes
configure:5499: checking for C compiler default output file name
configure:5501: result: a.exe
configure:5507: checking for suffix of executables
configure:5514: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include -L/home/tim/src/wget2/x86_64-w64-mingw32/lib conftest.c  >&5
configure:5518: $? = 0
configure:5540: result: .exe
configure:5562: checking whether we are cross compiling
configure:5600: result: yes
configure:5605: checking for suffix of object files
configure:5652: result: o
configure:5656: checking whether we are using the GNU C compiler
configure:5684: result: yes
configure:5693: checking whether x86_64-w64-mingw32-gcc accepts -g
configure:5754: result: yes
configure:5771: checking for x86_64-w64-mingw32-gcc option to accept ISO C89
configure:5847: result: none needed
configure:5872: checking whether x86_64-w64-mingw32-gcc understands -c and -o together
configure:5909: result: yes
configure:5929: checking whether make supports the include directive
configure:5944: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:5947: $? = 0
configure:5966: result: yes (GNU style)
configure:5991: checking dependency style of x86_64-w64-mingw32-gcc
configure:6102: result: gcc3
configure:6123: checking how to run the C preprocessor
configure:6193: result: x86_64-w64-mingw32-gcc -E
configure:6213: x86_64-w64-mingw32-gcc -E -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.c
configure:6213: $? = 0
configure:6227: x86_64-w64-mingw32-gcc -E -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6227: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6256: checking for grep that handles long lines and -e
configure:6314: result: /bin/grep
configure:6319: checking for egrep
configure:6381: result: /bin/grep -E
configure:6386: checking for ANSI C header files
configure:6490: result: yes
configure:6503: checking for sys/types.h
configure:6503: result: yes
configure:6503: checking for sys/stat.h
configure:6503: result: yes
configure:6503: checking for stdlib.h
configure:6503: result: yes
configure:6503: checking for string.h
configure:6503: result: yes
configure:6503: checking for memory.h
configure:6503: result: yes
configure:6503: checking for strings.h
configure:6503: result: yes
configure:6503: checking for inttypes.h
configure:6503: result: yes
configure:6503: checking for stdint.h
configure:6503: result: yes
configure:6503: checking for unistd.h
configure:6503: result: yes
configure:6516: checking for minix/config.h
configure:6516: result: no
configure:6540: checking whether it is safe to define __EXTENSIONS__
configure:6565: result: yes
configure:6598: checking whether _XOPEN_SOURCE should be defined
configure:6641: result: no
configure:6658: checking for Minix Amsterdam compiler
configure:6682: result: no
configure:6698: checking for x86_64-w64-mingw32-ar
configure:6725: result: x86_64-w64-mingw32-ar
configure:6795: checking the archiver (x86_64-w64-mingw32-ar) interface
configure:6844: result: ar
configure:6869: checking for x86_64-w64-mingw32-ar
configure:6896: result: x86_64-w64-mingw32-ar
configure:6971: checking for x86_64-w64-mingw32-ranlib
configure:6998: result: x86_64-w64-mingw32-ranlib
configure:7064: checking for _LARGEFILE_SOURCE value needed for large files
configure:7111: result: no
configure:7139: checking for special C compiler options needed for large files
configure:7184: result: no
configure:7190: checking for _FILE_OFFSET_BITS value needed for large files
configure:7247: result: 64
configure:7671: checking dependency style of x86_64-w64-mingw32-gcc
configure:7780: result: gcc3
configure:7800: checking for x86_64-w64-mingw32-ar
configure:7827: result: x86_64-w64-mingw32-ar
configure:7897: checking the archiver (x86_64-w64-mingw32-ar) interface
configure:7946: result: ar
configure:7980: checking for x86_64-w64-mingw32-g++
configure:8007: result: x86_64-w64-mingw32-g++
configure:8078: checking for C++ compiler version
configure:8087: x86_64-w64-mingw32-g++ --version >&5
x86_64-w64-mingw32-g++ (GCC) 8.2-win32 20190215
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:8098: $? = 0
configure:8087: x86_64-w64-mingw32-g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/x86_64-w64-mingw32-g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/8.2-win32/lto-wrapper
Target: x86_64-w64-mingw32
Configured with: ../../src/configure --build=x86_64-linux-gnu --prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man' --infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir='/usr/lib/x86_64-linux-gnu' --libexecdir='/usr/lib/x86_64-linux-gnu' --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --enable-shared --enable-static --disable-multilib --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib --enable-libstdcxx-time=yes --with-tune=generic --with-headers=/usr/x86_64-w64-mingw32/include --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libgomp --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-lto --with-plugin-ld --enable-threads=win32 --program-suffix=-win32 --program-prefix=x86_64-w64-mingw32- --target=x86_64-w64-mingw32 --with-as=/usr/bin/x86_64-w64-mingw32-as --with-ld=/usr/bin/x86_64-w64-mingw32-ld --enable-libatomic
Thread model: win32
gcc version 8.2-win32 20190215 (GCC) 
configure:8098: $? = 0
configure:8087: x86_64-w64-mingw32-g++ -V >&5
x86_64-w64-mingw32-g++: error: unrecognized command line option '-V'
x86_64-w64-mingw32-g++: fatal error: no input files
compilation terminated.
configure:8098: $? = 1
configure:8087: x86_64-w64-mingw32-g++ -qversion >&5
x86_64-w64-mingw32-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
x86_64-w64-mingw32-g++: fatal error: no input files
compilation terminated.
configure:8098: $? = 1
configure:8102: checking whether we are using the GNU C++ compiler
configure:8130: result: yes
configure:8139: checking whether x86_64-w64-mingw32-g++ accepts -g
configure:8200: result: yes
configure:8225: checking dependency style of x86_64-w64-mingw32-g++
configure:8336: result: gcc3
configure:8356: checking for bison
configure:8383: result: bison -y
configure:8395: checking for a sed that does not truncate output
configure:8459: result: /bin/sed
configure:8470: checking for x86_64-w64-mingw32-gcc option to accept ISO C99
configure:8632: result: none needed
configure:8676: checking whether to build with code coverage support
configure:8696: result: no
configure:9000: checking whether to enable maintainer-specific portions of Makefiles
configure:9009: result: no
configure:9102: checking for inline
configure:9126: result: inline
configure:9144: checking for ANSI C header files
configure:9248: result: yes
configure:9459: checking for struct iovec.iov_base
configure:9459: result: no
configure:9487: checking for netinet/tcp.h
configure:9487: result: no
configure:9499: checking for stdatomic.h
configure:9499: result: yes
configure:9510: checking for library containing __atomic_load_4
configure:9558: result: -latomic
configure:9578: checking for threads.h
configure:9578: result: no
configure:9659: checking for getrandom
configure:9675: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include -L/home/tim/src/wget2/x86_64-w64-mingw32/lib conftest.c -latomic  >&5
conftest.c:44:14: fatal error: sys/random.h: No such file or directory
     #include <sys/random.h>
              ^~~~~~~~~~~~~~
compilation terminated.
configure:9675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define _DARWIN_USE_64_BIT_INODE 1
| #define STDC_HEADERS 1
| #define _UNICODE 1
| #define HAVE_STDATOMIC_H 1
| /* end confdefs.h.  */
| 
| 	   #include <sys/random.h>
| int
| main ()
| {
| 
| 		   getrandom(0, 0, 0);
| 
|   ;
|   return 0;
| }
configure:9683: result: no
configure:9689: checking for getentropy
configure:9712: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include -L/home/tim/src/wget2/x86_64-w64-mingw32/lib conftest.c -latomic  >&5
conftest.c: In function 'main':
conftest.c:56:6: warning: implicit declaration of function 'getentropy'; did you mean 'getopt'? [-Wimplicit-function-declaration]
      getentropy(0, 0);
      ^~~~~~~~~~
      getopt
/usr/bin/x86_64-w64-mingw32-ld: /tmp/ccboJ5FM.o:conftest.c:(.text.startup+0xe): undefined reference to `getentropy'
collect2: error: ld returned 1 exit status
configure:9712: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define _DARWIN_USE_64_BIT_INODE 1
| #define STDC_HEADERS 1
| #define _UNICODE 1
| #define HAVE_STDATOMIC_H 1
| /* end confdefs.h.  */
| 
| 	   #include <unistd.h>
|            #ifdef __APPLE__
|            #include <sys/random.h>
|            #endif
|            #ifdef __linux__
|            #error 1
|            #endif
| 
| int
| main ()
| {
| 
| 		   getentropy(0, 0);
| 
|   ;
|   return 0;
| }
configure:9720: result: no
configure:9790: checking for NETTLE
configure:9797: $PKG_CONFIG --exists --print-errors "nettle >= $NETTLE_MINIMUM"
configure:9800: $? = 0
configure:9814: $PKG_CONFIG --exists --print-errors "nettle >= $NETTLE_MINIMUM"
configure:9817: $? = 0
configure:9865: result: yes
configure:9871: checking for HOGWEED
configure:9878: $PKG_CONFIG --exists --print-errors "hogweed >= $NETTLE_MINIMUM "
configure:9881: $? = 0
configure:9895: $PKG_CONFIG --exists --print-errors "hogweed >= $NETTLE_MINIMUM "
configure:9898: $? = 0
configure:9946: result: yes
configure:10118: checking whether to use the included minitasn1
configure:10120: result: yes
configure:10135: checking whether C99 macros are supported
configure:10153: x86_64-w64-mingw32-gcc -c -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:50:13: warning: unused variable 'x' [-Wunused-variable]
     int z,y,x;
             ^
conftest.c:50:11: warning: unused variable 'y' [-Wunused-variable]
     int z,y,x;
           ^
conftest.c:50:9: warning: unused variable 'z' [-Wunused-variable]
     int z,y,x;
         ^
configure:10153: $? = 0
configure:10158: result: yes
configure:10172: checking whether to allow SHA1 as an acceptable hash for cert digital signatures
configure:10186: result: yes
configure:10199: checking whether to disable the SSL 3.0 protocol
configure:10214: result: yes
configure:10228: checking whether to disable the SSL 2.0 client hello
configure:10236: result: no
configure:10256: checking whether to disable DTLS-SRTP extension
configure:10264: result: no
configure:10283: checking whether to disable ALPN extension
configure:10293: result: no
configure:10313: checking whether to enable TLS heartbeat support
configure:10321: result: yes
configure:10340: checking whether to disable SRP authentication support
configure:10348: result: no
configure:10368: checking whether to disable PSK authentication support
configure:10376: result: no
configure:10396: checking whether to disable anonymous authentication support
configure:10404: result: no
configure:10423: checking whether to disable DHE support
configure:10433: result: no
configure:10452: checking whether to disable ECDHE support
configure:10462: result: no
configure:10481: checking whether to disable GOST support
configure:10491: result: no
configure:10511: checking whether to add cryptodev support
configure:10520: result: no
configure:10529: checking whether to disable OCSP support
configure:10540: result: no
configure:10565: checking size of void *
configure:10584: result: 8
configure:10598: checking size of long long
configure:10617: result: 8
configure:10631: checking size of long
configure:10650: result: 4
configure:10664: checking size of int
configure:10683: result: 4
configure:10847: checking for sys/socket.h
configure:10847: result: no
configure:10847: checking for arpa/inet.h
configure:10847: result: no
configure:10847: checking for features.h
configure:10847: result: no
configure:10847: checking for sys/stat.h
configure:10847: result: yes
configure:10847: checking for sys/time.h
configure:10847: result: yes
configure:10847: checking for netdb.h
configure:10847: result: no
configure:10847: checking for netinet/in.h
configure:10847: result: no
configure:10847: checking for limits.h
configure:10847: result: yes
configure:10847: checking for unistd.h
configure:10847: result: yes
configure:10847: checking for sys/mman.h
configure:10847: result: no
configure:10847: checking for sys/param.h
configure:10847: result: yes
configure:10847: checking for wchar.h
configure:10847: result: yes
configure:10847: checking for stdint.h
configure:10847: result: yes
configure:10847: checking for strings.h
configure:10847: result: yes
configure:10847: checking for sys/uio.h
configure:10847: result: no
configure:10847: checking for crtdefs.h
configure:10847: result: yes
configure:10847: checking for stdio_ext.h
configure:10847: result: no
configure:10847: checking for termios.h
configure:10847: result: no
configure:10847: checking for inttypes.h
configure:10847: result: yes
configure:10847: checking for sys/select.h
configure:10847: result: no
configure:10868: checking for winsock2.h
configure:10868: result: yes
configure:10889: checking if we need to call WSAStartup in winsock2.h and -lws2_32
configure:10925: result: yes
configure:11046: checking whether to build OpenSSL compatibility layer
configure:11055: result: no
configure:11110: checking for gtk-doc
configure:11113: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
Package gtk-doc was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk-doc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-doc' found
configure:11116: $? = 1
configure:11122: result: no
configure:11128: WARNING:
  You will not be able to create source packages with 'make dist'
  because gtk-doc >= 1.14 is not found.
configure:11136: checking for gtkdoc-check
configure:11163: result: gtkdoc-check.test
configure:11173: checking for gtkdoc-check
configure:11203: result: /usr/bin/gtkdoc-check
configure:11215: checking for gtkdoc-rebase
configure:11245: result: /usr/bin/gtkdoc-rebase
configure:11259: checking for gtkdoc-mkpdf
configure:11289: result: /usr/bin/gtkdoc-mkpdf
configure:11317: checking whether to build gtk-doc documentation
configure:11319: result: no
configure:11332: checking for GTKDOC_DEPS
configure:11339: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0"
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gobject-2.0' found
configure:11342: $? = 1
configure:11356: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0  >= 2.10.0"
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
Package gobject-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gobject-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gobject-2.0' found
configure:11359: $? = 1
configure:11373: result: no
No package 'glib-2.0' found
No package 'gobject-2.0' found
configure:11490: checking whether NLS is requested
configure:11499: result: yes
configure:11539: checking for msgfmt
configure:11571: result: /usr/bin/msgfmt
configure:11580: checking for gmsgfmt
configure:11611: result: /usr/bin/msgfmt
configure:11661: checking for xgettext
configure:11693: result: /usr/bin/xgettext
configure:11738: checking for msgmerge
configure:11769: result: /usr/bin/msgmerge
configure:11828: checking for ld used by x86_64-w64-mingw32-gcc
configure:11953: result: /usr/bin/x86_64-w64-mingw32-ld
configure:11960: checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld
configure:11975: result: yes
configure:11982: checking for shared library run path origin
configure:11995: result: done
configure:12016: checking 32-bit host C ABI
configure:12241: result: no
configure:12278: checking for the common suffixes of directories in the library search path
configure:12329: result: lib,lib
configure:12823: checking for CFPreferencesCopyAppValue
configure:12850: result: no
configure:12857: checking for CFLocaleCopyCurrent
configure:12884: result: no
configure:12933: checking for GNU gettext in libc
configure:12966: result: no
configure:13000: checking for iconv
configure:13058: result: yes
configure:13061: checking for working iconv
configure:13193: result: guessing yes
configure:13208: checking how to link with libiconv
configure:13210: result: -liconv
configure:13680: checking for GNU gettext in libintl
configure:13757: result: no
configure:13792: checking whether to use NLS
configure:13794: result: no
configure:13867: checking whether byte ordering is bigendian
configure:14073: result: no
configure:14095: checking for fork
configure:14095: result: no
configure:14095: checking for setitimer
configure:14095: result: no
configure:14095: checking for getrusage
configure:14095: result: no
configure:14095: checking for getpwuid_r
configure:14095: result: no
configure:14095: checking for nanosleep
configure:14095: result: no
configure:14095: checking for daemon
configure:14095: result: no
configure:14095: checking for getpid
configure:14095: result: yes
configure:14095: checking for localtime
configure:14095: result: yes
configure:14095: checking for mmap
configure:14095: result: no
configure:14095: checking for explicit_bzero
configure:14095: result: no
configure:14104: checking for clock_gettime
configure:14117: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include -L/home/tim/src/wget2/x86_64-w64-mingw32/lib conftest.c -latomic  >&5
/usr/bin/x86_64-w64-mingw32-ld: /tmp/ccR7z1Ij.o:conftest.c:(.text.startup+0xe): undefined reference to `clock_gettime'
collect2: error: ld returned 1 exit status
configure:14117: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define _DARWIN_USE_64_BIT_INODE 1
| #define STDC_HEADERS 1
| #define _UNICODE 1
| #define HAVE_STDATOMIC_H 1
| #define HAVE_LIBNETTLE 1
| #define C99_MACROS 1
| #define ENABLE_SSL2 1
| #define ENABLE_DTLS_SRTP 1
| #define ENABLE_ALPN 1
| #define ENABLE_HEARTBEAT 1
| #define ENABLE_SRP 1
| #define ENABLE_PSK 1
| #define ENABLE_ANON 1
| #define ENABLE_DHE 1
| #define ENABLE_ECDHE 1
| #define ENABLE_GOST 1
| #define ENABLE_OCSP 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define GNUTLS_POINTER_TO_INT_CAST (long long)
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_CRTDEFS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WINSOCK2_H 1
| #define WINDOWS_SOCKETS 1
| #define HAVE_ICONV 1
| #define HAVE_GETPID 1
| #define HAVE_LOCALTIME 1
| /* end confdefs.h.  */
| #include <time.h>
| int
| main ()
| {
| clock_gettime(0, 0);
|   ;
|   return 0;
| }
configure:14124: result: no
configure:14129: checking for fmemopen
configure:14142: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include -L/home/tim/src/wget2/x86_64-w64-mingw32/lib conftest.c -latomic  >&5
conftest.c: In function 'main':
conftest.c:80:1: warning: implicit declaration of function 'fmemopen'; did you mean 'freopen'? [-Wimplicit-function-declaration]
 fmemopen(0, 0, 0);
 ^~~~~~~~
 freopen
/usr/bin/x86_64-w64-mingw32-ld: /tmp/ccXsnYpo.o:conftest.c:(.text.startup+0x11): undefined reference to `fmemopen'
collect2: error: ld returned 1 exit status
configure:14142: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define _DARWIN_USE_64_BIT_INODE 1
| #define STDC_HEADERS 1
| #define _UNICODE 1
| #define HAVE_STDATOMIC_H 1
| #define HAVE_LIBNETTLE 1
| #define C99_MACROS 1
| #define ENABLE_SSL2 1
| #define ENABLE_DTLS_SRTP 1
| #define ENABLE_ALPN 1
| #define ENABLE_HEARTBEAT 1
| #define ENABLE_SRP 1
| #define ENABLE_PSK 1
| #define ENABLE_ANON 1
| #define ENABLE_DHE 1
| #define ENABLE_ECDHE 1
| #define ENABLE_GOST 1
| #define ENABLE_OCSP 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define GNUTLS_POINTER_TO_INT_CAST (long long)
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_CRTDEFS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WINSOCK2_H 1
| #define WINDOWS_SOCKETS 1
| #define HAVE_ICONV 1
| #define HAVE_GETPID 1
| #define HAVE_LOCALTIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| fmemopen(0, 0, 0);
|   ;
|   return 0;
| }
configure:14149: result: no
configure:14167: checking for __register_atfork
configure:14167: result: no
configure:14167: checking for secure_getenv
configure:14167: result: no
configure:14167: checking for getauxval
configure:14167: result: no
configure:14686: checking for libseccomp
configure:14719: result: no
configure:15237: checking for libcrypto
configure:15270: result: no
configure:15796: checking for librt
configure:15830: result: no
configure:16912: checking for librt
configure:16944: result: no
configure:17464: checking for librt
configure:17496: result: no
configure:17536: checking for library containing u8_normalize
configure:17584: result: -lunistring
configure:17625: checking for size_t
configure:17625: result: yes
configure:17638: checking for working alloca.h
configure:17663: result: no
configure:17671: checking for alloca
configure:17716: result: yes
configure:17838: checking whether the preprocessor supports include_next
configure:17897: result: yes
configure:17918: checking whether system header files limit the line length
configure:17941: result: no
configure:17963: checking for complete errno.h
configure:18036: result: no
configure:18125: checking for EMULTIHOP value
configure:18180: result: no
configure:18196: checking for ENOLINK value
configure:18251: result: yes
configure:18267: checking for EOVERFLOW value
configure:18322: result: yes
configure:18376: checking whether stat file-mode macros are broken
configure:18410: result: no
configure:18420: checking for mode_t
configure:18420: result: yes
configure:18435: checking for 64-bit off_t
configure:18461: result: yes
configure:18468: checking for 64-bit st_size
configure:18495: result: no
configure:18605: checking for nlink_t
configure:18605: result: no
configure:18725: checking whether stdin defaults to large file offsets
configure:18757: result: yes
configure:18762: checking for pid_t
configure:18762: result: yes
configure:18868: checking whether ftello is declared
configure:18868: result: yes
configure:18892: checking for ftello
configure:18918: result: yes
configure:18931: checking whether ftello works
configure:19020: result: guessing yes
configure:19034: checking whether getdelim is declared
configure:19034: result: no
configure:19051: checking for getdelim
configure:19051: result: no
configure:19051: checking for gettimeofday
configure:19051: result: yes
configure:19051: checking for mprotect
configure:19051: result: yes
configure:19051: checking for _set_invalid_parameter_handler
configure:19051: result: yes
configure:19051: checking for secure_getenv
configure:19051: result: no
configure:19051: checking for getuid
configure:19051: result: no
configure:19051: checking for geteuid
configure:19051: result: no
configure:19051: checking for getgid
configure:19051: result: no
configure:19051: checking for getegid
configure:19051: result: no
configure:19051: checking for snprintf
configure:19051: result: yes
configure:19051: checking for strdup
configure:19051: result: yes
configure:19051: checking for strndup
configure:19051: result: no
configure:19051: checking for localtime_r
configure:19051: result: no
configure:19051: checking for vasnprintf
configure:19051: result: no
configure:19051: checking for getpass
configure:19051: result: no
configure:19051: checking for __fsetlocking
configure:19051: result: no
configure:19051: checking for tzset
configure:19051: result: yes
configure:19051: checking for setenv
configure:19051: result: no
configure:19051: checking for timegm
configure:19051: result: no
configure:19062: checking whether getline is declared
configure:19062: result: no
configure:19081: checking for C/C++ restrict keyword
configure:19116: result: __restrict
configure:19225: checking for winsock2.h
configure:19225: result: yes
configure:19245: checking for struct timeval
configure:19276: result: yes
configure:19281: checking for wide-enough struct timeval.tv_sec member
configure:19316: result: no
configure:19392: checking for ws2tcpip.h
configure:19392: result: yes
configure:19416: checking whether <sys/socket.h> is self-contained
configure:19441: result: no
configure:19583: checking for struct sockaddr_storage
configure:19583: result: yes
configure:19604: checking for sa_family_t
configure:19604: result: no
configure:19633: checking for struct sockaddr_storage.ss_family
configure:19633: result: yes
configure:19665: checking for winsock2.h
configure:19665: result: yes
configure:19696: checking for IPv4 sockets
configure:19729: result: yes
configure:19737: checking for IPv6 sockets
configure:19773: result: yes
configure:19863: checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.
configure:19893: result: no
configure:20007: checking whether malloc, realloc, calloc are POSIX compliant
configure:20035: result: no
configure:20127: checking for mmap
configure:20127: result: no
configure:20199: checking whether memchr works
configure:20290: result: guessing yes
configure:20298: checking whether memmem is declared
configure:20298: result: no
configure:20313: checking whether <limits.h> defines MIN and MAX
configure:20337: result: no
configure:20350: checking whether <sys/param.h> defines MIN and MAX
configure:20374: result: no
configure:20412: x86_64-w64-mingw32-gcc -c -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.c >&5
conftest.c:99:10: error: unknown type name 'not'
          not a universal capable compiler
          ^~~
conftest.c:99:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
          not a universal capable compiler
                ^~~~~~~~~
conftest.c:99:16: error: unknown type name 'universal'
configure:20412: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define _DARWIN_USE_64_BIT_INODE 1
| #define STDC_HEADERS 1
| #define _UNICODE 1
| #define HAVE_STDATOMIC_H 1
| #define HAVE_LIBNETTLE 1
| #define C99_MACROS 1
| #define ENABLE_SSL2 1
| #define ENABLE_DTLS_SRTP 1
| #define ENABLE_ALPN 1
| #define ENABLE_HEARTBEAT 1
| #define ENABLE_SRP 1
| #define ENABLE_PSK 1
| #define ENABLE_ANON 1
| #define ENABLE_DHE 1
| #define ENABLE_ECDHE 1
| #define ENABLE_GOST 1
| #define ENABLE_OCSP 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define GNUTLS_POINTER_TO_INT_CAST (long long)
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_CRTDEFS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WINSOCK2_H 1
| #define WINDOWS_SOCKETS 1
| #define HAVE_ICONV 1
| #define HAVE_GETPID 1
| #define HAVE_LOCALTIME 1
| #define HAVE_ALLOCA 1
| #define nlink_t int
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MPROTECT 1
| #define HAVE__SET_INVALID_PARAMETER_HANDLER 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_DECL_GETLINE 0
| #define restrict __restrict
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_MEMMEM 0
| #define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|          not a universal capable compiler
|         #endif
|         typedef int dummy;
| 
configure:20473: checking whether snprintf returns a byte count as in C99
configure:20575: result: guessing no
configure:20578: checking whether snprintf is declared
configure:20578: result: yes
configure:20589: checking for stdbool.h that conforms to C99
configure:20671: result: yes
configure:20673: checking for _Bool
configure:20673: result: yes
configure:20690: checking for wchar_t
configure:20714: result: yes
configure:20723: checking for wint_t
configure:20755: result: yes
configure:20762: checking whether wint_t is too small
configure:20797: result: yes
configure:20810: checking for unsigned long long int
configure:20858: result: yes
configure:20868: checking for long long int
configure:20918: result: yes
configure:21058: checking whether stdint.h conforms to C99
configure:21337: result: guessing yes
configure:21348: checking whether stdint.h predates C++11
configure:21389: result: no
configure:21400: checking whether stdint.h has UINTMAX_WIDTH etc.
configure:21441: result: no
configure:21803: checking whether strdup is declared
configure:21803: result: yes
configure:21987: checking whether strndup is declared
configure:21987: result: no
configure:22000: checking whether strnlen is declared
configure:22000: result: yes
configure:22011: checking whether strtok_r is declared
configure:22011: result: yes
configure:22028: checking for struct timespec in <time.h>
configure:22052: result: yes
configure:22238: checking for inttypes.h
configure:22264: result: yes
configure:22275: checking for stdint.h
configure:22299: result: yes
configure:22312: checking for intmax_t
configure:22344: result: yes
configure:22363: checking where to find the exponent in a 'double'
configure:22689: result: word 1 bit 20
configure:22716: checking for snprintf
configure:22716: result: yes
configure:22716: checking for strnlen
configure:22716: result: yes
configure:22716: checking for wcslen
configure:22716: result: yes
configure:22716: checking for wcsnlen
configure:22716: result: yes
configure:22716: checking for mbrtowc
configure:22716: result: yes
configure:22716: checking for wcrtomb
configure:22716: result: yes
configure:22725: checking whether _snprintf is declared
configure:22725: result: yes
configure:22750: checking whether vsnprintf is declared
configure:22750: result: yes
configure:22858: checking whether <wchar.h> uses 'inline' correctly
configure:22921: result: yes
configure:23128: checking for __builtin_expect
configure:23168: result: yes
configure:23182: checking for byteswap.h
configure:23182: result: no
configure:23262: checking whether conversion from 'int' to 'long double' works
configure:23317: result: guessing yes
configure:23538: checking for ftello
configure:23564: result: yes
configure:23577: checking whether ftello works
configure:23666: result: guessing yes
configure:23721: checking whether __func__ is available
configure:23744: result: yes
configure:23868: checking for flockfile
configure:23868: result: no
configure:23868: checking for funlockfile
configure:23868: result: no
configure:23877: checking whether getc_unlocked is declared
configure:23877: result: no
configure:23913: checking for getline
configure:23913: result: no
configure:24061: checking whether gettimeofday clobbers localtime buffer
configure:24114: result: guessing no
configure:24133: checking for gettimeofday with POSIX signature
configure:24186: result: yes
configure:24258: checking for winsock2.h
configure:24258: result: yes
configure:24279: checking whether inet_ntop is declared
configure:24279: result: no
configure:24443: checking for winsock2.h
configure:24443: result: yes
configure:24464: checking whether inet_pton is declared
configure:24464: result: no
configure:24614: checking if gcc/ld supports -Wl,--output-def
configure:24646: result: yes
configure:24662: checking if LD -Wl,--version-script works
configure:24716: result: yes
configure:24748: checking whether lseek detects pipes
configure:24816: result: no
configure:24946: checking for memmem
configure:24946: result: no
configure:25206: checking whether <netinet/in.h> is self-contained
configure:25231: result: no
configure:25239: checking for netinet/in.h
configure:25239: result: no
configure:25350: checking for pmccabe
configure:25381: result: false
configure:25451: checking for __secure_getenv
configure:25451: result: no
configure:25463: checking for issetugid
configure:25463: result: no
configure:25522: checking for stdint.h
configure:25522: result: yes
configure:25532: checking for SIZE_MAX
configure:25603: result: yes
configure:25619: checking for snprintf
configure:25619: result: yes
configure:25632: checking whether snprintf respects a size of 1
configure:25684: result: guessing yes
configure:25805: checking for socklen_t
configure:25805: result: yes
configure:25868: checking for ssize_t
configure:25892: result: yes
configure:25904: checking for struct stat.st_atim.tv_nsec
configure:25904: result: no
configure:25955: checking for struct stat.st_atimespec.tv_nsec
configure:25955: result: no
configure:25966: checking for struct stat.st_atimensec
configure:25966: result: no
configure:25977: checking for struct stat.st_atim.st__tim.tv_nsec
configure:25977: result: no
configure:25999: checking for struct stat.st_birthtimespec.tv_nsec
configure:25999: result: no
configure:26010: checking for struct stat.st_birthtimensec
configure:26010: result: no
configure:26021: checking for struct stat.st_birthtim.tv_nsec
configure:26021: result: no
configure:26039: checking for working stdalign.h
configure:26091: result: yes
configure:26142: checking for good max_align_t
configure:26172: result: yes
configure:26184: checking whether NULL can be used in arbitrary expressions
configure:26209: result: yes
configure:26377: checking which flavor of printf attribute matches inttypes macros
configure:26411: result: gnu
configure:26542: checking for strcasecmp
configure:26542: result: yes
configure:26559: checking for strncasecmp
configure:26559: result: yes
configure:26573: checking whether strncasecmp is declared
configure:26573: result: yes
configure:26777: checking for working strnlen
configure:26825: result: yes
configure:26869: checking for strtok_r
configure:26869: result: yes
configure:26880: checking whether strtok_r works
configure:26932: result: guessing yes
configure:26983: checking for strverscmp
configure:26983: result: no
configure:27124: checking for nlink_t
configure:27124: result: no
configure:27244: checking whether localtime_r is declared
configure:27244: result: no
configure:27568: checking for ptrdiff_t
configure:27568: result: yes
configure:27589: checking for vasprintf
configure:27589: result: yes
configure:27664: checking for vsnprintf
configure:27664: result: yes
configure:27677: checking whether snprintf respects a size of 1
configure:27729: result: guessing yes
configure:27950: checking for stdint.h
configure:27950: result: yes
configure:28080: checking if environ is properly declared
configure:28109: result: yes
configure:28122: checking whether fseeko is declared
configure:28122: result: yes
configure:28141: checking for fseeko
configure:28168: result: yes
configure:28191: checking for library containing gethostbyname
configure:28239: result: no
configure:28253: checking for gethostbyname
configure:28253: result: no
configure:28261: checking for gethostbyname in winsock2.h and -lws2_32
configure:28293: result: yes
configure:28308: checking for library containing getservbyname
configure:28356: result: no
configure:28370: checking for getservbyname
configure:28370: result: no
configure:28378: checking for getservbyname in winsock2.h and -lws2_32
configure:28410: result: yes
configure:28440: checking whether fflush_unlocked is declared
configure:28440: result: no
configure:28451: checking whether flockfile is declared
configure:28451: result: no
configure:28462: checking whether fputs_unlocked is declared
configure:28462: result: no
configure:28473: checking whether funlockfile is declared
configure:28473: result: no
configure:28484: checking whether putc_unlocked is declared
configure:28484: result: no
configure:28610: checking for inttypes.h
configure:28610: result: yes
configure:28621: checking whether the inttypes.h PRIxNN macros are broken
configure:28651: result: no
configure:28670: checking for stdlib.h
configure:28670: result: yes
configure:28680: checking for GNU libc compatible malloc
configure:28727: result: yes
configure:28745: checking whether time_t is signed
configure:28769: result: yes
configure:28777: checking whether alarm is declared
configure:28777: result: no
configure:28803: checking for working mktime
configure:29030: result: guessing no
configure:29033: checking whether struct tm is in sys/time.h or time.h
configure:29060: result: time.h
configure:29068: checking for struct tm.tm_zone
configure:29068: result: no
configure:29086: checking whether tzname is declared
configure:29086: result: yes
configure:29098: checking for tzname
configure:29126: result: yes
configure:29136: checking for struct tm.tm_gmtoff
configure:29136: result: no
configure:29150: checking for compound literals
configure:29174: result: yes
configure:29194: checking whether <sys/select.h> is self-contained
configure:29273: result: no
configure:29366: checking for winsock2.h
configure:29366: result: yes
configure:29391: checking whether setenv is declared
configure:29391: result: no
configure:29417: checking for search.h
configure:29417: result: yes
configure:29429: checking for tsearch
configure:29429: result: yes
configure:29461: checking for sigset_t
configure:29461: result: no
configure:29482: checking for uid_t in sys/types.h
configure:29501: result: no
configure:29514: checking whether unsetenv is declared
configure:29514: result: no
configure:29774: checking for library containing clock_gettime
configure:29822: result: no
configure:29834: checking for clock_gettime
configure:29834: result: no
configure:29834: checking for clock_settime
configure:29834: result: no
configure:29861: checking for winsock2.h
configure:29861: result: yes
configure:29951: checking whether dup2 works
configure:30050: result: guessing no
configure:30058: checking for setdtablesize
configure:30058: result: no
configure:30119: checking for flexible array member
configure:30154: result: yes
configure:30217: checking whether conversion from 'int' to 'long double' works
configure:30272: result: guessing yes
configure:30431: checking for fseeko
configure:30458: result: yes
configure:30635: checking for ftello
configure:30661: result: yes
configure:30674: checking whether ftello works
configure:30763: result: guessing yes
configure:30818: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
configure:30823: checking for library containing getaddrinfo
configure:30871: result: no
configure:30884: checking for getaddrinfo
configure:30918: result: no
configure:30921: checking for getaddrinfo in ws2tcpip.h and -lws2_32
configure:30954: result: yes
configure:30967: checking whether gai_strerror is declared
configure:30967: result: yes
configure:30992: checking whether gai_strerrorA is declared
configure:30992: result: yes
configure:31016: checking for gai_strerror with POSIX signature
configure:31049: result: no
configure:31065: checking for struct sockaddr.sa_len
configure:31065: result: no
configure:31082: checking whether getaddrinfo is declared
configure:31082: result: yes
configure:31107: checking whether freeaddrinfo is declared
configure:31107: result: yes
configure:31132: checking whether getnameinfo is declared
configure:31132: result: yes
configure:31171: checking for struct addrinfo
configure:31171: result: yes
configure:31370: checking for flockfile
configure:31370: result: no
configure:31370: checking for funlockfile
configure:31370: result: no
configure:31379: checking whether getc_unlocked is declared
configure:31379: result: no
configure:31415: checking for getline
configure:31415: result: no
configure:31561: checking whether __fsetlocking is declared
configure:31561: result: no
configure:31582: checking for tcgetattr
configure:31610: result: no
configure:31623: checking for tcsetattr
configure:31651: result: no
configure:31730: checking whether gettimeofday clobbers localtime buffer
configure:31783: result: guessing no
configure:31802: checking for gettimeofday with POSIX signature
configure:31855: result: yes
configure:31906: checking for library containing gethostbyname
configure:31954: result: no
configure:31968: checking for gethostbyname
configure:31968: result: no
configure:31976: checking for gethostbyname in winsock2.h and -lws2_32
configure:32008: result: yes
configure:32036: checking for winsock2.h
configure:32036: result: yes
configure:32057: checking whether inet_ntop is declared
configure:32057: result: no
configure:32221: checking for winsock2.h
configure:32221: result: yes
configure:32242: checking whether inet_pton is declared
configure:32242: result: no
configure:32429: checking whether INT32_MAX < INTMAX_MAX
configure:32470: result: yes
configure:32481: checking whether INT64_MAX == LONG_MAX
configure:32522: result: no
configure:32535: checking whether UINT32_MAX < UINTMAX_MAX
configure:32576: result: yes
configure:32587: checking whether UINT64_MAX == ULONG_MAX
configure:32628: result: no
configure:32645: checking whether the compiler supports the __inline keyword
configure:32669: result: yes
configure:32723: checking whether lseek detects pipes
configure:32791: result: no
configure:32972: checking for __mktime_internal
configure:32972: result: no
configure:33126: checking whether <netinet/in.h> is self-contained
configure:33151: result: no
configure:33159: checking for netinet/in.h
configure:33159: result: no
configure:33283: checking for struct tm.tm_zone
configure:33283: result: no
configure:33301: checking whether tzname is declared
configure:33301: result: yes
configure:33313: checking for tzname
configure:33341: result: yes
configure:33356: checking whether program_invocation_name is declared
configure:33356: result: no
configure:33368: checking whether program_invocation_short_name is declared
configure:33368: result: no
configure:33615: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include -L/home/tim/src/wget2/x86_64-w64-mingw32/lib conftest.c -lunistring -latomic  >&5
configure:33615: $? = 0
configure:33713: checking for library containing getservbyname
configure:33761: result: no
configure:33775: checking for getservbyname
configure:33775: result: no
configure:33783: checking for getservbyname in winsock2.h and -lws2_32
configure:33815: result: yes
configure:34058: checking for volatile sig_atomic_t
configure:34058: result: yes
configure:34074: checking for sighandler_t
configure:34074: result: no
configure:34092: checking for stdint.h
configure:34092: result: yes
configure:34102: checking for SIZE_MAX
configure:34173: result: yes
configure:34189: checking for snprintf
configure:34189: result: yes
configure:34202: checking whether snprintf respects a size of 1
configure:34254: result: guessing yes
configure:34413: checking for socklen_t
configure:34413: result: yes
configure:34476: checking for ssize_t
configure:34500: result: yes
configure:34512: checking for struct stat.st_atim.tv_nsec
configure:34512: result: no
configure:34563: checking for struct stat.st_atimespec.tv_nsec
configure:34563: result: no
configure:34574: checking for struct stat.st_atimensec
configure:34574: result: no
configure:34585: checking for struct stat.st_atim.st__tim.tv_nsec
configure:34585: result: no
configure:34607: checking for struct stat.st_birthtimespec.tv_nsec
configure:34607: result: no
configure:34618: checking for struct stat.st_birthtimensec
configure:34618: result: no
configure:34629: checking for struct stat.st_birthtim.tv_nsec
configure:34629: result: no
configure:34647: checking for working stdalign.h
configure:34699: result: yes
configure:34750: checking for good max_align_t
configure:34780: result: yes
configure:34792: checking whether NULL can be used in arbitrary expressions
configure:34817: result: yes
configure:34985: checking which flavor of printf attribute matches inttypes macros
configure:35019: result: gnu
configure:35290: checking for nlink_t
configure:35290: result: no
configure:35410: checking whether localtime_r is declared
configure:35410: result: no
configure:35510: checking whether localtime loops forever near extrema
configure:35553: result: guessing no
configure:35561: checking for timezone_t
configure:35561: result: no
configure:35657: checking whether tzset clobbers localtime buffer
configure:35711: result: guessing no
configure:35869: checking for unsetenv
configure:35869: result: no
configure:36080: checking for ptrdiff_t
configure:36080: result: yes
configure:36206: checking for stdint.h
configure:36206: result: yes
configure:36304: checking whether the compiler generally respects inline
configure:36334: result: yes
configure:36345: checking for ssize_t
configure:36369: result: yes
configure:38907: checking whether C compiler handles -Werror -Wunknown-warning-option
configure:38936: result: no
configure:38953: checking whether C compiler handles -Wtype-limits
configure:38982: result: yes
configure:39023: checking whether -Wno-missing-field-initializers is supported
configure:39050: result: yes
configure:39054: checking whether -Wno-missing-field-initializers is needed
configure:39087: result: no
configure:39091: checking whether -Wuninitialized is supported
configure:39118: result: yes
configure:39298: checking max safe object size
configure:39300: x86_64-w64-mingw32-gcc -c -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:288:12: error: size of array 'test_array' is negative
 static int test_array [1 - 2 * !((LONG_MAX < (PTRDIFF_MAX < (size_t) -1 ? PTRDIFF_MAX : (size_t) -1)
            ^~~~~~~~~~
configure:39300: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define _DARWIN_USE_64_BIT_INODE 1
| #define STDC_HEADERS 1
| #define _UNICODE 1
| #define HAVE_STDATOMIC_H 1
| #define HAVE_LIBNETTLE 1
| #define C99_MACROS 1
| #define ENABLE_SSL2 1
| #define ENABLE_DTLS_SRTP 1
| #define ENABLE_ALPN 1
| #define ENABLE_HEARTBEAT 1
| #define ENABLE_SRP 1
| #define ENABLE_PSK 1
| #define ENABLE_ANON 1
| #define ENABLE_DHE 1
| #define ENABLE_ECDHE 1
| #define ENABLE_GOST 1
| #define ENABLE_OCSP 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define GNUTLS_POINTER_TO_INT_CAST (long long)
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_CRTDEFS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WINSOCK2_H 1
| #define WINDOWS_SOCKETS 1
| #define HAVE_ICONV 1
| #define HAVE_GETPID 1
| #define HAVE_LOCALTIME 1
| #define HAVE_ALLOCA 1
| #define nlink_t int
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MPROTECT 1
| #define HAVE__SET_INVALID_PARAMETER_HANDLER 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_DECL_GETLINE 0
| #define restrict __restrict
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_MEMMEM 0
| #define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_DECL_GETC_UNLOCKED 0
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_NTOP 0
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_PTON 0
| #define LSEEK_PIPE_BROKEN 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_MEMMEM 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define nlink_t int
| #define HAVE_DECL_LOCALTIME_R 0
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_VASPRINTF 1
| #define GNULIB_TEST_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FLOCKFILE 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FUNLOCKFILE 0
| #define HAVE_DECL_PUTC_UNLOCKED 0
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_DECL_ALARM 0
| #define HAVE_DECL_TZNAME 1
| #define HAVE_TZNAME 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_SETENV 0
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define uid_t int
| #define gid_t int
| #define HAVE_DECL_UNSETENV 0
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_BIND 1
| #define HAVE_WINSOCK2_H 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_DECL_GETC_UNLOCKED 0
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define HAVE_DECL___FSETLOCKING 0
| #define HAVE_TCGETATTR 0
| #define HAVE_TCSETATTR 0
| #define GNULIB_TEST_GETPASS 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_NTOP 0
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_PTON 0
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LISTEN 1
| #define LSEEK_PIPE_BROKEN 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MEMCHR 1
| #define NEED_MKTIME_WORKING 1
| #define NEED_MKTIME_WINDOWS 1
| #define GNULIB_TEST_MKTIME 1
| #define NEED_MKTIME_INTERNAL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define my_strftime nstrftime
| #define HAVE_DECL_TZNAME 1
| #define HAVE_TZNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define GNULIB_TEST_SOCKET 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define GNULIB_TEST_STRDUP 1
| #define nlink_t int
| #define HAVE_DECL_LOCALTIME_R 0
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TIME_RZ 1
| #define GNULIB_TEST_TIMEGM 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GNULIB_TEST_TZSET 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define HAVE_INLINE 1
| #define GNULIB_TEST_UNINORM_U16_NORMALIZE 1
| #define GNULIB_TEST_UNINORM_U32_NORMALIZE 1
| #define GNULIB_TEST_UNINORM_U8_NORMALIZE 1
| #define GNULIB_UNISTR_U16_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U16_MBTOUCR 1
| #define GNULIB_UNISTR_U16_UCTOMB 1
| #define GNULIB_UNISTR_U32_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U32_UCTOMB 1
| #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U8_MBTOUCR 1
| #define GNULIB_UNISTR_U8_UCTOMB 1
| /* end confdefs.h.  */
| #include <limits.h>
|       #include <stddef.h>
|       #include <stdint.h>
|     
| int
| main ()
| {
| static int test_array [1 - 2 * !((LONG_MAX < (PTRDIFF_MAX < (size_t) -1 ? PTRDIFF_MAX : (size_t) -1)
|      ? -1
|      : PTRDIFF_MAX < (size_t) -1 ? (long) PTRDIFF_MAX : (long) (size_t) -1) >= 0)];
| test_array [0] = 0;
| return test_array [0];
| 
|   ;
|   return 0;
| }
configure:39300: x86_64-w64-mingw32-gcc -c -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.c >&5
configure:39300: $? = 0
configure:39300: x86_64-w64-mingw32-gcc -c -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.c >&5
configure:39300: $? = 0
configure:39314: result: 9223372036854775807
configure:39379: checking whether C compiler handles -fno-common
configure:39409: result: yes
configure:39379: checking whether C compiler handles -W
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Waddress
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Waggressive-loop-optimizations
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wall
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wattribute-alias
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wattributes
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wbad-function-cast
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wbool-compare
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wbool-operation
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wbuiltin-declaration-mismatch
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wbuiltin-macro-redefined
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wcast-align
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wcast-align=strict
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wcast-function-type
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wchar-subscripts
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wclobbered
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wcomment
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wcomments
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wcoverage-mismatch
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wcpp
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdangling-else
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdate-time
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdeprecated
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdeprecated-declarations
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdesignated-init
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdisabled-optimization
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdiscarded-array-qualifiers
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdiscarded-qualifiers
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdiv-by-zero
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wdouble-promotion
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wduplicated-branches
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wduplicated-cond
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wduplicate-decl-specifier
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wempty-body
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wendif-labels
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wenum-compare
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wexpansion-to-defined
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wextra
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wformat-contains-nul
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wformat-extra-args
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wformat-security
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wformat-zero-length
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wframe-address
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wfree-nonheap-object
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Whsa
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wif-not-aligned
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wignored-attributes
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wignored-qualifiers
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wimplicit
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wimplicit-function-declaration
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wimplicit-int
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wincompatible-pointer-types
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Winit-self
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wint-conversion
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wint-in-bool-context
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wint-to-pointer-cast
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Winvalid-memory-model
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Winvalid-pch
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wlogical-not-parentheses
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wlogical-op
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmain
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmaybe-uninitialized
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmemset-elt-size
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmemset-transposed-args
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmisleading-indentation
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmissing-attributes
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmissing-braces
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmissing-declarations
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmissing-field-initializers
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmissing-include-dirs
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmissing-parameter-type
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmissing-prototypes
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmultichar
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wmultistatement-macros
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wnarrowing
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wnested-externs
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wnonnull
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wnonnull-compare
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wnull-dereference
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wodr
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wold-style-declaration
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wold-style-definition
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wopenmp-simd
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Woverflow
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Woverride-init
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpacked
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpacked-bitfield-compat
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpacked-not-aligned
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wparentheses
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpointer-arith
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpointer-compare
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpointer-sign
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpointer-to-int-cast
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpragmas
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wpsabi
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wrestrict
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wreturn-local-addr
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wreturn-type
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wscalar-storage-order
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsequence-point
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wshadow
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wshift-count-negative
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wshift-count-overflow
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wshift-negative-value
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsizeof-array-argument
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsizeof-pointer-div
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsizeof-pointer-memaccess
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wstrict-aliasing
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wstrict-prototypes
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wstringop-truncation
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsuggest-attribute=cold
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsuggest-attribute=format
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsuggest-attribute=malloc
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsuggest-final-methods
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsuggest-final-types
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wswitch
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wswitch-bool
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wswitch-unreachable
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wsync-nand
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wtautological-compare
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wtrampolines
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wtrigraphs
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wtype-limits
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wuninitialized
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunknown-pragmas
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-but-set-parameter
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-but-set-variable
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-function
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-label
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-local-typedefs
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-macros
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-parameter
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-result
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-value
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-variable
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wvarargs
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wvariadic-macros
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wvector-operation-performance
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wvolatile-register-var
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wwrite-strings
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Warray-bounds=2
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wformat-overflow=2
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wformat-truncation=2
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wimplicit-fallthrough=5
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wnormalized=nfc
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wshift-overflow=2
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wstringop-overflow=2
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wunused-const-variable=2
configure:39409: result: yes
configure:39379: checking whether C compiler handles -Wvla-larger-than=4031
configure:39409: result: yes
configure:39419: checking whether C compiler handles -Wno-missing-field-initializers
configure:39448: result: yes
configure:39457: checking whether C compiler handles -Wno-unused-parameter
configure:39486: result: yes
configure:39495: checking whether C compiler handles -Wno-format-truncation
configure:39524: result: yes
configure:39533: checking whether C compiler handles -Wimplicit-fallthrough=2
configure:39562: result: yes
configure:39571: checking whether C compiler handles -Wabi=11
configure:39600: result: yes
configure:39609: checking whether C compiler handles -fdiagnostics-show-option
configure:39638: result: yes
configure:39651: checking whether ln -s works
configure:39655: result: yes
configure:39708: checking how to print strings
configure:39735: result: printf
configure:39756: checking for a sed that does not truncate output
configure:39820: result: /bin/sed
configure:39838: checking for fgrep
configure:39900: result: /bin/grep -F
configure:39935: checking for ld used by x86_64-w64-mingw32-gcc
configure:40002: result: /usr/bin/x86_64-w64-mingw32-ld
configure:40009: checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld
configure:40024: result: yes
configure:40036: checking for BSD- or MS-compatible name lister (nm)
configure:40090: result: /usr/bin/x86_64-w64-mingw32-nm -B
configure:40220: checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface
configure:40240: result: BSD nm
configure:40244: checking the maximum length of command line arguments
configure:40375: result: 1572864
configure:40423: checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format
configure:40463: result: func_convert_file_nix_to_w32
configure:40470: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:40490: result: func_convert_file_noop
configure:40497: checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files
configure:40504: result: -r
configure:40538: checking for x86_64-w64-mingw32-objdump
configure:40565: result: x86_64-w64-mingw32-objdump
configure:40637: checking how to recognize dependent libraries
configure:40837: result: file_magic ^x86 archive import|^x86 DLL
configure:40882: checking for x86_64-w64-mingw32-dlltool
configure:40909: result: x86_64-w64-mingw32-dlltool
configure:40982: checking how to associate runtime and link libraries
configure:41009: result: func_cygming_dll_for_implib
configure:41025: checking for x86_64-w64-mingw32-ar
configure:41052: result: x86_64-w64-mingw32-ar
configure:41133: checking for archiver @FILE support
configure:41176: result: @
configure:41194: checking for x86_64-w64-mingw32-strip
configure:41221: result: x86_64-w64-mingw32-strip
configure:41293: checking for x86_64-w64-mingw32-ranlib
configure:41320: result: x86_64-w64-mingw32-ranlib
configure:41462: checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object
configure:41729: result: ok
configure:41776: checking for sysroot
configure:41806: result: no
configure:41813: checking for a working dd
configure:41851: result: /bin/dd
configure:41855: checking how to truncate binary pipes
configure:41870: result: /bin/dd bs=4096 count=1
configure:42159: checking for x86_64-w64-mingw32-mt
configure:42189: result: no
configure:42199: checking for mt
configure:42226: result: mt
configure:42238: WARNING: using cross tools not prefixed with host triplet
configure:42249: checking if mt is a manifest tool
configure:42263: result: no
configure:42937: checking for dlfcn.h
configure:42937: result: yes
configure:43202: checking for objdir
configure:43217: result: .libs
configure:43481: checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions
configure:43516: result: no
configure:43880: checking for x86_64-w64-mingw32-gcc option to produce PIC
configure:43887: result: -DDLL_EXPORT -DPIC
configure:43895: checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works
configure:43930: result: yes
configure:43959: checking if x86_64-w64-mingw32-gcc static flag -static works
configure:43987: result: yes
configure:44002: checking if x86_64-w64-mingw32-gcc supports -c -o file.o
configure:44049: result: yes
configure:44057: checking if x86_64-w64-mingw32-gcc supports -c -o file.o
configure:44104: result: yes
configure:44137: checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries
configure:45400: result: yes
configure:45437: checking whether -lc should be explicitly linked in
configure:45480: result: yes
configure:45640: checking dynamic linker characteristics
configure:46470: result: Win32 ld.exe
configure:46592: checking how to hardcode library paths into programs
configure:46617: result: immediate
configure:47165: checking whether stripping libraries is possible
configure:47170: result: yes
configure:47205: checking if libtool supports shared libraries
configure:47207: result: yes
configure:47210: checking whether to build shared libraries
configure:47235: result: yes
configure:47238: checking whether to build static libraries
configure:47242: result: no
configure:47265: checking how to run the C++ preprocessor
configure:47331: result: x86_64-w64-mingw32-g++ -E
configure:47351: x86_64-w64-mingw32-g++ -E -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.cpp
configure:47351: $? = 0
configure:47365: x86_64-w64-mingw32-g++ -E -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.cpp
conftest.cpp:283:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:47365: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define _DARWIN_USE_64_BIT_INODE 1
| #define STDC_HEADERS 1
| #define _UNICODE 1
| #define HAVE_STDATOMIC_H 1
| #define HAVE_LIBNETTLE 1
| #define C99_MACROS 1
| #define ENABLE_SSL2 1
| #define ENABLE_DTLS_SRTP 1
| #define ENABLE_ALPN 1
| #define ENABLE_HEARTBEAT 1
| #define ENABLE_SRP 1
| #define ENABLE_PSK 1
| #define ENABLE_ANON 1
| #define ENABLE_DHE 1
| #define ENABLE_ECDHE 1
| #define ENABLE_GOST 1
| #define ENABLE_OCSP 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define GNUTLS_POINTER_TO_INT_CAST (long long)
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_CRTDEFS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WINSOCK2_H 1
| #define WINDOWS_SOCKETS 1
| #define HAVE_ICONV 1
| #define HAVE_GETPID 1
| #define HAVE_LOCALTIME 1
| #define HAVE_ALLOCA 1
| #define nlink_t int
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MPROTECT 1
| #define HAVE__SET_INVALID_PARAMETER_HANDLER 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_DECL_GETLINE 0
| #define restrict __restrict
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_MEMMEM 0
| #define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_DECL_GETC_UNLOCKED 0
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_NTOP 0
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_PTON 0
| #define LSEEK_PIPE_BROKEN 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_MEMMEM 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define nlink_t int
| #define HAVE_DECL_LOCALTIME_R 0
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_VASPRINTF 1
| #define GNULIB_TEST_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FLOCKFILE 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FUNLOCKFILE 0
| #define HAVE_DECL_PUTC_UNLOCKED 0
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_DECL_ALARM 0
| #define HAVE_DECL_TZNAME 1
| #define HAVE_TZNAME 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_SETENV 0
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define uid_t int
| #define gid_t int
| #define HAVE_DECL_UNSETENV 0
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_BIND 1
| #define HAVE_WINSOCK2_H 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_DECL_GETC_UNLOCKED 0
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define HAVE_DECL___FSETLOCKING 0
| #define HAVE_TCGETATTR 0
| #define HAVE_TCSETATTR 0
| #define GNULIB_TEST_GETPASS 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_NTOP 0
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_PTON 0
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LISTEN 1
| #define LSEEK_PIPE_BROKEN 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MEMCHR 1
| #define NEED_MKTIME_WORKING 1
| #define NEED_MKTIME_WINDOWS 1
| #define GNULIB_TEST_MKTIME 1
| #define NEED_MKTIME_INTERNAL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define my_strftime nstrftime
| #define HAVE_DECL_TZNAME 1
| #define HAVE_TZNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define GNULIB_TEST_SOCKET 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define GNULIB_TEST_STRDUP 1
| #define nlink_t int
| #define HAVE_DECL_LOCALTIME_R 0
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TIME_RZ 1
| #define GNULIB_TEST_TIMEGM 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GNULIB_TEST_TZSET 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define HAVE_INLINE 1
| #define GNULIB_TEST_UNINORM_U16_NORMALIZE 1
| #define GNULIB_TEST_UNINORM_U32_NORMALIZE 1
| #define GNULIB_TEST_UNINORM_U8_NORMALIZE 1
| #define GNULIB_UNISTR_U16_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U16_MBTOUCR 1
| #define GNULIB_UNISTR_U16_UCTOMB 1
| #define GNULIB_UNISTR_U32_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U32_UCTOMB 1
| #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U8_MBTOUCR 1
| #define GNULIB_UNISTR_U8_UCTOMB 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:47527: checking for ld used by x86_64-w64-mingw32-g++
configure:47594: result: /usr/bin/x86_64-w64-mingw32-ld
configure:47601: checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld
configure:47616: result: yes
configure:47671: checking whether the x86_64-w64-mingw32-g++ linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries
configure:48744: result: yes
configure:48780: x86_64-w64-mingw32-g++ -c -g -O2 -I/home/tim/src/wget2/x86_64-w64-mingw32/include conftest.cpp >&5
configure:48783: $? = 0
configure:49264: checking for x86_64-w64-mingw32-g++ option to produce PIC
configure:49271: result: -DDLL_EXPORT -DPIC
configure:49279: checking if x86_64-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works
configure:49314: result: yes
configure:49337: checking if x86_64-w64-mingw32-g++ static flag -static works
configure:49365: result: yes
configure:49377: checking if x86_64-w64-mingw32-g++ supports -c -o file.o
configure:49424: result: yes
configure:49429: checking if x86_64-w64-mingw32-g++ supports -c -o file.o
configure:49476: result: yes
configure:49506: checking whether the x86_64-w64-mingw32-g++ linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries
configure:49549: result: yes
configure:49690: checking dynamic linker characteristics
configure:50447: result: Win32 ld.exe
configure:50512: checking how to hardcode library paths into programs
configure:50537: result: immediate
configure:51092: checking for libdl
configure:51124: result: no
configure:51203: checking for CMOCKA
configure:51210: $PKG_CONFIG --exists --print-errors "cmocka >= 1.0.1"
Package cmocka was not found in the pkg-config search path.
Perhaps you should add the directory containing `cmocka.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cmocka' found
configure:51213: $? = 1
configure:51227: $PKG_CONFIG --exists --print-errors "cmocka >= 1.0.1"
Package cmocka was not found in the pkg-config search path.
Perhaps you should add the directory containing `cmocka.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cmocka' found
configure:51230: $? = 1
configure:51244: result: no
No package 'cmocka' found
configure:51294: checking for library containing idn2_lookup_u8
configure:51342: result: -lidn2
configure:51386: checking for nettle_secp_192r1 in -lhogweed
configure:51420: result: no
configure:51449: checking for nettle_rsa_sec_decrypt
configure:51449: result: yes
configure:51468: checking for nettle_cfb8_encrypt
configure:51468: result: yes
configure:51484: checking for nettle_cmac128_update
configure:51484: result: yes
configure:51500: checking for xts_encrypt_message
configure:51500: result: no
configure:51512: checking whether to build libdane
configure:51521: result: no
configure:51765: checking for tss library
configure:51782: x86_64-w64-mingw32-gcc -o conftest.exe -O2 -Wall -Wno-format -I/home/tim/src/wget2/x86_64-w64-mingw32/include -L/home/tim/src/wget2/x86_64-w64-mingw32/lib conftest.c  -ltspi >&5
conftest.c:291:15: fatal error: trousers/tss.h: No such file or directory
      #include <trousers/tss.h>
               ^~~~~~~~~~~~~~~~
compilation terminated.
configure:51782: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GnuTLS"
| #define PACKAGE_TARNAME "gnutls"
| #define PACKAGE_VERSION "3.6.7"
| #define PACKAGE_STRING "GnuTLS 3.6.7"
| #define PACKAGE_BUGREPORT "bugs@gnutls.org"
| #define PACKAGE_URL ""
| #define PACKAGE "gnutls"
| #define VERSION "3.6.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define _FILE_OFFSET_BITS 64
| #define _DARWIN_USE_64_BIT_INODE 1
| #define STDC_HEADERS 1
| #define _UNICODE 1
| #define HAVE_STDATOMIC_H 1
| #define HAVE_LIBNETTLE 1
| #define C99_MACROS 1
| #define ENABLE_SSL2 1
| #define ENABLE_DTLS_SRTP 1
| #define ENABLE_ALPN 1
| #define ENABLE_HEARTBEAT 1
| #define ENABLE_SRP 1
| #define ENABLE_PSK 1
| #define ENABLE_ANON 1
| #define ENABLE_DHE 1
| #define ENABLE_ECDHE 1
| #define ENABLE_GOST 1
| #define ENABLE_OCSP 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define GNUTLS_POINTER_TO_INT_CAST (long long)
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_CRTDEFS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WINSOCK2_H 1
| #define WINDOWS_SOCKETS 1
| #define HAVE_ICONV 1
| #define HAVE_GETPID 1
| #define HAVE_LOCALTIME 1
| #define HAVE_ALLOCA 1
| #define nlink_t int
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MPROTECT 1
| #define HAVE__SET_INVALID_PARAMETER_HANDLER 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_TZSET 1
| #define HAVE_DECL_GETLINE 0
| #define restrict __restrict
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_MEMMEM 0
| #define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 0
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_DECL_GETC_UNLOCKED 0
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_NTOP 0
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_PTON 0
| #define LSEEK_PIPE_BROKEN 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_MEMMEM 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define GNULIB_TEST_STRVERSCMP 1
| #define nlink_t int
| #define HAVE_DECL_LOCALTIME_R 0
| #define GNULIB_TEST_TIME_R 1
| #define HAVE_VASPRINTF 1
| #define GNULIB_TEST_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FLOCKFILE 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FUNLOCKFILE 0
| #define HAVE_DECL_PUTC_UNLOCKED 0
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_DECL_ALARM 0
| #define HAVE_DECL_TZNAME 1
| #define HAVE_TZNAME 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_SETENV 0
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define uid_t int
| #define gid_t int
| #define HAVE_DECL_UNSETENV 0
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_BIND 1
| #define HAVE_WINSOCK2_H 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_CONNECT 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_DECL_GETC_UNLOCKED 0
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define HAVE_DECL___FSETLOCKING 0
| #define HAVE_TCGETATTR 0
| #define HAVE_TCSETATTR 0
| #define GNULIB_TEST_GETPASS 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_NTOP 0
| #define HAVE_WINSOCK2_H 1
| #define HAVE_DECL_INET_PTON 0
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LISTEN 1
| #define LSEEK_PIPE_BROKEN 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MEMCHR 1
| #define NEED_MKTIME_WORKING 1
| #define NEED_MKTIME_WINDOWS 1
| #define GNULIB_TEST_MKTIME 1
| #define NEED_MKTIME_INTERNAL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define my_strftime nstrftime
| #define HAVE_DECL_TZNAME 1
| #define HAVE_TZNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STDINT_H 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define GNULIB_TEST_SOCKET 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define GNULIB_TEST_STRDUP 1
| #define nlink_t int
| #define HAVE_DECL_LOCALTIME_R 0
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TIME_RZ 1
| #define GNULIB_TEST_TIMEGM 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GNULIB_TEST_TZSET 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_STDINT_H 1
| #define HAVE_INLINE 1
| #define GNULIB_TEST_UNINORM_U16_NORMALIZE 1
| #define GNULIB_TEST_UNINORM_U32_NORMALIZE 1
| #define GNULIB_TEST_UNINORM_U8_NORMALIZE 1
| #define GNULIB_UNISTR_U16_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U16_MBTOUCR 1
| #define GNULIB_UNISTR_U16_UCTOMB 1
| #define GNULIB_UNISTR_U32_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U32_UCTOMB 1
| #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1
| #define GNULIB_UNISTR_U8_MBTOUCR 1
| #define GNULIB_UNISTR_U8_UCTOMB 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBIDN2 1
| #define HAVE_NETTLE_RSA_SEC_DECRYPT 1
| #define HAVE_NETTLE_CFB8_ENCRYPT 1
| #define HAVE_NETTLE_CMAC128_UPDATE 1
| #define UNBOUND_ROOT_KEY_FILE "C:\Program Files\Unbound\root.key"
| #define SYSTEM_PRIORITY_FILE "/etc/gnutls/default-priorities"
| #define DEFAULT_PRIORITY_STRING "NORMAL"
| /* end confdefs.h.  */
| 
| 		   #include <trousers/tss.h>
| 		   #include <trousers/trousers.h>
| int
| main ()
| {
| 
| 		   int err = Tspi_Context_Create((void *)0);
| 		   Trspi_Error_String(err);
|   ;
|   return 0;
| }
configure:51793: result: no
configure:51798: WARNING:
***
*** trousers was not found. TPM support will be disabled.
*** 
configure:53591: checking for working stdnoreturn.h
configure:53627: result: yes
configure:53670: checking size of unsigned long int
configure:53689: result: 4
configure:53703: checking size of unsigned int
configure:53722: result: 4
configure:53736: checking size of time_t
configure:53755: result: 8
configure:53879: checking whether building Guile bindings
configure:53888: result: no
configure:54958: checking that generated files are newer than configure
configure:54964: result: done
configure:55763: creating ./config.status

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

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

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

on ryzen

config.status:2764: creating guile/pre-inst-guile
config.status:2764: creating Makefile
config.status:2764: creating doc/Makefile
config.status:2764: creating doc/credentials/Makefile
config.status:2764: creating doc/credentials/srp/Makefile
config.status:2764: creating doc/credentials/x509/Makefile
config.status:2764: creating doc/doxygen/Doxyfile
config.status:2764: creating doc/examples/Makefile
config.status:2764: creating doc/latex/Makefile
config.status:2764: creating doc/manpages/Makefile
config.status:2764: creating doc/reference/Makefile
config.status:2764: creating doc/reference/version.xml
config.status:2764: creating doc/scripts/Makefile
config.status:2764: creating extra/Makefile
config.status:2764: creating extra/includes/Makefile
config.status:2764: creating libdane/Makefile
config.status:2764: creating libdane/includes/Makefile
config.status:2764: creating libdane/gnutls-dane.pc
config.status:2764: creating gl/Makefile
config.status:2764: creating gl/tests/Makefile
config.status:2764: creating guile/Makefile
config.status:2764: creating guile/src/Makefile
config.status:2764: creating lib/Makefile
config.status:2764: creating lib/accelerated/Makefile
config.status:2764: creating lib/accelerated/x86/Makefile
config.status:2764: creating lib/accelerated/aarch64/Makefile
config.status:2764: creating lib/algorithms/Makefile
config.status:2764: creating lib/auth/Makefile
config.status:2764: creating lib/ext/Makefile
config.status:2764: creating lib/extras/Makefile
config.status:2764: creating lib/gnutls.pc
config.status:2764: creating lib/includes/Makefile
config.status:2764: creating lib/includes/gnutls/gnutls.h
config.status:2764: creating lib/minitasn1/Makefile
config.status:2764: creating lib/nettle/Makefile
config.status:2764: creating lib/x509/Makefile
config.status:2764: creating lib/unistring/Makefile
config.status:2764: creating po/Makefile.in
config.status:2764: creating src/Makefile
config.status:2764: creating src/args-std.def
config.status:2764: creating src/gl/Makefile
config.status:2764: creating tests/Makefile
config.status:2764: creating tests/windows/Makefile
config.status:2764: creating tests/cert-tests/Makefile
config.status:2764: creating tests/slow/Makefile
config.status:2764: creating tests/suite/Makefile
config.status:2764: creating fuzz/Makefile
config.status:2764: creating config.h
config.status:3024: executing depfiles commands
config.status:3101: cd doc       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd doc/examples       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd extra       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd libdane       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd gl       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd gl/tests       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:3106: $? = 0
config.status:3101: cd guile/src       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/accelerated       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/accelerated/x86       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/accelerated/aarch64       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/algorithms       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/auth       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/ext       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/extras       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/minitasn1       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/nettle       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/x509       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd lib/unistring       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd src       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd src/gl       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd tests       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd tests/windows       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd tests/slow       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd tests/suite       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3101: cd fuzz       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
make: Nothing to be done for 'am--depfiles'.
config.status:3106: $? = 0
config.status:3024: executing po-directories commands
config.status:3024: executing libtool commands
configure:58395: summary of build options:

  version:              3.6.7 shared 53:2:23
  Host/Target system:   x86_64-w64-mingw32
  Build system:         x86_64-pc-linux-gnu
  Install prefix:       /home/tim/src/wget2/x86_64-w64-mingw32
  Compiler:             x86_64-w64-mingw32-gcc
  Valgrind:             no 
  CFlags:               -O2 -Wall -Wno-format
  Library types:        Shared=yes, Static=no
  Local libopts:        no
  Local libtasn1:       yes
  Local unistring:      no
  Use nettle-mini:      yes
  Documentation:        no (manpages: no)

configure:58421: External hardware support:

  /dev/crypto:          no
  Hardware accel:       none
  Padlock accel:        no
  Random gen. variant:  auto-detect
  PKCS#11 support:      no
  TPM support:          no

configure:58460: Optional features:
(note that included applications might not compile properly
if features are disabled)

  SSL3.0 support:       no
  SSL2.0 client hello:  yes
  Allow SHA1 sign:      no
  DTLS-SRTP support:    yes
  ALPN support:         yes
  OCSP support:         yes
  SRP support:          yes
  PSK support:          yes
  DHE support:          yes
  ECDHE support:        yes
  GOST support:         yes
  Anon auth support:    yes
  Heartbeat support:    yes
  IDNA support:         IDNA 2008 (libidn2)
  Non-SuiteB curves:    no
  FIPS140 mode:         no

configure:58489: Optional libraries:

  Guile wrappers:       no
  C++ library:          no
  DANE library:         no
  OpenSSL compat:       no

configure:58507: System files:

  Trust store pkcs11:   
  Trust store dir:      
  Trust store file:     
  Blacklist file:       
  CRL file:             
  Priority file:        /etc/gnutls/default-priorities
  DNSSEC root key file: C:\Program Files\Unbound\root.key

configure:58526: WARNING:
***
*** The DNSSEC root key file in C:\Program Files\Unbound\root.key was not found.
*** This file is needed for the verification of DNSSEC responses.
*** Use the command: unbound-anchor -a "C:\Program Files\Unbound\root.key"
*** to generate or update it.
*** 

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_flexmember=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_c_vararrays=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_BROTLIDEC_CFLAGS_set=
ac_cv_env_BROTLIDEC_CFLAGS_value=
ac_cv_env_BROTLIDEC_LIBS_set=
ac_cv_env_BROTLIDEC_LIBS_value=
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -Wall -Wno-format'
ac_cv_env_CMOCKA_CFLAGS_set=
ac_cv_env_CMOCKA_CFLAGS_value=
ac_cv_env_CMOCKA_LIBS_set=
ac_cv_env_CMOCKA_LIBS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/home/tim/src/wget2/x86_64-w64-mingw32/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GMP_CFLAGS_set=
ac_cv_env_GMP_CFLAGS_value=
ac_cv_env_GMP_LIBS_set=
ac_cv_env_GMP_LIBS_value=
ac_cv_env_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
ac_cv_env_GTKDOC_DEPS_LIBS_set=
ac_cv_env_GTKDOC_DEPS_LIBS_value=
ac_cv_env_GUILE_CFLAGS_set=
ac_cv_env_GUILE_CFLAGS_value=
ac_cv_env_GUILE_LIBS_set=
ac_cv_env_GUILE_LIBS_value=
ac_cv_env_HOGWEED_CFLAGS_set=
ac_cv_env_HOGWEED_CFLAGS_value=
ac_cv_env_HOGWEED_LIBS_set=
ac_cv_env_HOGWEED_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/home/tim/src/wget2/x86_64-w64-mingw32/lib
ac_cv_env_LIBHSTS_CFLAGS_set=
ac_cv_env_LIBHSTS_CFLAGS_value=
ac_cv_env_LIBHSTS_LIBS_set=
ac_cv_env_LIBHSTS_LIBS_value=
ac_cv_env_LIBIDN2_CFLAGS_set=
ac_cv_env_LIBIDN2_CFLAGS_value=
ac_cv_env_LIBIDN2_LIBS_set=
ac_cv_env_LIBIDN2_LIBS_value=
ac_cv_env_LIBIDN_CFLAGS_set=
ac_cv_env_LIBIDN_CFLAGS_value=
ac_cv_env_LIBIDN_LIBS_set=
ac_cv_env_LIBIDN_LIBS_value=
ac_cv_env_LIBNGHTTP2_CFLAGS_set=
ac_cv_env_LIBNGHTTP2_CFLAGS_value=
ac_cv_env_LIBNGHTTP2_LIBS_set=
ac_cv_env_LIBNGHTTP2_LIBS_value=
ac_cv_env_LIBPCRE2_CFLAGS_set=
ac_cv_env_LIBPCRE2_CFLAGS_value=
ac_cv_env_LIBPCRE2_LIBS_set=
ac_cv_env_LIBPCRE2_LIBS_value=
ac_cv_env_LIBPCRE_CFLAGS_set=
ac_cv_env_LIBPCRE_CFLAGS_value=
ac_cv_env_LIBPCRE_LIBS_set=
ac_cv_env_LIBPCRE_LIBS_value=
ac_cv_env_LIBPSL_CFLAGS_set=
ac_cv_env_LIBPSL_CFLAGS_value=
ac_cv_env_LIBPSL_LIBS_set=
ac_cv_env_LIBPSL_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTASN1_CFLAGS_set=
ac_cv_env_LIBTASN1_CFLAGS_value=
ac_cv_env_LIBTASN1_LIBS_set=
ac_cv_env_LIBTASN1_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_LZMA_CFLAGS_set=
ac_cv_env_LZMA_CFLAGS_value=
ac_cv_env_LZMA_LIBS_set=
ac_cv_env_LZMA_LIBS_value=
ac_cv_env_MICROHTTPD_CFLAGS_set=
ac_cv_env_MICROHTTPD_CFLAGS_value=
ac_cv_env_MICROHTTPD_LIBS_set=
ac_cv_env_MICROHTTPD_LIBS_value=
ac_cv_env_NETTLE_CFLAGS_set=
ac_cv_env_NETTLE_CFLAGS_value=
ac_cv_env_NETTLE_LIBS_set=
ac_cv_env_NETTLE_LIBS_value=
ac_cv_env_P11_KIT_CFLAGS_set=
ac_cv_env_P11_KIT_CFLAGS_value=
ac_cv_env_P11_KIT_LIBS_set=
ac_cv_env_P11_KIT_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig:/usr/x86_64-w64-mingw32/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=set
ac_cv_env_PKG_CONFIG_value=/usr/bin/x86_64-w64-mingw32-pkg-config
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_value=
ac_cv_env_ZSTD_CFLAGS_set=
ac_cv_env_ZSTD_CFLAGS_value=
ac_cv_env_ZSTD_LIBS_set=
ac_cv_env_ZSTD_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-w64-mingw32
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func_MHD_free=yes
ac_cv_func___fpurge=no
ac_cv_func___freading=no
ac_cv_func___fsetlocking=no
ac_cv_func___mktime_internal=no
ac_cv_func___register_atfork=no
ac_cv_func___secure_getenv=no
ac_cv_func___xpg_strerror_r=no
ac_cv_func__fseeki64=yes
ac_cv_func__set_invalid_parameter_handler=yes
ac_cv_func_accept4=no
ac_cv_func_alloca_works=yes
ac_cv_func_btowc=yes
ac_cv_func_canonicalize_file_name=no
ac_cv_func_catgets=no
ac_cv_func_chsize=yes
ac_cv_func_clock_gettime=no
ac_cv_func_clock_settime=no
ac_cv_func_closedir=yes
ac_cv_func_confstr=no
ac_cv_func_daemon=no
ac_cv_func_dirfd=no
ac_cv_func_duplocale=no
ac_cv_func_explicit_bzero=no
ac_cv_func_fchdir=no
ac_cv_func_fcntl=no
ac_cv_func_flock=no
ac_cv_func_flockfile=no
ac_cv_func_fmemopen=no
ac_cv_func_fnmatch=no
ac_cv_func_fork=no
ac_cv_func_fork_works=no
ac_cv_func_fpurge=no
ac_cv_func_freelocale=no
ac_cv_func_fsync=no
ac_cv_func_ftruncate=yes
ac_cv_func_funlockfile=no
ac_cv_func_futimens=no
ac_cv_func_futimes=no
ac_cv_func_futimesat=no
ac_cv_func_getauxval=no
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=no
ac_cv_func_getdtablesize=no
ac_cv_func_getegid=no
ac_cv_func_geteuid=no
ac_cv_func_getexecname=no
ac_cv_func_getgid=no
ac_cv_func_gethostbyname=no
ac_cv_func_getline=no
ac_cv_func_getlogin_r=no
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=no
ac_cv_func_getpid=yes
ac_cv_func_getprogname=no
ac_cv_func_getpwnam_r=no
ac_cv_func_getpwuid_r=no
ac_cv_func_getrusage=no
ac_cv_func_getservbyname=no
ac_cv_func_getsockname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=no
ac_cv_func_glob=no
ac_cv_func_glob_pattern_p=no
ac_cv_func_gmtime_r=no
ac_cv_func_gnutls_srp_server_get_username=yes
ac_cv_func_gnutls_transport_get_int=yes
ac_cv_func_isblank=yes
ac_cv_func_issetugid=no
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_link=no
ac_cv_func_localtime=yes
ac_cv_func_localtime_r=no
ac_cv_func_lseek64=yes
ac_cv_func_lstat=no
ac_cv_func_lutimes=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_mbtowc=yes
ac_cv_func_memmem=no
ac_cv_func_mempcpy=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap=no
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_mprotect=yes
ac_cv_func_nanosleep=no
ac_cv_func_nettle_cfb8_encrypt=yes
ac_cv_func_nettle_cmac128_update=yes
ac_cv_func_nettle_rsa_sec_decrypt=yes
ac_cv_func_newlocale=no
ac_cv_func_nl_langinfo=no
ac_cv_func_opendir=yes
ac_cv_func_pipe2=no
ac_cv_func_pipe=no
ac_cv_func_poll=no
ac_cv_func_popen=yes
ac_cv_func_posix_spawn=no
ac_cv_func_pread64=no
ac_cv_func_pread=no
ac_cv_func_pthread_atfork=no
ac_cv_func_pthread_sigmask=no
ac_cv_func_pwrite=no
ac_cv_func_qsort_r=no
ac_cv_func_raise=yes
ac_cv_func_rand=yes
ac_cv_func_random=no
ac_cv_func_random_r=no
ac_cv_func_rawmemchr=no
ac_cv_func_readdir=yes
ac_cv_func_readlink=no
ac_cv_func_realpath=no
ac_cv_func_sched_setparam=no
ac_cv_func_sched_setscheduler=no
ac_cv_func_secure_getenv=no
ac_cv_func_setdtablesize=no
ac_cv_func_setegid=no
ac_cv_func_setenv=no
ac_cv_func_seteuid=no
ac_cv_func_setitimer=no
ac_cv_func_shutdown=no
ac_cv_func_sigaction=no
ac_cv_func_sigaltstack=no
ac_cv_func_siginterrupt=no
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchrnul=no
ac_cv_func_strdup=yes
ac_cv_func_strerror_r=no
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strndup=no
ac_cv_func_strnlen=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtoll=yes
ac_cv_func_strverscmp=no
ac_cv_func_symlink=no
ac_cv_func_timegm=no
ac_cv_func_towlower=yes
ac_cv_func_tsearch=yes
ac_cv_func_tzset=yes
ac_cv_func_unsetenv=no
ac_cv_func_uselocale=no
ac_cv_func_usleep=yes
ac_cv_func_utime=yes
ac_cv_func_utimensat=no
ac_cv_func_vasnprintf=no
ac_cv_func_vasprintf=yes
ac_cv_func_vfork=no
ac_cv_func_vfork_works=no
ac_cv_func_vsnprintf=yes
ac_cv_func_waitid=no
ac_cv_func_wcrtomb=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsnlen=yes
ac_cv_func_wcwidth=no
ac_cv_func_wmemchr=yes
ac_cv_func_wmemcpy=yes
ac_cv_func_wmempcpy=yes
ac_cv_func_xts_encrypt_message=no
ac_cv_gnu_library_2_1=no
ac_cv_have_decl_SOCK_NONBLOCK=no
ac_cv_have_decl___argv=yes
ac_cv_have_decl___fsetlocking=no
ac_cv_have_decl__fseeki64=yes
ac_cv_have_decl__putenv=yes
ac_cv_have_decl__snprintf=yes
ac_cv_have_decl_alarm=no
ac_cv_have_decl_clock_gettime=yes
ac_cv_have_decl_dirfd=no
ac_cv_have_decl_fflush_unlocked=no
ac_cv_have_decl_flockfile=no
ac_cv_have_decl_fpurge=no
ac_cv_have_decl_fputs_unlocked=no
ac_cv_have_decl_freeaddrinfo=yes
ac_cv_have_decl_fseeko=yes
ac_cv_have_decl_ftello=yes
ac_cv_have_decl_funlockfile=no
ac_cv_have_decl_gai_strerror=yes
ac_cv_have_decl_gai_strerrorA=yes
ac_cv_have_decl_getaddrinfo=yes
ac_cv_have_decl_getc_unlocked=no
ac_cv_have_decl_getdelim=no
ac_cv_have_decl_getdtablesize=no
ac_cv_have_decl_getline=no
ac_cv_have_decl_getlogin=no
ac_cv_have_decl_getlogin_r=no
ac_cv_have_decl_getnameinfo=yes
ac_cv_have_decl_getpagesize=no
ac_cv_have_decl_getsockname=yes
ac_cv_have_decl_gmtime_s=yes
ac_cv_have_decl_inet_ntop=no
ac_cv_have_decl_inet_pton=no
ac_cv_have_decl_isblank=yes
ac_cv_have_decl_localtime_r=no
ac_cv_have_decl_memmem=no
ac_cv_have_decl_program_invocation_name=no
ac_cv_have_decl_program_invocation_short_name=no
ac_cv_have_decl_putc_unlocked=no
ac_cv_have_decl_setenv=no
ac_cv_have_decl_sleep=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strdup=yes
ac_cv_have_decl_strerror_r=no
ac_cv_have_decl_strncasecmp=yes
ac_cv_have_decl_strndup=no
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strtok_r=yes
ac_cv_have_decl_tzname=yes
ac_cv_have_decl_unsetenv=no
ac_cv_have_decl_vsnprintf=yes
ac_cv_have_decl_wcwidth=no
ac_cv_header_arpa_inet_h=no
ac_cv_header_byteswap_h=no
ac_cv_header_crtdefs_h=yes
ac_cv_header_crypt_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=no
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_features_h=no
ac_cv_header_fnmatch_h=no
ac_cv_header_glob_h=no
ac_cv_header_gnutls_crypto_h=yes
ac_cv_header_gnutls_ocsp_h=yes
ac_cv_header_idn2_h=yes
ac_cv_header_idn_idna_h=no
ac_cv_header_idna_h=no
ac_cv_header_inetLib_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=no
ac_cv_header_libintl_h=no
ac_cv_header_limits_h=yes
ac_cv_header_linux_version_h=no
ac_cv_header_locale_h=yes
ac_cv_header_machine_endian_h=no
ac_cv_header_machine_param_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_if_h=no
ac_cv_header_netdb_h=no
ac_cv_header_netinet_in_h=no
ac_cv_header_netinet_ip_h=no
ac_cv_header_netinet_tcp_h=no
ac_cv_header_paths_h=no
ac_cv_header_poll_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_random_h=no
ac_cv_header_search_h=yes
ac_cv_header_sockLib_h=no
ac_cv_header_spawn_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdatomic_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=no
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_byteorder_h=no
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_endian_h=no
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_ioctl_h=no
ac_cv_header_sys_isa_defs_h=no
ac_cv_header_sys_machine_h=no
ac_cv_header_sys_mman_h=no
ac_cv_header_sys_msg_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=no
ac_cv_header_sys_socket_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=no
ac_cv_header_sys_wait_h=no
ac_cv_header_termios_h=no
ac_cv_header_threads_h=no
ac_cv_header_time_h=yes
ac_cv_header_unicase_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_header_winsock2_h=yes
ac_cv_header_ws2tcpip_h=yes
ac_cv_header_xlocale_h=no
ac_cv_header_zlib_h=no
ac_cv_host=x86_64-w64-mingw32
ac_cv_lib_error_at_line=no
ac_cv_lib_hogweed_nettle_secp_192r1=no
ac_cv_lib_lex='none needed'
ac_cv_libcrypto=no
ac_cv_libdl=no
ac_cv_librt=no
ac_cv_libseccomp=no
ac_cv_member_struct_flock_l_type=no
ac_cv_member_struct_iovec_iov_base=no
ac_cv_member_struct_lconv_decimal_point=yes
ac_cv_member_struct_sockaddr_in_sin_len=no
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_member_struct_sockaddr_storage_ss_family=yes
ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no
ac_cv_member_struct_stat_st_atim_tv_nsec=no
ac_cv_member_struct_stat_st_atimensec=no
ac_cv_member_struct_stat_st_atimespec_tv_nsec=no
ac_cv_member_struct_stat_st_birthtim_tv_nsec=no
ac_cv_member_struct_stat_st_birthtimensec=no
ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no
ac_cv_member_struct_tm_tm_gmtoff=no
ac_cv_member_struct_tm_tm_zone=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GPGME_CONFIG=/usr/bin/gpgme-config
ac_cv_path_GREP=/bin/grep
ac_cv_path_GTKDOC_CHECK_PATH=/usr/bin/gtkdoc-check
ac_cv_path_GTKDOC_MKPDF=/usr/bin/gtkdoc-mkpdf
ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PMCCABE=false
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path__libcurl_config=/usr/bin/curl-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=x86_64-w64-mingw32-ar
ac_cv_prog_AS=x86_64-w64-mingw32-as
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-w64-mingw32-gcc
ac_cv_prog_CPP='x86_64-w64-mingw32-gcc -E'
ac_cv_prog_CXX=x86_64-w64-mingw32-g++
ac_cv_prog_CXXCPP='x86_64-w64-mingw32-g++ -E'
ac_cv_prog_DLLTOOL=x86_64-w64-mingw32-dlltool
ac_cv_prog_DOXYGEN=doxygen
ac_cv_prog_GTKDOC_CHECK=gtkdoc-check.test
ac_cv_prog_HAVE_CURL_BINARY=yes
ac_cv_prog_HAVE_MAKEINFO_BINARY=yes
ac_cv_prog_LDCONFIG=:
ac_cv_prog_LEX=flex
ac_cv_prog_OBJDUMP=x86_64-w64-mingw32-objdump
ac_cv_prog_PANDOC=pandoc
ac_cv_prog_RANLIB=x86_64-w64-mingw32-ranlib
ac_cv_prog_RC=x86_64-w64-mingw32-windres
ac_cv_prog_STRIP=x86_64-w64-mingw32-strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c11=
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_have_socat=yes
ac_cv_prog_have_zzuf=no
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_BZ2_bzDecompress=no
ac_cv_search_BrotliDecoderCreateInstance=no
ac_cv_search_ZSTD_decompressStream=no
ac_cv_search___atomic_load_4=-latomic
ac_cv_search_clock_gettime=no
ac_cv_search_deflate=no
ac_cv_search_getaddrinfo=no
ac_cv_search_gethostbyname=no
ac_cv_search_getservbyname=no
ac_cv_search_gnutls_hash='none required'
ac_cv_search_hsts_get_version=no
ac_cv_search_idn2_lookup_u8=-lidn2
ac_cv_search_lzma_code=no
ac_cv_search_nanosleep=no
ac_cv_search_nghttp2_session_client_new=no
ac_cv_search_pcre2_compile_8=no
ac_cv_search_pcre_compile=no
ac_cv_search_posix_spawn=no
ac_cv_search_u8_normalize=-lunistring
ac_cv_should_define__xopen_source=no
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_time_t=8
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long_int=4
ac_cv_sizeof_void_p=8
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type__Bool=yes
ac_cv_type_bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=no
ac_cv_type_pid_t=yes
ac_cv_type_pthread_rwlock_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_sa_family_t=no
ac_cv_type_sig_atomic_t=yes
ac_cv_type_sighandler_t=no
ac_cv_type_siginfo_t=no
ac_cv_type_sigset_t=no
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_random_data=no
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_timezone_t=no
ac_cv_type_uid_t=no
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_use_ms_lib_tool=no
ac_cv_var_tzname=yes
ac_cv_working_alloca_h=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='-L$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libdirstems=lib,lib
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname.dll.a $libname.lib'
acl_cv_path_LD=/usr/bin/x86_64-w64-mingw32-ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=dll
acl_cv_wl=-Wl,
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_func_iconv=yes
am_cv_func_iconv_works='guessing yes'
am_cv_func_working_getline=no
am_cv_langinfo_codeset=no
am_cv_lib_iconv=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=const
ax_cv_PTHREAD_CLANG=no
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_PTHREAD_SPECIAL_FLAGS=no
ax_cv_check_cflags___Werror_attributes=yes
ax_cv_check_cflags___fno_strict_aliasing=yes
ax_cv_check_ldflags___fno_strict_aliasing=yes
ax_cv_have_epoll=no
gl_cv_C_locale_sans_EILSEQ='guessing yes'
gl_cv___builtin_expect=yes
gl_cv_c___inline=yes
gl_cv_c_amsterdam_compiler=no
gl_cv_c_inline_effective=yes
gl_cv_c_multiarch=no
gl_cv_cc_double_expbit0='word 1 bit 20'
gl_cv_cc_nomfi_needed=no
gl_cv_cc_nomfi_supported=yes
gl_cv_cc_uninitialized_supported=yes
gl_cv_cc_vis_werror=yes
gl_cv_cc_visibility=yes
gl_cv_compound_literals=yes
gl_cv_decl_null_works=yes
gl_cv_double_slash_root='unknown, assuming no'
gl_cv_func_btowc_eof='guessing yes'
gl_cv_func_btowc_nul='guessing yes'
gl_cv_func_dirfd_macro=no
gl_cv_func_dup2_works='guessing no'
gl_cv_func_fflush_stdin='guessing no'
gl_cv_func_fopen_slash='guessing no'
gl_cv_func_fseeko=yes
gl_cv_func_ftello=yes
gl_cv_func_ftello_works='guessing yes'
gl_cv_func_gai_strerror_posix_signature=no
gl_cv_func_getaddrinfo=no
gl_cv_func_getcwd_null='guessing no'
gl_cv_func_getcwd_posix_signature=no
gl_cv_func_getpagesize=yes
gl_cv_func_gettimeofday_clobber='guessing no'
gl_cv_func_gettimeofday_posix_signature=yes
gl_cv_func_iswcntrl_works='guessing yes'
gl_cv_func_itold_works='guessing yes'
gl_cv_func_localtime_infloop_bug='guessing no'
gl_cv_func_lseek_pipe=no
gl_cv_func_lstat_dereferences_slashed_symlink='guessing no'
gl_cv_func_malloc_0_nonnull=1
gl_cv_func_malloc_posix=no
gl_cv_func_mbrtowc_empty_input='guessing yes'
gl_cv_func_mbrtowc_incomplete_state='guessing yes'
gl_cv_func_mbrtowc_nul_retval='guessing yes'
gl_cv_func_mbrtowc_null_arg1='guessing yes'
gl_cv_func_mbrtowc_null_arg2='guessing yes'
gl_cv_func_mbrtowc_retval='guessing no'
gl_cv_func_mbrtowc_sanitycheck='guessing yes'
gl_cv_func_mbsrtowcs_works='guessing no'
gl_cv_func_memchr_works='guessing yes'
gl_cv_func_mkdir_trailing_dot_works='guessing no'
gl_cv_func_mkdir_trailing_slash_works='guessing no'
gl_cv_func_perror_works='guessing yes'
gl_cv_func_poll=no
gl_cv_func_popen_works='guessing yes'
gl_cv_func_posix_spawn_file_actions_addclose_works='guessing no'
gl_cv_func_posix_spawn_file_actions_adddup2_works='guessing no'
gl_cv_func_posix_spawn_file_actions_addopen_works='guessing no'
gl_cv_func_printf_attribute_flavor=gnu
gl_cv_func_pthread_sigmask_in_LIBMULTITHREAD=no
gl_cv_func_pthread_sigmask_is_macro=yes
gl_cv_func_re_compile_pattern_working='guessing no'
gl_cv_func_realpath_works='guessing no'
gl_cv_func_rename_dest_works='guessing no'
gl_cv_func_rename_link_works=yes
gl_cv_func_rename_slash_dst_works='guessing no'
gl_cv_func_rename_slash_src_works='guessing yes'
gl_cv_func_rmdir_works='guessing no'
gl_cv_func_sleep_works='guessing no'
gl_cv_func_snprintf_retval_c99='guessing no'
gl_cv_func_snprintf_size1='guessing yes'
gl_cv_func_snprintf_usable=no
gl_cv_func_strerror_0_works='guessing yes'
gl_cv_func_strstr_linear='guessing no'
gl_cv_func_strstr_works_always='guessing yes'
gl_cv_func_strtok_r_works='guessing yes'
gl_cv_func_svid_putenv='guessing no'
gl_cv_func_tcgetattr=no
gl_cv_func_tcsetattr=no
gl_cv_func_tdelete_works='guessing yes'
gl_cv_func_tzset_clobber='guessing no'
gl_cv_func_ungetc_works='guessing yes'
gl_cv_func_unlink_honors_slashes='guessing no'
gl_cv_func_unlink_parent_fails='guessing yes'
gl_cv_func_va_copy=yes
gl_cv_func_vsnprintf_usable=no
gl_cv_func_wcrtomb_retval='guessing yes'
gl_cv_func_wcrtomb_works='guessing yes'
gl_cv_func_wcwidth_macro=no
gl_cv_func_working_mkstemp='guessing no'
gl_cv_func_working_mktime='guessing no'
gl_cv_func_working_utimes='guessing no'
gl_cv_func_wsastartup=yes
gl_cv_have_include_next=yes
gl_cv_have_weak='guessing no'
gl_cv_header_errno_h_EMULTIHOP=no
gl_cv_header_errno_h_ENOLINK=yes
gl_cv_header_errno_h_EOVERFLOW=yes
gl_cv_header_errno_h_complete=no
gl_cv_header_inttypes_h=yes
gl_cv_header_limits_width=no
gl_cv_header_linux_if_alg_salg=no
gl_cv_header_locale_h_needs_xlocale_h=no
gl_cv_header_locale_h_posix2001=no
gl_cv_header_netinet_in_h_selfcontained=no
gl_cv_header_stdint_h=yes
gl_cv_header_stdint_predates_cxx11_h=no
gl_cv_header_stdint_width=no
gl_cv_header_sys_select_h_selfcontained=no
gl_cv_header_sys_socket_h_selfcontained=no
gl_cv_header_wchar_h_correct_inline=yes
gl_cv_header_working_fcntl_h=no
gl_cv_header_working_stdalign_h=yes
gl_cv_header_working_stdint_h='guessing yes'
gl_cv_header_working_stdnoreturn_h=yes
gl_cv_host_cpu_c_abi_32bit=no
gl_cv_ld_output_def=yes
gl_cv_linker_have_as_needed=yes
gl_cv_linker_have_push_state=yes
gl_cv_macro_O_CLOEXEC=no
gl_cv_member_st_size_64=no
gl_cv_minmax_in_limits_h=no
gl_cv_minmax_in_sys_param_h=no
gl_cv_next_arpa_inet_h='<arpa/inet.h>'
gl_cv_next_ctype_h='<ctype.h>'
gl_cv_next_dirent_h='<dirent.h>'
gl_cv_next_errno_h='<errno.h>'
gl_cv_next_fcntl_h='<fcntl.h>'
gl_cv_next_fnmatch_h='<fnmatch.h>'
gl_cv_next_glob_h='<glob.h>'
gl_cv_next_inttypes_h='<inttypes.h>'
gl_cv_next_langinfo_h='<langinfo.h>'
gl_cv_next_limits_h='<limits.h>'
gl_cv_next_locale_h='<locale.h>'
gl_cv_next_netdb_h='<netdb.h>'
gl_cv_next_netinet_in_h='<netinet/in.h>'
gl_cv_next_poll_h='<poll.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_spawn_h='<spawn.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_strings_h='<strings.h>'
gl_cv_next_sys_file_h='<sys/file.h>'
gl_cv_next_sys_ioctl_h='<sys/ioctl.h>'
gl_cv_next_sys_select_h='<sys/select.h>'
gl_cv_next_sys_socket_h='<sys/socket.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_sys_types_h='<sys/types.h>'
gl_cv_next_sys_uio_h='<sys/uio.h>'
gl_cv_next_sys_wait_h='<sys/wait.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_utime_h='<utime.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_next_wctype_h='<wctype.h>'
gl_cv_pragma_columns=no
gl_cv_promoted_mode_t=int
gl_cv_pthread_rwlock_rdlock_prefer_writer='guessing yes'
gl_cv_size_max=yes
gl_cv_socket_ipv4=yes
gl_cv_socket_ipv6=yes
gl_cv_struct_dirent_d_type=no
gl_cv_sys_dir_fd_member_name=no_such_member
gl_cv_sys_ld_version_script=yes
gl_cv_sys_struct_lconv_ok=no
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_sys_struct_timeval_tv_sec=no
gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes
gl_cv_test_INT64_MAX_EQ_LONG_MAX=no
gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes
gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no
gl_cv_time_t_is_signed=yes
gl_cv_type_max_align_t=yes
gl_cv_type_off_t_64=yes
gl_cv_type_sigset_t=no
gl_cv_type_wctrans_t=yes
gl_cv_type_wctype_t=yes
gl_cv_type_wint_t_too_small=yes
gl_cv_var_func=yes
gl_cv_var_stdin_large_offset=yes
gl_cv_w32_getaddrinfo=yes
gl_cv_w32_gethostbyname=yes
gl_cv_w32_getservbyname=yes
gl_cv_warn_c__W=yes
gl_cv_warn_c__Wabi_11=yes
gl_cv_warn_c__Waddress=yes
gl_cv_warn_c__Waggressive_loop_optimizations=yes
gl_cv_warn_c__Wall=yes
gl_cv_warn_c__Walloc_size_larger_than_9223372036854775807=yes
gl_cv_warn_c__Warray_bounds_2=yes
gl_cv_warn_c__Wattribute_alias=yes
gl_cv_warn_c__Wattributes=yes
gl_cv_warn_c__Wbad_function_cast=yes
gl_cv_warn_c__Wbool_compare=yes
gl_cv_warn_c__Wbool_operation=yes
gl_cv_warn_c__Wbuiltin_declaration_mismatch=yes
gl_cv_warn_c__Wbuiltin_macro_redefined=yes
gl_cv_warn_c__Wcast_align=yes
gl_cv_warn_c__Wcast_align_strict=yes
gl_cv_warn_c__Wcast_function_type=yes
gl_cv_warn_c__Wchar_subscripts=yes
gl_cv_warn_c__Wclobbered=yes
gl_cv_warn_c__Wcomment=yes
gl_cv_warn_c__Wcomments=yes
gl_cv_warn_c__Wcoverage_mismatch=yes
gl_cv_warn_c__Wcpp=yes
gl_cv_warn_c__Wdangling_else=yes
gl_cv_warn_c__Wdate_time=yes
gl_cv_warn_c__Wdeprecated=yes
gl_cv_warn_c__Wdeprecated_declarations=yes
gl_cv_warn_c__Wdesignated_init=yes
gl_cv_warn_c__Wdisabled_optimization=yes
gl_cv_warn_c__Wdiscarded_array_qualifiers=yes
gl_cv_warn_c__Wdiscarded_qualifiers=yes
gl_cv_warn_c__Wdiv_by_zero=yes
gl_cv_warn_c__Wdouble_promotion=yes
gl_cv_warn_c__Wduplicate_decl_specifier=yes
gl_cv_warn_c__Wduplicated_branches=yes
gl_cv_warn_c__Wduplicated_cond=yes
gl_cv_warn_c__Wempty_body=yes
gl_cv_warn_c__Wendif_labels=yes
gl_cv_warn_c__Wenum_compare=yes
gl_cv_warn_c__Werror__Wunknown_warning_option=no
gl_cv_warn_c__Wexpansion_to_defined=yes
gl_cv_warn_c__Wextra=yes
gl_cv_warn_c__Wformat_contains_nul=yes
gl_cv_warn_c__Wformat_extra_args=yes
gl_cv_warn_c__Wformat_overflow_2=yes
gl_cv_warn_c__Wformat_security=yes
gl_cv_warn_c__Wformat_truncation_2=yes
gl_cv_warn_c__Wformat_zero_length=yes
gl_cv_warn_c__Wframe_address=yes
gl_cv_warn_c__Wfree_nonheap_object=yes
gl_cv_warn_c__Whsa=yes
gl_cv_warn_c__Wif_not_aligned=yes
gl_cv_warn_c__Wignored_attributes=yes
gl_cv_warn_c__Wignored_qualifiers=yes
gl_cv_warn_c__Wimplicit=yes
gl_cv_warn_c__Wimplicit_fallthrough_2=yes
gl_cv_warn_c__Wimplicit_fallthrough_5=yes
gl_cv_warn_c__Wimplicit_function_declaration=yes
gl_cv_warn_c__Wimplicit_int=yes
gl_cv_warn_c__Wincompatible_pointer_types=yes
gl_cv_warn_c__Winit_self=yes
gl_cv_warn_c__Wint_conversion=yes
gl_cv_warn_c__Wint_in_bool_context=yes
gl_cv_warn_c__Wint_to_pointer_cast=yes
gl_cv_warn_c__Winvalid_memory_model=yes
gl_cv_warn_c__Winvalid_pch=yes
gl_cv_warn_c__Wlogical_not_parentheses=yes
gl_cv_warn_c__Wlogical_op=yes
gl_cv_warn_c__Wmain=yes
gl_cv_warn_c__Wmaybe_uninitialized=yes
gl_cv_warn_c__Wmemset_elt_size=yes
gl_cv_warn_c__Wmemset_transposed_args=yes
gl_cv_warn_c__Wmisleading_indentation=yes
gl_cv_warn_c__Wmissing_attributes=yes
gl_cv_warn_c__Wmissing_braces=yes
gl_cv_warn_c__Wmissing_declarations=yes
gl_cv_warn_c__Wmissing_field_initializers=yes
gl_cv_warn_c__Wmissing_include_dirs=yes
gl_cv_warn_c__Wmissing_parameter_type=yes
gl_cv_warn_c__Wmissing_prototypes=yes
gl_cv_warn_c__Wmultichar=yes
gl_cv_warn_c__Wmultistatement_macros=yes
gl_cv_warn_c__Wnarrowing=yes
gl_cv_warn_c__Wnested_externs=yes
gl_cv_warn_c__Wno_format_truncation=yes
gl_cv_warn_c__Wno_missing_field_initializers=yes
gl_cv_warn_c__Wno_unused_parameter=yes
gl_cv_warn_c__Wnonnull=yes
gl_cv_warn_c__Wnonnull_compare=yes
gl_cv_warn_c__Wnormalized_nfc=yes
gl_cv_warn_c__Wnull_dereference=yes
gl_cv_warn_c__Wodr=yes
gl_cv_warn_c__Wold_style_declaration=yes
gl_cv_warn_c__Wold_style_definition=yes
gl_cv_warn_c__Wopenmp_simd=yes
gl_cv_warn_c__Woverflow=yes
gl_cv_warn_c__Woverride_init=yes
gl_cv_warn_c__Wpacked=yes
gl_cv_warn_c__Wpacked_bitfield_compat=yes
gl_cv_warn_c__Wpacked_not_aligned=yes
gl_cv_warn_c__Wparentheses=yes
gl_cv_warn_c__Wpointer_arith=yes
gl_cv_warn_c__Wpointer_compare=yes
gl_cv_warn_c__Wpointer_sign=yes
gl_cv_warn_c__Wpointer_to_int_cast=yes
gl_cv_warn_c__Wpragmas=yes
gl_cv_warn_c__Wpsabi=yes
gl_cv_warn_c__Wrestrict=yes
gl_cv_warn_c__Wreturn_local_addr=yes
gl_cv_warn_c__Wreturn_type=yes
gl_cv_warn_c__Wscalar_storage_order=yes
gl_cv_warn_c__Wsequence_point=yes
gl_cv_warn_c__Wshadow=yes
gl_cv_warn_c__Wshift_count_negative=yes
gl_cv_warn_c__Wshift_count_overflow=yes
gl_cv_warn_c__Wshift_negative_value=yes
gl_cv_warn_c__Wshift_overflow_2=yes
gl_cv_warn_c__Wsizeof_array_argument=yes
gl_cv_warn_c__Wsizeof_pointer_div=yes
gl_cv_warn_c__Wsizeof_pointer_memaccess=yes
gl_cv_warn_c__Wstrict_aliasing=yes
gl_cv_warn_c__Wstrict_prototypes=yes
gl_cv_warn_c__Wstringop_overflow_2=yes
gl_cv_warn_c__Wstringop_truncation=yes
gl_cv_warn_c__Wsuggest_attribute_cold=yes
gl_cv_warn_c__Wsuggest_attribute_format=yes
gl_cv_warn_c__Wsuggest_attribute_malloc=yes
gl_cv_warn_c__Wsuggest_final_methods=yes
gl_cv_warn_c__Wsuggest_final_types=yes
gl_cv_warn_c__Wswitch=yes
gl_cv_warn_c__Wswitch_bool=yes
gl_cv_warn_c__Wswitch_unreachable=yes
gl_cv_warn_c__Wsync_nand=yes
gl_cv_warn_c__Wtautological_compare=yes
gl_cv_warn_c__Wtrampolines=yes
gl_cv_warn_c__Wtrigraphs=yes
gl_cv_warn_c__Wtype_limits=yes
gl_cv_warn_c__Wuninitialized=yes
gl_cv_warn_c__Wunknown_pragmas=yes
gl_cv_warn_c__Wunused=yes
gl_cv_warn_c__Wunused_but_set_parameter=yes
gl_cv_warn_c__Wunused_but_set_variable=yes
gl_cv_warn_c__Wunused_const_variable_2=yes
gl_cv_warn_c__Wunused_function=yes
gl_cv_warn_c__Wunused_label=yes
gl_cv_warn_c__Wunused_local_typedefs=yes
gl_cv_warn_c__Wunused_macros=yes
gl_cv_warn_c__Wunused_parameter=yes
gl_cv_warn_c__Wunused_result=yes
gl_cv_warn_c__Wunused_value=yes
gl_cv_warn_c__Wunused_variable=yes
gl_cv_warn_c__Wvarargs=yes
gl_cv_warn_c__Wvariadic_macros=yes
gl_cv_warn_c__Wvector_operation_performance=yes
gl_cv_warn_c__Wvla_larger_than_4031=yes
gl_cv_warn_c__Wvolatile_register_var=yes
gl_cv_warn_c__Wwrite_strings=yes
gl_cv_warn_c__fdiagnostics_show_option=yes
gl_cv_warn_c__fno_common=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFLocaleCopyPreferredLanguages=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no
gt_cv_func_gnugettext2_libc=no
gt_cv_func_gnugettext2_libintl=no
gt_cv_func_uselocale_works=no
gt_cv_inttypes_pri_broken=no
gt_cv_locale_fake=no
gt_cv_locale_fr=none
gt_cv_locale_fr_utf8=none
gt_cv_locale_ja=none
gt_cv_locale_solaris114=no
gt_cv_locale_tr_utf8=none
gt_cv_locale_zh_CN=none
gt_cv_ssize_t=yes
gt_cv_val_LC_MESSAGES=no
gt_cv_var_environ_declaration=yes
libcurl_cv_lib_curl_usable=no
libcurl_cv_lib_curl_version=7.64.0
libcurl_cv_lib_version_ok=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=yes
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_dlopen=LoadLibrary
lt_cv_dlopen_libs=
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/x86_64-w64-mingw32-ld
lt_cv_path_LDCXX=/usr/bin/x86_64-w64-mingw32-ld
lt_cv_path_NM='/usr/bin/x86_64-w64-mingw32-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_RC=yes
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_CXX='-DDLL_EXPORT -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
lt_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'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
mhc_cv_getsockname_usable='assuming yes'
mhd_cv_define__gnu_source_accepted=yes
mhd_cv_define__xopen_source_accepted_1=yes
mhd_cv_define__xopen_source_extended_accepted=yes
mhd_cv_gcrypt_required=no
mhd_cv_have_func_calloc=yes
mhd_cv_header_fcntl_h_present=yes
mhd_cv_header_stdint_h_present=yes
mhd_cv_header_stdio_h_present=yes
mhd_cv_header_stdlib_h_present=yes
mhd_cv_header_string_h_present=yes
mhd_cv_header_strings_h_present=yes
mhd_cv_header_sys_types_h_present=yes
mhd_cv_header_time_h_present=yes
mhd_cv_header_unistd_h_present=yes
mhd_cv_header_wchar_h_present=yes
mhd_cv_headers_posix2001='not available'
mhd_cv_headers_posix2008='not available'
mhd_cv_headers_susv2='not available'
mhd_cv_headers_useful_features_present=no
mhd_cv_host_shtdwn_trgr_select=no
mhd_cv_macro___apple___defined=no
mhd_cv_macro___netbsd___defined=no
mhd_cv_macro___openbsd___defined=no
mhd_cv_macro___sun_defined=no
mhd_cv_macro___tandem_defined=no
mhd_cv_macro__gnu_source_defined=no
mhd_cv_macro__xopen_source_defined=no
mhd_cv_macro__xopen_source_extended_defined=no
mhd_cv_macro_add__gnu_source=yes
mhd_cv_macro_false_defined=yes
mhd_cv_macro_true_defined=yes
mhd_cv_macro_true_false_valid=yes
mhd_cv_macro_try___bsd_visible=no
mhd_cv_macro_try__all_source=no
mhd_cv_pkgconf_add_dirs=no
mhd_cv_socketpair_usable=yes
pkg_cv_GNUTLS_CFLAGS=-I/home/tim/src/wget2/x86_64-w64-mingw32/include
pkg_cv_GNUTLS_LIBS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lgnutls'
pkg_cv_HOGWEED_CFLAGS=-I/home/tim/src/wget2/x86_64-w64-mingw32/include
pkg_cv_HOGWEED_LIBS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lhogweed'
pkg_cv_LIBIDN2_CFLAGS=-I/home/tim/src/wget2/x86_64-w64-mingw32/include
pkg_cv_LIBIDN2_LIBS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lidn2'
pkg_cv_LIBPSL_CFLAGS=-I/home/tim/src/wget2/x86_64-w64-mingw32/include
pkg_cv_LIBPSL_LIBS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lpsl'
pkg_cv_MICROHTTPD_CFLAGS=-I/home/tim/src/wget2/x86_64-w64-mingw32/include
pkg_cv_MICROHTTPD_LIBS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lmicrohttpd'
pkg_cv_NETTLE_CFLAGS=-I/home/tim/src/wget2/x86_64-w64-mingw32/include
pkg_cv_NETTLE_LIBS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lnettle'

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

    size_t iov_len;
    void *iov_base;
ACLOCAL='${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing aclocal-1.16'
ALLOCA=''
ALLOCA_H='alloca.h'
ALLOW_SHA1_FALSE=''
ALLOW_SHA1_TRUE='#'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
ANDROID_FALSE=''
ANDROID_TRUE='#'
APPLE_UNIVERSAL_BUILD='0'
AR='x86_64-w64-mingw32-ar'
ARFLAGS='cr'
ASM_AARCH64_FALSE=''
ASM_AARCH64_TRUE='#'
ASM_X86_32_FALSE=''
ASM_X86_32_TRUE='#'
ASM_X86_64_FALSE=''
ASM_X86_64_TRUE='#'
ASM_X86_FALSE=''
ASM_X86_TRUE='#'
AUTOCONF='${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing autoconf'
AUTOGEN='${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing autogen'
AUTOHEADER='${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing automake-1.16'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BYTESWAP_H='byteswap.h'
CC='x86_64-w64-mingw32-gcc'
CCAS='x86_64-w64-mingw32-gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-O2 -Wall -Wno-format'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -Wall -Wno-format'
CMOCKA_CFLAGS=''
CMOCKA_LIBS=''
CODE_COVERAGE_CFLAGS=''
CODE_COVERAGE_CPPFLAGS=''
CODE_COVERAGE_CXXFLAGS=''
CODE_COVERAGE_ENABLED='no'
CODE_COVERAGE_ENABLED_FALSE=''
CODE_COVERAGE_ENABLED_TRUE='#'
CODE_COVERAGE_LIBS=''
CONFIG_INCLUDE='config.h'
CPP='x86_64-w64-mingw32-gcc -E'
CPPFLAGS='-I/home/tim/src/wget2/x86_64-w64-mingw32/include'
CRYWRAP_PATCHLEVEL='3'
CXX='x86_64-w64-mingw32-g++'
CXXCPP='x86_64-w64-mingw32-g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CXX_LT_AGE='1'
CXX_LT_CURRENT='29'
CXX_LT_REVISION='0'
CYGPATH_W='echo'
DEFINE_IOVEC_T='typedef struct {
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_BASH_TESTS_FALSE=''
DISABLE_BASH_TESTS_TRUE='#'
DLLTOOL='x86_64-w64-mingw32-dlltool'
DLL_SSL_VERSION='27'
DLL_VERSION='30'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ELF_FALSE=''
ELF_TRUE='#'
EMULTIHOP_HIDDEN='0'
EMULTIHOP_VALUE=''
ENABLE_ALPN_FALSE='#'
ENABLE_ALPN_TRUE=''
ENABLE_ANON_FALSE='#'
ENABLE_ANON_TRUE=''
ENABLE_CXX_FALSE=''
ENABLE_CXX_TRUE='#'
ENABLE_DANE_FALSE=''
ENABLE_DANE_TRUE='#'
ENABLE_DHE_FALSE='#'
ENABLE_DHE_TRUE=''
ENABLE_DOC_FALSE=''
ENABLE_DOC_TRUE='#'
ENABLE_DTLS_SRTP_FALSE='#'
ENABLE_DTLS_SRTP_TRUE=''
ENABLE_ECDHE_FALSE='#'
ENABLE_ECDHE_TRUE=''
ENABLE_FIPS140_FALSE=''
ENABLE_FIPS140_TRUE='#'
ENABLE_GOST_FALSE='#'
ENABLE_GOST_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENABLE_HEARTBEAT_FALSE='#'
ENABLE_HEARTBEAT_TRUE=''
ENABLE_MANPAGES_FALSE=''
ENABLE_MANPAGES_TRUE='#'
ENABLE_MINITASN1_FALSE='#'
ENABLE_MINITASN1_TRUE=''
ENABLE_NETTLE_FALSE='#'
ENABLE_NETTLE_TRUE=''
ENABLE_NON_SUITEB_CURVES_FALSE=''
ENABLE_NON_SUITEB_CURVES_TRUE='#'
ENABLE_OCSP_FALSE='#'
ENABLE_OCSP_TRUE=''
ENABLE_OPENSSL_FALSE=''
ENABLE_OPENSSL_TRUE='#'
ENABLE_PADLOCK=''
ENABLE_PADLOCK_FALSE=''
ENABLE_PADLOCK_TRUE='#'
ENABLE_PKCS11_FALSE=''
ENABLE_PKCS11_TRUE='#'
ENABLE_PSK_FALSE='#'
ENABLE_PSK_TRUE=''
ENABLE_SRP_FALSE='#'
ENABLE_SRP_TRUE=''
ENABLE_SSL2_FALSE='#'
ENABLE_SSL2_TRUE=''
ENABLE_SSL3_FALSE=''
ENABLE_SSL3_TRUE='#'
ENABLE_TESTS_FALSE=''
ENABLE_TESTS_TRUE='#'
ENABLE_TLS13_INTEROP_FALSE='#'
ENABLE_TLS13_INTEROP_TRUE=''
ENABLE_TOOLS_FALSE=''
ENABLE_TOOLS_TRUE='#'
ENABLE_TROUSERS_FALSE=''
ENABLE_TROUSERS_TRUE='#'
ENOLINK_HIDDEN='0'
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN='0'
EOVERFLOW_VALUE=''
ERRNO_H='errno.h'
EXEEXT='.exe'
FGREP='/bin/grep -F'
FIPS140_LIBS=''
FLOAT_H=''
GCOV=''
GENHTML=''
GETADDRINFO_LIB='-lws2_32 '
GETTEXT_MACRO_VERSION='0.19'
GL_COND_LIBTOOL_FALSE='#'
GL_COND_LIBTOOL_TRUE=''
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_BYTESWAP_H_FALSE='#'
GL_GENERATE_BYTESWAP_H_TRUE=''
GL_GENERATE_ERRNO_H_FALSE='#'
GL_GENERATE_ERRNO_H_TRUE=''
GL_GENERATE_FLOAT_H_FALSE=''
GL_GENERATE_FLOAT_H_TRUE='#'
GL_GENERATE_LIMITS_H_FALSE='#'
GL_GENERATE_LIMITS_H_TRUE=''
GL_GENERATE_NETINET_IN_H_FALSE='#'
GL_GENERATE_NETINET_IN_H_TRUE=''
GL_GENERATE_STDALIGN_H_FALSE=''
GL_GENERATE_STDALIGN_H_TRUE='#'
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE='#'
GL_GENERATE_STDINT_H_TRUE=''
GL_GENERATE_STDNORETURN_H_FALSE=''
GL_GENERATE_STDNORETURN_H_TRUE='#'
GMP_CFLAGS=''
GMP_LIBS=''
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GNULIB_ACCEPT4='0'
GNULIB_ACCEPT='1'
GNULIB_ATOLL='0'
GNULIB_BIND='1'
GNULIB_BTOWC='0'
GNULIB_CALLOC_POSIX='0'
GNULIB_CANONICALIZE_FILE_NAME='0'
GNULIB_CHDIR='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='1'
GNULIB_CONNECT='1'
GNULIB_CTIME='0'
GNULIB_DPRINTF='0'
GNULIB_DUP2='1'
GNULIB_DUP3='0'
GNULIB_DUP='0'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='0'
GNULIB_EXPLICIT_BZERO='0'
GNULIB_FACCESSAT='0'
GNULIB_FCHDIR='0'
GNULIB_FCHMODAT='0'
GNULIB_FCHOWNAT='0'
GNULIB_FCLOSE='0'
GNULIB_FDATASYNC='0'
GNULIB_FDOPEN='0'
GNULIB_FFLUSH='0'
GNULIB_FFS='0'
GNULIB_FFSL='0'
GNULIB_FFSLL='0'
GNULIB_FGETC='1'
GNULIB_FGETS='1'
GNULIB_FOPEN='0'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='0'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREAD='1'
GNULIB_FREOPEN='0'
GNULIB_FSCANF='1'
GNULIB_FSEEK='1'
GNULIB_FSEEKO='1'
GNULIB_FSTAT='1'
GNULIB_FSTATAT='0'
GNULIB_FSYNC='0'
GNULIB_FTELL='1'
GNULIB_FTELLO='1'
GNULIB_FTRUNCATE='0'
GNULIB_FUTIMENS='0'
GNULIB_FWRITE='1'
GNULIB_GETADDRINFO='1'
GNULIB_GETC='1'
GNULIB_GETCHAR='1'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='1'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETGROUPS='0'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLINE='1'
GNULIB_GETLOADAVG='0'
GNULIB_GETLOGIN='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETPASS='1'
GNULIB_GETPEERNAME='1'
GNULIB_GETSOCKNAME='0'
GNULIB_GETSOCKOPT='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETTIMEOFDAY='1'
GNULIB_GETUSERSHELL='0'
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='0'
GNULIB_IMAXABS='0'
GNULIB_IMAXDIV='0'
GNULIB_INET_NTOP='1'
GNULIB_INET_PTON='1'
GNULIB_ISATTY='0'
GNULIB_LCHMOD='0'
GNULIB_LCHOWN='0'
GNULIB_LINK='0'
GNULIB_LINKAT='0'
GNULIB_LISTEN='1'
GNULIB_LOCALTIME='0'
GNULIB_LSEEK='1'
GNULIB_LSTAT='0'
GNULIB_MALLOC_POSIX='1'
GNULIB_MBRLEN='0'
GNULIB_MBRTOWC='0'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSINIT='0'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSNRTOWCS='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSRTOWCS='0'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOK_R='0'
GNULIB_MBTOWC='0'
GNULIB_MEMCHR='1'
GNULIB_MEMMEM='1'
GNULIB_MEMPCPY='0'
GNULIB_MEMRCHR='0'
GNULIB_MKDIRAT='0'
GNULIB_MKDTEMP='0'
GNULIB_MKFIFO='0'
GNULIB_MKFIFOAT='0'
GNULIB_MKNOD='0'
GNULIB_MKNODAT='0'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_MKTIME='1'
GNULIB_NANOSLEEP='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_OVERRIDES_STRUCT_STAT='0'
GNULIB_OVERRIDES_WINT_T='1'
GNULIB_PCLOSE='0'
GNULIB_PERROR='0'
GNULIB_PIPE2='0'
GNULIB_PIPE='0'
GNULIB_POPEN='0'
GNULIB_POSIX_OPENPT='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PSELECT='0'
GNULIB_PTHREAD_SIGMASK='0'
GNULIB_PTSNAME='0'
GNULIB_PTSNAME_R='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_PWRITE='0'
GNULIB_QSORT_R='0'
GNULIB_RAISE='0'
GNULIB_RANDOM='0'
GNULIB_RANDOM_R='0'
GNULIB_RAWMEMCHR='0'
GNULIB_READ='0'
GNULIB_READLINK='0'
GNULIB_READLINKAT='0'
GNULIB_REALLOCARRAY='0'
GNULIB_REALLOC_POSIX='1'
GNULIB_REALPATH='0'
GNULIB_RECV='1'
GNULIB_RECVFROM='1'
GNULIB_REMOVE='0'
GNULIB_RENAME='0'
GNULIB_RENAMEAT='0'
GNULIB_RMDIR='0'
GNULIB_RPMATCH='0'
GNULIB_SCANF='1'
GNULIB_SECURE_GETENV='1'
GNULIB_SELECT='1'
GNULIB_SEND='1'
GNULIB_SENDTO='1'
GNULIB_SETENV='1'
GNULIB_SETHOSTNAME='0'
GNULIB_SETSOCKOPT='1'
GNULIB_SHUTDOWN='1'
GNULIB_SIGACTION='0'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGPROCMASK='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='1'
GNULIB_SOCKET='1'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STAT='0'
GNULIB_STDIO_H_NONBLOCKING='0'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='0'
GNULIB_STRDUP='1'
GNULIB_STRERROR='0'
GNULIB_STRERROR_R='0'
GNULIB_STRFTIME='0'
GNULIB_STRNCAT='0'
GNULIB_STRNDUP='1'
GNULIB_STRNLEN='1'
GNULIB_STRPBRK='0'
GNULIB_STRPTIME='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOD='0'
GNULIB_STRTOIMAX='0'
GNULIB_STRTOK_R='1'
GNULIB_STRTOLD='0'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRTOUMAX='0'
GNULIB_STRVERSCMP='1'
GNULIB_SYMLINK='0'
GNULIB_SYMLINKAT='0'
GNULIB_SYSTEM_POSIX='0'
GNULIB_TIMEGM='1'
GNULIB_TIME_R='1'
GNULIB_TIME_RZ='1'
GNULIB_TMPFILE='0'
GNULIB_TRUNCATE='0'
GNULIB_TTYNAME_R='0'
GNULIB_TZSET='1'
GNULIB_UNISTD_H_NONBLOCKING='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNLOCKPT='0'
GNULIB_UNSETENV='1'
GNULIB_USLEEP='0'
GNULIB_UTIMENSAT='0'
GNULIB_VASPRINTF='1'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VFSCANF='0'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSCANF='0'
GNULIB_VSNPRINTF='1'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WCPCPY='0'
GNULIB_WCPNCPY='0'
GNULIB_WCRTOMB='0'
GNULIB_WCSCASECMP='0'
GNULIB_WCSCAT='0'
GNULIB_WCSCHR='0'
GNULIB_WCSCMP='0'
GNULIB_WCSCOLL='0'
GNULIB_WCSCPY='0'
GNULIB_WCSCSPN='0'
GNULIB_WCSDUP='0'
GNULIB_WCSFTIME='0'
GNULIB_WCSLEN='0'
GNULIB_WCSNCASECMP='0'
GNULIB_WCSNCAT='0'
GNULIB_WCSNCMP='0'
GNULIB_WCSNCPY='0'
GNULIB_WCSNLEN='0'
GNULIB_WCSNRTOMBS='0'
GNULIB_WCSPBRK='0'
GNULIB_WCSRCHR='0'
GNULIB_WCSRTOMBS='0'
GNULIB_WCSSPN='0'
GNULIB_WCSSTR='0'
GNULIB_WCSTOK='0'
GNULIB_WCSWIDTH='0'
GNULIB_WCSXFRM='0'
GNULIB_WCTOB='0'
GNULIB_WCTOMB='0'
GNULIB_WCWIDTH='0'
GNULIB_WMEMCHR='0'
GNULIB_WMEMCMP='0'
GNULIB_WMEMCPY='0'
GNULIB_WMEMMOVE='0'
GNULIB_WMEMSET='0'
GNULIB_WRITE='0'
GNULIB__EXIT='0'
GNUTLS_REQUIRES_PRIVATE='Requires.private: nettle, hogweed'
GREP='/bin/grep'
GTKDOC_CHECK='gtkdoc-check.test'
GTKDOC_CHECK_PATH='/usr/bin/gtkdoc-check'
GTKDOC_DEPS_CFLAGS=''
GTKDOC_DEPS_LIBS=''
GTKDOC_MKPDF='/usr/bin/gtkdoc-mkpdf'
GTKDOC_REBASE='/usr/bin/gtkdoc-rebase'
GTK_DOC_BUILD_HTML_FALSE='#'
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE='#'
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE='#'
GTK_DOC_USE_REBASE_FALSE='#'
GTK_DOC_USE_REBASE_TRUE=''
GUILD=''
GUILE=''
GUILE_CFLAGS=''
GUILE_CONFIG=''
GUILE_EFFECTIVE_VERSION=''
GUILE_EXTENSION=''
GUILE_LDFLAGS=''
GUILE_LIBS=''
GUILE_LTLIBS=''
GUILE_SITE=''
GUILE_SITE_CCACHE=''
GUILE_TOOLS=''
HAVE_ACCEPT4='1'
HAVE_ALLOCA_H='0'
HAVE_ARPA_INET_H='0'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
HAVE_C99_STDINT_H='1'
HAVE_CANONICALIZE_FILE_NAME='1'
HAVE_CHOWN='1'
HAVE_CMOCKA_FALSE=''
HAVE_CMOCKA_TRUE='#'
HAVE_CRTDEFS_H='1'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FREEADDRINFO='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GAI_STRERROR='1'
HAVE_DECL_GETADDRINFO='1'
HAVE_DECL_GETDELIM='0'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='0'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETNAMEINFO='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_IMAXABS='1'
HAVE_DECL_IMAXDIV='1'
HAVE_DECL_INET_NTOP='0'
HAVE_DECL_INET_PTON='0'
HAVE_DECL_INITSTATE='1'
HAVE_DECL_LOCALTIME_R='0'
HAVE_DECL_MEMMEM='0'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SETENV='0'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SETSTATE='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR_R='1'
HAVE_DECL_STRNCASECMP='1'
HAVE_DECL_STRNDUP='0'
HAVE_DECL_STRNLEN='1'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOIMAX='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_STRTOUMAX='1'
HAVE_DECL_TRUNCATE='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='0'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCTOB='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_EUIDACCESS='1'
HAVE_EXPLICIT_BZERO='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FDATASYNC='1'
HAVE_FEATURES_H='0'
HAVE_FFS='1'
HAVE_FFSL='1'
HAVE_FFSLL='1'
HAVE_FORK_FALSE=''
HAVE_FORK_TRUE='#'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GCC_FALSE='#'
HAVE_GCC_GNU89_INLINE_OPTION_FALSE=''
HAVE_GCC_GNU89_INLINE_OPTION_TRUE='#'
HAVE_GCC_TRUE=''
HAVE_GETDTABLESIZE='1'
HAVE_GETENTROPY_FALSE=''
HAVE_GETENTROPY_TRUE='#'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETPAGESIZE='1'
HAVE_GETPASS='0'
HAVE_GETSUBOPT='1'
HAVE_GETTIMEOFDAY='1'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_GTK_DOC_FALSE=''
HAVE_GTK_DOC_TRUE='#'
HAVE_GUILD_FALSE=''
HAVE_GUILD_TRUE='#'
HAVE_GUILE_FALSE=''
HAVE_GUILE_TRUE='#'
HAVE_IMAXDIV_T='1'
HAVE_INITSTATE='1'
HAVE_INTTYPES_H='1'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LD_OUTPUT_DEF_FALSE='#'
HAVE_LD_OUTPUT_DEF_TRUE=''
HAVE_LD_VERSION_SCRIPT_FALSE='#'
HAVE_LD_VERSION_SCRIPT_TRUE=''
HAVE_LIBCRYPTO='no'
HAVE_LIBCRYPTO_FALSE=''
HAVE_LIBCRYPTO_TRUE='#'
HAVE_LIBDL='no'
HAVE_LIBIDN2_FALSE='#'
HAVE_LIBIDN2_TRUE=''
HAVE_LIBPTHREAD=''
HAVE_LIBRT='no'
HAVE_LIBSECCOMP='no'
HAVE_LIBUNISTRING_FALSE='#'
HAVE_LIBUNISTRING_TRUE=''
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MAX_ALIGN_T='1'
HAVE_MBRLEN='1'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSLEN='0'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
HAVE_MBTOWC='1'
HAVE_MEMCHR='1'
HAVE_MEMPCPY='1'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'
HAVE_MKNOD='1'
HAVE_MKNODAT='1'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_MSVC_INVALID_PARAMETER_HANDLER='1'
HAVE_NANOSLEEP='1'
HAVE_NETDB_H='0'
HAVE_NETINET_IN_H='0'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_PKCS11_TRUST_STORE_FALSE=''
HAVE_PKCS11_TRUST_STORE_TRUE='#'
HAVE_POPEN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_PREAD='1'
HAVE_PSELECT='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_QSORT_R='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_RAWMEMCHR='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALLOCARRAY='1'
HAVE_REALPATH='1'
HAVE_RENAMEAT='1'
HAVE_RPMATCH='1'
HAVE_SA_FAMILY_T='0'
HAVE_SECCOMP_TESTS_FALSE=''
HAVE_SECCOMP_TESTS_TRUE='#'
HAVE_SECURE_GETENV='0'
HAVE_SETENV='0'
HAVE_SETHOSTNAME='1'
HAVE_SETSTATE='1'
HAVE_SIGACTION='1'
HAVE_SIGHANDLER_T='0'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='0'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASECMP='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRINGS_H='1'
HAVE_STRPBRK='1'
HAVE_STRPTIME='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOLD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_ADDRINFO='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_SOCKADDR_STORAGE='1'
HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_STRVERSCMP='0'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H='0'
HAVE_SYS_INTTYPES_H='0'
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_SELECT_H='0'
HAVE_SYS_SOCKET_H='0'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_SYS_UIO_H='0'
HAVE_TIMEGM='0'
HAVE_TIMEZONE_T='0'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_TZSET='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_USLEEP='1'
HAVE_UTIMENSAT='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WCPCPY='1'
HAVE_WCPNCPY='1'
HAVE_WCRTOMB='1'
HAVE_WCSCASECMP='1'
HAVE_WCSCAT='1'
HAVE_WCSCHR='1'
HAVE_WCSCMP='1'
HAVE_WCSCOLL='1'
HAVE_WCSCPY='1'
HAVE_WCSCSPN='1'
HAVE_WCSDUP='1'
HAVE_WCSFTIME='1'
HAVE_WCSLEN='1'
HAVE_WCSNCASECMP='1'
HAVE_WCSNCAT='1'
HAVE_WCSNCMP='1'
HAVE_WCSNCPY='1'
HAVE_WCSNLEN='1'
HAVE_WCSNRTOMBS='1'
HAVE_WCSPBRK='1'
HAVE_WCSRCHR='1'
HAVE_WCSRTOMBS='1'
HAVE_WCSSPN='1'
HAVE_WCSSTR='1'
HAVE_WCSTOK='1'
HAVE_WCSWIDTH='1'
HAVE_WCSXFRM='1'
HAVE_WINSOCK2_H='1'
HAVE_WINT_T='1'
HAVE_WMEMCHR='1'
HAVE_WMEMCMP='1'
HAVE_WMEMCPY='1'
HAVE_WMEMMOVE='1'
HAVE_WMEMSET='1'
HAVE_WS2TCPIP_H='1'
HAVE__BOOL='1'
HAVE__EXIT='1'
HOGWEED_CFLAGS='-I/home/tim/src/wget2/x86_64-w64-mingw32/include'
HOGWEED_LIBS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lhogweed'
HOSTENT_LIB='-lws2_32'
HTML_DIR='${datadir}/gtk-doc/html'
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INET_NTOP_LIB=''
INET_PTON_LIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LIBOPTS_FALSE=''
INSTALL_LIBOPTS_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX='1'
INT64_MAX_EQ_LONG_MAX='0'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LCOV=''
LD='/usr/bin/x86_64-w64-mingw32-ld'
LDFLAGS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib'
LIBATOMIC_LIBS='-latomic'
LIBCRYPTO=''
LIBCRYPTO_PREFIX=''
LIBDL=''
LIBDL_PREFIX=''
LIBGNUTLS_CFLAGS='-I${prefix}/include'
LIBGNUTLS_LIBS='-L${exec_prefix}/lib -lgnutls '
LIBICONV='-liconv'
LIBIDN2_CFLAGS=''
LIBIDN2_LIBS='-lidn2'
LIBINTL=''
LIBOBJS=''
LIBOPTS_CFLAGS=''
LIBOPTS_DIR=''
LIBOPTS_LDADD=''
LIBPTHREAD=''
LIBPTHREAD_PREFIX=''
LIBRT=''
LIBRT_PREFIX=''
LIBS=''
LIBSECCOMP=''
LIBSECCOMP_PREFIX=''
LIBSOCKET='-lws2_32'
LIBTASN1_CFLAGS=''
LIBTASN1_LIBS=''
LIBTESTS_LIBDEPS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUNISTRING='-lunistring'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_NOT_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_NOT_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CC_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CC_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CN_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CN_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CO_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CO_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CS_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CS_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_C_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_C_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LC_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LC_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LL_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LL_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LM_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LM_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LO_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LO_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LU_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LU_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_L_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_L_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MC_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MC_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ME_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ME_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MN_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MN_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NAME_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NAME_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ND_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ND_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NL_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NL_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NO_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NO_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_N_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_N_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OR_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OR_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PC_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PC_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PD_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PD_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PE_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PE_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PF_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PF_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PI_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PI_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PO_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PO_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PS_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PS_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_P_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_P_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SC_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SC_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SK_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SK_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SM_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SM_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SO_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SO_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_S_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_S_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZL_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZL_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZS_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZS_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_Z_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_Z_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_JOIN_CONTROL_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_JOIN_CONTROL_TRUE=''
LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NOT_A_CHARACTER_FALSE='#'
LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NOT_A_CHARACTER_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_NFC_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_NFKC_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_NFKC_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_NFKD_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_NFKD_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE=''
LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_FALSE='#'
LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U16_CPY_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U16_CPY_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUCR_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUCR_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U16_TO_U8_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U16_TO_U8_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U32_CPY_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_CPY_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_TO_U16_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_TO_U16_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE=''
LIBUNISTRING_UNICTYPE_H='unictype.h'
LIBUNISTRING_UNINORM_H='uninorm.h'
LIBUNISTRING_UNISTR_H='unistr.h'
LIBUNISTRING_UNITYPES_H='unitypes.h'
LIB_CLOCK_GETTIME=''
LIB_SELECT='-lws2_32'
LIMITS_H='limits.h'
LIPO=''
LN_S='ln -s'
LTALLOCA=''
LTLIBCRYPTO=''
LTLIBDL=''
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
LTLIBPTHREAD=''
LTLIBRT=''
LTLIBSECCOMP=''
LT_AGE='23'
LT_CURRENT='53'
LT_DANE_AGE='4'
LT_DANE_CURRENT='4'
LT_DANE_REVISION='1'
LT_REVISION='2'
LT_SSL_AGE='0'
LT_SSL_CURRENT='27'
LT_SSL_REVISION='2'
LT_SYS_LIBRARY_PATH=''
LT_XSSL_AGE='0'
LT_XSSL_CURRENT='0'
LT_XSSL_REVISION='0'
MACOSX_FALSE=''
MACOSX_TRUE='#'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAJOR_VERSION='3'
MAKEINFO='${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MINOR_VERSION='6'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NEEDS_LIBRT_FALSE='#'
NEEDS_LIBRT_TRUE=''
NEED_LIBOPTS_FALSE=''
NEED_LIBOPTS_TRUE='#'
NETINET_IN_H='netinet/in.h'
NETTLE_CFLAGS='-I/home/tim/src/wget2/x86_64-w64-mingw32/include'
NETTLE_LIBS='-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lnettle'
NEXT_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='<errno.h>'
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='<limits.h>'
NEXT_AS_FIRST_DIRECTIVE_NETDB_H='<netdb.h>'
NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H='<netinet/in.h>'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='<strings.h>'
NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='<sys/socket.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H='<sys/uio.h>'
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>'
NEXT_ERRNO_H='<errno.h>'
NEXT_FLOAT_H=''
NEXT_INTTYPES_H='<inttypes.h>'
NEXT_LIMITS_H='<limits.h>'
NEXT_NETDB_H='<netdb.h>'
NEXT_NETINET_IN_H='<netinet/in.h>'
NEXT_SIGNAL_H='<signal.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_STRINGS_H='<strings.h>'
NEXT_STRING_H='<string.h>'
NEXT_SYS_SELECT_H='<sys/select.h>'
NEXT_SYS_SOCKET_H='<sys/socket.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_SYS_TYPES_H='<sys/types.h>'
NEXT_SYS_UIO_H='<sys/uio.h>'
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_WCHAR_H='<wchar.h>'
NM='/usr/bin/x86_64-w64-mingw32-nm -B'
NMEDIT=''
NUMBER_VERSION='0x030607'
OBJDUMP='x86_64-w64-mingw32-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
P11KIT_0_23_11_API_FALSE=''
P11KIT_0_23_11_API_TRUE='#'
P11_KIT_CFLAGS=''
P11_KIT_LIBS=''
PACKAGE='gnutls'
PACKAGE_BUGREPORT='bugs@gnutls.org'
PACKAGE_NAME='GnuTLS'
PACKAGE_STRING='GnuTLS 3.6.7'
PACKAGE_TARNAME='gnutls'
PACKAGE_URL=''
PACKAGE_VERSION='3.6.7'
PATCH_VERSION='7'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/x86_64-w64-mingw32-pkg-config'
PKG_CONFIG_LIBDIR='/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig'
PKG_CONFIG_PATH='/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig:/usr/x86_64-w64-mingw32/lib/pkgconfig'
PMCCABE='false'
POSIX_SHELL=''
POSUB=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PRIPTR_PREFIX='"l"'
PRI_MACROS_BROKEN='0'
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTRDIFF_T_SUFFIX=''
RANLIB='x86_64-w64-mingw32-ranlib'
REPLACE_BTOWC='0'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='1'
REPLACE_CTIME='GNULIB_PORTCHECK'
REPLACE_DPRINTF='0'
REPLACE_DUP2='1'
REPLACE_DUP='0'
REPLACE_FACCESSAT='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FDOPEN='0'
REPLACE_FFLUSH='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FSTAT='1'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='0'
REPLACE_GAI_STRERROR='1'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETDTABLESIZE='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='1'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETPASS='0'
REPLACE_GETTIMEOFDAY='1'
REPLACE_GMTIME='0'
REPLACE_INET_NTOP='0'
REPLACE_INET_PTON='0'
REPLACE_INITSTATE='0'
REPLACE_ISATTY='0'
REPLACE_ITOLD='0'
REPLACE_LCHOWN='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALTIME='0'
REPLACE_LOCALTIME_R='GNULIB_PORTCHECK'
REPLACE_LSEEK='1'
REPLACE_LSTAT='0'
REPLACE_MALLOC='1'
REPLACE_MBRLEN='0'
REPLACE_MBRTOWC='0'
REPLACE_MBSINIT='0'
REPLACE_MBSNRTOWCS='0'
REPLACE_MBSRTOWCS='0'
REPLACE_MBSTATE_T='0'
REPLACE_MBTOWC='0'
REPLACE_MEMCHR='0'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='0'
REPLACE_MKNOD='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='1'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PSELECT='0'
REPLACE_PTHREAD_SIGMASK='0'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='0'
REPLACE_PUTENV='0'
REPLACE_PWRITE='0'
REPLACE_QSORT_R='0'
REPLACE_RAISE='0'
REPLACE_RANDOM='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='0'
REPLACE_READLINKAT='0'
REPLACE_REALLOC='1'
REPLACE_REALPATH='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_SELECT='1'
REPLACE_SETENV='0'
REPLACE_SETSTATE='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='1'
REPLACE_SPRINTF='0'
REPLACE_STAT='0'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STPNCPY='0'
REPLACE_STRCASESTR='0'
REPLACE_STRCHRNUL='0'
REPLACE_STRDUP='1'
REPLACE_STRERROR='0'
REPLACE_STRERROR_R='0'
REPLACE_STRFTIME='GNULIB_PORTCHECK'
REPLACE_STRNCAT='0'
REPLACE_STRNDUP='0'
REPLACE_STRNLEN='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOD='0'
REPLACE_STRTOIMAX='0'
REPLACE_STRTOK_R='0'
REPLACE_STRTOLD='0'
REPLACE_STRTOUMAX='0'
REPLACE_STRUCT_TIMEVAL='1'
REPLACE_SYMLINK='0'
REPLACE_SYMLINKAT='0'
REPLACE_TIMEGM='0'
REPLACE_TMPFILE='0'
REPLACE_TRUNCATE='0'
REPLACE_TTYNAME_R='0'
REPLACE_TZSET='1'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIMENSAT='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='1'
REPLACE_VSPRINTF='0'
REPLACE_WCRTOMB='0'
REPLACE_WCSFTIME='0'
REPLACE_WCSNRTOMBS='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCSWIDTH='0'
REPLACE_WCTOB='0'
REPLACE_WCTOMB='0'
REPLACE_WCWIDTH='0'
REPLACE_WRITE='0'
SED='/bin/sed'
SERVENT_LIB='-lws2_32'
SET_MAKE=''
SHELL='/bin/bash'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
STDALIGN_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H='stdint.h'
STDNORETURN_H=''
STRIP='x86_64-w64-mingw32-strip'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
TROUSERS_LIB=''
TSS_CFLAGS=''
TSS_LIBS=''
UINT32_MAX_LT_UINTMAX_MAX='1'
UINT64_MAX_EQ_ULONG_MAX='0'
UNBOUND_CFLAGS=''
UNBOUND_LIBS=''
UNDEFINE_STRTOK_R='0'
UNISTD_H_DEFINES_STRUCT_TIMESPEC='0'
UNISTD_H_HAVE_WINSOCK2_H='1'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='1'
USE_NLS='no'
VALGRIND=''
VERSION='3.6.7'
WANT_TEST_SUITE_FALSE='#'
WANT_TEST_SUITE_TRUE=''
WARN_CFLAGS=' -fno-common -W -Waddress -Waggressive-loop-optimizations -Wall -Wattribute-alias -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wcast-align -Wcast-align=strict -Wcast-function-type -Wchar-subscripts -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers -Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-security -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wif-not-aligned -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-attributes -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-prototypes -Wmultichar -Wmultistatement-macros -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wodr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked -Wpacked-bitfield-compat -Wpacked-not-aligned -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-div -Wsizeof-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wstringop-truncation -Wsuggest-attribute=cold -Wsuggest-attribute=format -Wsuggest-attribute=malloc -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wvla-larger-than=4031 -Wno-missing-field-initializers -Wno-unused-parameter -Wno-format-truncation -Wimplicit-fallthrough=2 -Wabi=11 -fdiagnostics-show-option'
WCHAR_T_SUFFIX=''
WERROR_CFLAGS=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='1'
WINDOWS_FALSE='#'
WINDOWS_STAT_INODES='0'
WINDOWS_STAT_TIMESPEC='0'
WINDOWS_TRUE=''
WINT_T_SUFFIX=''
WSTACK_CFLAGS=' -Wtype-limits'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=' --flag=asprintf:2:c-format --flag=vasprintf:2:c-format'
YACC='bison -y'
YEAR='2019'
YFLAGS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_cv_sizeof_time_t='8'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
autogen=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
ggl_LIBOBJS=' accept.o asnprintf.o bind.o close.o connect.o dup2.o fstat.o gai_strerror.o getdelim.o getline.o getpass.o getpeername.o gettimeofday.o inet_ntop.o inet_pton.o listen.o localtime-buffer.o lseek.o malloc.o mktime.o msvc-inval.o msvc-nothrow.o printf-args.o printf-parse.o realloc.o recv.o recvfrom.o select.o send.o sendto.o setenv.o setsockopt.o shutdown.o snprintf.o socket.o stat-w32.o strdup.o time_r.o time_rz.o timegm.o tzset.o unsetenv.o vasnprintf.o'
ggl_LTLIBOBJS=' accept.lo asnprintf.lo bind.lo close.lo connect.lo dup2.lo fstat.lo gai_strerror.lo getdelim.lo getline.lo getpass.lo getpeername.lo gettimeofday.lo inet_ntop.lo inet_pton.lo listen.lo localtime-buffer.lo lseek.lo malloc.lo mktime.lo msvc-inval.lo msvc-nothrow.lo printf-args.lo printf-parse.lo realloc.lo recv.lo recvfrom.lo select.lo send.lo sendto.lo setenv.lo setsockopt.lo shutdown.lo snprintf.lo socket.lo stat-w32.lo strdup.lo time_r.lo time_rz.lo timegm.lo tzset.lo unsetenv.lo vasnprintf.lo'
ggltests_LIBOBJS=''
ggltests_LTLIBOBJS=''
ggltests_WITNESS='IN_GNUTLS_GNULIB_TESTS'
gl_LIBOBJS=' asnprintf.o fstat.o getdelim.o getline.o gettimeofday.o inet_ntop.o inet_pton.o localtime-buffer.o lseek.o malloc.o memmem.o msvc-inval.o msvc-nothrow.o printf-args.o printf-parse.o realloc.o secure_getenv.o setsockopt.o snprintf.o stat-w32.o strdup.o strndup.o strverscmp.o time_r.o vasnprintf.o vsnprintf.o'
gl_LTLIBOBJS=' asnprintf.lo fstat.lo getdelim.lo getline.lo gettimeofday.lo inet_ntop.lo inet_pton.lo localtime-buffer.lo lseek.lo malloc.lo memmem.lo msvc-inval.lo msvc-nothrow.lo printf-args.lo printf-parse.lo realloc.lo secure_getenv.lo setsockopt.lo snprintf.lo stat-w32.lo strdup.lo strndup.lo strverscmp.lo time_r.lo vasnprintf.lo vsnprintf.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS='IN_GNUTLS_GNULIB_TESTS'
guile_snarf=''
guileextensiondir='$(GUILE_EXTENSION)'
guilesiteccachedir='$(GUILE_SITE_CCACHE)'
guilesitedir='$(GUILE_SITE)'
host='x86_64-w64-mingw32'
host_alias='x86_64-w64-mingw32'
host_cpu='x86_64'
host_os='mingw32'
host_vendor='w64'
htmldir='${docdir}'
ifGNUmake=''
ifnGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/tim/src/wget2/gnutls/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/tim/src/wget2/x86_64-w64-mingw32'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
unistring_LIBOBJS=''
unistring_LTLIBOBJS=''
unistringtests_LIBOBJS=''
unistringtests_LTLIBOBJS=''
unistringtests_WITNESS='IN_GNUTLS_GNULIB_TESTS'
} giovec_t;'

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

/* confdefs.h */
#define PACKAGE_NAME "GnuTLS"
#define PACKAGE_TARNAME "gnutls"
#define PACKAGE_VERSION "3.6.7"
#define PACKAGE_STRING "GnuTLS 3.6.7"
#define PACKAGE_BUGREPORT "bugs@gnutls.org"
#define PACKAGE_URL ""
#define PACKAGE "gnutls"
#define VERSION "3.6.7"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define HAVE_FSEEKO 1
#define _FILE_OFFSET_BITS 64
#define _DARWIN_USE_64_BIT_INODE 1
#define STDC_HEADERS 1
#define _UNICODE 1
#define HAVE_STDATOMIC_H 1
#define HAVE_LIBNETTLE 1
#define C99_MACROS 1
#define ENABLE_SSL2 1
#define ENABLE_DTLS_SRTP 1
#define ENABLE_ALPN 1
#define ENABLE_HEARTBEAT 1
#define ENABLE_SRP 1
#define ENABLE_PSK 1
#define ENABLE_ANON 1
#define ENABLE_DHE 1
#define ENABLE_ECDHE 1
#define ENABLE_GOST 1
#define ENABLE_OCSP 1
#define SIZEOF_VOID_P 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_LONG 4
#define SIZEOF_INT 4
#define GNUTLS_POINTER_TO_INT_CAST (long long)
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_CRTDEFS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_WINSOCK2_H 1
#define WINDOWS_SOCKETS 1
#define HAVE_ICONV 1
#define HAVE_GETPID 1
#define HAVE_LOCALTIME 1
#define HAVE_ALLOCA 1
#define nlink_t int
#define _USE_STD_STAT 1
#define HAVE_DECL_FTELLO 1
#define HAVE_DECL_GETDELIM 0
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MPROTECT 1
#define HAVE__SET_INVALID_PARAMETER_HANDLER 1
#define HAVE_SNPRINTF 1
#define HAVE_STRDUP 1
#define HAVE_TZSET 1
#define HAVE_DECL_GETLINE 0
#define restrict __restrict
#define HAVE_WINSOCK2_H 1
#define HAVE_WS2TCPIP_H 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_WINSOCK2_H 1
#define HAVE_IPV4 1
#define HAVE_IPV6 1
#define HAVE_DECL_MEMMEM 0
#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE__BOOL 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_DECL_STRDUP 1
#define HAVE_DECL_STRNDUP 0
#define HAVE_DECL_STRNLEN 1
#define HAVE_DECL_STRTOK_R 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_DECL__SNPRINTF 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE___BUILTIN_EXPECT 1
#define GNULIB_TEST_FSTAT 1
#define GNULIB_TEST_FTELL 1
#define GNULIB_TEST_FTELLO 1
#define HAVE_DECL_GETC_UNLOCKED 0
#define GNULIB_TEST_GETDELIM 1
#define GNULIB_TEST_GETLINE 1
#define GETTIMEOFDAY_TIMEZONE void
#define GNULIB_TEST_GETTIMEOFDAY 1
#define HAVE_WINSOCK2_H 1
#define HAVE_DECL_INET_NTOP 0
#define HAVE_WINSOCK2_H 1
#define HAVE_DECL_INET_PTON 0
#define LSEEK_PIPE_BROKEN 1
#define GNULIB_TEST_LSEEK 1
#define GNULIB_TEST_MALLOC_POSIX 1
#define GNULIB_TEST_MEMCHR 1
#define GNULIB_TEST_MEMMEM 1
#define GNULIB_MSVC_NOTHROW 1
#define GNULIB_TEST_REALLOC_POSIX 1
#define GNULIB_TEST_SECURE_GETENV 1
#define GNULIB_TEST_SETSOCKOPT 1
#define HAVE_STDINT_H 1
#define HAVE_SNPRINTF 1
#define GNULIB_TEST_SNPRINTF 1
#define GNULIB_SNPRINTF 1
#define __USE_MINGW_ANSI_STDIO 1
#define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1
#define GNULIB_FSCANF 1
#define GNULIB_SCANF 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRNCASECMP 1
#define GNULIB_TEST_STRDUP 1
#define GNULIB_TEST_STRNDUP 1
#define GNULIB_TEST_STRNLEN 1
#define HAVE_STRTOK_R 1
#define GNULIB_TEST_STRTOK_R 1
#define GNULIB_TEST_STRVERSCMP 1
#define nlink_t int
#define HAVE_DECL_LOCALTIME_R 0
#define GNULIB_TEST_TIME_R 1
#define HAVE_VASPRINTF 1
#define GNULIB_TEST_VASPRINTF 1
#define HAVE_VSNPRINTF 1
#define GNULIB_TEST_VSNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_ENVIRON_DECL 1
#define HAVE_DECL_FSEEKO 1
#define HAVE_DECL_FFLUSH_UNLOCKED 0
#define HAVE_DECL_FLOCKFILE 0
#define HAVE_DECL_FPUTS_UNLOCKED 0
#define HAVE_DECL_FUNLOCKFILE 0
#define HAVE_DECL_PUTC_UNLOCKED 0
#define HAVE_INTTYPES_H 1
#define HAVE_STDLIB_H 1
#define MALLOC_0_IS_NONNULL 1
#define TIME_T_IS_SIGNED 1
#define HAVE_DECL_ALARM 0
#define HAVE_DECL_TZNAME 1
#define HAVE_TZNAME 1
#define HAVE_COMPOUND_LITERALS 1
#define HAVE_WINSOCK2_H 1
#define HAVE_DECL_SETENV 0
#define HAVE_SEARCH_H 1
#define HAVE_TSEARCH 1
#define uid_t int
#define gid_t int
#define HAVE_DECL_UNSETENV 0
#define GNULIB_TEST_ACCEPT 1
#define GNULIB_TEST_BIND 1
#define HAVE_WINSOCK2_H 1
#define GNULIB_TEST_CLOSE 1
#define GNULIB_TEST_CONNECT 1
#define HAVE_DUP2 1
#define GNULIB_TEST_DUP2 1
#define GNULIB_TEST_ENVIRON 1
#define FLEXIBLE_ARRAY_MEMBER /**/
#define GNULIB_TEST_FSEEK 1
#define GNULIB_TEST_FSEEKO 1
#define GNULIB_TEST_FSTAT 1
#define GNULIB_TEST_FTELL 1
#define GNULIB_TEST_FTELLO 1
#define HAVE_DECL_GAI_STRERROR 1
#define HAVE_DECL_GAI_STRERRORA 1
#define HAVE_DECL_GETADDRINFO 1
#define HAVE_DECL_FREEADDRINFO 1
#define HAVE_DECL_GETNAMEINFO 1
#define HAVE_STRUCT_ADDRINFO 1
#define GNULIB_TEST_GETADDRINFO 1
#define HAVE_DECL_GETC_UNLOCKED 0
#define GNULIB_TEST_GETDELIM 1
#define GNULIB_TEST_GETLINE 1
#define HAVE_DECL___FSETLOCKING 0
#define HAVE_TCGETATTR 0
#define HAVE_TCSETATTR 0
#define GNULIB_TEST_GETPASS 1
#define GNULIB_TEST_GETPEERNAME 1
#define GETTIMEOFDAY_TIMEZONE void
#define GNULIB_TEST_GETTIMEOFDAY 1
#define HAVE_WINSOCK2_H 1
#define HAVE_DECL_INET_NTOP 0
#define HAVE_WINSOCK2_H 1
#define HAVE_DECL_INET_PTON 0
#define HAVE___INLINE 1
#define GNULIB_TEST_LISTEN 1
#define LSEEK_PIPE_BROKEN 1
#define GNULIB_TEST_LSEEK 1
#define GNULIB_TEST_MALLOC_POSIX 1
#define GNULIB_TEST_MEMCHR 1
#define NEED_MKTIME_WORKING 1
#define NEED_MKTIME_WINDOWS 1
#define GNULIB_TEST_MKTIME 1
#define NEED_MKTIME_INTERNAL 1
#define GNULIB_MSVC_NOTHROW 1
#define my_strftime nstrftime
#define HAVE_DECL_TZNAME 1
#define HAVE_TZNAME 1
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
#define GNULIB_TEST_REALLOC_POSIX 1
#define GNULIB_TEST_RECV 1
#define GNULIB_TEST_RECVFROM 1
#define GNULIB_TEST_SELECT 1
#define GNULIB_TEST_SEND 1
#define GNULIB_TEST_SENDTO 1
#define GNULIB_TEST_SETENV 1
#define GNULIB_TEST_SETSOCKOPT 1
#define GNULIB_TEST_SHUTDOWN 1
#define HAVE_STDINT_H 1
#define HAVE_SNPRINTF 1
#define GNULIB_TEST_SNPRINTF 1
#define GNULIB_SNPRINTF 1
#define GNULIB_TEST_SOCKET 1
#define __USE_MINGW_ANSI_STDIO 1
#define GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU 1
#define GNULIB_FSCANF 1
#define GNULIB_SCANF 1
#define GNULIB_TEST_STRDUP 1
#define nlink_t int
#define HAVE_DECL_LOCALTIME_R 0
#define GNULIB_TEST_TIME_R 1
#define GNULIB_TEST_TIME_RZ 1
#define GNULIB_TEST_TIMEGM 1
#define HAVE_RUN_TZSET_TEST 1
#define GNULIB_TEST_TZSET 1
#define GNULIB_TEST_UNSETENV 1
#define HAVE_STDINT_H 1
#define HAVE_INLINE 1
#define GNULIB_TEST_UNINORM_U16_NORMALIZE 1
#define GNULIB_TEST_UNINORM_U32_NORMALIZE 1
#define GNULIB_TEST_UNINORM_U8_NORMALIZE 1
#define GNULIB_UNISTR_U16_MBTOUC_UNSAFE 1
#define GNULIB_UNISTR_U16_MBTOUCR 1
#define GNULIB_UNISTR_U16_UCTOMB 1
#define GNULIB_UNISTR_U32_MBTOUC_UNSAFE 1
#define GNULIB_UNISTR_U32_UCTOMB 1
#define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1
#define GNULIB_UNISTR_U8_MBTOUCR 1
#define GNULIB_UNISTR_U8_UCTOMB 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBIDN2 1
#define HAVE_NETTLE_RSA_SEC_DECRYPT 1
#define HAVE_NETTLE_CFB8_ENCRYPT 1
#define HAVE_NETTLE_CMAC128_UPDATE 1
#define UNBOUND_ROOT_KEY_FILE "C:\Program Files\Unbound\root.key"
#define SYSTEM_PRIORITY_FILE "/etc/gnutls/default-priorities"
#define DEFAULT_PRIORITY_STRING "NORMAL"
#define TROUSERS_LIB ""
#define SIZEOF_UNSIGNED_LONG_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_TIME_T 8
#define GNUTLS_COMPAT_H 1
#define GNUTLS_INTERNAL_BUILD 1
#define fread_file _gnutls_fread_file
#define read_file _gnutls_read_file
#define read_binary_file _gnutls_read_binary_file

configure: exit 0

[-- Attachment #1.1.4: config.status --]
[-- Type: text/plain, Size: 133269 bytes --]

#! /bin/bash
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=${CONFIG_SHELL-/bin/bash}
export SHELL
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in #(
  *posix*) :
    set -o posix ;; #(
  *) :
     ;;
esac
fi


as_nl='
'
export as_nl
# Printing a long string crashes Solaris 7 /usr/bin/printf.
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
# Prefer a ksh shell builtin over an external printf program on Solaris,
# but without wasting forks for bash or zsh.
if test -z "$BASH_VERSION$ZSH_VERSION" \
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  as_echo='print -r --'
  as_echo_n='print -rn --'
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  as_echo='printf %s\n'
  as_echo_n='printf %s'
else
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    as_echo_n='/usr/ucb/echo -n'
  else
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    as_echo_n_body='eval
      arg=$1;
      case $arg in #(
      *"$as_nl"*)
	expr "X$arg" : "X\\(.*\\)$as_nl";
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
      esac;
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    '
    export as_echo_n_body
    as_echo_n='sh -c $as_echo_n_body as_echo'
  fi
  export as_echo_body
  as_echo='sh -c $as_echo_body as_echo'
fi

# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
      PATH_SEPARATOR=';'
  }
fi


# IFS
# We need space, tab and new line, in precisely that order.  Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
IFS=" ""	$as_nl"

# Find who we are.  Look in the path if we contain no directory separator.
as_myself=
case $0 in #((
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  done
IFS=$as_save_IFS

     ;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
  as_myself=$0
fi
if test ! -f "$as_myself"; then
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  exit 1
fi

# Unset variables that we do not need and which cause bugs (e.g. in
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
# suppresses any "Segmentation fault" message there.  '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '

# NLS nuisances.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE

# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH


# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
  as_status=$1; test $as_status -eq 0 && as_status=1
  if test "$4"; then
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  fi
  $as_echo "$as_me: error: $2" >&2
  as_fn_exit $as_status
} # as_fn_error


# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
  return $1
} # as_fn_set_status

# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
  set +e
  as_fn_set_status $1
  exit $1
} # as_fn_exit

# as_fn_unset VAR
# ---------------
# Portably unset VAR.
as_fn_unset ()
{
  { eval $1=; unset $1;}
}
as_unset=as_fn_unset
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take
# advantage of any shell optimizations that allow amortized linear growth over
# repeated appends, instead of the typical quadratic growth present in naive
# implementations.
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  eval 'as_fn_append ()
  {
    eval $1+=\$2
  }'
else
  as_fn_append ()
  {
    eval $1=\$$1\$2
  }
fi # as_fn_append

# as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The arguments
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  eval 'as_fn_arith ()
  {
    as_val=$(( $* ))
  }'
else
  as_fn_arith ()
  {
    as_val=`expr "$@" || test $? -eq 1`
  }
fi # as_fn_arith


if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  as_expr=expr
else
  as_expr=false
fi

if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  as_basename=basename
else
  as_basename=false
fi

if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  as_dirname=dirname
else
  as_dirname=false
fi

as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X/"$0" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`

# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits

ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
  case `echo 'xy\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
  esac;;
*)
  ECHO_N='-n';;
esac

rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
  rm -f conf$$.dir/conf$$.file
else
  rm -f conf$$.dir
  mkdir conf$$.dir 2>/dev/null
fi
if (echo >conf$$.file) 2>/dev/null; then
  if ln -s conf$$.file conf$$ 2>/dev/null; then
    as_ln_s='ln -s'
    # ... but there are two gotchas:
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    # In both cases, we have to default to `cp -pR'.
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
      as_ln_s='cp -pR'
  elif ln conf$$.file conf$$ 2>/dev/null; then
    as_ln_s=ln
  else
    as_ln_s='cp -pR'
  fi
else
  as_ln_s='cp -pR'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null


# as_fn_mkdir_p
# -------------
# Create "$as_dir" as a directory, including parents if necessary.
as_fn_mkdir_p ()
{

  case $as_dir in #(
  -*) as_dir=./$as_dir;;
  esac
  test -d "$as_dir" || eval $as_mkdir_p || {
    as_dirs=
    while :; do
      case $as_dir in #(
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
      *) as_qdir=$as_dir;;
      esac
      as_dirs="'$as_qdir' $as_dirs"
      as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_dir" : 'X\(//\)[^/]' \| \
	 X"$as_dir" : 'X\(//\)$' \| \
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_dir" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
      test -d "$as_dir" && break
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"


} # as_fn_mkdir_p
if mkdir -p . 2>/dev/null; then
  as_mkdir_p='mkdir -p "$as_dir"'
else
  test -d ./-p && rmdir ./-p
  as_mkdir_p=false
fi


# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p ()
{
  test -f "$1" && test -x "$1"
} # as_fn_executable_p
as_test_x='test -x'
as_executable_p=as_fn_executable_p

# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"

# Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"


exec 6>&1
## ----------------------------------- ##
## Main body of $CONFIG_STATUS script. ##
## ----------------------------------- ##
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by GnuTLS $as_me 3.6.7, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

# Files that config.status was made for.
config_files=" guile/pre-inst-guile Makefile doc/Makefile doc/credentials/Makefile doc/credentials/srp/Makefile doc/credentials/x509/Makefile doc/doxygen/Doxyfile doc/examples/Makefile doc/latex/Makefile doc/manpages/Makefile doc/reference/Makefile doc/reference/version.xml doc/scripts/Makefile extra/Makefile extra/includes/Makefile libdane/Makefile libdane/includes/Makefile libdane/gnutls-dane.pc gl/Makefile gl/tests/Makefile guile/Makefile guile/src/Makefile lib/Makefile lib/accelerated/Makefile lib/accelerated/x86/Makefile lib/accelerated/aarch64/Makefile lib/algorithms/Makefile lib/auth/Makefile lib/ext/Makefile lib/extras/Makefile lib/gnutls.pc lib/includes/Makefile lib/includes/gnutls/gnutls.h lib/minitasn1/Makefile lib/nettle/Makefile lib/x509/Makefile lib/unistring/Makefile po/Makefile.in src/Makefile src/args-std.def src/gl/Makefile tests/Makefile tests/windows/Makefile tests/cert-tests/Makefile tests/slow/Makefile tests/suite/Makefile fuzz/Makefile"
config_headers=" config.h"
config_links=" GNUmakefile:GNUmakefile"
config_commands=" depfiles po-directories libtool"

ac_cs_usage="\
\`$as_me' instantiates files and other configuration actions
from templates according to the current configuration.  Unless the files
and actions are specified as TAGs, all are instantiated by default.

Usage: $0 [OPTION]... [TAG]...

  -h, --help       print this help, then exit
  -V, --version    print version number and configuration settings, then exit
      --config     print configuration, then exit
  -q, --quiet, --silent
                   do not print progress messages
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
      --file=FILE[:TEMPLATE]
                   instantiate the configuration file FILE
      --header=FILE[:TEMPLATE]
                   instantiate the configuration header FILE

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration links:
$config_links

Configuration commands:
$config_commands

Report bugs to <bugs@gnutls.org>."

ac_cs_config="'--build=x86_64-pc-linux-gnu' '--host=x86_64-w64-mingw32' '--with-nettle-mini' '--enable-shared' '--with-included-libtasn1' '--without-p11-kit' '--disable-doc' '--disable-tests' '--disable-tools' '--disable-cxx' '--disable-maintainer-mode' '--disable-libdane' '--disable-hardware-acceleration' '--disable-guile' '--prefix=/home/tim/src/wget2/x86_64-w64-mingw32' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-w64-mingw32' 'PKG_CONFIG=/usr/bin/x86_64-w64-mingw32-pkg-config' 'PKG_CONFIG_PATH=/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig:/usr/x86_64-w64-mingw32/lib/pkgconfig' 'PKG_CONFIG_LIBDIR=/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig' 'CFLAGS=-O2 -Wall -Wno-format' 'LDFLAGS=-L/home/tim/src/wget2/x86_64-w64-mingw32/lib' 'CPPFLAGS=-I/home/tim/src/wget2/x86_64-w64-mingw32/include'"
ac_cs_version="\
GnuTLS config.status 3.6.7
configured by ./configure, generated by GNU Autoconf 2.69,
  with options \"$ac_cs_config\"

Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."

ac_pwd='/home/tim/src/wget2/gnutls'
srcdir='.'
INSTALL='/usr/bin/install -c'
MKDIR_P='/bin/mkdir -p'
AWK='gawk'
test -n "$AWK" || AWK=awk
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=?*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ;;
  --*=)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=
    ac_shift=:
    ;;
  *)
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    $as_echo "$ac_cs_version"; exit ;;
  --config | --confi | --conf | --con | --co | --c )
    $as_echo "$ac_cs_config"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    '') as_fn_error $? "missing file argument" ;;
    esac
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    ac_need_defaults=false;;
  --he | --h)
    # Conflict between --help and --header
    as_fn_error $? "ambiguous option: \`$1'
Try \`$0 --help' for more information.";;
  --help | --hel | -h )
    $as_echo "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
  -*) as_fn_error $? "unrecognized option: \`$1'
Try \`$0 --help' for more information." ;;

  *) as_fn_append ac_config_targets " $1"
     ac_need_defaults=false ;;

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

if $ac_cs_recheck; then
  set X /bin/bash './configure'  '--build=x86_64-pc-linux-gnu' '--host=x86_64-w64-mingw32' '--with-nettle-mini' '--enable-shared' '--with-included-libtasn1' '--without-p11-kit' '--disable-doc' '--disable-tests' '--disable-tools' '--disable-cxx' '--disable-maintainer-mode' '--disable-libdane' '--disable-hardware-acceleration' '--disable-guile' '--prefix=/home/tim/src/wget2/x86_64-w64-mingw32' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-w64-mingw32' 'PKG_CONFIG=/usr/bin/x86_64-w64-mingw32-pkg-config' 'PKG_CONFIG_PATH=/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig:/usr/x86_64-w64-mingw32/lib/pkgconfig' 'PKG_CONFIG_LIBDIR=/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig' 'CFLAGS=-O2 -Wall -Wno-format' 'LDFLAGS=-L/home/tim/src/wget2/x86_64-w64-mingw32/lib' 'CPPFLAGS=-I/home/tim/src/wget2/x86_64-w64-mingw32/include' $ac_configure_extra_args --no-create --no-recursion
  shift
  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
  CONFIG_SHELL='/bin/bash'
  export CONFIG_SHELL
  exec "$@"
fi

exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
  $as_echo "$ac_log"
} >&5

#
# INIT-COMMANDS
#
AMDEP_TRUE="" MAKE="make"
# Capture the value of obsolete ALL_LINGUAS because we need it to compute
    # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it
    # from automake < 1.5.
    eval 'OBSOLETE_ALL_LINGUAS''=""'
    # Capture the value of LINGUAS because we need it to compute CATALOGS.
    LINGUAS="%UNSET%"

GNUmakefile=GNUmakefile


# The HP-UX ksh and POSIX shell print the target directory to stdout
# if CDPATH is set.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH

sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
double_quote_subst='s/\(["`\\]\)/\\\1/g'
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
macro_version='2.4.6'
macro_revision='2.4.6'
enable_static='no'
enable_shared='yes'
pic_mode='default'
enable_fast_install='needless'
shared_archive_member_spec=''
SHELL='/bin/bash'
ECHO='printf %s\n'
PATH_SEPARATOR=':'
host_alias='x86_64-w64-mingw32'
host='x86_64-w64-mingw32'
host_os='mingw32'
build_alias='x86_64-pc-linux-gnu'
build='x86_64-pc-linux-gnu'
build_os='linux-gnu'
SED='/bin/sed'
Xsed='/bin/sed -e 1s/^X//'
GREP='/bin/grep'
EGREP='/bin/grep -E'
FGREP='/bin/grep -F'
LD='/usr/bin/x86_64-w64-mingw32-ld'
NM='/usr/bin/x86_64-w64-mingw32-nm -B'
LN_S='ln -s'
max_cmd_len='1572864'
ac_objext='o'
exeext=''
lt_unset='unset'
lt_SP2NL='tr \040 \012'
lt_NL2SP='tr \015\012 \040\040'
lt_cv_to_host_file_cmd='func_convert_file_nix_to_w32'
lt_cv_to_tool_file_cmd='func_convert_file_noop'
reload_flag=' -r'
reload_cmds='$LD$reload_flag -o $output$reload_objs'
OBJDUMP='x86_64-w64-mingw32-objdump'
deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
file_magic_cmd='func_win32_libid'
file_magic_glob=''
want_nocaseglob='no'
DLLTOOL='x86_64-w64-mingw32-dlltool'
sharedlib_from_linklib_cmd='func_cygming_dll_for_implib'
AR='x86_64-w64-mingw32-ar'
AR_FLAGS='cru'
archiver_list_spec='@'
STRIP='x86_64-w64-mingw32-strip'
RANLIB='x86_64-w64-mingw32-ranlib'
old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib'
old_postuninstall_cmds=''
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
lock_old_archive_extraction='no'
CC='x86_64-w64-mingw32-gcc'
CFLAGS='-O2 -Wall -Wno-format'
compiler='x86_64-w64-mingw32-g++'
GCC='yes'
lt_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'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_nm_interface='BSD nm'
nm_file_list_spec='@'
lt_sysroot=''
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
objdir='.libs'
MAGIC_CMD='file'
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
lt_prog_compiler_pic=' -DDLL_EXPORT -DPIC'
lt_prog_compiler_wl='-Wl,'
lt_prog_compiler_static='-static'
lt_cv_prog_compiler_c_o='yes'
need_locks='no'
MANIFEST_TOOL=':'
DSYMUTIL=''
NMEDIT=''
LIPO=''
OTOOL=''
OTOOL64=''
libext='a'
shrext_cmds='.dll'
extract_expsyms_cmds=''
archive_cmds_need_lc='yes'
enable_shared_with_static_runtimes='yes'
export_dynamic_flag_spec='$wl--export-all-symbols'
whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
compiler_needs_object='no'
old_archive_from_new_cmds=''
old_archive_from_expsyms_cmds=''
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
          cp $export_symbols $output_objdir/$soname.def;
        else
          echo EXPORTS > $output_objdir/$soname.def;
          cat $export_symbols >> $output_objdir/$soname.def;
        fi~
        $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
module_cmds=''
module_expsym_cmds=''
with_gnu_ld='yes'
allow_undefined_flag='unsupported'
no_undefined_flag=''
hardcode_libdir_flag_spec='-L$libdir'
hardcode_libdir_separator=''
hardcode_direct='no'
hardcode_direct_absolute='no'
hardcode_minus_L='no'
hardcode_shlibpath_var='unsupported'
hardcode_automatic='no'
inherit_rpath='no'
link_all_deplibs='unknown'
always_export_symbols='no'
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
include_expsyms=''
prelink_cmds=''
postlink_cmds=''
file_list_spec=''
variables_saved_for_relink='PATH PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
need_lib_prefix='no'
need_version='no'
version_type='windows'
runpath_var='LD_RUN_PATH'
shlibpath_var='PATH'
shlibpath_overrides_runpath='yes'
libname_spec='lib$name'
library_names_spec='$libname.dll.a'
soname_spec='$libname`echo $release | $SED -e s/[.]/-/g`$versuffix$shared_ext'
install_override_mode=''
postinstall_cmds='base_file=`basename \$file`~
      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
      dldir=$destdir/`dirname \$dlpath`~
      test -d \$dldir || mkdir -p \$dldir~
      $install_prog $dir/$dlname \$dldir/$dlname~
      chmod a+x \$dldir/$dlname~
      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
      fi'
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
      dlpath=$dir/\$dldll~
       $RM \$dlpath'
finish_cmds=''
finish_eval=''
hardcode_into_libs='no'
sys_lib_search_path_spec='/usr/x86_64-w64-mingw32/lib '
configure_time_dlsearch_path='/lib /usr/lib'
configure_time_lt_sys_library_path=''
hardcode_action='immediate'
enable_dlopen='unknown'
enable_dlopen_self='unknown'
enable_dlopen_self_static='unknown'
old_striplib='x86_64-w64-mingw32-strip --strip-debug'
striplib='x86_64-w64-mingw32-strip --strip-unneeded'
compiler_lib_search_dirs=''
predep_objects=''
postdep_objects=''
predeps=''
postdeps=''
compiler_lib_search_path=''
LD_CXX='/usr/bin/x86_64-w64-mingw32-ld'
reload_flag_CXX=' -r'
reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs'
old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib'
compiler_CXX='x86_64-w64-mingw32-g++'
GCC_CXX='yes'
lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
lt_prog_compiler_pic_CXX=' -DDLL_EXPORT -DPIC'
lt_prog_compiler_wl_CXX='-Wl,'
lt_prog_compiler_static_CXX='-static'
lt_cv_prog_compiler_c_o_CXX='yes'
archive_cmds_need_lc_CXX='no'
enable_shared_with_static_runtimes_CXX='yes'
export_dynamic_flag_spec_CXX='$wl--export-all-symbols'
whole_archive_flag_spec_CXX='$wl--whole-archive$convenience $wl--no-whole-archive'
compiler_needs_object_CXX='no'
old_archive_from_new_cmds_CXX=''
old_archive_from_expsyms_cmds_CXX=''
archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
              cp $export_symbols $output_objdir/$soname.def;
            else
              echo EXPORTS > $output_objdir/$soname.def;
              cat $export_symbols >> $output_objdir/$soname.def;
            fi~
            $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
module_cmds_CXX=''
module_expsym_cmds_CXX=''
with_gnu_ld_CXX='yes'
allow_undefined_flag_CXX='unsupported'
no_undefined_flag_CXX=''
hardcode_libdir_flag_spec_CXX='-L$libdir'
hardcode_libdir_separator_CXX=''
hardcode_direct_CXX='no'
hardcode_direct_absolute_CXX='no'
hardcode_minus_L_CXX='no'
hardcode_shlibpath_var_CXX='unsupported'
hardcode_automatic_CXX='no'
inherit_rpath_CXX='no'
link_all_deplibs_CXX='unknown'
always_export_symbols_CXX='no'
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
exclude_expsyms_CXX='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
include_expsyms_CXX=''
prelink_cmds_CXX=''
postlink_cmds_CXX=''
file_list_spec_CXX=''
hardcode_action_CXX='immediate'
compiler_lib_search_dirs_CXX='/usr/lib/gcc/x86_64-w64-mingw32/8.2-win32 /usr/lib/gcc/x86_64-w64-mingw32/8.2-win32/../../../../x86_64-w64-mingw32/lib'
predep_objects_CXX='/usr/lib/gcc/x86_64-w64-mingw32/8.2-win32/../../../../x86_64-w64-mingw32/lib/dllcrt2.o /usr/lib/gcc/x86_64-w64-mingw32/8.2-win32/crtbegin.o'
postdep_objects_CXX='/usr/lib/gcc/x86_64-w64-mingw32/8.2-win32/crtend.o'
predeps_CXX=''
postdeps_CXX='-lstdc++ -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt'
compiler_lib_search_path_CXX='-L/usr/lib/gcc/x86_64-w64-mingw32/8.2-win32 -L/usr/lib/gcc/x86_64-w64-mingw32/8.2-win32/../../../../x86_64-w64-mingw32/lib'

LTCC='x86_64-w64-mingw32-gcc'
LTCFLAGS='-O2 -Wall -Wno-format'
compiler='x86_64-w64-mingw32-gcc'

# A function that is used when there is no print builtin or printf.
func_fallback_echo ()
{
  eval 'cat <<_LTECHO_EOF
$1
_LTECHO_EOF'
}

# Quote evaled strings.
for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX reload_flag_CXX compiler_CXX lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_pic_CXX lt_prog_compiler_wl_CXX lt_prog_compiler_static_CXX lt_cv_prog_compiler_c_o_CXX export_dynamic_flag_spec_CXX whole_archive_flag_spec_CXX compiler_needs_object_CXX with_gnu_ld_CXX allow_undefined_flag_CXX no_undefined_flag_CXX hardcode_libdir_flag_spec_CXX hardcode_libdir_separator_CXX exclude_expsyms_CXX include_expsyms_CXX file_list_spec_CXX compiler_lib_search_dirs_CXX predep_objects_CXX postdep_objects_CXX predeps_CXX postdeps_CXX compiler_lib_search_path_CXX; do
    case `eval \\$ECHO \\""\\$$var"\\"` in
    *[\\\`\"\$]*)
      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
      ;;
    *)
      eval "lt_$var=\\\"\$$var\\\""
      ;;
    esac
done

# Double-quote double-evaled strings.
for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec configure_time_dlsearch_path configure_time_lt_sys_library_path reload_cmds_CXX old_archive_cmds_CXX old_archive_from_new_cmds_CXX old_archive_from_expsyms_cmds_CXX archive_cmds_CXX archive_expsym_cmds_CXX module_cmds_CXX module_expsym_cmds_CXX export_symbols_cmds_CXX prelink_cmds_CXX postlink_cmds_CXX; do
    case `eval \\$ECHO \\""\\$$var"\\"` in
    *[\\\`\"\$]*)
      eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes
      ;;
    *)
      eval "lt_$var=\\\"\$$var\\\""
      ;;
    esac
done

ac_aux_dir='build-aux'

# See if we are running on zsh, and set the options that allow our
# commands through without removal of \ escapes INIT.
if test -n "${ZSH_VERSION+set}"; then
   setopt NO_GLOB_SUBST
fi


    PACKAGE='gnutls'
    VERSION='3.6.7'
    RM='rm -f'
    ofile='libtool'







# Handling of arguments.
for ac_config_target in $ac_config_targets
do
  case $ac_config_target in
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
    "$GNUmakefile") CONFIG_LINKS="$CONFIG_LINKS $GNUmakefile:$GNUmakefile" ;;
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
    "src/libopts/Makefile") CONFIG_FILES="$CONFIG_FILES src/libopts/Makefile" ;;
    "guile/pre-inst-guile") CONFIG_FILES="$CONFIG_FILES guile/pre-inst-guile" ;;
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
    "doc/credentials/Makefile") CONFIG_FILES="$CONFIG_FILES doc/credentials/Makefile" ;;
    "doc/credentials/srp/Makefile") CONFIG_FILES="$CONFIG_FILES doc/credentials/srp/Makefile" ;;
    "doc/credentials/x509/Makefile") CONFIG_FILES="$CONFIG_FILES doc/credentials/x509/Makefile" ;;
    "doc/doxygen/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/doxygen/Doxyfile" ;;
    "doc/examples/Makefile") CONFIG_FILES="$CONFIG_FILES doc/examples/Makefile" ;;
    "doc/latex/Makefile") CONFIG_FILES="$CONFIG_FILES doc/latex/Makefile" ;;
    "doc/manpages/Makefile") CONFIG_FILES="$CONFIG_FILES doc/manpages/Makefile" ;;
    "doc/reference/Makefile") CONFIG_FILES="$CONFIG_FILES doc/reference/Makefile" ;;
    "doc/reference/version.xml") CONFIG_FILES="$CONFIG_FILES doc/reference/version.xml" ;;
    "doc/scripts/Makefile") CONFIG_FILES="$CONFIG_FILES doc/scripts/Makefile" ;;
    "extra/Makefile") CONFIG_FILES="$CONFIG_FILES extra/Makefile" ;;
    "extra/includes/Makefile") CONFIG_FILES="$CONFIG_FILES extra/includes/Makefile" ;;
    "libdane/Makefile") CONFIG_FILES="$CONFIG_FILES libdane/Makefile" ;;
    "libdane/includes/Makefile") CONFIG_FILES="$CONFIG_FILES libdane/includes/Makefile" ;;
    "libdane/gnutls-dane.pc") CONFIG_FILES="$CONFIG_FILES libdane/gnutls-dane.pc" ;;
    "gl/Makefile") CONFIG_FILES="$CONFIG_FILES gl/Makefile" ;;
    "gl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES gl/tests/Makefile" ;;
    "guile/Makefile") CONFIG_FILES="$CONFIG_FILES guile/Makefile" ;;
    "guile/src/Makefile") CONFIG_FILES="$CONFIG_FILES guile/src/Makefile" ;;
    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
    "lib/accelerated/Makefile") CONFIG_FILES="$CONFIG_FILES lib/accelerated/Makefile" ;;
    "lib/accelerated/x86/Makefile") CONFIG_FILES="$CONFIG_FILES lib/accelerated/x86/Makefile" ;;
    "lib/accelerated/aarch64/Makefile") CONFIG_FILES="$CONFIG_FILES lib/accelerated/aarch64/Makefile" ;;
    "lib/algorithms/Makefile") CONFIG_FILES="$CONFIG_FILES lib/algorithms/Makefile" ;;
    "lib/auth/Makefile") CONFIG_FILES="$CONFIG_FILES lib/auth/Makefile" ;;
    "lib/ext/Makefile") CONFIG_FILES="$CONFIG_FILES lib/ext/Makefile" ;;
    "lib/extras/Makefile") CONFIG_FILES="$CONFIG_FILES lib/extras/Makefile" ;;
    "lib/gnutls.pc") CONFIG_FILES="$CONFIG_FILES lib/gnutls.pc" ;;
    "lib/includes/Makefile") CONFIG_FILES="$CONFIG_FILES lib/includes/Makefile" ;;
    "lib/includes/gnutls/gnutls.h") CONFIG_FILES="$CONFIG_FILES lib/includes/gnutls/gnutls.h" ;;
    "lib/minitasn1/Makefile") CONFIG_FILES="$CONFIG_FILES lib/minitasn1/Makefile" ;;
    "lib/nettle/Makefile") CONFIG_FILES="$CONFIG_FILES lib/nettle/Makefile" ;;
    "lib/x509/Makefile") CONFIG_FILES="$CONFIG_FILES lib/x509/Makefile" ;;
    "lib/unistring/Makefile") CONFIG_FILES="$CONFIG_FILES lib/unistring/Makefile" ;;
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    "src/args-std.def") CONFIG_FILES="$CONFIG_FILES src/args-std.def" ;;
    "src/gl/Makefile") CONFIG_FILES="$CONFIG_FILES src/gl/Makefile" ;;
    "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
    "tests/windows/Makefile") CONFIG_FILES="$CONFIG_FILES tests/windows/Makefile" ;;
    "tests/cert-tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/cert-tests/Makefile" ;;
    "tests/slow/Makefile") CONFIG_FILES="$CONFIG_FILES tests/slow/Makefile" ;;
    "tests/suite/Makefile") CONFIG_FILES="$CONFIG_FILES tests/suite/Makefile" ;;
    "fuzz/Makefile") CONFIG_FILES="$CONFIG_FILES fuzz/Makefile" ;;

  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  esac
done


# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
{
  tmp= ac_tmp=
  trap 'exit_status=$?
  : "${ac_tmp:=$tmp}"
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
  trap 'as_fn_exit 1' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -d "$tmp"
}  ||
{
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp

# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.
if test -n "$CONFIG_FILES"; then


ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\\r'
else
  ac_cs_awk_cr=$ac_cr
fi

echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
S["unistringtests_LTLIBOBJS"]=""
S["unistringtests_LIBOBJS"]=""
S["unistring_LTLIBOBJS"]=""
S["unistring_LIBOBJS"]=""
S["ggltests_LTLIBOBJS"]=""
S["ggltests_LIBOBJS"]=""
S["ggl_LTLIBOBJS"]=" accept.lo asnprintf.lo bind.lo close.lo connect.lo dup2.lo fstat.lo gai_strerror.lo getdelim.lo getline.lo getpass.lo getpeername.lo gettimeofday.l"\
"o inet_ntop.lo inet_pton.lo listen.lo localtime-buffer.lo lseek.lo malloc.lo mktime.lo msvc-inval.lo msvc-nothrow.lo printf-args.lo printf-parse.lo "\
"realloc.lo recv.lo recvfrom.lo select.lo send.lo sendto.lo setenv.lo setsockopt.lo shutdown.lo snprintf.lo socket.lo stat-w32.lo strdup.lo time_r.lo"\
" time_rz.lo timegm.lo tzset.lo unsetenv.lo vasnprintf.lo"
S["ggl_LIBOBJS"]=" accept.o asnprintf.o bind.o close.o connect.o dup2.o fstat.o gai_strerror.o getdelim.o getline.o getpass.o getpeername.o gettimeofday.o inet_ntop.o"\
" inet_pton.o listen.o localtime-buffer.o lseek.o malloc.o mktime.o msvc-inval.o msvc-nothrow.o printf-args.o printf-parse.o realloc.o recv.o recvfro"\
"m.o select.o send.o sendto.o setenv.o setsockopt.o shutdown.o snprintf.o socket.o stat-w32.o strdup.o time_r.o time_rz.o timegm.o tzset.o unsetenv.o"\
" vasnprintf.o"
S["gltests_LTLIBOBJS"]=""
S["gltests_LIBOBJS"]=""
S["gl_LTLIBOBJS"]=" asnprintf.lo fstat.lo getdelim.lo getline.lo gettimeofday.lo inet_ntop.lo inet_pton.lo localtime-buffer.lo lseek.lo malloc.lo memmem.lo msvc-inval."\
"lo msvc-nothrow.lo printf-args.lo printf-parse.lo realloc.lo secure_getenv.lo setsockopt.lo snprintf.lo stat-w32.lo strdup.lo strndup.lo strverscmp."\
"lo time_r.lo vasnprintf.lo vsnprintf.lo"
S["gl_LIBOBJS"]=" asnprintf.o fstat.o getdelim.o getline.o gettimeofday.o inet_ntop.o inet_pton.o localtime-buffer.o lseek.o malloc.o memmem.o msvc-inval.o msvc-noth"\
"row.o printf-args.o printf-parse.o realloc.o secure_getenv.o setsockopt.o snprintf.o stat-w32.o strdup.o strndup.o strverscmp.o time_r.o vasnprintf."\
"o vsnprintf.o"
S["CONFIG_INCLUDE"]="config.h"
S["am__EXEEXT_FALSE"]="#"
S["am__EXEEXT_TRUE"]=""
S["LTLIBOBJS"]=""
S["LIBOBJS"]=""
S["YEAR"]="2019"
S["NEEDS_LIBRT_FALSE"]="#"
S["NEEDS_LIBRT_TRUE"]=""
S["LIBGNUTLS_CFLAGS"]="-I${prefix}/include"
S["LIBGNUTLS_LIBS"]="-L${exec_prefix}/lib -lgnutls "
S["HAVE_GUILD_FALSE"]=""
S["HAVE_GUILD_TRUE"]="#"
S["HAVE_GUILE_FALSE"]=""
S["HAVE_GUILE_TRUE"]="#"
S["GUILE_LDFLAGS"]=""
S["GUILE_LTLIBS"]=""
S["GUILE_LIBS"]=""
S["GUILE_CFLAGS"]=""
S["GUILE_EXTENSION"]=""
S["GUILE_SITE_CCACHE"]=""
S["GUILE_SITE"]=""
S["GUILE_TOOLS"]=""
S["GUILE_CONFIG"]=""
S["GUILE"]=""
S["GUILE_EFFECTIVE_VERSION"]=""
S["GUILD"]=""
S["guile_snarf"]=""
S["guileextensiondir"]="$(GUILE_EXTENSION)"
S["guilesiteccachedir"]="$(GUILE_SITE_CCACHE)"
S["guilesitedir"]="$(GUILE_SITE)"
S["HAVE_PKCS11_TRUST_STORE_FALSE"]=""
S["HAVE_PKCS11_TRUST_STORE_TRUE"]="#"
S["GNUTLS_REQUIRES_PRIVATE"]="Requires.private: nettle, hogweed"
S["ac_cv_sizeof_time_t"]="8"
S["LIBOPTS_DIR"]=""
S["LIBOPTS_CFLAGS"]=""
S["LIBOPTS_LDADD"]=""
S["NEED_LIBOPTS_FALSE"]=""
S["NEED_LIBOPTS_TRUE"]="#"
S["INSTALL_LIBOPTS_FALSE"]=""
S["INSTALL_LIBOPTS_TRUE"]="#"
S["POSIX_SHELL"]=""
S["GL_GENERATE_STDNORETURN_H_FALSE"]=""
S["GL_GENERATE_STDNORETURN_H_TRUE"]="#"
S["STDNORETURN_H"]=""
S["autogen"]=""
S["AUTOGEN"]="${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing autogen"
S["TROUSERS_LIB"]=""
S["ENABLE_TROUSERS_FALSE"]=""
S["ENABLE_TROUSERS_TRUE"]="#"
S["TSS_CFLAGS"]=""
S["TSS_LIBS"]=""
S["ENABLE_PKCS11_FALSE"]=""
S["ENABLE_PKCS11_TRUE"]="#"
S["P11KIT_0_23_11_API_FALSE"]=""
S["P11KIT_0_23_11_API_TRUE"]="#"
S["P11_KIT_LIBS"]=""
S["P11_KIT_CFLAGS"]=""
S["ENABLE_DANE_FALSE"]=""
S["ENABLE_DANE_TRUE"]="#"
S["UNBOUND_CFLAGS"]=""
S["UNBOUND_LIBS"]=""
S["ENABLE_NON_SUITEB_CURVES_FALSE"]=""
S["ENABLE_NON_SUITEB_CURVES_TRUE"]="#"
S["HAVE_LIBIDN2_FALSE"]="#"
S["HAVE_LIBIDN2_TRUE"]=""
S["LIBIDN2_LIBS"]="-lidn2"
S["LIBIDN2_CFLAGS"]=""
S["HAVE_CMOCKA_FALSE"]=""
S["HAVE_CMOCKA_TRUE"]="#"
S["CMOCKA_LIBS"]=""
S["CMOCKA_CFLAGS"]=""
S["FIPS140_LIBS"]=""
S["ENABLE_FIPS140_FALSE"]=""
S["ENABLE_FIPS140_TRUE"]="#"
S["LIBDL_PREFIX"]=""
S["LTLIBDL"]=""
S["LIBDL"]=""
S["HAVE_LIBDL"]="no"
S["CXXCPP"]="x86_64-w64-mingw32-g++ -E"
S["LT_SYS_LIBRARY_PATH"]=""
S["OTOOL64"]=""
S["OTOOL"]=""
S["LIPO"]=""
S["NMEDIT"]=""
S["DSYMUTIL"]=""
S["MANIFEST_TOOL"]=":"
S["DLLTOOL"]="x86_64-w64-mingw32-dlltool"
S["OBJDUMP"]="x86_64-w64-mingw32-objdump"
S["NM"]="/usr/bin/x86_64-w64-mingw32-nm -B"
S["ac_ct_DUMPBIN"]=""
S["DUMPBIN"]=""
S["LD"]="/usr/bin/x86_64-w64-mingw32-ld"
S["FGREP"]="/bin/grep -F"
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
S["LN_S"]="ln -s"
S["WERROR_CFLAGS"]=""
S["WARN_CFLAGS"]=" -fno-common -W -Waddress -Waggressive-loop-optimizations -Wall -Wattribute-alias -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -"\
"Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wcast-align -Wcast-align=strict -Wcast-function-type -Wchar-subscripts -Wclobbered -Wcommen"\
"t -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization "\
"-Wdiscarded-array-qualifiers -Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specif"\
"ier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-security -Wformat-z"\
"ero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wif-not-aligned -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-dec"\
"laration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model"\
" -Winvalid-pch -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentati"\
"on -Wmissing-attributes -Wmissing-braces -Wmissing-declarations -Wmissing-field-initializers -Wmissing-include-dirs -Wmissing-parameter-type -Wmissi"\
"ng-prototypes -Wmultichar -Wmultistatement-macros -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wodr -Wold-style-decl"\
"aration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverride-init -Wpacked -Wpacked-bitfield-compat -Wpacked-not-aligned -Wparentheses -Wpoint"\
"er-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-orde"\
"r -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-div -Wsize"\
"of-pointer-memaccess -Wstrict-aliasing -Wstrict-prototypes -Wstringop-truncation -Wsuggest-attribute=cold -Wsuggest-attribute=format -Wsuggest-attri"\
"bute=malloc -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolin"\
"es -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunu"\
"sed-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -W"\
"vector-operation-performance -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wformat-overflow"\
"=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wvla-larger-t"\
"han=4031 -Wno-missing-field-initializers -Wno-unused-parameter -Wno-format-truncation -Wimplicit-fallthrough=2 -Wabi=11 -fdiagnostics-show-option"
S["WSTACK_CFLAGS"]=" -Wtype-limits"
S["WANT_TEST_SUITE_FALSE"]="#"
S["WANT_TEST_SUITE_TRUE"]=""
S["unistringtests_WITNESS"]="IN_GNUTLS_GNULIB_TESTS"
S["LIBUNISTRING_UNITYPES_H"]="unitypes.h"
S["LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U8_TO_U16_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_TO_U16_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U8_CPY_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U32_CPY_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U16_TO_U8_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U16_TO_U8_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUCR_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUCR_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U16_CPY_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U16_CPY_TRUE"]=""
S["LIBUNISTRING_UNISTR_H"]="unistr.h"
S["LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_NFKD_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_NFKD_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_NFKC_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_NFKC_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_NFC_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE"]=""
S["LIBUNISTRING_UNINORM_H"]="uninorm.h"
S["LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NOT_A_CHARACTER_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NOT_A_CHARACTER_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_JOIN_CONTROL_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_JOIN_CONTROL_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OR_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OR_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NAME_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NAME_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_NOT_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_NOT_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZS_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZS_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZL_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZL_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_Z_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_Z_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SO_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SO_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SM_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SM_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SK_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SK_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SC_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SC_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_S_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_S_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PS_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PS_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PO_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PO_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PI_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PI_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PF_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PF_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PE_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PE_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PD_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PD_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PC_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PC_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_P_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_P_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NO_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NO_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NL_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NL_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ND_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ND_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_N_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_N_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MN_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MN_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ME_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ME_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MC_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MC_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LU_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LU_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LO_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LO_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LM_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LM_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LL_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LL_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LC_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LC_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_L_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_L_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CS_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CS_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CO_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CO_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CN_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CN_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CC_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CC_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_C_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_C_TRUE"]=""
S["LIBUNISTRING_UNICTYPE_H"]="unictype.h"
S["ggltests_WITNESS"]="IN_GNUTLS_GNULIB_TESTS"
S["NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H"]="<signal.h>"
S["NEXT_SIGNAL_H"]="<signal.h>"
S["REPLACE_RAISE"]="0"
S["REPLACE_PTHREAD_SIGMASK"]="0"
S["HAVE_SIGHANDLER_T"]="0"
S["HAVE_TYPE_VOLATILE_SIG_ATOMIC_T"]="1"
S["HAVE_STRUCT_SIGACTION_SA_SIGACTION"]="1"
S["HAVE_SIGACTION"]="1"
S["HAVE_SIGINFO_T"]="1"
S["HAVE_SIGSET_T"]="0"
S["HAVE_RAISE"]="1"
S["HAVE_PTHREAD_SIGMASK"]="1"
S["HAVE_POSIX_SIGNALBLOCKING"]="1"
S["GNULIB_SIGACTION"]="0"
S["GNULIB_SIGPROCMASK"]="0"
S["GNULIB_SIGNAL_H_SIGPIPE"]="0"
S["GNULIB_RAISE"]="0"
S["GNULIB_PTHREAD_SIGMASK"]="0"
S["LIB_SELECT"]="-lws2_32"
S["HAVE_SYS_SELECT_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H"]="<sys/select.h>"
S["NEXT_SYS_SELECT_H"]="<sys/select.h>"
S["REPLACE_SELECT"]="1"
S["REPLACE_PSELECT"]="0"
S["HAVE_PSELECT"]="1"
S["GNULIB_SELECT"]="1"
S["GNULIB_PSELECT"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H"]="<inttypes.h>"
S["NEXT_INTTYPES_H"]="<inttypes.h>"
S["UINT64_MAX_EQ_ULONG_MAX"]="0"
S["UINT32_MAX_LT_UINTMAX_MAX"]="1"
S["PRIPTR_PREFIX"]="\"l\""
S["PRI_MACROS_BROKEN"]="0"
S["INT64_MAX_EQ_LONG_MAX"]="0"
S["INT32_MAX_LT_INTMAX_MAX"]="1"
S["REPLACE_STRTOUMAX"]="0"
S["REPLACE_STRTOIMAX"]="0"
S["HAVE_IMAXDIV_T"]="1"
S["HAVE_DECL_STRTOUMAX"]="1"
S["HAVE_DECL_STRTOIMAX"]="1"
S["HAVE_DECL_IMAXDIV"]="1"
S["HAVE_DECL_IMAXABS"]="1"
S["GNULIB_STRTOUMAX"]="0"
S["GNULIB_STRTOIMAX"]="0"
S["GNULIB_IMAXDIV"]="0"
S["GNULIB_IMAXABS"]="0"
S["GETADDRINFO_LIB"]="-lws2_32 "
S["SERVENT_LIB"]="-lws2_32"
S["HOSTENT_LIB"]="-lws2_32"
S["LIB_CLOCK_GETTIME"]=""
S["LIBTESTS_LIBDEPS"]=""
S["gltests_WITNESS"]="IN_GNUTLS_GNULIB_TESTS"
S["HAVE_CRTDEFS_H"]="1"
S["HAVE_WINT_T"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_WCHAR_H"]="<wchar.h>"
S["NEXT_WCHAR_H"]="<wchar.h>"
S["REPLACE_WCSFTIME"]="0"
S["REPLACE_WCSWIDTH"]="0"
S["REPLACE_WCWIDTH"]="0"
S["REPLACE_WCSNRTOMBS"]="0"
S["REPLACE_WCSRTOMBS"]="0"
S["REPLACE_WCRTOMB"]="0"
S["REPLACE_MBSNRTOWCS"]="0"
S["REPLACE_MBSRTOWCS"]="0"
S["REPLACE_MBRLEN"]="0"
S["REPLACE_MBRTOWC"]="0"
S["REPLACE_MBSINIT"]="0"
S["REPLACE_WCTOB"]="0"
S["REPLACE_BTOWC"]="0"
S["REPLACE_MBSTATE_T"]="0"
S["HAVE_DECL_WCWIDTH"]="1"
S["HAVE_DECL_WCTOB"]="1"
S["HAVE_WCSFTIME"]="1"
S["HAVE_WCSWIDTH"]="1"
S["HAVE_WCSTOK"]="1"
S["HAVE_WCSSTR"]="1"
S["HAVE_WCSPBRK"]="1"
S["HAVE_WCSSPN"]="1"
S["HAVE_WCSCSPN"]="1"
S["HAVE_WCSRCHR"]="1"
S["HAVE_WCSCHR"]="1"
S["HAVE_WCSDUP"]="1"
S["HAVE_WCSXFRM"]="1"
S["HAVE_WCSCOLL"]="1"
S["HAVE_WCSNCASECMP"]="1"
S["HAVE_WCSCASECMP"]="1"
S["HAVE_WCSNCMP"]="1"
S["HAVE_WCSCMP"]="1"
S["HAVE_WCSNCAT"]="1"
S["HAVE_WCSCAT"]="1"
S["HAVE_WCPNCPY"]="1"
S["HAVE_WCSNCPY"]="1"
S["HAVE_WCPCPY"]="1"
S["HAVE_WCSCPY"]="1"
S["HAVE_WCSNLEN"]="1"
S["HAVE_WCSLEN"]="1"
S["HAVE_WMEMSET"]="1"
S["HAVE_WMEMMOVE"]="1"
S["HAVE_WMEMCPY"]="1"
S["HAVE_WMEMCMP"]="1"
S["HAVE_WMEMCHR"]="1"
S["HAVE_WCSNRTOMBS"]="1"
S["HAVE_WCSRTOMBS"]="1"
S["HAVE_WCRTOMB"]="1"
S["HAVE_MBSNRTOWCS"]="1"
S["HAVE_MBSRTOWCS"]="1"
S["HAVE_MBRLEN"]="1"
S["HAVE_MBRTOWC"]="1"
S["HAVE_MBSINIT"]="1"
S["HAVE_BTOWC"]="1"
S["GNULIB_WCSFTIME"]="0"
S["GNULIB_WCSWIDTH"]="0"
S["GNULIB_WCSTOK"]="0"
S["GNULIB_WCSSTR"]="0"
S["GNULIB_WCSPBRK"]="0"
S["GNULIB_WCSSPN"]="0"
S["GNULIB_WCSCSPN"]="0"
S["GNULIB_WCSRCHR"]="0"
S["GNULIB_WCSCHR"]="0"
S["GNULIB_WCSDUP"]="0"
S["GNULIB_WCSXFRM"]="0"
S["GNULIB_WCSCOLL"]="0"
S["GNULIB_WCSNCASECMP"]="0"
S["GNULIB_WCSCASECMP"]="0"
S["GNULIB_WCSNCMP"]="0"
S["GNULIB_WCSCMP"]="0"
S["GNULIB_WCSNCAT"]="0"
S["GNULIB_WCSCAT"]="0"
S["GNULIB_WCPNCPY"]="0"
S["GNULIB_WCSNCPY"]="0"
S["GNULIB_WCPCPY"]="0"
S["GNULIB_WCSCPY"]="0"
S["GNULIB_WCSNLEN"]="0"
S["GNULIB_WCSLEN"]="0"
S["GNULIB_WMEMSET"]="0"
S["GNULIB_WMEMMOVE"]="0"
S["GNULIB_WMEMCPY"]="0"
S["GNULIB_WMEMCMP"]="0"
S["GNULIB_WMEMCHR"]="0"
S["GNULIB_WCWIDTH"]="0"
S["GNULIB_WCSNRTOMBS"]="0"
S["GNULIB_WCSRTOMBS"]="0"
S["GNULIB_WCRTOMB"]="0"
S["GNULIB_MBSNRTOWCS"]="0"
S["GNULIB_MBSRTOWCS"]="0"
S["GNULIB_MBRLEN"]="0"
S["GNULIB_MBRTOWC"]="0"
S["GNULIB_MBSINIT"]="0"
S["GNULIB_WCTOB"]="0"
S["GNULIB_BTOWC"]="0"
S["VALGRIND"]=""
S["HAVE_UNISTD_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_UNISTD_H"]="<unistd.h>"
S["NEXT_UNISTD_H"]="<unistd.h>"
S["UNISTD_H_DEFINES_STRUCT_TIMESPEC"]="0"
S["PTHREAD_H_DEFINES_STRUCT_TIMESPEC"]="0"
S["SYS_TIME_H_DEFINES_STRUCT_TIMESPEC"]="0"
S["TIME_H_DEFINES_STRUCT_TIMESPEC"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_TIME_H"]="<time.h>"
S["NEXT_TIME_H"]="<time.h>"
S["HAVE_SYS_UIO_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H"]="<sys/uio.h>"
S["NEXT_SYS_UIO_H"]="<sys/uio.h>"
S["HAVE_STRINGS_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_STRINGS_H"]="<strings.h>"
S["NEXT_STRINGS_H"]="<strings.h>"
S["NEXT_AS_FIRST_DIRECTIVE_STRING_H"]="<string.h>"
S["NEXT_STRING_H"]="<string.h>"
S["HAVE_DECL_STRNCASECMP"]="1"
S["HAVE_STRCASECMP"]="1"
S["HAVE_FFS"]="1"
S["GNULIB_FFS"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_STDLIB_H"]="<stdlib.h>"
S["NEXT_STDLIB_H"]="<stdlib.h>"
S["NEXT_AS_FIRST_DIRECTIVE_STDIO_H"]="<stdio.h>"
S["NEXT_STDIO_H"]="<stdio.h>"
S["GL_GENERATE_STDINT_H_FALSE"]="#"
S["GL_GENERATE_STDINT_H_TRUE"]=""
S["STDINT_H"]="stdint.h"
S["HAVE_SYS_INTTYPES_H"]="0"
S["HAVE_SYS_BITYPES_H"]="0"
S["HAVE_C99_STDINT_H"]="1"
S["WINT_T_SUFFIX"]=""
S["WCHAR_T_SUFFIX"]=""
S["SIG_ATOMIC_T_SUFFIX"]=""
S["SIZE_T_SUFFIX"]=""
S["PTRDIFF_T_SUFFIX"]=""
S["HAVE_SIGNED_WINT_T"]=""
S["HAVE_SIGNED_WCHAR_T"]=""
S["HAVE_SIGNED_SIG_ATOMIC_T"]=""
S["BITSIZEOF_WINT_T"]=""
S["BITSIZEOF_WCHAR_T"]=""
S["BITSIZEOF_SIG_ATOMIC_T"]=""
S["BITSIZEOF_SIZE_T"]=""
S["BITSIZEOF_PTRDIFF_T"]=""
S["HAVE_STDINT_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_STDINT_H"]="<stdint.h>"
S["NEXT_STDINT_H"]="<stdint.h>"
S["HAVE_SYS_TYPES_H"]="1"
S["HAVE_INTTYPES_H"]="1"
S["HAVE_WCHAR_H"]="1"
S["HAVE_UNSIGNED_LONG_LONG_INT"]="1"
S["HAVE_LONG_LONG_INT"]="1"
S["GNULIB_OVERRIDES_WINT_T"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_STDDEF_H"]=""
S["NEXT_STDDEF_H"]=""
S["GL_GENERATE_STDDEF_H_FALSE"]=""
S["GL_GENERATE_STDDEF_H_TRUE"]="#"
S["STDDEF_H"]=""
S["HAVE_WCHAR_T"]="1"
S["HAVE_MAX_ALIGN_T"]="1"
S["REPLACE_NULL"]="0"
S["HAVE__BOOL"]="1"
S["GL_GENERATE_STDBOOL_H_FALSE"]=""
S["GL_GENERATE_STDBOOL_H_TRUE"]="#"
S["STDBOOL_H"]=""
S["GL_GENERATE_STDALIGN_H_FALSE"]=""
S["GL_GENERATE_STDALIGN_H_TRUE"]="#"
S["STDALIGN_H"]=""
S["PMCCABE"]="false"
S["GL_GENERATE_NETINET_IN_H_FALSE"]="#"
S["GL_GENERATE_NETINET_IN_H_TRUE"]=""
S["NETINET_IN_H"]="netinet/in.h"
S["HAVE_NETINET_IN_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H"]="<netinet/in.h>"
S["NEXT_NETINET_IN_H"]="<netinet/in.h>"
S["HAVE_NETDB_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_NETDB_H"]="<netdb.h>"
S["NEXT_NETDB_H"]="<netdb.h>"
S["REPLACE_GAI_STRERROR"]="1"
S["HAVE_DECL_GETNAMEINFO"]="1"
S["HAVE_DECL_GETADDRINFO"]="1"
S["HAVE_DECL_GAI_STRERROR"]="1"
S["HAVE_DECL_FREEADDRINFO"]="1"
S["HAVE_STRUCT_ADDRINFO"]="1"
S["GNULIB_GETADDRINFO"]="1"
S["APPLE_UNIVERSAL_BUILD"]="0"
S["HAVE_MSVC_INVALID_PARAMETER_HANDLER"]="1"
S["UNDEFINE_STRTOK_R"]="0"
S["REPLACE_STRSIGNAL"]="0"
S["REPLACE_STRERROR_R"]="0"
S["REPLACE_STRERROR"]="0"
S["REPLACE_STRTOK_R"]="0"
S["REPLACE_STRCASESTR"]="0"
S["REPLACE_STRSTR"]="0"
S["REPLACE_STRNLEN"]="0"
S["REPLACE_STRNDUP"]="0"
S["REPLACE_STRNCAT"]="0"
S["REPLACE_STRDUP"]="1"
S["REPLACE_STRCHRNUL"]="0"
S["REPLACE_STPNCPY"]="0"
S["REPLACE_MEMMEM"]="0"
S["REPLACE_MEMCHR"]="0"
S["HAVE_STRVERSCMP"]="0"
S["HAVE_DECL_STRSIGNAL"]="1"
S["HAVE_DECL_STRERROR_R"]="1"
S["HAVE_DECL_STRTOK_R"]="1"
S["HAVE_STRCASESTR"]="1"
S["HAVE_STRSEP"]="1"
S["HAVE_STRPBRK"]="1"
S["HAVE_DECL_STRNLEN"]="1"
S["HAVE_DECL_STRNDUP"]="0"
S["HAVE_DECL_STRDUP"]="1"
S["HAVE_STRCHRNUL"]="1"
S["HAVE_STPNCPY"]="1"
S["HAVE_STPCPY"]="1"
S["HAVE_RAWMEMCHR"]="1"
S["HAVE_DECL_MEMRCHR"]="1"
S["HAVE_MEMPCPY"]="1"
S["HAVE_DECL_MEMMEM"]="0"
S["HAVE_MEMCHR"]="1"
S["HAVE_FFSLL"]="1"
S["HAVE_FFSL"]="1"
S["HAVE_EXPLICIT_BZERO"]="1"
S["HAVE_MBSLEN"]="0"
S["GNULIB_STRVERSCMP"]="1"
S["GNULIB_STRSIGNAL"]="0"
S["GNULIB_STRERROR_R"]="0"
S["GNULIB_STRERROR"]="0"
S["GNULIB_MBSTOK_R"]="0"
S["GNULIB_MBSSEP"]="0"
S["GNULIB_MBSSPN"]="0"
S["GNULIB_MBSPBRK"]="0"
S["GNULIB_MBSCSPN"]="0"
S["GNULIB_MBSCASESTR"]="0"
S["GNULIB_MBSPCASECMP"]="0"
S["GNULIB_MBSNCASECMP"]="0"
S["GNULIB_MBSCASECMP"]="0"
S["GNULIB_MBSSTR"]="0"
S["GNULIB_MBSRCHR"]="0"
S["GNULIB_MBSCHR"]="0"
S["GNULIB_MBSNLEN"]="0"
S["GNULIB_MBSLEN"]="0"
S["GNULIB_STRTOK_R"]="1"
S["GNULIB_STRCASESTR"]="0"
S["GNULIB_STRSTR"]="0"
S["GNULIB_STRSEP"]="0"
S["GNULIB_STRPBRK"]="0"
S["GNULIB_STRNLEN"]="1"
S["GNULIB_STRNDUP"]="1"
S["GNULIB_STRNCAT"]="0"
S["GNULIB_STRDUP"]="1"
S["GNULIB_STRCHRNUL"]="0"
S["GNULIB_STPNCPY"]="0"
S["GNULIB_STPCPY"]="0"
S["GNULIB_RAWMEMCHR"]="0"
S["GNULIB_MEMRCHR"]="0"
S["GNULIB_MEMPCPY"]="0"
S["GNULIB_MEMMEM"]="1"
S["GNULIB_MEMCHR"]="1"
S["GNULIB_FFSLL"]="0"
S["GNULIB_FFSL"]="0"
S["GNULIB_EXPLICIT_BZERO"]="0"
S["REPLACE_WCTOMB"]="0"
S["REPLACE_UNSETENV"]="0"
S["REPLACE_STRTOLD"]="0"
S["REPLACE_STRTOD"]="0"
S["REPLACE_SETSTATE"]="0"
S["REPLACE_SETENV"]="0"
S["REPLACE_REALPATH"]="0"
S["REPLACE_REALLOC"]="1"
S["REPLACE_RANDOM_R"]="0"
S["REPLACE_RANDOM"]="0"
S["REPLACE_QSORT_R"]="0"
S["REPLACE_PUTENV"]="0"
S["REPLACE_PTSNAME_R"]="0"
S["REPLACE_PTSNAME"]="0"
S["REPLACE_MKSTEMP"]="0"
S["REPLACE_MBTOWC"]="0"
S["REPLACE_MALLOC"]="1"
S["REPLACE_INITSTATE"]="0"
S["REPLACE_CANONICALIZE_FILE_NAME"]="0"
S["REPLACE_CALLOC"]="0"
S["HAVE_DECL_UNSETENV"]="0"
S["HAVE_UNLOCKPT"]="1"
S["HAVE_SYS_LOADAVG_H"]="0"
S["HAVE_STRUCT_RANDOM_DATA"]="1"
S["HAVE_STRTOULL"]="1"
S["HAVE_STRTOLL"]="1"
S["HAVE_STRTOLD"]="1"
S["HAVE_STRTOD"]="1"
S["HAVE_DECL_SETSTATE"]="1"
S["HAVE_SETSTATE"]="1"
S["HAVE_DECL_SETENV"]="0"
S["HAVE_SETENV"]="0"
S["HAVE_SECURE_GETENV"]="0"
S["HAVE_RPMATCH"]="1"
S["HAVE_REALPATH"]="1"
S["HAVE_REALLOCARRAY"]="1"
S["HAVE_RANDOM_R"]="1"
S["HAVE_RANDOM_H"]="1"
S["HAVE_RANDOM"]="1"
S["HAVE_QSORT_R"]="1"
S["HAVE_PTSNAME_R"]="1"
S["HAVE_PTSNAME"]="1"
S["HAVE_POSIX_OPENPT"]="1"
S["HAVE_MKSTEMPS"]="1"
S["HAVE_MKSTEMP"]="1"
S["HAVE_MKOSTEMPS"]="1"
S["HAVE_MKOSTEMP"]="1"
S["HAVE_MKDTEMP"]="1"
S["HAVE_MBTOWC"]="1"
S["HAVE_DECL_INITSTATE"]="1"
S["HAVE_INITSTATE"]="1"
S["HAVE_GRANTPT"]="1"
S["HAVE_GETSUBOPT"]="1"
S["HAVE_DECL_GETLOADAVG"]="1"
S["HAVE_CANONICALIZE_FILE_NAME"]="1"
S["HAVE_ATOLL"]="1"
S["HAVE__EXIT"]="1"
S["GNULIB_WCTOMB"]="0"
S["GNULIB_UNSETENV"]="1"
S["GNULIB_UNLOCKPT"]="0"
S["GNULIB_SYSTEM_POSIX"]="0"
S["GNULIB_STRTOULL"]="0"
S["GNULIB_STRTOLL"]="0"
S["GNULIB_STRTOLD"]="0"
S["GNULIB_STRTOD"]="0"
S["GNULIB_SETENV"]="1"
S["GNULIB_SECURE_GETENV"]="1"
S["GNULIB_RPMATCH"]="0"
S["GNULIB_REALPATH"]="0"
S["GNULIB_REALLOC_POSIX"]="1"
S["GNULIB_REALLOCARRAY"]="0"
S["GNULIB_RANDOM_R"]="0"
S["GNULIB_RANDOM"]="0"
S["GNULIB_QSORT_R"]="0"
S["GNULIB_PUTENV"]="0"
S["GNULIB_PTSNAME_R"]="0"
S["GNULIB_PTSNAME"]="0"
S["GNULIB_POSIX_OPENPT"]="0"
S["GNULIB_MKSTEMPS"]="0"
S["GNULIB_MKSTEMP"]="0"
S["GNULIB_MKOSTEMPS"]="0"
S["GNULIB_MKOSTEMP"]="0"
S["GNULIB_MKDTEMP"]="0"
S["GNULIB_MBTOWC"]="0"
S["GNULIB_MALLOC_POSIX"]="1"
S["GNULIB_GRANTPT"]="0"
S["GNULIB_GETSUBOPT"]="0"
S["GNULIB_GETLOADAVG"]="0"
S["GNULIB_CANONICALIZE_FILE_NAME"]="0"
S["GNULIB_CALLOC_POSIX"]="0"
S["GNULIB_ATOLL"]="0"
S["GNULIB__EXIT"]="0"
S["GL_GENERATE_LIMITS_H_FALSE"]="#"
S["GL_GENERATE_LIMITS_H_TRUE"]=""
S["LIMITS_H"]="limits.h"
S["NEXT_AS_FIRST_DIRECTIVE_LIMITS_H"]="<limits.h>"
S["NEXT_LIMITS_H"]="<limits.h>"
S["HAVE_LD_VERSION_SCRIPT_FALSE"]="#"
S["HAVE_LD_VERSION_SCRIPT_TRUE"]=""
S["HAVE_LD_OUTPUT_DEF_FALSE"]="#"
S["HAVE_LD_OUTPUT_DEF_TRUE"]=""
S["INET_PTON_LIB"]=""
S["HAVE_WS2TCPIP_H"]="1"
S["HAVE_SYS_SOCKET_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H"]="<sys/socket.h>"
S["NEXT_SYS_SOCKET_H"]="<sys/socket.h>"
S["HAVE_ACCEPT4"]="1"
S["HAVE_SA_FAMILY_T"]="0"
S["HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY"]="1"
S["HAVE_STRUCT_SOCKADDR_STORAGE"]="1"
S["GNULIB_ACCEPT4"]="0"
S["GNULIB_SHUTDOWN"]="1"
S["GNULIB_SETSOCKOPT"]="1"
S["GNULIB_SENDTO"]="1"
S["GNULIB_RECVFROM"]="1"
S["GNULIB_SEND"]="1"
S["GNULIB_RECV"]="1"
S["GNULIB_LISTEN"]="1"
S["GNULIB_GETSOCKOPT"]="0"
S["GNULIB_GETSOCKNAME"]="0"
S["GNULIB_GETPEERNAME"]="1"
S["GNULIB_BIND"]="1"
S["GNULIB_ACCEPT"]="1"
S["GNULIB_CONNECT"]="1"
S["GNULIB_SOCKET"]="1"
S["INET_NTOP_LIB"]=""
S["REPLACE_LOCALTIME"]="0"
S["REPLACE_GMTIME"]="0"
S["REPLACE_TZSET"]="1"
S["REPLACE_TIMEGM"]="0"
S["REPLACE_STRFTIME"]="GNULIB_PORTCHECK"
S["REPLACE_NANOSLEEP"]="GNULIB_PORTCHECK"
S["REPLACE_MKTIME"]="1"
S["REPLACE_LOCALTIME_R"]="GNULIB_PORTCHECK"
S["REPLACE_CTIME"]="GNULIB_PORTCHECK"
S["HAVE_TIMEZONE_T"]="0"
S["HAVE_TZSET"]="1"
S["HAVE_TIMEGM"]="0"
S["HAVE_STRPTIME"]="1"
S["HAVE_NANOSLEEP"]="1"
S["HAVE_DECL_LOCALTIME_R"]="0"
S["GNULIB_TZSET"]="1"
S["GNULIB_TIME_RZ"]="1"
S["GNULIB_TIME_R"]="1"
S["GNULIB_TIMEGM"]="1"
S["GNULIB_STRPTIME"]="0"
S["GNULIB_STRFTIME"]="0"
S["GNULIB_NANOSLEEP"]="0"
S["GNULIB_LOCALTIME"]="0"
S["GNULIB_MKTIME"]="1"
S["GNULIB_CTIME"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H"]="<sys/time.h>"
S["NEXT_SYS_TIME_H"]="<sys/time.h>"
S["REPLACE_STRUCT_TIMEVAL"]="1"
S["REPLACE_GETTIMEOFDAY"]="1"
S["HAVE_SYS_TIME_H"]="1"
S["HAVE_STRUCT_TIMEVAL"]="1"
S["HAVE_GETTIMEOFDAY"]="1"
S["GNULIB_GETTIMEOFDAY"]="1"
S["WINDOWS_STAT_INODES"]="0"
S["WINDOWS_64_BIT_OFF_T"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H"]="<sys/types.h>"
S["NEXT_SYS_TYPES_H"]="<sys/types.h>"
S["REPLACE_VSPRINTF"]="0"
S["REPLACE_VSNPRINTF"]="1"
S["REPLACE_VPRINTF"]="0"
S["REPLACE_VFPRINTF"]="0"
S["REPLACE_VDPRINTF"]="0"
S["REPLACE_VASPRINTF"]="0"
S["REPLACE_TMPFILE"]="0"
S["REPLACE_STDIO_WRITE_FUNCS"]="0"
S["REPLACE_STDIO_READ_FUNCS"]="0"
S["REPLACE_SPRINTF"]="0"
S["REPLACE_SNPRINTF"]="1"
S["REPLACE_RENAMEAT"]="0"
S["REPLACE_RENAME"]="0"
S["REPLACE_REMOVE"]="0"
S["REPLACE_PRINTF"]="0"
S["REPLACE_POPEN"]="0"
S["REPLACE_PERROR"]="0"
S["REPLACE_OBSTACK_PRINTF"]="0"
S["REPLACE_GETLINE"]="1"
S["REPLACE_GETDELIM"]="0"
S["REPLACE_FTELLO"]="0"
S["REPLACE_FTELL"]="0"
S["REPLACE_FSEEKO"]="0"
S["REPLACE_FSEEK"]="0"
S["REPLACE_FREOPEN"]="0"
S["REPLACE_FPURGE"]="0"
S["REPLACE_FPRINTF"]="0"
S["REPLACE_FOPEN"]="0"
S["REPLACE_FFLUSH"]="0"
S["REPLACE_FDOPEN"]="0"
S["REPLACE_FCLOSE"]="0"
S["REPLACE_DPRINTF"]="0"
S["HAVE_VDPRINTF"]="1"
S["HAVE_VASPRINTF"]="1"
S["HAVE_RENAMEAT"]="1"
S["HAVE_POPEN"]="1"
S["HAVE_PCLOSE"]="1"
S["HAVE_FTELLO"]="1"
S["HAVE_FSEEKO"]="1"
S["HAVE_DPRINTF"]="1"
S["HAVE_DECL_VSNPRINTF"]="1"
S["HAVE_DECL_SNPRINTF"]="1"
S["HAVE_DECL_OBSTACK_PRINTF"]="1"
S["HAVE_DECL_GETLINE"]="0"
S["HAVE_DECL_GETDELIM"]="0"
S["HAVE_DECL_FTELLO"]="1"
S["HAVE_DECL_FSEEKO"]="1"
S["HAVE_DECL_FPURGE"]="1"
S["GNULIB_VSPRINTF_POSIX"]="0"
S["GNULIB_VSNPRINTF"]="1"
S["GNULIB_VPRINTF_POSIX"]="0"
S["GNULIB_VPRINTF"]="1"
S["GNULIB_VFPRINTF_POSIX"]="0"
S["GNULIB_VFPRINTF"]="1"
S["GNULIB_VDPRINTF"]="0"
S["GNULIB_VSCANF"]="0"
S["GNULIB_VFSCANF"]="0"
S["GNULIB_VASPRINTF"]="1"
S["GNULIB_TMPFILE"]="0"
S["GNULIB_STDIO_H_SIGPIPE"]="0"
S["GNULIB_STDIO_H_NONBLOCKING"]="0"
S["GNULIB_SPRINTF_POSIX"]="0"
S["GNULIB_SNPRINTF"]="1"
S["GNULIB_SCANF"]="1"
S["GNULIB_RENAMEAT"]="0"
S["GNULIB_RENAME"]="0"
S["GNULIB_REMOVE"]="0"
S["GNULIB_PUTS"]="1"
S["GNULIB_PUTCHAR"]="1"
S["GNULIB_PUTC"]="1"
S["GNULIB_PRINTF_POSIX"]="0"
S["GNULIB_PRINTF"]="1"
S["GNULIB_POPEN"]="0"
S["GNULIB_PERROR"]="0"
S["GNULIB_PCLOSE"]="0"
S["GNULIB_OBSTACK_PRINTF_POSIX"]="0"
S["GNULIB_OBSTACK_PRINTF"]="0"
S["GNULIB_GETLINE"]="1"
S["GNULIB_GETDELIM"]="1"
S["GNULIB_GETCHAR"]="1"
S["GNULIB_GETC"]="1"
S["GNULIB_FWRITE"]="1"
S["GNULIB_FTELLO"]="1"
S["GNULIB_FTELL"]="1"
S["GNULIB_FSEEKO"]="1"
S["GNULIB_FSEEK"]="1"
S["GNULIB_FSCANF"]="1"
S["GNULIB_FREOPEN"]="0"
S["GNULIB_FREAD"]="1"
S["GNULIB_FPUTS"]="1"
S["GNULIB_FPUTC"]="1"
S["GNULIB_FPURGE"]="0"
S["GNULIB_FPRINTF_POSIX"]="0"
S["GNULIB_FPRINTF"]="1"
S["GNULIB_FOPEN"]="0"
S["GNULIB_FGETS"]="1"
S["GNULIB_FGETC"]="1"
S["GNULIB_FFLUSH"]="0"
S["GNULIB_FDOPEN"]="0"
S["GNULIB_FCLOSE"]="0"
S["GNULIB_DPRINTF"]="0"
S["WINDOWS_64_BIT_ST_SIZE"]="1"
S["WINDOWS_STAT_TIMESPEC"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H"]="<sys/stat.h>"
S["NEXT_SYS_STAT_H"]="<sys/stat.h>"
S["REPLACE_UTIMENSAT"]="0"
S["REPLACE_STAT"]="0"
S["REPLACE_MKNOD"]="0"
S["REPLACE_MKFIFO"]="0"
S["REPLACE_MKDIR"]="0"
S["REPLACE_LSTAT"]="0"
S["REPLACE_FUTIMENS"]="0"
S["REPLACE_FSTATAT"]="0"
S["REPLACE_FSTAT"]="1"
S["HAVE_UTIMENSAT"]="1"
S["HAVE_MKNODAT"]="1"
S["HAVE_MKNOD"]="1"
S["HAVE_MKFIFOAT"]="1"
S["HAVE_MKFIFO"]="1"
S["HAVE_MKDIRAT"]="1"
S["HAVE_LSTAT"]="1"
S["HAVE_LCHMOD"]="1"
S["HAVE_FUTIMENS"]="1"
S["HAVE_FSTATAT"]="1"
S["HAVE_FCHMODAT"]="1"
S["GNULIB_OVERRIDES_STRUCT_STAT"]="0"
S["GNULIB_UTIMENSAT"]="0"
S["GNULIB_STAT"]="0"
S["GNULIB_MKNODAT"]="0"
S["GNULIB_MKNOD"]="0"
S["GNULIB_MKFIFOAT"]="0"
S["GNULIB_MKFIFO"]="0"
S["GNULIB_MKDIRAT"]="0"
S["GNULIB_LSTAT"]="0"
S["GNULIB_LCHMOD"]="0"
S["GNULIB_FUTIMENS"]="0"
S["GNULIB_FSTATAT"]="0"
S["GNULIB_FSTAT"]="1"
S["GNULIB_FCHMODAT"]="0"
S["REPLACE_ITOLD"]="0"
S["GL_GENERATE_FLOAT_H_FALSE"]=""
S["GL_GENERATE_FLOAT_H_TRUE"]="#"
S["FLOAT_H"]=""
S["NEXT_AS_FIRST_DIRECTIVE_FLOAT_H"]=""
S["NEXT_FLOAT_H"]=""
S["EOVERFLOW_VALUE"]=""
S["EOVERFLOW_HIDDEN"]="0"
S["ENOLINK_VALUE"]=""
S["ENOLINK_HIDDEN"]="0"
S["EMULTIHOP_VALUE"]=""
S["EMULTIHOP_HIDDEN"]="0"
S["GL_GENERATE_ERRNO_H_FALSE"]="#"
S["GL_GENERATE_ERRNO_H_TRUE"]=""
S["ERRNO_H"]="errno.h"
S["NEXT_AS_FIRST_DIRECTIVE_ERRNO_H"]="<errno.h>"
S["NEXT_ERRNO_H"]="<errno.h>"
S["GL_GENERATE_BYTESWAP_H_FALSE"]="#"
S["GL_GENERATE_BYTESWAP_H_TRUE"]=""
S["BYTESWAP_H"]="byteswap.h"
S["HAVE_FEATURES_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H"]="<arpa/inet.h>"
S["NEXT_ARPA_INET_H"]="<arpa/inet.h>"
S["PRAGMA_COLUMNS"]=""
S["PRAGMA_SYSTEM_HEADER"]="#pragma GCC system_header"
S["INCLUDE_NEXT_AS_FIRST_DIRECTIVE"]="include_next"
S["INCLUDE_NEXT"]="include_next"
S["HAVE_ARPA_INET_H"]="0"
S["REPLACE_INET_PTON"]="0"
S["REPLACE_INET_NTOP"]="0"
S["HAVE_DECL_INET_PTON"]="0"
S["HAVE_DECL_INET_NTOP"]="0"
S["GNULIB_INET_PTON"]="1"
S["GNULIB_INET_NTOP"]="1"
S["HAVE_ALLOCA_H"]="0"
S["GL_GENERATE_ALLOCA_H_FALSE"]="#"
S["GL_GENERATE_ALLOCA_H_TRUE"]=""
S["ALLOCA_H"]="alloca.h"
S["ALLOCA"]=""
S["LTALLOCA"]=""
S["GL_COND_LIBTOOL_FALSE"]="#"
S["GL_COND_LIBTOOL_TRUE"]=""
S["HAVE_LIBUNISTRING_FALSE"]="#"
S["HAVE_LIBUNISTRING_TRUE"]=""
S["LIBUNISTRING"]="-lunistring"
S["LIBPTHREAD_PREFIX"]=""
S["LTLIBPTHREAD"]=""
S["LIBPTHREAD"]=""
S["HAVE_LIBPTHREAD"]=""
S["LIBRT_PREFIX"]=""
S["LTLIBRT"]=""
S["LIBRT"]=""
S["HAVE_LIBRT"]="no"
S["HAVE_LIBCRYPTO_FALSE"]=""
S["HAVE_LIBCRYPTO_TRUE"]="#"
S["LIBCRYPTO_PREFIX"]=""
S["LTLIBCRYPTO"]=""
S["LIBCRYPTO"]=""
S["HAVE_LIBCRYPTO"]="no"
S["LIBSECCOMP_PREFIX"]=""
S["LTLIBSECCOMP"]=""
S["LIBSECCOMP"]=""
S["HAVE_LIBSECCOMP"]="no"
S["HAVE_SECCOMP_TESTS_FALSE"]=""
S["HAVE_SECCOMP_TESTS_TRUE"]="#"
S["HAVE_FORK_FALSE"]=""
S["HAVE_FORK_TRUE"]="#"
S["POSUB"]=""
S["LTLIBINTL"]=""
S["LIBINTL"]=""
S["INTLLIBS"]=""
S["LTLIBICONV"]="-liconv"
S["LIBICONV"]="-liconv"
S["INTL_MACOSX_LIBS"]=""
S["XGETTEXT_EXTRA_OPTIONS"]=" --flag=asprintf:2:c-format --flag=vasprintf:2:c-format"
S["MSGMERGE"]="/usr/bin/msgmerge"
S["XGETTEXT_015"]="/usr/bin/xgettext"
S["XGETTEXT"]="/usr/bin/xgettext"
S["GMSGFMT_015"]="/usr/bin/msgfmt"
S["MSGFMT_015"]="/usr/bin/msgfmt"
S["GMSGFMT"]="/usr/bin/msgfmt"
S["MSGFMT"]="/usr/bin/msgfmt"
S["GETTEXT_MACRO_VERSION"]="0.19"
S["USE_NLS"]="no"
S["GTK_DOC_USE_REBASE_FALSE"]="#"
S["GTK_DOC_USE_REBASE_TRUE"]=""
S["GTK_DOC_USE_LIBTOOL_FALSE"]=""
S["GTK_DOC_USE_LIBTOOL_TRUE"]="#"
S["GTK_DOC_BUILD_PDF_FALSE"]=""
S["GTK_DOC_BUILD_PDF_TRUE"]="#"
S["GTK_DOC_BUILD_HTML_FALSE"]="#"
S["GTK_DOC_BUILD_HTML_TRUE"]=""
S["ENABLE_GTK_DOC_FALSE"]=""
S["ENABLE_GTK_DOC_TRUE"]="#"
S["HAVE_GTK_DOC_FALSE"]=""
S["HAVE_GTK_DOC_TRUE"]="#"
S["GTKDOC_DEPS_LIBS"]=""
S["GTKDOC_DEPS_CFLAGS"]=""
S["HTML_DIR"]="${datadir}/gtk-doc/html"
S["GTKDOC_MKPDF"]="/usr/bin/gtkdoc-mkpdf"
S["GTKDOC_REBASE"]="/usr/bin/gtkdoc-rebase"
S["GTKDOC_CHECK_PATH"]="/usr/bin/gtkdoc-check"
S["GTKDOC_CHECK"]="gtkdoc-check.test"
S["ENABLE_TESTS_FALSE"]=""
S["ENABLE_TESTS_TRUE"]="#"
S["LIBSOCKET"]="-lws2_32"
S["HAVE_WINSOCK2_H"]="1"
S["UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS"]="1"
S["UNISTD_H_HAVE_WINSOCK2_H"]="1"
S["REPLACE_WRITE"]="0"
S["REPLACE_USLEEP"]="0"
S["REPLACE_UNLINKAT"]="0"
S["REPLACE_UNLINK"]="0"
S["REPLACE_TTYNAME_R"]="0"
S["REPLACE_TRUNCATE"]="0"
S["REPLACE_SYMLINKAT"]="0"
S["REPLACE_SYMLINK"]="0"
S["REPLACE_SLEEP"]="0"
S["REPLACE_RMDIR"]="0"
S["REPLACE_READLINKAT"]="0"
S["REPLACE_READLINK"]="0"
S["REPLACE_READ"]="0"
S["REPLACE_PWRITE"]="0"
S["REPLACE_PREAD"]="0"
S["REPLACE_LSEEK"]="1"
S["REPLACE_LINKAT"]="0"
S["REPLACE_LINK"]="0"
S["REPLACE_LCHOWN"]="0"
S["REPLACE_ISATTY"]="0"
S["REPLACE_GETPASS"]="0"
S["REPLACE_GETPAGESIZE"]="0"
S["REPLACE_GETGROUPS"]="0"
S["REPLACE_GETLOGIN_R"]="0"
S["REPLACE_GETDTABLESIZE"]="0"
S["REPLACE_GETDOMAINNAME"]="0"
S["REPLACE_GETCWD"]="0"
S["REPLACE_FTRUNCATE"]="0"
S["REPLACE_FCHOWNAT"]="0"
S["REPLACE_FACCESSAT"]="0"
S["REPLACE_DUP2"]="1"
S["REPLACE_DUP"]="0"
S["REPLACE_CLOSE"]="1"
S["REPLACE_CHOWN"]="0"
S["HAVE_SYS_PARAM_H"]="0"
S["HAVE_OS_H"]="0"
S["HAVE_DECL_TTYNAME_R"]="1"
S["HAVE_DECL_TRUNCATE"]="1"
S["HAVE_DECL_SETHOSTNAME"]="1"
S["HAVE_DECL_GETUSERSHELL"]="1"
S["HAVE_DECL_GETPAGESIZE"]="1"
S["HAVE_DECL_GETLOGIN_R"]="1"
S["HAVE_DECL_GETLOGIN"]="1"
S["HAVE_DECL_GETDOMAINNAME"]="1"
S["HAVE_DECL_FDATASYNC"]="1"
S["HAVE_DECL_FCHDIR"]="1"
S["HAVE_DECL_ENVIRON"]="1"
S["HAVE_USLEEP"]="1"
S["HAVE_UNLINKAT"]="1"
S["HAVE_SYMLINKAT"]="1"
S["HAVE_SYMLINK"]="1"
S["HAVE_SLEEP"]="1"
S["HAVE_SETHOSTNAME"]="1"
S["HAVE_READLINKAT"]="1"
S["HAVE_READLINK"]="1"
S["HAVE_PWRITE"]="1"
S["HAVE_PREAD"]="1"
S["HAVE_PIPE2"]="1"
S["HAVE_PIPE"]="1"
S["HAVE_LINKAT"]="1"
S["HAVE_LINK"]="1"
S["HAVE_LCHOWN"]="1"
S["HAVE_GROUP_MEMBER"]="1"
S["HAVE_GETPASS"]="0"
S["HAVE_GETPAGESIZE"]="1"
S["HAVE_GETLOGIN"]="1"
S["HAVE_GETHOSTNAME"]="1"
S["HAVE_GETGROUPS"]="1"
S["HAVE_GETDTABLESIZE"]="1"
S["HAVE_FTRUNCATE"]="1"
S["HAVE_FSYNC"]="1"
S["HAVE_FDATASYNC"]="1"
S["HAVE_FCHOWNAT"]="1"
S["HAVE_FCHDIR"]="1"
S["HAVE_FACCESSAT"]="1"
S["HAVE_EUIDACCESS"]="1"
S["HAVE_DUP3"]="1"
S["HAVE_DUP2"]="1"
S["HAVE_CHOWN"]="1"
S["GNULIB_WRITE"]="0"
S["GNULIB_USLEEP"]="0"
S["GNULIB_UNLINKAT"]="0"
S["GNULIB_UNLINK"]="0"
S["GNULIB_UNISTD_H_SIGPIPE"]="0"
S["GNULIB_UNISTD_H_NONBLOCKING"]="0"
S["GNULIB_TTYNAME_R"]="0"
S["GNULIB_TRUNCATE"]="0"
S["GNULIB_SYMLINKAT"]="0"
S["GNULIB_SYMLINK"]="0"
S["GNULIB_SLEEP"]="0"
S["GNULIB_SETHOSTNAME"]="0"
S["GNULIB_RMDIR"]="0"
S["GNULIB_READLINKAT"]="0"
S["GNULIB_READLINK"]="0"
S["GNULIB_READ"]="0"
S["GNULIB_PWRITE"]="0"
S["GNULIB_PREAD"]="0"
S["GNULIB_PIPE2"]="0"
S["GNULIB_PIPE"]="0"
S["GNULIB_LSEEK"]="1"
S["GNULIB_LINKAT"]="0"
S["GNULIB_LINK"]="0"
S["GNULIB_LCHOWN"]="0"
S["GNULIB_ISATTY"]="0"
S["GNULIB_GROUP_MEMBER"]="0"
S["GNULIB_GETUSERSHELL"]="0"
S["GNULIB_GETPASS"]="1"
S["GNULIB_GETPAGESIZE"]="0"
S["GNULIB_GETLOGIN_R"]="0"
S["GNULIB_GETLOGIN"]="0"
S["GNULIB_GETHOSTNAME"]="0"
S["GNULIB_GETGROUPS"]="0"
S["GNULIB_GETDTABLESIZE"]="0"
S["GNULIB_GETDOMAINNAME"]="0"
S["GNULIB_GETCWD"]="0"
S["GNULIB_FTRUNCATE"]="0"
S["GNULIB_FSYNC"]="0"
S["GNULIB_FDATASYNC"]="0"
S["GNULIB_FCHOWNAT"]="0"
S["GNULIB_FCHDIR"]="0"
S["GNULIB_FACCESSAT"]="0"
S["GNULIB_EUIDACCESS"]="0"
S["GNULIB_ENVIRON"]="1"
S["GNULIB_DUP3"]="0"
S["GNULIB_DUP2"]="1"
S["GNULIB_DUP"]="0"
S["GNULIB_CLOSE"]="1"
S["GNULIB_CHOWN"]="0"
S["GNULIB_CHDIR"]="0"
S["ENABLE_OPENSSL_FALSE"]=""
S["ENABLE_OPENSSL_TRUE"]="#"
S["ENABLE_OCSP_FALSE"]="#"
S["ENABLE_OCSP_TRUE"]=""
S["ENABLE_GOST_FALSE"]="#"
S["ENABLE_GOST_TRUE"]=""
S["ENABLE_ECDHE_FALSE"]="#"
S["ENABLE_ECDHE_TRUE"]=""
S["ENABLE_DHE_FALSE"]="#"
S["ENABLE_DHE_TRUE"]=""
S["ENABLE_ANON_FALSE"]="#"
S["ENABLE_ANON_TRUE"]=""
S["ENABLE_PSK_FALSE"]="#"
S["ENABLE_PSK_TRUE"]=""
S["ENABLE_SRP_FALSE"]="#"
S["ENABLE_SRP_TRUE"]=""
S["ENABLE_HEARTBEAT_FALSE"]="#"
S["ENABLE_HEARTBEAT_TRUE"]=""
S["ENABLE_ALPN_FALSE"]="#"
S["ENABLE_ALPN_TRUE"]=""
S["ENABLE_DTLS_SRTP_FALSE"]="#"
S["ENABLE_DTLS_SRTP_TRUE"]=""
S["ENABLE_SSL2_FALSE"]="#"
S["ENABLE_SSL2_TRUE"]=""
S["ENABLE_SSL3_FALSE"]=""
S["ENABLE_SSL3_TRUE"]="#"
S["ALLOW_SHA1_FALSE"]=""
S["ALLOW_SHA1_TRUE"]="#"
S["ENABLE_MINITASN1_FALSE"]="#"
S["ENABLE_MINITASN1_TRUE"]=""
S["LIBTASN1_LIBS"]=""
S["LIBTASN1_CFLAGS"]=""
S["GMP_LIBS"]=""
S["GMP_CFLAGS"]=""
S["ENABLE_NETTLE_FALSE"]="#"
S["ENABLE_NETTLE_TRUE"]=""
S["HOGWEED_LIBS"]="-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lhogweed"
S["HOGWEED_CFLAGS"]="-I/home/tim/src/wget2/x86_64-w64-mingw32/include"
S["NETTLE_LIBS"]="-L/home/tim/src/wget2/x86_64-w64-mingw32/lib -lnettle"
S["NETTLE_CFLAGS"]="-I/home/tim/src/wget2/x86_64-w64-mingw32/include"
S["DLL_SSL_VERSION"]="27"
S["DLL_VERSION"]="30"
S["CRYWRAP_PATCHLEVEL"]="3"
S["CXX_LT_AGE"]="1"
S["CXX_LT_REVISION"]="0"
S["CXX_LT_CURRENT"]="29"
S["LT_XSSL_AGE"]="0"
S["LT_XSSL_REVISION"]="0"
S["LT_XSSL_CURRENT"]="0"
S["LT_DANE_AGE"]="4"
S["LT_DANE_REVISION"]="1"
S["LT_DANE_CURRENT"]="4"
S["LT_SSL_AGE"]="0"
S["LT_SSL_REVISION"]="2"
S["LT_SSL_CURRENT"]="27"
S["LT_AGE"]="23"
S["LT_REVISION"]="2"
S["LT_CURRENT"]="53"
S["HAVE_GETENTROPY_FALSE"]=""
S["HAVE_GETENTROPY_TRUE"]="#"
S["HAVE_GCC_FALSE"]="#"
S["HAVE_GCC_TRUE"]=""
S["HAVE_GCC_GNU89_INLINE_OPTION_FALSE"]=""
S["HAVE_GCC_GNU89_INLINE_OPTION_TRUE"]="#"
S["ASM_X86_FALSE"]=""
S["ASM_X86_TRUE"]="#"
S["ASM_X86_32_FALSE"]=""
S["ASM_X86_32_TRUE"]="#"
S["ASM_X86_64_FALSE"]=""
S["ASM_X86_64_TRUE"]="#"
S["ASM_AARCH64_FALSE"]=""
S["ASM_AARCH64_TRUE"]="#"
S["ENABLE_PADLOCK_FALSE"]=""
S["ENABLE_PADLOCK_TRUE"]="#"
S["ENABLE_PADLOCK"]=""
S["LIBATOMIC_LIBS"]="-latomic"
S["DEFINE_IOVEC_T"]="typedef struct {\n"\
"    void *iov_base;\n"\
"    size_t iov_len;\n"\
"} giovec_t;"
S["ENABLE_TLS13_INTEROP_FALSE"]="#"
S["ENABLE_TLS13_INTEROP_TRUE"]=""
S["ELF_FALSE"]=""
S["ELF_TRUE"]="#"
S["MACOSX_FALSE"]=""
S["MACOSX_TRUE"]="#"
S["WINDOWS_FALSE"]="#"
S["WINDOWS_TRUE"]=""
S["ANDROID_FALSE"]=""
S["ANDROID_TRUE"]="#"
S["ENABLE_CXX_FALSE"]=""
S["ENABLE_CXX_TRUE"]="#"
S["NUMBER_VERSION"]="0x030607"
S["PATCH_VERSION"]="7"
S["MINOR_VERSION"]="6"
S["MAJOR_VERSION"]="3"
S["ENABLE_TOOLS_FALSE"]=""
S["ENABLE_TOOLS_TRUE"]="#"
S["ENABLE_MANPAGES_FALSE"]=""
S["ENABLE_MANPAGES_TRUE"]="#"
S["ENABLE_DOC_FALSE"]=""
S["ENABLE_DOC_TRUE"]="#"
S["DISABLE_BASH_TESTS_FALSE"]=""
S["DISABLE_BASH_TESTS_TRUE"]="#"
S["MAINT"]="#"
S["MAINTAINER_MODE_FALSE"]=""
S["MAINTAINER_MODE_TRUE"]="#"
S["CODE_COVERAGE_LIBS"]=""
S["CODE_COVERAGE_CXXFLAGS"]=""
S["CODE_COVERAGE_CFLAGS"]=""
S["CODE_COVERAGE_CPPFLAGS"]=""
S["GENHTML"]=""
S["LCOV"]=""
S["GCOV"]=""
S["ifnGNUmake"]=""
S["ifGNUmake"]=""
S["CODE_COVERAGE_ENABLED"]="no"
S["CODE_COVERAGE_ENABLED_FALSE"]=""
S["CODE_COVERAGE_ENABLED_TRUE"]="#"
S["SED"]="/bin/sed"
S["YFLAGS"]=""
S["YACC"]="bison -y"
S["am__fastdepCXX_FALSE"]="#"
S["am__fastdepCXX_TRUE"]=""
S["CXXDEPMODE"]="depmode=gcc3"
S["ac_ct_CXX"]=""
S["CXXFLAGS"]="-g -O2"
S["CXX"]="x86_64-w64-mingw32-g++"
S["am__fastdepCCAS_FALSE"]="#"
S["am__fastdepCCAS_TRUE"]=""
S["CCASDEPMODE"]="depmode=gcc3"
S["CCASFLAGS"]="-O2 -Wall -Wno-format"
S["CCAS"]="x86_64-w64-mingw32-gcc"
S["RANLIB"]="x86_64-w64-mingw32-ranlib"
S["ARFLAGS"]="cr"
S["ac_ct_AR"]=""
S["AR"]="x86_64-w64-mingw32-ar"
S["EGREP"]="/bin/grep -E"
S["GREP"]="/bin/grep"
S["CPP"]="x86_64-w64-mingw32-gcc -E"
S["am__fastdepCC_FALSE"]="#"
S["am__fastdepCC_TRUE"]=""
S["CCDEPMODE"]="depmode=gcc3"
S["am__nodep"]="_no"
S["AMDEPBACKSLASH"]="\\"
S["AMDEP_FALSE"]="#"
S["AMDEP_TRUE"]=""
S["am__include"]="include"
S["DEPDIR"]=".deps"
S["OBJEXT"]="o"
S["EXEEXT"]=".exe"
S["ac_ct_CC"]=""
S["CPPFLAGS"]="-I/home/tim/src/wget2/x86_64-w64-mingw32/include"
S["LDFLAGS"]="-L/home/tim/src/wget2/x86_64-w64-mingw32/lib"
S["CFLAGS"]="-O2 -Wall -Wno-format"
S["CC"]="x86_64-w64-mingw32-gcc"
S["PKG_CONFIG_LIBDIR"]="/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig"
S["PKG_CONFIG_PATH"]="/home/tim/src/wget2/x86_64-w64-mingw32/lib/pkgconfig:/usr/x86_64-w64-mingw32/lib/pkgconfig"
S["PKG_CONFIG"]="/usr/bin/x86_64-w64-mingw32-pkg-config"
S["AM_BACKSLASH"]="\\"
S["AM_DEFAULT_VERBOSITY"]="0"
S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
S["AM_V"]="$(V)"
S["am__untar"]="$${TAR-tar} xf -"
S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
S["AMTAR"]="$${TAR-tar}"
S["am__leading_dot"]="."
S["SET_MAKE"]=""
S["AWK"]="gawk"
S["mkdir_p"]="$(MKDIR_P)"
S["MKDIR_P"]="/bin/mkdir -p"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]="x86_64-w64-mingw32-strip"
S["install_sh"]="${SHELL} /home/tim/src/wget2/gnutls/build-aux/install-sh"
S["MAKEINFO"]="${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing makeinfo"
S["AUTOHEADER"]="${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing autoheader"
S["AUTOMAKE"]="${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing automake-1.16"
S["AUTOCONF"]="${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing autoconf"
S["ACLOCAL"]="${SHELL} /home/tim/src/wget2/gnutls/build-aux/missing aclocal-1.16"
S["VERSION"]="3.6.7"
S["PACKAGE"]="gnutls"
S["CYGPATH_W"]="echo"
S["am__isrc"]=""
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
S["host_os"]="mingw32"
S["host_vendor"]="w64"
S["host_cpu"]="x86_64"
S["host"]="x86_64-w64-mingw32"
S["build_os"]="linux-gnu"
S["build_vendor"]="pc"
S["build_cpu"]="x86_64"
S["build"]="x86_64-pc-linux-gnu"
S["target_alias"]=""
S["host_alias"]="x86_64-w64-mingw32"
S["build_alias"]="x86_64-pc-linux-gnu"
S["LIBS"]=""
S["ECHO_T"]=""
S["ECHO_N"]="-n"
S["ECHO_C"]=""
S["DEFS"]="-DHAVE_CONFIG_H"
S["mandir"]="${datarootdir}/man"
S["localedir"]="${datarootdir}/locale"
S["libdir"]="${exec_prefix}/lib"
S["psdir"]="${docdir}"
S["pdfdir"]="${docdir}"
S["dvidir"]="${docdir}"
S["htmldir"]="${docdir}"
S["infodir"]="${datarootdir}/info"
S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
S["oldincludedir"]="/usr/include"
S["includedir"]="${prefix}/include"
S["runstatedir"]="${localstatedir}/run"
S["localstatedir"]="${prefix}/var"
S["sharedstatedir"]="${prefix}/com"
S["sysconfdir"]="${prefix}/etc"
S["datadir"]="${datarootdir}"
S["datarootdir"]="${prefix}/share"
S["libexecdir"]="${exec_prefix}/libexec"
S["sbindir"]="${exec_prefix}/sbin"
S["bindir"]="${exec_prefix}/bin"
S["program_transform_name"]="s,x,x,"
S["prefix"]="/home/tim/src/wget2/x86_64-w64-mingw32"
S["exec_prefix"]="${prefix}"
S["PACKAGE_URL"]=""
S["PACKAGE_BUGREPORT"]="bugs@gnutls.org"
S["PACKAGE_STRING"]="GnuTLS 3.6.7"
S["PACKAGE_VERSION"]="3.6.7"
S["PACKAGE_TARNAME"]="gnutls"
S["PACKAGE_NAME"]="GnuTLS"
S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/bash"
S["am__quote"]=""
_ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  for (key in S) S_is_set[key] = 1
  FS = "\a"

}
{
  line = $ 0
  nfields = split(line, field, "@")
  substed = 0
  len = length(field[1])
  for (i = 2; i < nfields; i++) {
    key = field[i]
    keylen = length(key)
    if (S_is_set[key]) {
      value = S[key]
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
      len += length(value) + length(field[++i])
      substed = 1
    } else
      len += 1 + keylen
  }

  print line
}

_ACAWK
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
  cat
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
fi # test -n "$CONFIG_FILES"

# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
D["PACKAGE_NAME"]=" \"GnuTLS\""
D["PACKAGE_TARNAME"]=" \"gnutls\""
D["PACKAGE_VERSION"]=" \"3.6.7\""
D["PACKAGE_STRING"]=" \"GnuTLS 3.6.7\""
D["PACKAGE_BUGREPORT"]=" \"bugs@gnutls.org\""
D["PACKAGE_URL"]=" \"\""
D["PACKAGE"]=" \"gnutls\""
D["VERSION"]=" \"3.6.7\""
D["STDC_HEADERS"]=" 1"
D["HAVE_SYS_TYPES_H"]=" 1"
D["HAVE_SYS_STAT_H"]=" 1"
D["HAVE_STDLIB_H"]=" 1"
D["HAVE_STRING_H"]=" 1"
D["HAVE_MEMORY_H"]=" 1"
D["HAVE_STRINGS_H"]=" 1"
D["HAVE_INTTYPES_H"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_UNISTD_H"]=" 1"
D["__EXTENSIONS__"]=" 1"
D["_ALL_SOURCE"]=" 1"
D["_DARWIN_C_SOURCE"]=" 1"
D["_GNU_SOURCE"]=" 1"
D["_NETBSD_SOURCE"]=" 1"
D["_OPENBSD_SOURCE"]=" 1"
D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
D["__STDC_WANT_IEC_60559_ATTRIBS_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_BFP_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_DFP_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_FUNCS_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_TYPES_EXT__"]=" 1"
D["__STDC_WANT_LIB_EXT2__"]=" 1"
D["__STDC_WANT_MATH_SPEC_FUNCS__"]=" 1"
D["_TANDEM_SOURCE"]=" 1"
D["_HPUX_ALT_XOPEN_SOCKET_API"]=" 1"
D["HAVE_FSEEKO"]=" 1"
D["_FILE_OFFSET_BITS"]=" 64"
D["_DARWIN_USE_64_BIT_INODE"]=" 1"
D["STDC_HEADERS"]=" 1"
D["_UNICODE"]=" 1"
D["HAVE_STDATOMIC_H"]=" 1"
D["HAVE_LIBNETTLE"]=" 1"
D["C99_MACROS"]=" 1"
D["ENABLE_SSL2"]=" 1"
D["ENABLE_DTLS_SRTP"]=" 1"
D["ENABLE_ALPN"]=" 1"
D["ENABLE_HEARTBEAT"]=" 1"
D["ENABLE_SRP"]=" 1"
D["ENABLE_PSK"]=" 1"
D["ENABLE_ANON"]=" 1"
D["ENABLE_DHE"]=" 1"
D["ENABLE_ECDHE"]=" 1"
D["ENABLE_GOST"]=" 1"
D["ENABLE_OCSP"]=" 1"
D["SIZEOF_VOID_P"]=" 8"
D["SIZEOF_LONG_LONG"]=" 8"
D["SIZEOF_LONG"]=" 4"
D["SIZEOF_INT"]=" 4"
D["GNUTLS_POINTER_TO_INT_CAST"]=" (long long)"
D["HAVE_SYS_STAT_H"]=" 1"
D["HAVE_SYS_TIME_H"]=" 1"
D["HAVE_LIMITS_H"]=" 1"
D["HAVE_UNISTD_H"]=" 1"
D["HAVE_SYS_PARAM_H"]=" 1"
D["HAVE_WCHAR_H"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_STRINGS_H"]=" 1"
D["HAVE_CRTDEFS_H"]=" 1"
D["HAVE_INTTYPES_H"]=" 1"
D["HAVE_WINSOCK2_H"]=" 1"
D["WINDOWS_SOCKETS"]=" 1"
D["HAVE_ICONV"]=" 1"
D["HAVE_GETPID"]=" 1"
D["HAVE_LOCALTIME"]=" 1"
D["HAVE_ALLOCA"]=" 1"
D["nlink_t"]=" int"
D["_USE_STD_STAT"]=" 1"
D["HAVE_DECL_FTELLO"]=" 1"
D["HAVE_DECL_GETDELIM"]=" 0"
D["HAVE_GETTIMEOFDAY"]=" 1"
D["HAVE_MPROTECT"]=" 1"
D["HAVE__SET_INVALID_PARAMETER_HANDLER"]=" 1"
D["HAVE_SNPRINTF"]=" 1"
D["HAVE_STRDUP"]=" 1"
D["HAVE_TZSET"]=" 1"
D["HAVE_DECL_GETLINE"]=" 0"
D["restrict"]=" __restrict"
D["HAVE_WINSOCK2_H"]=" 1"
D["HAVE_WS2TCPIP_H"]=" 1"
D["HAVE_STRUCT_SOCKADDR_STORAGE"]=" 1"
D["HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY"]=" 1"
D["HAVE_WINSOCK2_H"]=" 1"
D["HAVE_IPV4"]=" 1"
D["HAVE_IPV6"]=" 1"
D["HAVE_DECL_MEMMEM"]=" 0"
D["HAVE_MSVC_INVALID_PARAMETER_HANDLER"]=" 1"
D["HAVE_DECL_SNPRINTF"]=" 1"
D["HAVE__BOOL"]=" 1"
D["HAVE_WCHAR_T"]=" 1"
D["HAVE_WINT_T"]=" 1"
D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
D["HAVE_LONG_LONG_INT"]=" 1"
D["HAVE_DECL_STRDUP"]=" 1"
D["HAVE_DECL_STRNDUP"]=" 0"
D["HAVE_DECL_STRNLEN"]=" 1"
D["HAVE_DECL_STRTOK_R"]=" 1"
D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1"
D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1"
D["HAVE_INTMAX_T"]=" 1"
D["DBL_EXPBIT0_WORD"]=" 1"
D["DBL_EXPBIT0_BIT"]=" 20"
D["HAVE_SNPRINTF"]=" 1"
D["HAVE_STRNLEN"]=" 1"
D["HAVE_WCSLEN"]=" 1"
D["HAVE_WCSNLEN"]=" 1"
D["HAVE_MBRTOWC"]=" 1"
D["HAVE_WCRTOMB"]=" 1"
D["HAVE_DECL__SNPRINTF"]=" 1"
D["HAVE_DECL_VSNPRINTF"]=" 1"
D["HAVE___BUILTIN_EXPECT"]=" 1"
D["GNULIB_TEST_FSTAT"]=" 1"
D["GNULIB_TEST_FTELL"]=" 1"
D["GNULIB_TEST_FTELLO"]=" 1"
D["HAVE_DECL_GETC_UNLOCKED"]=" 0"
D["GNULIB_TEST_GETDELIM"]=" 1"
D["GNULIB_TEST_GETLINE"]=" 1"
D["GETTIMEOFDAY_TIMEZONE"]=" void"
D["GNULIB_TEST_GETTIMEOFDAY"]=" 1"
D["HAVE_WINSOCK2_H"]=" 1"
D["HAVE_DECL_INET_NTOP"]=" 0"
D["HAVE_WINSOCK2_H"]=" 1"
D["HAVE_DECL_INET_PTON"]=" 0"
D["LSEEK_PIPE_BROKEN"]=" 1"
D["GNULIB_TEST_LSEEK"]=" 1"
D["GNULIB_TEST_MALLOC_POSIX"]=" 1"
D["GNULIB_TEST_MEMCHR"]=" 1"
D["GNULIB_TEST_MEMMEM"]=" 1"
D["GNULIB_MSVC_NOTHROW"]=" 1"
D["GNULIB_TEST_REALLOC_POSIX"]=" 1"
D["GNULIB_TEST_SECURE_GETENV"]=" 1"
D["GNULIB_TEST_SETSOCKOPT"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_SNPRINTF"]=" 1"
D["GNULIB_TEST_SNPRINTF"]=" 1"
D["GNULIB_SNPRINTF"]=" 1"
D["__USE_MINGW_ANSI_STDIO"]=" 1"
D["GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU"]=" 1"
D["GNULIB_FSCANF"]=" 1"
D["GNULIB_SCANF"]=" 1"
D["HAVE_STRCASECMP"]=" 1"
D["HAVE_STRNCASECMP"]=" 1"
D["HAVE_DECL_STRNCASECMP"]=" 1"
D["GNULIB_TEST_STRDUP"]=" 1"
D["GNULIB_TEST_STRNDUP"]=" 1"
D["GNULIB_TEST_STRNLEN"]=" 1"
D["HAVE_STRTOK_R"]=" 1"
D["GNULIB_TEST_STRTOK_R"]=" 1"
D["GNULIB_TEST_STRVERSCMP"]=" 1"
D["nlink_t"]=" int"
D["HAVE_DECL_LOCALTIME_R"]=" 0"
D["GNULIB_TEST_TIME_R"]=" 1"
D["HAVE_VASPRINTF"]=" 1"
D["GNULIB_TEST_VASPRINTF"]=" 1"
D["HAVE_VSNPRINTF"]=" 1"
D["GNULIB_TEST_VSNPRINTF"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_ENVIRON_DECL"]=" 1"
D["HAVE_DECL_FSEEKO"]=" 1"
D["HAVE_DECL_FFLUSH_UNLOCKED"]=" 0"
D["HAVE_DECL_FLOCKFILE"]=" 0"
D["HAVE_DECL_FPUTS_UNLOCKED"]=" 0"
D["HAVE_DECL_FUNLOCKFILE"]=" 0"
D["HAVE_DECL_PUTC_UNLOCKED"]=" 0"
D["HAVE_INTTYPES_H"]=" 1"
D["HAVE_STDLIB_H"]=" 1"
D["MALLOC_0_IS_NONNULL"]=" 1"
D["TIME_T_IS_SIGNED"]=" 1"
D["HAVE_DECL_ALARM"]=" 0"
D["HAVE_DECL_TZNAME"]=" 1"
D["HAVE_TZNAME"]=" 1"
D["HAVE_COMPOUND_LITERALS"]=" 1"
D["HAVE_WINSOCK2_H"]=" 1"
D["HAVE_DECL_SETENV"]=" 0"
D["HAVE_SEARCH_H"]=" 1"
D["HAVE_TSEARCH"]=" 1"
D["uid_t"]=" int"
D["gid_t"]=" int"
D["HAVE_DECL_UNSETENV"]=" 0"
D["GNULIB_TEST_ACCEPT"]=" 1"
D["GNULIB_TEST_BIND"]=" 1"
D["HAVE_WINSOCK2_H"]=" 1"
D["GNULIB_TEST_CLOSE"]=" 1"
D["GNULIB_TEST_CONNECT"]=" 1"
D["HAVE_DUP2"]=" 1"
D["GNULIB_TEST_DUP2"]=" 1"
D["GNULIB_TEST_ENVIRON"]=" 1"
D["FLEXIBLE_ARRAY_MEMBER"]=" /**/"
D["GNULIB_TEST_FSEEK"]=" 1"
D["GNULIB_TEST_FSEEKO"]=" 1"
D["GNULIB_TEST_FSTAT"]=" 1"
D["GNULIB_TEST_FTELL"]=" 1"
D["GNULIB_TEST_FTELLO"]=" 1"
D["HAVE_DECL_GAI_STRERROR"]=" 1"
D["HAVE_DECL_GAI_STRERRORA"]=" 1"
D["HAVE_DECL_GETADDRINFO"]=" 1"
D["HAVE_DECL_FREEADDRINFO"]=" 1"
D["HAVE_DECL_GETNAMEINFO"]=" 1"
D["HAVE_STRUCT_ADDRINFO"]=" 1"
D["GNULIB_TEST_GETADDRINFO"]=" 1"
D["HAVE_DECL_GETC_UNLOCKED"]=" 0"
D["GNULIB_TEST_GETDELIM"]=" 1"
D["GNULIB_TEST_GETLINE"]=" 1"
D["HAVE_DECL___FSETLOCKING"]=" 0"
D["HAVE_TCGETATTR"]=" 0"
D["HAVE_TCSETATTR"]=" 0"
D["GNULIB_TEST_GETPASS"]=" 1"
D["GNULIB_TEST_GETPEERNAME"]=" 1"
D["GETTIMEOFDAY_TIMEZONE"]=" void"
D["GNULIB_TEST_GETTIMEOFDAY"]=" 1"
D["HAVE_WINSOCK2_H"]=" 1"
D["HAVE_DECL_INET_NTOP"]=" 0"
D["HAVE_WINSOCK2_H"]=" 1"
D["HAVE_DECL_INET_PTON"]=" 0"
D["HAVE___INLINE"]=" 1"
D["GNULIB_TEST_LISTEN"]=" 1"
D["LSEEK_PIPE_BROKEN"]=" 1"
D["GNULIB_TEST_LSEEK"]=" 1"
D["GNULIB_TEST_MALLOC_POSIX"]=" 1"
D["GNULIB_TEST_MEMCHR"]=" 1"
D["NEED_MKTIME_WORKING"]=" 1"
D["NEED_MKTIME_WINDOWS"]=" 1"
D["GNULIB_TEST_MKTIME"]=" 1"
D["NEED_MKTIME_INTERNAL"]=" 1"
D["GNULIB_MSVC_NOTHROW"]=" 1"
D["my_strftime"]=" nstrftime"
D["HAVE_DECL_TZNAME"]=" 1"
D["HAVE_TZNAME"]=" 1"
D["HAVE_DECL_PROGRAM_INVOCATION_NAME"]=" 0"
D["HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME"]=" 0"
D["GNULIB_TEST_REALLOC_POSIX"]=" 1"
D["GNULIB_TEST_RECV"]=" 1"
D["GNULIB_TEST_RECVFROM"]=" 1"
D["GNULIB_TEST_SELECT"]=" 1"
D["GNULIB_TEST_SEND"]=" 1"
D["GNULIB_TEST_SENDTO"]=" 1"
D["GNULIB_TEST_SETENV"]=" 1"
D["GNULIB_TEST_SETSOCKOPT"]=" 1"
D["GNULIB_TEST_SHUTDOWN"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_SNPRINTF"]=" 1"
D["GNULIB_TEST_SNPRINTF"]=" 1"
D["GNULIB_SNPRINTF"]=" 1"
D["GNULIB_TEST_SOCKET"]=" 1"
D["__USE_MINGW_ANSI_STDIO"]=" 1"
D["GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU"]=" 1"
D["GNULIB_FSCANF"]=" 1"
D["GNULIB_SCANF"]=" 1"
D["GNULIB_TEST_STRDUP"]=" 1"
D["nlink_t"]=" int"
D["HAVE_DECL_LOCALTIME_R"]=" 0"
D["GNULIB_TEST_TIME_R"]=" 1"
D["GNULIB_TEST_TIME_RZ"]=" 1"
D["GNULIB_TEST_TIMEGM"]=" 1"
D["HAVE_RUN_TZSET_TEST"]=" 1"
D["GNULIB_TEST_TZSET"]=" 1"
D["GNULIB_TEST_UNSETENV"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_INLINE"]=" 1"
D["GNULIB_TEST_UNINORM_U16_NORMALIZE"]=" 1"
D["GNULIB_TEST_UNINORM_U32_NORMALIZE"]=" 1"
D["GNULIB_TEST_UNINORM_U8_NORMALIZE"]=" 1"
D["GNULIB_UNISTR_U16_MBTOUC_UNSAFE"]=" 1"
D["GNULIB_UNISTR_U16_MBTOUCR"]=" 1"
D["GNULIB_UNISTR_U16_UCTOMB"]=" 1"
D["GNULIB_UNISTR_U32_MBTOUC_UNSAFE"]=" 1"
D["GNULIB_UNISTR_U32_UCTOMB"]=" 1"
D["GNULIB_UNISTR_U8_MBTOUC_UNSAFE"]=" 1"
D["GNULIB_UNISTR_U8_MBTOUCR"]=" 1"
D["GNULIB_UNISTR_U8_UCTOMB"]=" 1"
D["HAVE_DLFCN_H"]=" 1"
D["LT_OBJDIR"]=" \".libs/\""
D["HAVE_LIBIDN2"]=" 1"
D["HAVE_NETTLE_RSA_SEC_DECRYPT"]=" 1"
D["HAVE_NETTLE_CFB8_ENCRYPT"]=" 1"
D["HAVE_NETTLE_CMAC128_UPDATE"]=" 1"
D["UNBOUND_ROOT_KEY_FILE"]=" \"C:\\Program Files\\Unbound\\root.key\""
D["SYSTEM_PRIORITY_FILE"]=" \"/etc/gnutls/default-priorities\""
D["DEFAULT_PRIORITY_STRING"]=" \"NORMAL\""
D["TROUSERS_LIB"]=" \"\""
D["SIZEOF_UNSIGNED_LONG_INT"]=" 4"
D["SIZEOF_UNSIGNED_INT"]=" 4"
D["SIZEOF_TIME_T"]=" 8"
D["GNUTLS_COMPAT_H"]=" 1"
D["GNUTLS_INTERNAL_BUILD"]=" 1"
D["fread_file"]=" _gnutls_fread_file"
D["read_file"]=" _gnutls_read_file"
D["read_binary_file"]=" _gnutls_read_binary_file"
  for (key in D) D_is_set[key] = 1
  FS = "\a"
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  line = $ 0
  split(line, arg, " ")
  if (arg[1] == "#") {
    defundef = arg[2]
    mac1 = arg[3]
  } else {
    defundef = substr(arg[1], 2)
    mac1 = arg[2]
  }
  split(mac1, mac2, "(") #)
  macro = mac2[1]
  prefix = substr(line, 1, index(line, defundef) - 1)
  if (D_is_set[macro]) {
    # Preserve the white space surrounding the "#".
    print prefix "define", macro P[macro] D[macro]
    next
  } else {
    # Replace #undef with comments.  This is necessary, for example,
    # in the case of _POSIX_SOURCE, which is predefined and required
    # on some systems where configure will not decide to define it.
    if (defundef == "undef") {
      print "/*", prefix defundef, macro, "*/"
      next
    }
  }
}
{ print }
_ACAWK
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"


eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS  :L $CONFIG_LINKS  :C $CONFIG_COMMANDS"
shift
for ac_tag
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$ac_tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain `:'.
	 test -f "$ac_f" ||
	   case $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
      esac
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      as_fn_append ac_file_inputs " '$ac_f'"
    done

    # Let's still pretend it is `configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
    configure_input='Generated from '`
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
	`' by configure.'
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
$as_echo "$as_me: creating $ac_file" >&6;}
    fi
    # Neutralize special characters interpreted by sed in replacement strings.
    case $configure_input in #(
    *\&* | *\|* | *\\* )
       ac_sed_conf_input=`$as_echo "$configure_input" |
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    esac

    case $ac_tag in
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    esac
    ;;
  esac

  ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$ac_file" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  as_dir="$ac_dir"; as_fn_mkdir_p
  ac_builddir=.

case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  # A ".." for each directory in $ac_dir_suffix.
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  case $ac_top_builddir_sub in
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  esac ;;
esac
ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir=$ac_top_build_prefix

case $srcdir in
  .)  # We are building in place.
    ac_srcdir=.
    ac_top_srcdir=$ac_top_builddir_sub
    ac_abs_top_srcdir=$ac_pwd ;;
  [\\/]* | ?:[\\/]* )  # Absolute name.
    ac_srcdir=$srcdir$ac_dir_suffix;
    ac_top_srcdir=$srcdir
    ac_abs_top_srcdir=$srcdir ;;
  *) # Relative name.
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
    ac_top_srcdir=$ac_top_build_prefix$srcdir
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
esac
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix


  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
  ac_MKDIR_P=$MKDIR_P
  case $MKDIR_P in
  [\\/$]* | ?:[\\/]* ) ;;
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  esac
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  ac_datarootdir_hack='
  s&@datadir@&${datarootdir}&g
  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  s&@infodir@&${datarootdir}/info&g
  s&@localedir@&${datarootdir}/locale&g
  s&@mandir@&${datarootdir}/man&g
  s&\${datarootdir}&${prefix}/share&g' ;;
esac
ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
h
s///
s/^/:/
s/[	 ]*$/:/
s/:\$(srcdir):/:/g
s/:\${srcdir}:/:/g
s/:@srcdir@:/:/g
s/^:*//
s/:*$//
x
s/\(=[	 ]*\).*/\1/
G
s/\n//
s/^[^=]*=[	 ]*$//
}

:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5

test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined" >&5
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined" >&2;}

  rm -f "$ac_tmp/stdin"
  case $ac_file in
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  esac \
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 ;;
  :H)
  #
  # CONFIG_HEADER
  #
  if test x"$ac_file" != x-; then
    {
      $as_echo "/* $configure_input  */" \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    } >"$ac_tmp/config.h" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
$as_echo "$as_me: $ac_file is unchanged" >&6;}
    else
      rm -f "$ac_file"
      mv "$ac_tmp/config.h" "$ac_file" \
	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
    fi
  else
    $as_echo "/* $configure_input  */" \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
      || as_fn_error $? "could not create -" "$LINENO" 5
  fi
# Compute "$ac_file"'s index in $config_headers.
_am_arg="$ac_file"
_am_stamp_count=1
for _am_header in $config_headers :; do
  case $_am_header in
    $_am_arg | $_am_arg:* )
      break ;;
    * )
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  esac
done
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
	 X"$_am_arg" : 'X\(//\)$' \| \
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$_am_arg" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`/stamp-h$_am_stamp_count
 ;;
  :L)
  #
  # CONFIG_LINK
  #

  if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
    :
  else
    # Prefer the file from the source tree if names are identical.
    if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
      ac_source=$srcdir/$ac_source
    fi

    { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}

    if test ! -r "$ac_source"; then
      as_fn_error $? "$ac_source: file not found" "$LINENO" 5
    fi
    rm -f "$ac_file"

    # Try a relative symlink, then a hard link, then a copy.
    case $ac_source in
    [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
	*) ac_rel_source=$ac_top_build_prefix$ac_source ;;
    esac
    ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
      ln "$ac_source" "$ac_file" 2>/dev/null ||
      cp -p "$ac_source" "$ac_file" ||
      as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
  fi
 ;;
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
$as_echo "$as_me: executing $ac_file commands" >&6;}
 ;;
  esac


  case $ac_file$ac_mode in
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  # Older Autoconf quotes --file arguments for eval, but not when files
  # are listed without --file.  Let's play safe and only enable the eval
  # if we detect the quoting.
  # TODO: see whether this extra hack can be removed once we start
  # requiring Autoconf 2.70 or later.
  case $CONFIG_FILES in #(
  *\'*) :
    eval set x "$CONFIG_FILES" ;; #(
  *) :
    set x $CONFIG_FILES ;; #(
  *) :
     ;;
esac
  shift
  # Used to flag and report bootstrapping failures.
  am_rc=0
  for am_mf
  do
    # Strip MF so we end up with the name of the file.
    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
    # Check whether this is an Automake generated Makefile which includes
    # dependency-tracking related rules and includes.
    # Grep'ing the whole file directly is not great: AIX grep has a line
    # limit of 2048, but all sed's we know have understand at least 4000.
    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
      || continue
    am_dirpart=`$as_dirname -- "$am_mf" ||
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$am_mf" : 'X\(//\)[^/]' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$am_mf" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    am_filepart=`$as_basename -- "$am_mf" ||
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X/"$am_mf" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    { echo "$as_me:$LINENO: cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles" >&5
   (cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } || am_rc=$?
  done
  if test $am_rc -ne 0; then
    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  Try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See \`config.log' for more details" "$LINENO" 5; }
  fi
  { am_dirpart=; unset am_dirpart;}
  { am_filepart=; unset am_filepart;}
  { am_mf=; unset am_mf;}
  { am_rc=; unset am_rc;}
  rm -f conftest-deps.mk
}
 ;;
    "po-directories":C)
    for ac_file in $CONFIG_FILES; do
      # Support "outfile[:infile[:infile...]]"
      case "$ac_file" in
        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
      esac
      # PO directories have a Makefile.in generated from Makefile.in.in.
      case "$ac_file" in */Makefile.in)
        # Adjust a relative srcdir.
        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
        # In autoconf-2.13 it is called $ac_given_srcdir.
        # In autoconf-2.50 it is called $srcdir.
        test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
        case "$ac_given_srcdir" in
          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
          /*) top_srcdir="$ac_given_srcdir" ;;
          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
        esac
        # Treat a directory as a PO directory if and only if it has a
        # POTFILES.in file. This allows packages to have multiple PO
        # directories under different names or in different locations.
        if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
          rm -f "$ac_dir/POTFILES"
          test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
          gt_tab=`printf '\t'`
          cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ${gt_tab}]*\$/d" -e "s,.*,     $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
          POMAKEFILEDEPS="POTFILES.in"
          # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend
          # on $ac_dir but don't depend on user-specified configuration
          # parameters.
          if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
            # The LINGUAS file contains the set of available languages.
            if test -n "$OBSOLETE_ALL_LINGUAS"; then
              test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
            fi
            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
            # Hide the ALL_LINGUAS assignment from automake < 1.5.
            eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
          else
            # The set of available languages was given in configure.in.
            # Hide the ALL_LINGUAS assignment from automake < 1.5.
            eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
          fi
          # Compute POFILES
          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po)
          # Compute UPDATEPOFILES
          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).po-update)
          # Compute DUMMYPOFILES
          # as      $(foreach lang, $(ALL_LINGUAS), $(lang).nop)
          # Compute GMOFILES
          # as      $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo)
          case "$ac_given_srcdir" in
            .) srcdirpre= ;;
            *) srcdirpre='$(srcdir)/' ;;
          esac
          POFILES=
          UPDATEPOFILES=
          DUMMYPOFILES=
          GMOFILES=
          for lang in $ALL_LINGUAS; do
            POFILES="$POFILES $srcdirpre$lang.po"
            UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
            DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
            GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
          done
          # CATALOGS depends on both $ac_dir and the user's LINGUAS
          # environment variable.
          INST_LINGUAS=
          if test -n "$ALL_LINGUAS"; then
            for presentlang in $ALL_LINGUAS; do
              useit=no
              if test "%UNSET%" != "$LINGUAS"; then
                desiredlanguages="$LINGUAS"
              else
                desiredlanguages="$ALL_LINGUAS"
              fi
              for desiredlang in $desiredlanguages; do
                # Use the presentlang catalog if desiredlang is
                #   a. equal to presentlang, or
                #   b. a variant of presentlang (because in this case,
                #      presentlang can be used as a fallback for messages
                #      which are not translated in the desiredlang catalog).
                case "$desiredlang" in
                  "$presentlang"*) useit=yes;;
                esac
              done
              if test $useit = yes; then
                INST_LINGUAS="$INST_LINGUAS $presentlang"
              fi
            done
          fi
          CATALOGS=
          if test -n "$INST_LINGUAS"; then
            for lang in $INST_LINGUAS; do
              CATALOGS="$CATALOGS $lang.gmo"
            done
          fi
          test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
          sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
          for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
            if test -f "$f"; then
              case "$f" in
                *.orig | *.bak | *~) ;;
                *) cat "$f" >> "$ac_dir/Makefile" ;;
              esac
            fi
          done
        fi
        ;;
      esac
    done ;;
    "libtool":C)

    # See if we are running on zsh, and set the options that allow our
    # commands through without removal of \ escapes.
    if test -n "${ZSH_VERSION+set}"; then
      setopt NO_GLOB_SUBST
    fi

    cfgfile=${ofile}T
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
    $RM "$cfgfile"

    cat <<_LT_EOF >> "$cfgfile"
#! $SHELL
# Generated automatically by $as_me ($PACKAGE) $VERSION
# NOTE: Changes made to this file will be lost: look at ltmain.sh.

# Provide generalized library-building support services.
# Written by Gordon Matzigkeit, 1996

# Copyright (C) 2014 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions.  There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

# GNU Libtool is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of of the License, or
# (at your option) any later version.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program or library that is built
# using GNU Libtool, you may include this file under the  same
# distribution terms that you use for the rest of that program.
#
# GNU Libtool is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.


# The names of the tagged configurations supported by this script.
available_tags='CXX '

# Configured defaults for sys_lib_dlsearch_path munging.
: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}

# ### BEGIN LIBTOOL CONFIG

# Which release of libtool.m4 was used?
macro_version=$macro_version
macro_revision=$macro_revision

# Whether or not to build static libraries.
build_old_libs=$enable_static

# Whether or not to build shared libraries.
build_libtool_libs=$enable_shared

# What type of objects to build.
pic_mode=$pic_mode

# Whether or not to optimize for fast installation.
fast_install=$enable_fast_install

# Shared archive member basename,for filename based shared library versioning on AIX.
shared_archive_member_spec=$shared_archive_member_spec

# Shell to use when invoking shell scripts.
SHELL=$lt_SHELL

# An echo program that protects backslashes.
ECHO=$lt_ECHO

# The PATH separator for the build system.
PATH_SEPARATOR=$lt_PATH_SEPARATOR

# The host system.
host_alias=$host_alias
host=$host
host_os=$host_os

# The build system.
build_alias=$build_alias
build=$build
build_os=$build_os

# A sed program that does not truncate output.
SED=$lt_SED

# Sed that helps us avoid accidentally triggering echo(1) options like -n.
Xsed="\$SED -e 1s/^X//"

# A grep program that handles long lines.
GREP=$lt_GREP

# An ERE matcher.
EGREP=$lt_EGREP

# A literal string matcher.
FGREP=$lt_FGREP

# A BSD- or MS-compatible name lister.
NM=$lt_NM

# Whether we need soft or hard links.
LN_S=$lt_LN_S

# What is the maximum length of a command?
max_cmd_len=$max_cmd_len

# Object file suffix (normally "o").
objext=$ac_objext

# Executable file suffix (normally "").
exeext=$exeext

# whether the shell understands "unset".
lt_unset=$lt_unset

# turn spaces into newlines.
SP2NL=$lt_lt_SP2NL

# turn newlines into spaces.
NL2SP=$lt_lt_NL2SP

# convert \$build file names to \$host format.
to_host_file_cmd=$lt_cv_to_host_file_cmd

# convert \$build files to toolchain format.
to_tool_file_cmd=$lt_cv_to_tool_file_cmd

# An object symbol dumper.
OBJDUMP=$lt_OBJDUMP

# Method to check whether dependent libraries are shared objects.
deplibs_check_method=$lt_deplibs_check_method

# Command to use when deplibs_check_method = "file_magic".
file_magic_cmd=$lt_file_magic_cmd

# How to find potential files when deplibs_check_method = "file_magic".
file_magic_glob=$lt_file_magic_glob

# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
want_nocaseglob=$lt_want_nocaseglob

# DLL creation program.
DLLTOOL=$lt_DLLTOOL

# Command to associate shared and link libraries.
sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd

# The archiver.
AR=$lt_AR

# Flags to create an archive.
AR_FLAGS=$lt_AR_FLAGS

# How to feed a file listing to the archiver.
archiver_list_spec=$lt_archiver_list_spec

# A symbol stripping program.
STRIP=$lt_STRIP

# Commands used to install an old-style archive.
RANLIB=$lt_RANLIB
old_postinstall_cmds=$lt_old_postinstall_cmds
old_postuninstall_cmds=$lt_old_postuninstall_cmds

# Whether to use a lock for old archive extraction.
lock_old_archive_extraction=$lock_old_archive_extraction

# A C compiler.
LTCC=$lt_CC

# LTCC compiler flags.
LTCFLAGS=$lt_CFLAGS

# Take the output of nm and produce a listing of raw symbols and C names.
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe

# Transform the output of nm in a proper C declaration.
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl

# Transform the output of nm into a list of symbols to manually relocate.
global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import

# Transform the output of nm in a C name address pair.
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address

# Transform the output of nm in a C name address pair when lib prefix is needed.
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix

# The name lister interface.
nm_interface=$lt_lt_cv_nm_interface

# Specify filename containing input files for \$NM.
nm_file_list_spec=$lt_nm_file_list_spec

# The root where to search for dependent libraries,and where our libraries should be installed.
lt_sysroot=$lt_sysroot

# Command to truncate a binary pipe.
lt_truncate_bin=$lt_lt_cv_truncate_bin

# The name of the directory that contains temporary libtool files.
objdir=$objdir

# Used to examine libraries when file_magic_cmd begins with "file".
MAGIC_CMD=$MAGIC_CMD

# Must we lock files when doing compilation?
need_locks=$lt_need_locks

# Manifest tool.
MANIFEST_TOOL=$lt_MANIFEST_TOOL

# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
DSYMUTIL=$lt_DSYMUTIL

# Tool to change global to local symbols on Mac OS X.
NMEDIT=$lt_NMEDIT

# Tool to manipulate fat objects and archives on Mac OS X.
LIPO=$lt_LIPO

# ldd/readelf like tool for Mach-O binaries on Mac OS X.
OTOOL=$lt_OTOOL

# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
OTOOL64=$lt_OTOOL64

# Old archive suffix (normally "a").
libext=$libext

# Shared library suffix (normally ".so").
shrext_cmds=$lt_shrext_cmds

# The commands to extract the exported symbol list from a shared archive.
extract_expsyms_cmds=$lt_extract_expsyms_cmds

# Variables whose values should be saved in libtool wrapper scripts and
# restored at link time.
variables_saved_for_relink=$lt_variables_saved_for_relink

# Do we need the "lib" prefix for modules?
need_lib_prefix=$need_lib_prefix

# Do we need a version for libraries?
need_version=$need_version

# Library versioning type.
version_type=$version_type

# Shared library runtime path variable.
runpath_var=$runpath_var

# Shared library path variable.
shlibpath_var=$shlibpath_var

# Is shlibpath searched before the hard-coded library search path?
shlibpath_overrides_runpath=$shlibpath_overrides_runpath

# Format of library name prefix.
libname_spec=$lt_libname_spec

# List of archive names.  First name is the real one, the rest are links.
# The last name is the one that the linker finds with -lNAME
library_names_spec=$lt_library_names_spec

# The coded name of the library, if different from the real name.
soname_spec=$lt_soname_spec

# Permission mode override for installation of shared libraries.
install_override_mode=$lt_install_override_mode

# Command to use after installation of a shared archive.
postinstall_cmds=$lt_postinstall_cmds

# Command to use after uninstallation of a shared archive.
postuninstall_cmds=$lt_postuninstall_cmds

# Commands used to finish a libtool library installation in a directory.
finish_cmds=$lt_finish_cmds

# As "finish_cmds", except a single script fragment to be evaled but
# not shown.
finish_eval=$lt_finish_eval

# Whether we should hardcode library paths into libraries.
hardcode_into_libs=$hardcode_into_libs

# Compile-time system search path for libraries.
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec

# Detected run-time system search path for libraries.
sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path

# Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path

# Whether dlopen is supported.
dlopen_support=$enable_dlopen

# Whether dlopen of programs is supported.
dlopen_self=$enable_dlopen_self

# Whether dlopen of statically linked programs is supported.
dlopen_self_static=$enable_dlopen_self_static

# Commands to strip libraries.
old_striplib=$lt_old_striplib
striplib=$lt_striplib


# The linker used to build libraries.
LD=$lt_LD

# How to create reloadable object files.
reload_flag=$lt_reload_flag
reload_cmds=$lt_reload_cmds

# Commands used to build an old-style archive.
old_archive_cmds=$lt_old_archive_cmds

# A language specific compiler.
CC=$lt_compiler

# Is the compiler the GNU compiler?
with_gcc=$GCC

# Compiler flag to turn off builtin functions.
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag

# Additional compiler flags for building library objects.
pic_flag=$lt_lt_prog_compiler_pic

# How to pass a linker flag through the compiler.
wl=$lt_lt_prog_compiler_wl

# Compiler flag to prevent dynamic linking.
link_static_flag=$lt_lt_prog_compiler_static

# Does compiler simultaneously support -c and -o options?
compiler_c_o=$lt_lt_cv_prog_compiler_c_o

# Whether or not to add -lc for building shared libraries.
build_libtool_need_lc=$archive_cmds_need_lc

# Whether or not to disallow shared libs when runtime libs are static.
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes

# Compiler flag to allow reflexive dlopens.
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec

# Compiler flag to generate shared objects directly from archives.
whole_archive_flag_spec=$lt_whole_archive_flag_spec

# Whether the compiler copes with passing no objects directly.
compiler_needs_object=$lt_compiler_needs_object

# Create an old-style archive from a shared archive.
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds

# Create a temporary old-style archive to link instead of a shared archive.
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds

# Commands used to build a shared archive.
archive_cmds=$lt_archive_cmds
archive_expsym_cmds=$lt_archive_expsym_cmds

# Commands used to build a loadable module if different from building
# a shared archive.
module_cmds=$lt_module_cmds
module_expsym_cmds=$lt_module_expsym_cmds

# Whether we are building with GNU ld or not.
with_gnu_ld=$lt_with_gnu_ld

# Flag that allows shared libraries with undefined symbols to be built.
allow_undefined_flag=$lt_allow_undefined_flag

# Flag that enforces no undefined symbols.
no_undefined_flag=$lt_no_undefined_flag

# Flag to hardcode \$libdir into a binary during linking.
# This must work even if \$libdir does not exist
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec

# Whether we need a single "-rpath" flag with a separated argument.
hardcode_libdir_separator=$lt_hardcode_libdir_separator

# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
# DIR into the resulting binary.
hardcode_direct=$hardcode_direct

# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
# DIR into the resulting binary and the resulting library dependency is
# "absolute",i.e impossible to change by setting \$shlibpath_var if the
# library is relocated.
hardcode_direct_absolute=$hardcode_direct_absolute

# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
# into the resulting binary.
hardcode_minus_L=$hardcode_minus_L

# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
# into the resulting binary.
hardcode_shlibpath_var=$hardcode_shlibpath_var

# Set to "yes" if building a shared library automatically hardcodes DIR
# into the library and all subsequent libraries and executables linked
# against it.
hardcode_automatic=$hardcode_automatic

# Set to yes if linker adds runtime paths of dependent libraries
# to runtime path list.
inherit_rpath=$inherit_rpath

# Whether libtool must link a program against all its dependency libraries.
link_all_deplibs=$link_all_deplibs

# Set to "yes" if exported symbols are required.
always_export_symbols=$always_export_symbols

# The commands to list exported symbols.
export_symbols_cmds=$lt_export_symbols_cmds

# Symbols that should not be listed in the preloaded symbols.
exclude_expsyms=$lt_exclude_expsyms

# Symbols that must always be exported.
include_expsyms=$lt_include_expsyms

# Commands necessary for linking programs (against libraries) with templates.
prelink_cmds=$lt_prelink_cmds

# Commands necessary for finishing linking programs.
postlink_cmds=$lt_postlink_cmds

# Specify filename containing input files.
file_list_spec=$lt_file_list_spec

# How to hardcode a shared library path into an executable.
hardcode_action=$hardcode_action

# The directories searched by this compiler when creating a shared library.
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs

# Dependencies to place before and after the objects being linked to
# create a shared library.
predep_objects=$lt_predep_objects
postdep_objects=$lt_postdep_objects
predeps=$lt_predeps
postdeps=$lt_postdeps

# The library search path used internally by the compiler when linking
# a shared library.
compiler_lib_search_path=$lt_compiler_lib_search_path

# ### END LIBTOOL CONFIG

_LT_EOF

    cat <<'_LT_EOF' >> "$cfgfile"

# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE

# func_munge_path_list VARIABLE PATH
# -----------------------------------
# VARIABLE is name of variable containing _space_ separated list of
# directories to be munged by the contents of PATH, which is string
# having a format:
# "DIR[:DIR]:"
#       string "DIR[ DIR]" will be prepended to VARIABLE
# ":DIR[:DIR]"
#       string "DIR[ DIR]" will be appended to VARIABLE
# "DIRP[:DIRP]::[DIRA:]DIRA"
#       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
#       "DIRA[ DIRA]" will be appended to VARIABLE
# "DIR[:DIR]"
#       VARIABLE will be replaced by "DIR[ DIR]"
func_munge_path_list ()
{
    case x$2 in
    x)
        ;;
    *:)
        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
        ;;
    x:*)
        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
        ;;
    *::*)
        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
        ;;
    *)
        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
        ;;
    esac
}


# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
func_cc_basename ()
{
    for cc_temp in $*""; do
      case $cc_temp in
        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
        \-*) ;;
        *) break;;
      esac
    done
    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
}


# ### END FUNCTIONS SHARED WITH CONFIGURE

_LT_EOF

  case $host_os in
  aix3*)
    cat <<\_LT_EOF >> "$cfgfile"
# AIX sometimes has problems with the GCC collect2 program.  For some
# reason, if we set the COLLECT_NAMES environment variable, the problems
# vanish in a puff of smoke.
if test set != "${COLLECT_NAMES+set}"; then
  COLLECT_NAMES=
  export COLLECT_NAMES
fi
_LT_EOF
    ;;
  esac


ltmain=$ac_aux_dir/ltmain.sh


  # We use sed instead of cat because bash on DJGPP gets confused if
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
  # text mode, it properly converts lines to CR/LF.  This bash problem
  # is reportedly fixed, but why not run on old versions too?
  sed '$q' "$ltmain" >> "$cfgfile" \
     || (rm -f "$cfgfile"; exit 1)

   mv -f "$cfgfile" "$ofile" ||
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
  chmod +x "$ofile"


    cat <<_LT_EOF >> "$ofile"

# ### BEGIN LIBTOOL TAG CONFIG: CXX

# The linker used to build libraries.
LD=$lt_LD_CXX

# How to create reloadable object files.
reload_flag=$lt_reload_flag_CXX
reload_cmds=$lt_reload_cmds_CXX

# Commands used to build an old-style archive.
old_archive_cmds=$lt_old_archive_cmds_CXX

# A language specific compiler.
CC=$lt_compiler_CXX

# Is the compiler the GNU compiler?
with_gcc=$GCC_CXX

# Compiler flag to turn off builtin functions.
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX

# Additional compiler flags for building library objects.
pic_flag=$lt_lt_prog_compiler_pic_CXX

# How to pass a linker flag through the compiler.
wl=$lt_lt_prog_compiler_wl_CXX

# Compiler flag to prevent dynamic linking.
link_static_flag=$lt_lt_prog_compiler_static_CXX

# Does compiler simultaneously support -c and -o options?
compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX

# Whether or not to add -lc for building shared libraries.
build_libtool_need_lc=$archive_cmds_need_lc_CXX

# Whether or not to disallow shared libs when runtime libs are static.
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX

# Compiler flag to allow reflexive dlopens.
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX

# Compiler flag to generate shared objects directly from archives.
whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX

# Whether the compiler copes with passing no objects directly.
compiler_needs_object=$lt_compiler_needs_object_CXX

# Create an old-style archive from a shared archive.
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX

# Create a temporary old-style archive to link instead of a shared archive.
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX

# Commands used to build a shared archive.
archive_cmds=$lt_archive_cmds_CXX
archive_expsym_cmds=$lt_archive_expsym_cmds_CXX

# Commands used to build a loadable module if different from building
# a shared archive.
module_cmds=$lt_module_cmds_CXX
module_expsym_cmds=$lt_module_expsym_cmds_CXX

# Whether we are building with GNU ld or not.
with_gnu_ld=$lt_with_gnu_ld_CXX

# Flag that allows shared libraries with undefined symbols to be built.
allow_undefined_flag=$lt_allow_undefined_flag_CXX

# Flag that enforces no undefined symbols.
no_undefined_flag=$lt_no_undefined_flag_CXX

# Flag to hardcode \$libdir into a binary during linking.
# This must work even if \$libdir does not exist
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX

# Whether we need a single "-rpath" flag with a separated argument.
hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX

# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
# DIR into the resulting binary.
hardcode_direct=$hardcode_direct_CXX

# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
# DIR into the resulting binary and the resulting library dependency is
# "absolute",i.e impossible to change by setting \$shlibpath_var if the
# library is relocated.
hardcode_direct_absolute=$hardcode_direct_absolute_CXX

# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
# into the resulting binary.
hardcode_minus_L=$hardcode_minus_L_CXX

# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
# into the resulting binary.
hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX

# Set to "yes" if building a shared library automatically hardcodes DIR
# into the library and all subsequent libraries and executables linked
# against it.
hardcode_automatic=$hardcode_automatic_CXX

# Set to yes if linker adds runtime paths of dependent libraries
# to runtime path list.
inherit_rpath=$inherit_rpath_CXX

# Whether libtool must link a program against all its dependency libraries.
link_all_deplibs=$link_all_deplibs_CXX

# Set to "yes" if exported symbols are required.
always_export_symbols=$always_export_symbols_CXX

# The commands to list exported symbols.
export_symbols_cmds=$lt_export_symbols_cmds_CXX

# Symbols that should not be listed in the preloaded symbols.
exclude_expsyms=$lt_exclude_expsyms_CXX

# Symbols that must always be exported.
include_expsyms=$lt_include_expsyms_CXX

# Commands necessary for linking programs (against libraries) with templates.
prelink_cmds=$lt_prelink_cmds_CXX

# Commands necessary for finishing linking programs.
postlink_cmds=$lt_postlink_cmds_CXX

# Specify filename containing input files.
file_list_spec=$lt_file_list_spec_CXX

# How to hardcode a shared library path into an executable.
hardcode_action=$hardcode_action_CXX

# The directories searched by this compiler when creating a shared library.
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX

# Dependencies to place before and after the objects being linked to
# create a shared library.
predep_objects=$lt_predep_objects_CXX
postdep_objects=$lt_postdep_objects_CXX
predeps=$lt_predeps_CXX
postdeps=$lt_postdeps_CXX

# The library search path used internally by the compiler when linking
# a shared library.
compiler_lib_search_path=$lt_compiler_lib_search_path_CXX

# ### END LIBTOOL TAG CONFIG: CXX
_LT_EOF

 ;;
    "guile/pre-inst-guile":F) chmod +x guile/pre-inst-guile ;;

  esac
done # for ac_tag


as_fn_exit 0

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-11  8:49   ` Tim Rühsen
@ 2019-04-11 18:56     ` Bruno Haible
  2019-04-11 19:35       ` Tim Rühsen
  2019-04-11 20:33       ` Tim Rühsen
  0 siblings, 2 replies; 10+ messages in thread
From: Bruno Haible @ 2019-04-11 18:56 UTC (permalink / raw)
  To: Tim Rühsen; +Cc: bug-gnulib

Hi Tim,

> > For analyzing this, we would need the generated
> >   - config.log,
> >   - config.status,
> >   - config.h.
> 
> Thanks, attached.

You should also say which package you are building, and with which
configure options you configured it.

It looks like
  - you are building gnutls-3.6.7, not just a gnulib testdir,
  - you gave the configure option --disable-threads,
  - but at the same time the C macro USE_POSIX_THREADS is defined.
How come?

Bruno



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-11 18:56     ` Bruno Haible
@ 2019-04-11 19:35       ` Tim Rühsen
  2019-04-11 20:33       ` Tim Rühsen
  1 sibling, 0 replies; 10+ messages in thread
From: Tim Rühsen @ 2019-04-11 19:35 UTC (permalink / raw)
  To: Bruno Haible; +Cc: bug-gnulib


[-- Attachment #1.1: Type: text/plain, Size: 2260 bytes --]

On 11.04.19 20:56, Bruno Haible wrote:
> Hi Tim,
> 
>>> For analyzing this, we would need the generated
>>>   - config.log,
>>>   - config.status,
>>>   - config.h.
>>
>> Thanks, attached.
> 
> You should also say which package you are building, and with which
> configure options you configured it.
> 
> It looks like
>   - you are building gnutls-3.6.7, not just a gnulib testdir,
>   - you gave the configure option --disable-threads,
>   - but at the same time the C macro USE_POSIX_THREADS is defined.
> How come?

Yes, it's gnutls from master. I don't use --disable-threads nor do I set
USE_POSIX_THREADS manually.

Basically (after building the dependencies):

###################
unset CC
unset CXX

#PREFIX=i686-w64-mingw32
PREFIX=x86_64-w64-mingw32

export PATH="/usr/$PREFIX/bin:$PATH"
export INSTALLDIR="$PWD/$PREFIX"
export PKG_CONFIG_PATH=$INSTALLDIR/lib/pkgconfig:/usr/$PREFIX/lib/pkgconfig
export PKG_CONFIG_LIBDIR="$INSTALLDIR/lib/pkgconfig"
export PKG_CONFIG="/usr/bin/${PREFIX}-pkg-config"
export CPPFLAGS="-I$INSTALLDIR/include"
export LDFLAGS="-L$INSTALLDIR/lib"

# stuff for running tests
export GCCLIB=$(dirname $(find /usr/lib/gcc/$PREFIX -name
libgcc_s_seh-1.dll|grep posix))
export
WINEPATH="$WINEPATH;/usr/$PREFIX/bin;/usr/$PREFIX/lib;$PWD/libwget/.libs;$GCCLIB"

# let mingw compiler be less verbose
export CFLAGS="-O2 -Wall -Wno-format"

git clone https://gitlab.com/gnutls/gnutls.git
./configure --build=x86_64-pc-linux-gnu --host=$PREFIX \
  --with-nettle-mini --enable-shared --with-included-libtasn1 \
  --without-p11-kit --disable-doc --disable-tests --disable-tools
--disable-cxx \
  --disable-maintainer-mode --disable-libdane
--disable-hardware-acceleration --disable-guile --prefix=$INSTALLDIR
make -j$(nproc)
make check -j$(nproc)
###################

I could give the the complete script, which worked since years (apart
from temporary dependency/build issues). I use it every few weeks,
whenever there are MinGW issue with any of the projects I work on.

But it has some build overhead, creating from scratch libunistring,
libidn2, nettle, gnutls.

Let me know if it is of any help for you (I have to brush up a bit
before sending).

Regards, Tim


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-11 18:56     ` Bruno Haible
  2019-04-11 19:35       ` Tim Rühsen
@ 2019-04-11 20:33       ` Tim Rühsen
  2019-04-12  0:26         ` Bruno Haible
  1 sibling, 1 reply; 10+ messages in thread
From: Tim Rühsen @ 2019-04-11 20:33 UTC (permalink / raw)
  To: Bruno Haible; +Cc: bug-gnulib


[-- Attachment #1.1: Type: text/plain, Size: 1129 bytes --]

On 11.04.19 20:56, Bruno Haible wrote:
> Hi Tim,
> 
>>> For analyzing this, we would need the generated
>>>   - config.log,
>>>   - config.status,
>>>   - config.h.
>>
>> Thanks, attached.
> 
> You should also say which package you are building, and with which
> configure options you configured it.
> 
> It looks like
>   - you are building gnutls-3.6.7, not just a gnulib testdir,
>   - you gave the configure option --disable-threads,
>   - but at the same time the C macro USE_POSIX_THREADS is defined.
> How come?

Maybe Debian is currently broken regarding MinGW ? I never had issues
building libunistring with MinGW, but now compilation stops with

In file included from /usr/share/mingw-w64/include/signal.h:10,
                 from ./signal.h:52,
                 from pthread_sigmask.c:20:
pthread_sigmask.c:34:1: error: expected identifier or ‘(’ before numeric
constant
 pthread_sigmask (int how, const sigset_t *new_mask, sigset_t *old_mask)
 ^~~~~~~~~~~~~~~
make[4]: *** [Makefile:10495: pthread_sigmask.o] Fehler 1

Maybe this is related, all about pthreads.

Regards, Tim


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-11 20:33       ` Tim Rühsen
@ 2019-04-12  0:26         ` Bruno Haible
  2019-04-12  1:26           ` Eric Blake
  2019-04-12  7:15           ` Tim Rühsen
  0 siblings, 2 replies; 10+ messages in thread
From: Bruno Haible @ 2019-04-12  0:26 UTC (permalink / raw)
  To: Tim Rühsen; +Cc: bug-gnulib

Hi Tim,

The points to look at are:
  - How does the configure script behave while running the expanded code
    that comes from threadlib.m4? Try "sh -x ./configure ..." for this
    exercise.
  - Why does gl_lock_unlock expand to a call to pthread_mutex_unlock? Only
    if USE_POSIX_THREADS is defined. And where does USE_POSIX_THREADS come
    from on your system?

> In file included from /usr/share/mingw-w64/include/signal.h:10,
>                  from ./signal.h:52,
>                  from pthread_sigmask.c:20:
> pthread_sigmask.c:34:1: error: expected identifier or ‘(’ before numeric
> constant
>  pthread_sigmask (int how, const sigset_t *new_mask, sigset_t *old_mask)
>  ^~~~~~~~~~~~~~~
> make[4]: *** [Makefile:10495: pthread_sigmask.o] Fehler 1

This one, you can start with a "gcc -E" command, to see where a macro
expansion of pthread_sigmask come from.

Btw, I never build with mingw-pthreads installed. But even with mingw-pthreads
installed, gnulib modules ought to not use it; they ought to use the Windows
API instead.

Bruno



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-12  0:26         ` Bruno Haible
@ 2019-04-12  1:26           ` Eric Blake
  2019-04-12  7:15           ` Tim Rühsen
  1 sibling, 0 replies; 10+ messages in thread
From: Eric Blake @ 2019-04-12  1:26 UTC (permalink / raw)
  To: Bruno Haible, Tim Rühsen; +Cc: bug-gnulib


[-- Attachment #1.1: Type: text/plain, Size: 1619 bytes --]

On 4/11/19 7:26 PM, Bruno Haible wrote:

> Btw, I never build with mingw-pthreads installed. But even with mingw-pthreads
> installed, gnulib modules ought to not use it; they ought to use the Windows
> API instead.

Jumping in late, but this reminded me of a patch I wrote years ago:

https://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=c91d13bd

> On my Fedora 20 box with mingw cross-compiler, the build failed with:
> 
> ../../src/rpc/virnetclient.c: In function 'virNetClientSetTLSSession':
> ../../src/rpc/virnetclient.c:745:14: error: unused variable 'oldmask' [-Werror=unused-variable]
>      sigset_t oldmask, blockedsigs;
>               ^
> 
> I traced it to the fact that mingw64-winpthreads installs a header
> that does #define pthread_sigmask(...) 0, which means any argument
> only ever passed to pthread_sigmask is reported as unused.  This
> patch works around the compilation failure, with behavior no worse
> than what mingw already gives us regarding the function being a
> no-op.
> 
> * configure.ac (pthread_sigmask): Probe for broken mingw macro.
> * src/util/virutil.h (pthread_sigmask): Rewrite to something that
> avoids unused variables.

Here we are 5 years later, and mingw32-winpthreads-5.0.4-2.fd29 still
has a broken:

/usr/i686-w64-mingw32/sys-root/mingw/include/pthread_signal.h:
#define pthread_sigmask(H, S1, S2) 0

So indeed, gnulib could do a better job at avoiding that library as more
pain than it is worth.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-12  0:26         ` Bruno Haible
  2019-04-12  1:26           ` Eric Blake
@ 2019-04-12  7:15           ` Tim Rühsen
  2019-04-13 15:07             ` Bruno Haible
  1 sibling, 1 reply; 10+ messages in thread
From: Tim Rühsen @ 2019-04-12  7:15 UTC (permalink / raw)
  To: Bruno Haible; +Cc: bug-gnulib


[-- Attachment #1.1: Type: text/plain, Size: 2614 bytes --]

On 12.04.19 02:26, Bruno Haible wrote:
> Hi Tim,
> 
> The points to look at are:
>   - How does the configure script behave while running the expanded code
>     that comes from threadlib.m4? Try "sh -x ./configure ..." for this
>     exercise.
>   - Why does gl_lock_unlock expand to a call to pthread_mutex_unlock? Only
>     if USE_POSIX_THREADS is defined. And where does USE_POSIX_THREADS come
>     from on your system?

Well, stderr and stdout seems to mixed up pretty much when using
./configure ... >out 2>&1. So all I can see is that USE_POSIX_THREADS is
being set. [indented code is from threadlib.m4]


    if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then

+ test -n yes
+ gl_threads_api=posix

      AC_CHECK_HEADER([pthread.h],
        [gl_have_pthread_h=yes], [gl_have_pthread_h=no])

+ gl_have_pthread=yes

      if test "$gl_have_pthread_h" = yes; then


        if test -n "$gl_have_pthread"; then
          gl_threads_api=posix
          AC_DEFINE([USE_POSIX_THREADS], [1],

+ test -n yes
+ gl_threads_api=posix
+ printf '%s\n' '#define USE_POSIX_THREADS 1'


Little bit further above in the configure output:
+ gl_have_pthread=yes
+ LIBTHREAD=-pthread
+ LTLIBTHREAD=-pthread
+ LIBMULTITHREAD=-pthread
+ LTLIBMULTITHREAD=-pthread
+ rm -f core conftest.err conftest.o conftest.exe conftest.c
+ LIBS=
+ test -n yes
+ break
+ test -n yes
+ test -z -pthread
+ test -z yes
+ test -n yes
+ gl_threads_api=posix
+ printf '%s\n' '#define USE_POSIX_THREADS 1'
+ test -n -pthread
+ case "$gl_cv_have_weak" in


The output is pretty large. If interested, I'll send it to you via PM.

>> In file included from /usr/share/mingw-w64/include/signal.h:10,
>>                  from ./signal.h:52,
>>                  from pthread_sigmask.c:20:
>> pthread_sigmask.c:34:1: error: expected identifier or ‘(’ before numeric
>> constant
>>  pthread_sigmask (int how, const sigset_t *new_mask, sigset_t *old_mask)
>>  ^~~~~~~~~~~~~~~
>> make[4]: *** [Makefile:10495: pthread_sigmask.o] Fehler 1
> 
> This one, you can start with a "gcc -E" command, to see where a macro
> expansion of pthread_sigmask come from.

As Eric says, pthread_sigmask is defined to 0 in
/usr/share/mingw-w64/include/pthread_signal.h:

/* Windows has rudimentary signals support.  */
#define pthread_sigmask(H, S1, S2) 0

> Btw, I never build with mingw-pthreads installed. But even with mingw-pthreads
> installed, gnulib modules ought to not use it; they ought to use the Windows
> API instead.
> 
> Bruno
> 
> 

Regards, Tim


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Tests on MinGW: undef ref pthread_mutex_lock/unlock
  2019-04-12  7:15           ` Tim Rühsen
@ 2019-04-13 15:07             ` Bruno Haible
  0 siblings, 0 replies; 10+ messages in thread
From: Bruno Haible @ 2019-04-13 15:07 UTC (permalink / raw)
  To: Tim Rühsen; +Cc: bug-gnulib

Hi Tim,

Thanks for the more verbose configure output.

I misinterpreted the config.log output; I now see how it was produced even
without --disable-threads.

The logic in threadlib.m4 is as follows:
  - If no preference is given (no --enable-threads={posix|solaris|pth|windows}
    options), the macro attempts to use POSIX threads if possible. This makes
    sense in general, when you think of systems like Haiku or such.
  - Since you have mingw's pthread.h installed, the logic goes this route.

The two errors that you encounter:

  * The error

> >> In file included from /usr/share/mingw-w64/include/signal.h:10,
> >>                  from ./signal.h:52,
> >>                  from pthread_sigmask.c:20:
> >> pthread_sigmask.c:34:1: error: expected identifier or ‘(’ before numeric
> >> constant
> >>  pthread_sigmask (int how, const sigset_t *new_mask, sigset_t *old_mask)
> >>  ^~~~~~~~~~~~~~~

    is caused by
      #define pthread_sigmask(H, S1, S2) 0
    in pthread_signal.h. You could probably easily avoid the error by
    inserting a '#undef pthread_sigmask' at the appropriate place.

  * The error

    libtests.a(localename.o):localename.c:(.text+0x10): undefined reference to `pthread_mutex_lock'

    is apparently because -lpthread or -lpthread are not occurring on the
    link command line. These link options should be transmitted through
    LIBTHREAD, LTLIBTHREAD in config.status. But I don't see these variables
    in the config.status that you sent me.

    config.status contains a setting of LTLIBPTHREAD, which comes from this
    line in gnutls-3.6.7/configure:

    AC_LIB_HAVE_LINKFLAGS(pthread,, [#include <pthread.h>], [pthread_mutex_lock (0);])

    So this is just a different autoconf test. But it doesn't explain why
    LIBTHREAD, LTLIBTHREAD are missing.


Btw, there are two(!) pthreads implementations for mingw.
  - The one that ships with mingw in Debian is initially '(C) 2010 Lockless Inc.'
    and is under a BSD license.
  - The one at https://sourceware.org/pthreads-win32/ is by Ross Johnson and
    is under LGPL.
Another difference between the two is explained in
https://en.wikipedia.org/wiki/POSIX_Threads#POSIX_Threads_for_Windows

I'm not going to work on this. But if you have time, these would be some
improvements:
  - Test a gnulib testdir in an environment where you have the mingw-pthreads
    installed. Probably you'll hit the pthread_sigmask problem when you do this.
    Possibly also some test failures.
  - Build your preferred packages
      once with --enable-threads=windows,
      once with --enable-threads=posix and the mingw pthreads,
      once with --enable-threads=posix and the pthreads-win32 package,
    and compare/analyze/report the results.

Bruno



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-04-13 15:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11  7:18 Tests on MinGW: undef ref pthread_mutex_lock/unlock Tim Rühsen
2019-04-11  7:58 ` Bruno Haible
2019-04-11  8:49   ` Tim Rühsen
2019-04-11 18:56     ` Bruno Haible
2019-04-11 19:35       ` Tim Rühsen
2019-04-11 20:33       ` Tim Rühsen
2019-04-12  0:26         ` Bruno Haible
2019-04-12  1:26           ` Eric Blake
2019-04-12  7:15           ` Tim Rühsen
2019-04-13 15:07             ` Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).