Re: Making in libmu_dbm [was Re: Putmail ignores multiple SMTP recipients]

Kevin Koster via Bug reports and feature requests for GNU mailutils <[email protected]> Sat, 11 Oct 2025 16:20:23 +1100
Newsgroups gmane.comp.gnu.mailutils.bugs
Organization OmberTech
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--Multipart=_Sat__11_Oct_2025_16_20_23_+1100_/9XJ9HQ1bgwwwl8C
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On Fri, 10 Oct 2025 13:51:18 +0200
"Sergey Poznyakoff" <[email protected]> wrote:

> > Also the Makefile in the mailutils-3.20/ directory didn't run
> > libmu_dbm/Makefile
> 
> That requires a separate investigation. Please supply the following
> info:
> 
>   1. The file config.log
>   2. Output of the make command, run from the top-level source
>   directory (i.e. make > output 2>&1).

See config.log and make_log.txt attached. This build was run in a
freshly unpacked mailutils-3.20.tar.xz source tree.

"cd libmu_dbm && make" then "cd .. && make" completes the build.

Regards,
Kevin Koster.

--Multipart=_Sat__11_Oct_2025_16_20_23_+1100_/9XJ9HQ1bgwwwl8C
Content-Type: text/plain;
 name="config.log"
Content-Disposition: attachment;
 filename="config.log"
Content-Transfer-Encoding: quoted-printable

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

It was created by GNU Mailutils configure 3.20, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --includedir=3D/usr/local/include --datarootdir=3D/usr/loca=
l/share --exec-prefix=3D/usr/local --sysconfdir=3D/etc --disable-static

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

hostname =3D atom
uname -m =3D x86_64
uname -r =3D 6.12.11-tinycore64
uname -s =3D Linux
uname -v =3D #1 SMP Sun Jan 26 16:50:13 UTC 2025

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

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

PATH: /home/cnk/bin/
PATH: /home/cnk/tcd/aimg/
PATH: /usr/pkg/sbin/
PATH: /usr/pkg/bin/
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /apps/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
PATH: /etc/sysconfig/tcedir/ondemand/


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

configure:4292: looking for aux files: config.rpath ltmain.sh compile confi=
g.guess config.sub missing install-sh
configure:4305:  trying ./build-aux/
configure:4334:   ./build-aux/config.rpath found
configure:4334:   ./build-aux/ltmain.sh found
configure:4334:   ./build-aux/compile found
configure:4334:   ./build-aux/config.guess found
configure:4334:   ./build-aux/config.sub found
configure:4334:   ./build-aux/missing found
configure:4316:   ./build-aux/install-sh found
configure:4465: checking for a BSD-compatible install
configure:4538: result: /usr/bin/install -c
configure:4549: checking whether build environment is sane
configure:4604: result: yes
configure:4763: checking for a race-free mkdir -p
configure:4807: result: ./build-aux/install-sh -c -d
configure:4814: checking for gawk
configure:4835: found /usr/local/bin/gawk
configure:4846: result: gawk
configure:4857: checking whether make sets $(MAKE)
configure:4880: result: yes
configure:4910: checking whether make supports nested variables
configure:4928: result: yes
configure:5081: checking whether make supports nested variables
configure:5099: result: yes
configure:5117: checking build system type
configure:5132: result: x86_64-pc-linux-gnu
configure:5152: checking host system type
configure:5166: result: x86_64-pc-linux-gnu
configure:5193: autobuild project... GNU Mailutils
configure:5199: autobuild revision... 3.20
configure:5204: autobuild hostname... atom
configure:5215: autobuild timestamp... 20251011T045824Z
configure:5330: checking for gcc
configure:5362: result: gcc -flto -fuse-linker-plugin
configure:5715: checking for C compiler version
configure:5724: gcc -flto -fuse-linker-plugin --version >&5
gcc (GCC) 14.2.0
Copyright (C) 2024 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:5735: $? =3D 0
configure:5724: gcc -flto -fuse-linker-plugin -v >&5
Using built-in specs.
COLLECT_GCC=3Dgcc
COLLECT_LTO_WRAPPER=3D/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/x86_64-pc-li=
nux-gnu/14.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=3D/usr/local LD=3Dld --enable-langua=
ges=3Dc,c++ --enable-default-pie --enable-default-ssp --enable-host-pie --d=
isable-multilib --disable-bootstrap --disable-fixincludes --with-system-zli=
b --libexecdir=3D/usr/local/lib
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.0 (GCC)=20
configure:5735: $? =3D 0
configure:5724: gcc -flto -fuse-linker-plugin -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5735: $? =3D 1
configure:5724: gcc -flto -fuse-linker-plugin -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--v=
ersion'?
gcc: fatal error: no input files
compilation terminated.
configure:5735: $? =3D 1
configure:5724: gcc -flto -fuse-linker-plugin -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5735: $? =3D 1
configure:5755: checking whether the C compiler works
configure:5777: gcc -flto -fuse-linker-plugin -mtune=3Dgeneric -Os -pipe -f=
no-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:5781: $? =3D 0
configure:5831: result: yes
configure:5834: checking for C compiler default output file name
configure:5836: result: a.out
configure:5842: checking for suffix of executables
configure:5849: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric =
-Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:5853: $? =3D 0
configure:5876: result:=20
configure:5898: checking whether we are cross compiling
configure:5906: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric =
-Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:5910: $? =3D 0
configure:5917: ./conftest
configure:5921: $? =3D 0
configure:5936: result: no
configure:5941: checking for suffix of object files
configure:5964: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:5968: $? =3D 0
configure:5990: result: o
configure:5994: checking whether the compiler supports GNU C
configure:6014: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6014: $? =3D 0
configure:6024: result: yes
configure:6035: checking whether gcc -flto -fuse-linker-plugin accepts -g
configure:6056: gcc -flto -fuse-linker-plugin -c -g  conftest.c >&5
configure:6056: $? =3D 0
configure:6100: result: yes
configure:6120: checking for gcc -flto -fuse-linker-plugin option to enable=
 C11 features
configure:6135: gcc -flto -fuse-linker-plugin  -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6135: $? =3D 0
configure:6153: result: none needed
configure:6269: checking whether gcc -flto -fuse-linker-plugin understands =
-c and -o together
configure:6292: gcc -flto -fuse-linker-plugin -c conftest.c -o conftest2.o
configure:6295: $? =3D 0
configure:6292: gcc -flto -fuse-linker-plugin -c conftest.c -o conftest2.o
configure:6295: $? =3D 0
configure:6307: result: yes
configure:6325: checking whether the compiler is clang
configure:6347: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6347: $? =3D 0
configure:6356: result: no
configure:6360: checking for compiler option needed when checking for decla=
rations
configure:6393: result: none
configure:6405: checking whether make supports the include directive
configure:6420: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:6423: $? =3D 0
configure:6442: result: yes (GNU style)
configure:6468: checking dependency style of gcc -flto -fuse-linker-plugin
configure:6580: result: gcc3
configure:6601: checking for stdio.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for stdlib.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for string.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for inttypes.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for stdint.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for strings.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for sys/stat.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for sys/types.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for unistd.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for wchar.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for minix/config.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c:49:10: fatal error: minix/config.h: No such file or directory
   49 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:6601: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6601: result: no
configure:6601: checking for threads.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for limits.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for crtdefs.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c:51:10: fatal error: crtdefs.h: No such file or directory
   51 | #include <crtdefs.h>
      |          ^~~~~~~~~~~
compilation terminated.
configure:6601: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crtdefs.h>
configure:6601: result: no
configure:6601: checking for wctype.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for xlocale.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c:52:10: fatal error: xlocale.h: No such file or directory
   52 | #include <xlocale.h>
      |          ^~~~~~~~~~~
compilation terminated.
configure:6601: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <xlocale.h>
configure:6601: result: no
configure:6601: checking for sys/mman.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for stdbool.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for stdckdint.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for features.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6601: checking for sys/param.h
configure:6601: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6601: $? =3D 0
configure:6601: result: yes
configure:6632: checking whether it is safe to define __EXTENSIONS__
configure:6651: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6651: $? =3D 0
configure:6659: result: yes
configure:6662: checking whether _XOPEN_SOURCE should be defined
configure:6684: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:6684: $? =3D 0
configure:6711: result: no
configure:6786: checking how to run the C preprocessor
configure:6812: gcc -flto -fuse-linker-plugin -E  conftest.c
configure:6812: $? =3D 0
configure:6827: gcc -flto -fuse-linker-plugin -E  conftest.c
conftest.c:47:10: fatal error: ac_nonexistent.h: No such file or directory
   47 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6827: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6854: result: gcc -flto -fuse-linker-plugin -E
configure:6868: gcc -flto -fuse-linker-plugin -E  conftest.c
configure:6868: $? =3D 0
configure:6883: gcc -flto -fuse-linker-plugin -E  conftest.c
conftest.c:47:10: fatal error: ac_nonexistent.h: No such file or directory
   47 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6883: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6914: checking for grep that handles long lines and -e
configure:6978: result: /usr/local/bin/grep
configure:6983: checking for egrep
configure:7051: result: /usr/local/bin/grep -E
configure:7059: checking for Minix Amsterdam compiler
configure:7085: result: no
configure:7147: checking for ar
configure:7168: found /usr/local/bin/ar
configure:7179: result: ar
configure:7259: checking for ranlib
configure:7280: found /usr/local/bin/ranlib
configure:7291: result: ranlib
configure:7335: autobuild project... GNU Mailutils
configure:7341: autobuild revision... 3.20
configure:7346: autobuild hostname... atom
configure:7357: autobuild timestamp... 20251011T045829Z
configure:7546: checking for C++ compiler version
configure:7555: g++ -flto -fuse-linker-plugin --version >&5
g++ (GCC) 14.2.0
Copyright (C) 2024 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:7566: $? =3D 0
configure:7555: g++ -flto -fuse-linker-plugin -v >&5
Using built-in specs.
COLLECT_GCC=3Dg++
COLLECT_LTO_WRAPPER=3D/tmp/tcloop/gcc/usr/local/bin/../lib/gcc/x86_64-pc-li=
nux-gnu/14.2.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure --prefix=3D/usr/local LD=3Dld --enable-langua=
ges=3Dc,c++ --enable-default-pie --enable-default-ssp --enable-host-pie --d=
isable-multilib --disable-bootstrap --disable-fixincludes --with-system-zli=
b --libexecdir=3D/usr/local/lib
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 14.2.0 (GCC)=20
configure:7566: $? =3D 0
configure:7555: g++ -flto -fuse-linker-plugin -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7566: $? =3D 1
configure:7555: g++ -flto -fuse-linker-plugin -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--v=
ersion'?
g++: fatal error: no input files
compilation terminated.
configure:7566: $? =3D 1
configure:7570: checking whether the compiler supports GNU C++
configure:7590: g++ -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.cpp >&5
configure:7590: $? =3D 0
configure:7600: result: yes
configure:7611: checking whether g++ -flto -fuse-linker-plugin accepts -g
configure:7632: g++ -flto -fuse-linker-plugin -c -g  conftest.cpp >&5
configure:7632: $? =3D 0
configure:7676: result: yes
configure:7696: checking for g++ -flto -fuse-linker-plugin option to enable=
 C++11 features
configure:7711: g++ -flto -fuse-linker-plugin  -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:213:25: warning: empty parentheses were disambiguated as a fun=
ction declaration [-Wvexing-parse]
  213 |   cxx11test::delegate d2();
      |                         ^~
conftest.cpp:213:25: note: remove parentheses to default-initialize a varia=
ble
  213 |   cxx11test::delegate d2();
      |                         ^~
      |                         --
conftest.cpp:213:25: note: or replace parentheses with braces to value-init=
ialize a variable
configure:7711: $? =3D 0
configure:7729: result: none needed
configure:7795: checking dependency style of g++ -flto -fuse-linker-plugin
configure:7907: result: gcc3
configure:7923: checking whether ln -s works
configure:7927: result: yes
configure:7937: checking for bison
configure:7960: found /usr/local/bin/bison
configure:7973: result: /usr/local/bin/bison
configure:7984: checking for flex
configure:8007: found /usr/local/bin/flex
configure:8020: result: /usr/local/bin/flex
configure:8078: checking how to print strings
configure:8105: result: printf
configure:8126: checking for a sed that does not truncate output
configure:8196: result: /usr/local/bin/sed
configure:8214: checking for fgrep
configure:8282: result: /usr/local/bin/grep -F
configure:8318: checking for ld used by gcc -flto -fuse-linker-plugin
configure:8386: result: /usr/local/bin/ld
configure:8393: checking if the linker (/usr/local/bin/ld) is GNU ld
configure:8409: result: yes
configure:8421: checking for BSD- or MS-compatible name lister (nm)
configure:8476: result: /usr/local/bin/nm -B
configure:8616: checking the name lister (/usr/local/bin/nm -B) interface
configure:8624: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:8627: /usr/local/bin/nm -B "conftest.o"
configure:8630: output
00000000 B some_variable
configure:8637: result: BSD nm
configure:8641: checking the maximum length of command line arguments
configure:8773: result: 1572864
configure:8821: checking how to convert x86_64-pc-linux-gnu file names to x=
86_64-pc-linux-gnu format
configure:8862: result: func_convert_file_noop
configure:8869: checking how to convert x86_64-pc-linux-gnu file names to t=
oolchain format
configure:8890: result: func_convert_file_noop
configure:8897: checking for /usr/local/bin/ld option to reload object files
configure:8905: result: -r
configure:8938: checking for file
configure:8959: found /usr/local/bin/file
configure:8971: result: file
configure:9033: checking for objdump
configure:9054: found /usr/local/bin/objdump
configure:9065: result: objdump
configure:9097: checking how to recognize dependent libraries
configure:9305: result: pass_all
configure:9395: checking for dlltool
configure:9430: result: no
configure:9460: checking how to associate runtime and link libraries
configure:9488: result: printf %s\n
configure:9638: checking for archiver @FILE support
configure:9656: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pipe=
 -fno-asynchronous-unwind-tables  conftest.c >&5
configure:9656: $? =3D 0
configure:9660: ar cr libconftest.a @conftest.lst >&5
configure:9663: $? =3D 0
configure:9668: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:9671: $? =3D 1
configure:9683: result: @
configure:9746: checking for strip
configure:9767: found /usr/local/bin/strip
configure:9778: result: strip
configure:9881: checking command to parse /usr/local/bin/nm -B output from =
gcc -flto -fuse-linker-plugin object
configure:10035: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:10038: $? =3D 0
configure:10042: /usr/local/bin/nm -B conftest.o | /usr/local/bin/sed -n -e=
 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)=
$/\1 \2 \2/p' | /usr/local/bin/sed '/ __gnu_lto/d' > conftest.nm
configure:10108: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c conftstm.o >=
&5
configure:10111: $? =3D 0
configure:10149: result: ok
configure:10196: checking for sysroot
configure:10229: result: no
configure:10236: checking for a working dd
configure:10280: result: /bin/dd
configure:10284: checking how to truncate binary pipes
configure:10300: result: /bin/dd bs=3D4096 count=3D1
configure:10437: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:10440: $? =3D 0
configure:10637: checking for mt
configure:10672: result: no
configure:10692: checking if : is a manifest tool
configure:10699: : '-?'
configure:10707: result: no
configure:11484: checking for dlfcn.h
configure:11484: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:11484: $? =3D 0
configure:11484: result: yes
configure:11790: checking for objdir
configure:11806: result: .libs
configure:12070: checking if gcc -flto -fuse-linker-plugin supports -fno-rt=
ti -fno-exceptions
configure:12089: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but=
 not for C
configure:12093: $? =3D 0
configure:12106: result: no
configure:12479: checking for gcc -flto -fuse-linker-plugin option to produ=
ce PIC
configure:12487: result: -fPIC -DPIC
configure:12495: checking if gcc -flto -fuse-linker-plugin PIC flag -fPIC -=
DPIC works
configure:12514: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  -fPIC -DPIC -DPIC conftest.c >&5
configure:12518: $? =3D 0
configure:12531: result: yes
configure:12560: checking if gcc -flto -fuse-linker-plugin static flag -sta=
tic works
configure:12589: result: yes
configure:12604: checking if gcc -flto -fuse-linker-plugin supports -c -o f=
ile.o
configure:12626: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  -o out/conftest2.o conftest.c >&5
configure:12630: $? =3D 0
configure:12652: result: yes
configure:12660: checking if gcc -flto -fuse-linker-plugin supports -c -o f=
ile.o
configure:12708: result: yes
configure:12741: checking whether the gcc -flto -fuse-linker-plugin linker =
(/usr/local/bin/ld -m elf_x86_64) supports shared libraries
configure:14020: result: yes
configure:14057: checking whether -lc should be explicitly linked in
configure:14066: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:14069: $? =3D 0
configure:14084: gcc -flto -fuse-linker-plugin -shared  -fPIC -DPIC conftes=
t.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/local/bin/grep =
 -lc  \>/dev/null 2\>\&1
configure:14087: $? =3D 0
configure:14101: result: no
configure:14261: checking dynamic linker characteristics
configure:14879: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 -Wl,-rpath -Wl,/foo con=
ftest.c  >&5
configure:14879: $? =3D 0
configure:15640: result: GNU/Linux ld.so
configure:15762: checking how to hardcode library paths into programs
configure:15787: result: immediate
configure:16339: checking whether stripping libraries is possible
configure:16348: result: yes
configure:16390: checking if libtool supports shared libraries
configure:16392: result: yes
configure:16395: checking whether to build shared libraries
configure:16420: result: yes
configure:16423: checking whether to build static libraries
configure:16427: result: no
configure:16450: checking how to run the C++ preprocessor
configure:16472: g++ -flto -fuse-linker-plugin -E  conftest.cpp
configure:16472: $? =3D 0
configure:16487: g++ -flto -fuse-linker-plugin -E  conftest.cpp
conftest.cpp:49:10: fatal error: ac_nonexistent.h: No such file or directory
   49 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:16487: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:16514: result: g++ -flto -fuse-linker-plugin -E
configure:16528: g++ -flto -fuse-linker-plugin -E  conftest.cpp
configure:16528: $? =3D 0
configure:16543: g++ -flto -fuse-linker-plugin -E  conftest.cpp
conftest.cpp:49:10: fatal error: ac_nonexistent.h: No such file or directory
   49 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:16543: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:16708: checking for ld used by g++ -flto -fuse-linker-plugin
configure:16776: result: /usr/local/bin/ld -m elf_x86_64
configure:16783: checking if the linker (/usr/local/bin/ld -m elf_x86_64) i=
s GNU ld
configure:16799: result: yes
configure:16853: checking whether the g++ -flto -fuse-linker-plugin linker =
(/usr/local/bin/ld -m elf_x86_64) supports shared libraries
configure:17939: result: yes
configure:17975: g++ -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.cpp >&5
configure:17978: $? =3D 0
configure:18464: checking for g++ -flto -fuse-linker-plugin option to produ=
ce PIC
configure:18472: result: -fPIC -DPIC
configure:18480: checking if g++ -flto -fuse-linker-plugin PIC flag -fPIC -=
DPIC works
configure:18499: g++ -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:18503: $? =3D 0
configure:18516: result: yes
configure:18539: checking if g++ -flto -fuse-linker-plugin static flag -sta=
tic works
configure:18568: result: yes
configure:18580: checking if g++ -flto -fuse-linker-plugin supports -c -o f=
ile.o
configure:18602: g++ -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  -o out/conftest2.o conftest.cpp >&5
configure:18606: $? =3D 0
configure:18628: result: yes
configure:18633: checking if g++ -flto -fuse-linker-plugin supports -c -o f=
ile.o
configure:18681: result: yes
configure:18711: checking whether the g++ -flto -fuse-linker-plugin linker =
(/usr/local/bin/ld -m elf_x86_64) supports shared libraries
configure:18751: result: yes
configure:18893: checking dynamic linker characteristics
configure:20182: result: GNU/Linux ld.so
configure:20247: checking how to hardcode library paths into programs
configure:20272: result: immediate
configure:20346: checking whether NLS is requested
configure:20356: result: yes
configure:20396: checking for msgfmt
configure: trying /usr/local/bin/msgfmt...
0 translated messages.
configure:20429: result: /usr/local/bin/msgfmt
configure:20438: checking for gmsgfmt
configure:20474: result: /usr/local/bin/msgfmt
configure:20524: checking for xgettext
configure: trying /usr/local/bin/xgettext...
/usr/local/bin/xgettext: warning: file '/dev/null' extension '' is unknown;=
 will try C
configure:20557: result: /usr/local/bin/xgettext
configure:20602: checking for msgmerge
configure: trying /usr/local/bin/msgmerge...
configure:20634: result: /usr/local/bin/msgmerge
configure:20693: checking for ld used by gcc -flto -fuse-linker-plugin
configure:20761: result: /usr/local/bin/ld -m elf_x86_64
configure:20768: checking if the linker (/usr/local/bin/ld -m elf_x86_64) i=
s GNU ld
configure:20784: result: yes
configure:20792: checking for shared library run path origin
configure:20806: result: done
configure:21382: checking for CFPreferencesCopyAppValue
configure:21401: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  -Wl,-framew=
ork -Wl,CoreFoundation >&5
conftest.c:49:10: fatal error: CoreFoundation/CFPreferences.h: No such file=
 or directory
   49 | #include <CoreFoundation/CFPreferences.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:21401: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main (void)
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:21411: result: no
configure:21418: checking for CFLocaleCopyCurrent
configure:21437: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  -Wl,-framew=
ork -Wl,CoreFoundation >&5
conftest.c:49:10: fatal error: CoreFoundation/CFLocale.h: No such file or d=
irectory
   49 | #include <CoreFoundation/CFLocale.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:21437: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main (void)
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:21447: result: no
configure:21496: checking for GNU gettext in libc
configure:21521: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:21521: $? =3D 0
configure:21531: result: yes
configure:22369: checking whether to use NLS
configure:22371: result: yes
configure:22374: checking where the gettext function comes from
configure:22385: result: libc
configure:22473: checking for iconv
configure:22498: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:22498: $? =3D 0
configure:22534: result: yes
configure:22537: checking for working iconv
configure:22659: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:22659: $? =3D 0
configure:22659: ./conftest
configure:22659: $? =3D 16
configure: program exited with status 16
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
|=20
| #include <iconv.h>
| #include <string.h>
| int main ()
| {
|   int result =3D 0;
|   /* Test against AIX 5.1 bug: Failures are not distinguishable from succ=
essful
|      returns.  */
|   {
|     iconv_t cd_utf8_to_88591 =3D iconv_open ("ISO8859-1", "UTF-8");
|     if (cd_utf8_to_88591 !=3D (iconv_t)(-1))
|       {
|         static const char input[] =3D "\342\202\254"; /* EURO SIGN */
|         char buf[10];
|         const char *inptr =3D input;
|         size_t inbytesleft =3D strlen (input);
|         char *outptr =3D buf;
|         size_t outbytesleft =3D sizeof (buf);
|         size_t res =3D iconv (cd_utf8_to_88591,
|                             (char **) &inptr, &inbytesleft,
|                             &outptr, &outbytesleft);
|         if (res =3D=3D 0)
|           result |=3D 1;
|         iconv_close (cd_utf8_to_88591);
|       }
|   }
|   /* Test against Solaris 10 bug: Failures are not distinguishable from
|      successful returns.  */
|   {
|     iconv_t cd_ascii_to_88591 =3D iconv_open ("ISO8859-1", "646");
|     if (cd_ascii_to_88591 !=3D (iconv_t)(-1))
|       {
|         static const char input[] =3D "\263";
|         char buf[10];
|         const char *inptr =3D input;
|         size_t inbytesleft =3D strlen (input);
|         char *outptr =3D buf;
|         size_t outbytesleft =3D sizeof (buf);
|         size_t res =3D iconv (cd_ascii_to_88591,
|                             (char **) &inptr, &inbytesleft,
|                             &outptr, &outbytesleft);
|         if (res =3D=3D 0)
|           result |=3D 2;
|         iconv_close (cd_ascii_to_88591);
|       }
|   }
|   /* Test against AIX 6.1..7.1 bug: Buffer overrun.  */
|   {
|     iconv_t cd_88591_to_utf8 =3D iconv_open ("UTF-8", "ISO-8859-1");
|     if (cd_88591_to_utf8 !=3D (iconv_t)(-1))
|       {
|         static const char input[] =3D "\304";
|         static char buf[2] =3D { (char)0xDE, (char)0xAD };
|         const char *inptr =3D input;
|         size_t inbytesleft =3D 1;
|         char *outptr =3D buf;
|         size_t outbytesleft =3D 1;
|         size_t res =3D iconv (cd_88591_to_utf8,
|                             (char **) &inptr, &inbytesleft,
|                             &outptr, &outbytesleft);
|         if (res !=3D (size_t)(-1) || outptr - buf > 1 || buf[1] !=3D (cha=
r)0xAD)
|           result |=3D 4;
|         iconv_close (cd_88591_to_utf8);
|       }
|   }
| #if 0 /* This bug could be worked around by the caller.  */
|   /* Test against HP-UX 11.11 bug: Positive return value instead of 0.  */
|   {
|     iconv_t cd_88591_to_utf8 =3D iconv_open ("utf8", "iso88591");
|     if (cd_88591_to_utf8 !=3D (iconv_t)(-1))
|       {
|         static const char input[] =3D "\304rger mit b\366sen B\374bchen o=
hne Augenma\337";
|         char buf[50];
|         const char *inptr =3D input;
|         size_t inbytesleft =3D strlen (input);
|         char *outptr =3D buf;
|         size_t outbytesleft =3D sizeof (buf);
|         size_t res =3D iconv (cd_88591_to_utf8,
|                             (char **) &inptr, &inbytesleft,
|                             &outptr, &outbytesleft);
|         if ((int)res > 0)
|           result |=3D 8;
|         iconv_close (cd_88591_to_utf8);
|       }
|   }
| #endif
|   /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
|      provided.  */
|   if (/* Try standardized names.  */
|       iconv_open ("UTF-8", "EUC-JP") =3D=3D (iconv_t)(-1)
|       /* Try IRIX, OSF/1 names.  */
|       && iconv_open ("UTF-8", "eucJP") =3D=3D (iconv_t)(-1)
|       /* Try AIX names.  */
|       && iconv_open ("UTF-8", "IBM-eucJP") =3D=3D (iconv_t)(-1)
|       /* Try HP-UX names.  */
|       && iconv_open ("utf8", "eucJP") =3D=3D (iconv_t)(-1))
|     result |=3D 16;
|   return result;
| }
configure:22672: result: no
configure:22700: checking for iconv declaration
configure:22730: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:22730: $? =3D 0
configure:22741: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbyteslef=
t, char * *outbuf, size_t *outbytesleft);
configure:22751: checking for iconv.h
configure:22751: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:22751: $? =3D 0
configure:22751: result: yes
configure:22758: checking for iconv_t
configure:22758: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:22758: $? =3D 0
configure:22758: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:22: error: expected expression before ')' token
   63 | if (sizeof ((iconv_t)))
      |                      ^
configure:22758: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
|=20
| #ifdef HAVE_ICONV_H
| # include <iconv.h>
| #endif
|=20
|=20
| int
| main (void)
| {
| if (sizeof ((iconv_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22758: result: yes
configure:22797: checking for special C compiler options needed for large f=
iles
configure:22845: result: no
configure:22851: checking for _FILE_OFFSET_BITS value needed for large files
configure:22877: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:22877: $? =3D 0
configure:22911: result: no
configure:23028: checking for size_t
configure:23028: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:23028: $? =3D 0
configure:23028: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c: In function 'main':
conftest.c:85:21: error: expected expression before ')' token
   85 | if (sizeof ((size_t)))
      |                     ^
configure:23028: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:23028: result: yes
configure:23040: checking for working alloca.h
configure:23058: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:23058: $? =3D 0
configure:23067: result: yes
configure:23075: checking for alloca
configure:23120: result: yes
configure:23193: checking whether the preprocessor supports include_next
configure:23232: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:23232: $? =3D 0
configure:23255: result: yes
configure:23277: checking whether source code line length is unlimited
configure:23302: result: yes
configure:23421: checking if environ is properly declared
configure:23445: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c:63:26: error: conflicting types for 'environ'; have 'foo_t'
   63 |             extern foo_t environ;
      |                          ^~~~~~~
In file included from conftest.c:57:
/usr/include/unistd.h:566:15: note: previous declaration of 'environ' with =
type 'char **'
  566 | extern char **environ;
      |               ^~~~~~~
configure:23445: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #if HAVE_UNISTD_H
|      #include <unistd.h>
|      #endif
|      /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.=
h>.  */
|      #include <stdlib.h>
|=20
|             typedef struct { int foo; } foo_t;
|             extern foo_t environ;
| int
| main (void)
| {
| environ.foo =3D 1;
|   ;
|   return 0;
| }
configure:23453: result: yes
configure:23805: checking whether ctype.h defines __header_inline
configure:23819: gcc -flto -fuse-linker-plugin -E  conftest.c
conftest.c:59:28: error: #error "<ctype.h> does not define __header_inline"
   59 |                           #error "<ctype.h> does not define __heade=
r_inline"
      |                            ^~~~~
configure:23819: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| /* end confdefs.h.  */
| #include <ctype.h>
|                          #ifndef __header_inline
|                           #error "<ctype.h> does not define __header_inli=
ne"
|                          #endif
|=20
configure:23827: result: no
configure:23871: checking for pthread.h
configure:23871: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:23871: $? =3D 0
configure:23871: result: yes
configure:23908: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c   >&5
configure:23908: $? =3D 0
configure:23919: gl_pthread_api=3Dyes
configure:23920: LIBPTHREAD=3D
configure:23946: gl_pthread_in_glibc=3Dyes
configure:23953: checking for pthread_kill in -lpthread
configure:23976: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c -lpthread   =
>&5
configure:23976: $? =3D 0
configure:23986: result: yes
configure:24100: LIBPMULTITHREAD=3D
configure:24102: checking whether POSIX threads API is available
configure:24104: result: yes
configure:24125: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:24125: $? =3D 0
configure:24229: checking whether setlocale (LC_ALL, NULL) is multithread-s=
afe
configure:24271: result: yes
configure:24289: checking whether setlocale (category, NULL) is multithread=
-safe
configure:24308: result: yes
configure:24455: checking for off_t
configure:24455: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:24455: $? =3D 0
configure:24455: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c: In function 'main':
conftest.c:91:20: error: expected expression before ')' token
   91 | if (sizeof ((off_t)))
      |                    ^
configure:24455: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((off_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:24455: result: yes
configure:24547: checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.
configure:24573: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:24573: $? =3D 0
configure:24581: result: yes
configure:24590: checking for wint_t
configure:24608: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:24608: $? =3D 0
configure:24616: result: yes
configure:24623: checking whether wint_t is large enough
configure:24642: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:24642: $? =3D 0
configure:24650: result: yes
configure:24663: checking whether the compiler produces multi-arch binaries
configure:24678: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c:62:13: error: unknown type name 'not'
   62 |             not a universal capable compiler
      |             ^~~
conftest.c:62:19: error: expected '=3D', ',', ';', 'asm' or '__attribute__'=
 before 'universal'
   62 |             not a universal capable compiler
      |                   ^~~~~~~~~
conftest.c:62:19: error: unknown type name 'universal'
configure:24678: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|             not a universal capable compiler
|            #endif
|            typedef int dummy;
|=20
configure:24706: result: no
configure:24838: checking whether stdint.h conforms to C99
configure:25015: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:25015: $? =3D 0
configure:25100: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:25100: $? =3D 0
configure:25100: ./conftest
configure:25100: $? =3D 0
configure:25113: result: yes
configure:25124: checking whether stdint.h works without ISO C predefines
configure:25157: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:25157: $? =3D 0
configure:25164: result: yes
configure:25175: checking whether stdint.h has UINTMAX_WIDTH etc.
configure:25208: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:25208: $? =3D 0
configure:25214: result: yes
configure:25549: checking for C/C++ restrict keyword
configure:25579: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:25579: $? =3D 0
configure:25588: result: __restrict__
configure:25722: checking for iswcntrl
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
conftest.c:80:6: warning: conflicting types for built-in function 'iswcntrl=
'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch]
   80 | char iswcntrl ();
      |      ^~~~~~~~
conftest.c:72:1: note: 'iswcntrl' is declared in header '<wctype.h>'
   71 | #include <limits.h>
   72 | #undef iswcntrl
configure:25722: $? =3D 0
configure:25722: result: yes
configure:25722: checking for mbsinit
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:25722: $? =3D 0
configure:25722: result: yes
configure:25722: checking for mbrtowc
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:25722: $? =3D 0
configure:25722: result: yes
configure:25722: checking for mbslen
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
/usr/local/bin/ld: /tmp/ccL8xgba.ltrans0.ltrans.o: in function `main':
<artificial>:(.text.startup+0x4): undefined reference to `mbslen'
collect2: error: ld returned 1 exit status
configure:25722: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| /* end confdefs.h.  */
| /* Define mbslen to an innocuous variant, in case <limits.h> declares mbs=
len.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mbslen innocuous_mbslen
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char mbslen (); below.  */
|=20
| #include <limits.h>
| #undef mbslen
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mbslen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mbslen || defined __stub___mbslen
| choke me
| #endif
|=20
| int
| main (void)
| {
| return mbslen ();
|   ;
|   return 0;
| }
configure:25722: result: no
configure:25722: checking for isascii
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
conftest.c:83:6: warning: conflicting types for built-in function 'isascii'=
; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
   83 | char isascii ();
      |      ^~~~~~~
configure:25722: $? =3D 0
configure:25722: result: yes
configure:25722: checking for mprotect
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:25722: $? =3D 0
configure:25722: result: yes
configure:25722: checking for setenv
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:25722: $? =3D 0
configure:25722: result: yes
configure:25722: checking for wcwidth
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:25722: $? =3D 0
configure:25722: result: yes
configure:25722: checking for getpagesize
configure:25722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:25722: $? =3D 0
configure:25722: result: yes
configure:25742: checking for gcc -flto -fuse-linker-plugin options needed =
to detect all undeclared functions
configure:25764: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:8: error: 'strchr' undeclared (first use in this function)
   76 | (void) strchr;
      |        ^~~~~~
conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; this is p=
robably fixable by adding '#include <string.h>'
    1 | /* confdefs.h */
conftest.c:76:8: note: each undeclared identifier is reported only once for=
 each function it appears in
   76 | (void) strchr;
      |        ^~~~~~
configure:25764: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
|=20
| int
| main (void)
| {
| (void) strchr;
|   ;
|   return 0;
| }
configure:25791: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:25791: $? =3D 0
configure:25808: result: none needed
configure:25925: checking whether iswcntrl works
configure:25965: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:25965: $? =3D 0
configure:25965: ./conftest
configure:25965: $? =3D 0
configure:25977: result: yes
configure:26003: checking for towlower
configure:26003: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
conftest.c:88:6: warning: conflicting types for built-in function 'towlower=
'; expected 'unsigned int(unsigned int)' [-Wbuiltin-declaration-mismatch]
   88 | char towlower ();
      |      ^~~~~~~~
conftest.c:80:1: note: 'towlower' is declared in header '<wctype.h>'
   79 | #include <limits.h>
   80 | #undef towlower
configure:26003: $? =3D 0
configure:26003: result: yes
configure:26040: checking for wctype_t
configure:26062: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:26062: $? =3D 0
configure:26071: result: yes
configure:26077: checking for wctrans_t
configure:26097: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:26097: $? =3D 0
configure:26106: result: yes
configure:26147: checking for nl_langinfo and CODESET
configure:26164: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:26164: $? =3D 0
configure:26174: result: yes
configure:26185: checking for a traditional french locale
configure:26261: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:26264: $? =3D 0
configure:26320: result: none
configure:26328: checking for a traditional japanese locale
configure:26408: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:26411: $? =3D 0
configure:26469: result: none
configure:26476: checking for a french Unicode locale
configure:26549: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:26552: $? =3D 0
configure:26598: result: none
configure:26606: checking for a transitional chinese locale
configure:26687: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:26690: $? =3D 0
configure:26741: result: none
configure:26764: checking for wchar_t
configure:26782: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:26782: $? =3D 0
configure:26790: result: yes
configure:26806: checking for good max_align_t
configure:26843: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:26843: $? =3D 0
configure:26852: result: yes
configure:26864: checking whether NULL can be used in arbitrary expressions
configure:26883: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:26883: $? =3D 0
configure:26891: result: yes
configure:26898: checking for unreachable
configure:26917: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
conftest.c: In function 'main':
conftest.c:80:1: error: implicit declaration of function 'unreachable' [-Wi=
mplicit-function-declaration]
   80 | unreachable ();
      | ^~~~~~~~~~~
configure:26917: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| /* end confdefs.h.  */
| #include <stddef.h>
|=20
| int
| main (void)
| {
| unreachable ();
|=20
|   ;
|   return 0;
| }
configure:26927: result: no
configure:27012: checking whether locale.h defines locale_t
configure:27030: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:27030: $? =3D 0
configure:27039: result: yes
configure:27080: checking whether locale.h conforms to POSIX:2001
configure:27099: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:27099: $? =3D 0
configure:27107: result: yes
configure:27110: checking whether struct lconv is properly defined
configure:27130: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:27130: $? =3D 0
configure:27139: result: yes
configure:27266: checking for GNU libc compatible malloc
configure:27298: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:27298: $? =3D 0
configure:27298: ./conftest
configure:27298: $? =3D 0
configure:27309: result: yes
configure:27324: checking for mbstate_t
configure:27342: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:27342: $? =3D 0
configure:27350: result: yes
configure:27444: checking whether mbrtowc handles incomplete characters
configure:27536: result: guessing yes
configure:27542: checking whether mbrtowc works as well as mbtowc
configure:27599: result: guessing yes
configure:27615: checking for inline
configure:27632: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:27632: $? =3D 0
configure:27641: result: inline
configure:28351: checking for mmap
configure:28351: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:28351: $? =3D 0
configure:28351: result: yes
configure:28363: checking for MAP_ANONYMOUS
configure:28402: result: yes
configure:28429: checking whether memchr works
configure:28515: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:28515: $? =3D 0
configure:28515: ./conftest
configure:28515: $? =3D 0
configure:28527: result: yes
configure:28534: checking whether setenv is declared
configure:28534: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:28534: $? =3D 0
configure:28534: result: yes
configure:28555: checking for search.h
configure:28555: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:28555: $? =3D 0
configure:28555: result: yes
configure:28564: checking for tsearch
configure:28601: checking for tsearch
configure:28601: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:28601: $? =3D 0
configure:28601: result: yes
configure:28616: result: yes
configure:28636: checking whether ecvt is declared
configure:28636: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:28636: $? =3D 0
configure:28636: result: yes
configure:28645: checking whether fcvt is declared
configure:28645: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:28645: $? =3D 0
configure:28645: result: yes
configure:28654: checking whether gcvt is declared
configure:28654: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:28654: $? =3D 0
configure:28654: result: yes
configure:28746: checking whether MB_CUR_MAX is correct
configure:28793: result: guessing yes
configure:28897: checking for pid_t
configure:28897: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:28897: $? =3D 0
configure:28897: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:20: error: expected expression before ')' token
  116 | if (sizeof ((pid_t)))
      |                    ^
configure:28897: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|=20
| int
| main (void)
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:28897: result: yes
configure:28933: checking for mode_t
configure:28933: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:28933: $? =3D 0
configure:28933: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c: In function 'main':
conftest.c:115:21: error: expected expression before ')' token
  115 | if (sizeof ((mode_t)))
      |                     ^
configure:28933: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:28933: result: yes
configure:29042: checking whether execvpe is declared
configure:29042: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:29042: $? =3D 0
configure:29042: result: yes
configure:29205: checking whether <wchar.h> uses 'inline' correctly
configure:29227: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest1.c >&5
configure:29230: $? =3D 0
configure:29243: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest2.c >&5
configure:29246: $? =3D 0
configure:29261: result: yes
configure:29392: checking whether wcsdup is declared
configure:29392: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:29392: $? =3D 0
configure:29392: result: yes
configure:29411: checking for C compiler option to allow warnings
configure:29420: gcc -flto -fuse-linker-plugin -mtune=3Dgeneric -Os -pipe -=
fno-asynchronous-unwind-tables  -c conftest.c 2>conftest1.err
configure:29423: $? =3D 0
configure:29426: gcc -flto -fuse-linker-plugin -mtune=3Dgeneric -Os -pipe -=
fno-asynchronous-unwind-tables  -Wno-error -c conftest.c 2>conftest2.err
configure:29429: $? =3D 0
configure:29439: result: -Wno-error
configure:29479: gcc -flto -fuse-linker-plugin -mtune=3Dgeneric -Os -pipe -=
fno-asynchronous-unwind-tables  -E conftest.c > conftest.out
configure:29482: $? =3D 0
configure:29526: checking for alloca as a compiler built-in
configure:29552: result: yes
configure:29607: checking for static_assert
configure:29645: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c:95:28: error: expected declaration specifiers or '...' before nu=
meric constant
   95 |             static_assert (2 + 2 =3D=3D 4, "arithmetic does not wor=
k");
      |                            ^
conftest.c:95:40: error: expected declaration specifiers or '...' before st=
ring constant
   95 |             static_assert (2 + 2 =3D=3D 4, "arithmetic does not wor=
k");
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:96:28: error: expected declaration specifiers or '...' before nu=
meric constant
   96 |             static_assert (2 + 2 =3D=3D 4);
      |                            ^
conftest.c: In function 'main':
conftest.c:102:13: error: implicit declaration of function 'static_assert' =
[-Wimplicit-function-declaration]
  102 |             static_assert (sizeof (char) =3D=3D 1, "sizeof does not=
 work");
      |             ^~~~~~~~~~~~~
configure:29645: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #if defined __clang__ && __STDC_VERSION__ < 202311
|              #pragma clang diagnostic error "-Wc2x-extensions"
|              #pragma clang diagnostic error "-Wc++1z-extensions"
|             #endif
|             #ifdef INCLUDE_ASSERT_H
|              #include <assert.h>
|             #endif
|             static_assert (2 + 2 =3D=3D 4, "arithmetic does not work");
|             static_assert (2 + 2 =3D=3D 4);
|=20
| int
| main (void)
| {
|=20
|             static_assert (sizeof (char) =3D=3D 1, "sizeof does not work"=
);
|             static_assert (sizeof (char) =3D=3D 1);
|=20
|   ;
|   return 0;
| }
configure:29645: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -DINCLUDE_ASSERT_H  conftest.c >&5
configure:29645: $? =3D 0
configure:29656: result: yes, an <assert.h> macro
configure:29829: checking for iswblank
configure:29866: checking for iswblank
configure:29866: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
conftest.c:105:6: warning: conflicting types for built-in function 'iswblan=
k'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch]
  105 | char iswblank ();
      |      ^~~~~~~~
conftest.c:97:1: note: 'iswblank' is declared in header '<wctype.h>'
   96 | #include <limits.h>
   97 | #undef iswblank
configure:29866: $? =3D 0
configure:29866: result: yes
configure:29881: result: yes
configure:29895: checking whether iswblank is declared
configure:29895: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:29895: $? =3D 0
configure:29895: result: yes
configure:29971: checking whether iswdigit is ISO C compliant
configure:30075: result: guessing yes
configure:30126: checking whether iswxdigit is ISO C compliant
configure:30222: result: guessing yes
configure:30352: checking whether mbrtowc handles a NULL pwc argument
configure:30419: result: guessing yes
configure:30425: checking whether mbrtowc handles a NULL string argument
configure:30480: result: guessing yes
configure:30488: checking whether mbrtowc has a correct return value
configure:30614: result: guessing yes
configure:30620: checking whether mbrtowc returns 0 when parsing a NUL char=
acter
configure:30672: result: guessing yes
configure:30677: checking whether mbrtowc stores incomplete characters
configure:30801: result: guessing no
configure:30806: checking whether mbrtowc works on empty input
configure:30836: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:30836: $? =3D 0
configure:30836: ./conftest
configure:30836: $? =3D 0
configure:30848: result: yes
configure:30852: checking whether the C locale is free of encoding errors
configure:30898: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:30898: $? =3D 0
configure:30898: ./conftest
configure:30898: $? =3D 3
configure: program exited with status 3
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| /* end confdefs.h.  */
| #include <limits.h>
|             #include <locale.h>
|             #include <wchar.h>
|=20
| int
| main (void)
| {
|=20
|             int i;
|             char *locale =3D setlocale (LC_ALL, "C");
|             if (! locale)
|               return 2;
|             for (i =3D CHAR_MIN; i <=3D CHAR_MAX; i++)
|               {
|                 char c =3D i;
|                 wchar_t wc;
|                 mbstate_t mbs =3D { 0, };
|                 size_t ss =3D mbrtowc (&wc, &c, 1, &mbs);
|                 if (1 < ss)
|                   return 3;
|               }
|             return 0;
|=20
|   ;
|   return 0;
| }
configure:30910: result: no
configure:31378: checking whether mbswidth is declared in <wchar.h>
configure:31398: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c: In function 'main':
conftest.c:103:20: error: 'mbswidth' undeclared (first use in this function=
); did you mean 'wcswidth'?
  103 | char *p =3D (char *) mbswidth;
      |                    ^~~~~~~~
      |                    wcswidth
conftest.c:103:20: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:31398: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| /* end confdefs.h.  */
| #include <wchar.h>
|=20
| int
| main (void)
| {
| char *p =3D (char *) mbswidth;
|             return !p;
|=20
|   ;
|   return 0;
| }
configure:31406: result: no
configure:31419: checking for mbstate_t
configure:31445: result: yes
configure:31520: checking whether setenv validates arguments
configure:31568: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:31568: $? =3D 0
configure:31568: ./conftest
configure:31568: $? =3D 0
configure:31579: result: yes
configure:31627: checking whether setlocale (LC_ALL, NULL) is multithread-s=
afe
configure:31669: result: yes
configure:31687: checking whether setlocale (category, NULL) is multithread=
-safe
configure:31706: result: yes
configure:31984: checking for ssize_t
configure:32002: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:32002: $? =3D 0
configure:32010: result: yes
configure:32019: checking for bool, true, false
configure:32034: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c:107:13: error: #error "true =3D=3D false"
  107 |            #error "true =3D=3D false"
      |             ^~~~~
conftest.c:109:18: error: unknown type name 'bool'
  109 |           extern bool b;
      |                  ^~~~
conftest.c:1:1: note: 'bool' is defined in header '<stdbool.h>'; this is pr=
obably fixable by adding '#include <stdbool.h>'
    1 | /* confdefs.h */
conftest.c:110:11: error: unknown type name 'bool'
  110 |           bool b =3D true =3D=3D false;
      |           ^~~~
conftest.c:110:11: note: 'bool' is defined in header '<stdbool.h>'; this is=
 probably fixable by adding '#include <stdbool.h>'
conftest.c:110:20: error: 'true' undeclared here (not in a function)
  110 |           bool b =3D true =3D=3D false;
      |                    ^~~~
conftest.c:110:20: note: 'true' is defined in header '<stdbool.h>'; this is=
 probably fixable by adding '#include <stdbool.h>'
conftest.c:110:28: error: 'false' undeclared here (not in a function)
  110 |           bool b =3D true =3D=3D false;
      |                            ^~~~~
conftest.c:110:28: note: 'false' is defined in header '<stdbool.h>'; this i=
s probably fixable by adding '#include <stdbool.h>'
configure:32034: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| /* end confdefs.h.  */
|=20
|           #if true =3D=3D false
|            #error "true =3D=3D false"
|           #endif
|           extern bool b;
|           bool b =3D true =3D=3D false;
configure:32042: result: no
configure:32328: checking for variable-length arrays
configure:32386: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables  conftest.c >&5
configure:32386: $? =3D 0
configure:32397: result: yes
configure:32439: checking whether wcwidth is declared
configure:32439: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables   conftest.c >&5
configure:32439: $? =3D 0
configure:32439: result: yes
configure:32487: checking whether wcwidth works reasonably in UTF-8 locales
configure:32539: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c  >&5
configure:32539: $? =3D 0
configure:32539: ./conftest
configure:32539: $? =3D 0
configure:32551: result: yes
configure:32653: checking for res_query in -lresolv
configure:32676: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c -lresolv   >=
&5
configure:32676: $? =3D 0
configure:32686: result: yes
configure:32699: checking for lt_dlinit in -lltdl
configure:32722: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables  -Wl,-O1 conftest.c -lltdl  -lre=
solv  >&5
configure:32722: $? =3D 0
configure:32732: result: yes
configure:32778: gcc -flto -fuse-linker-plugin -Wall -c -mtune=3Dgeneric -O=
s -pipe -fno-asynchronous-unwind-tables  conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:6: warning: return type of 'main' is not 'int' [-Wmain]
  114 | void main(){}
      |      ^~~~
conftest.c:114:6: warning: 'main' is normally a non-static function [-Wmain]
conftest.c: At top level:
conftest.c:114:6: warning: 'main' defined but not used [-Wunused-function]
configure:32778: $? =3D 0
configure:32798: gcc -flto -fuse-linker-plugin -Wall -Wdeclaration-after-st=
atement -c -mtune=3Dgeneric -Os -pipe -fno-asynchronous-unwind-tables  conf=
test.c >&5
conftest.c: In function 'main':
conftest.c:114:6: warning: return type of 'main' is not 'int' [-Wmain]
  114 | void main(){}
      |      ^~~~
conftest.c:114:6: warning: 'main' is normally a non-static function [-Wmain]
conftest.c: At top level:
conftest.c:114:6: warning: 'main' defined but not used [-Wunused-function]
configure:32798: $? =3D 0
configure:32808: checking whether cc accepts -ggdb
configure:32822: gcc -flto -fuse-linker-plugin -Wall -Wdeclaration-after-st=
atement -ggdb -c -mtune=3Dgeneric -Os -pipe -fno-asynchronous-unwind-tables=
  conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:6: warning: return type of 'main' is not 'int' [-Wmain]
  114 | void main(){}
      |      ^~~~
conftest.c:114:6: warning: 'main' is normally a non-static function [-Wmain]
conftest.c: At top level:
conftest.c:114:6: warning: 'main' defined but not used [-Wunused-function]
configure:32822: $? =3D 0
configure:32824: result: yes
configure:32973: checking for main in -lwrap
configure:32993: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lwrap=
  -lresolv  >&5
configure:32993: $? =3D 0
configure:33003: result: yes
configure:33012: checking for main in -lnsl
configure:33032: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lnsl =
 -lresolv  >&5
configure:33032: $? =3D 0
configure:33042: result: yes
configure:33051: checking for tcpd.h
configure:33051: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:33051: $? =3D 0
configure:33051: result: yes
configure:33133: checking for krb5-config
configure:33169: result: none
configure:33177: checking for gss.h
configure:33177: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c:140:10: fatal error: gss.h: No such file or directory
  140 | #include <gss.h>
      |          ^~~~~~~
compilation terminated.
configure:33177: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gss.h>
configure:33177: result: no
configure:33277: checking for gss_init_sec_context in -lgssapi_krb5
configure:33300: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lgssa=
pi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv  >&5
/usr/local/bin/ld: cannot find -lgssapi_krb5: No such file or directory
/usr/local/bin/ld: cannot find -lkrb5: No such file or directory
/usr/local/bin/ld: cannot find -lk5crypto: No such file or directory
collect2: error: ld returned 1 exit status
configure:33300: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char gss_init_sec_context ();
| int
| main (void)
| {
| return gss_init_sec_context ();
|   ;
|   return 0;
| }
configure:33310: result: no
configure:33322: checking for gss_init_sec_context in -lgssapi
configure:33345: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lgssa=
pi -lkrb5 -ldes -lasn1 -lroken -lcrypt -lcom_err -lresolv  >&5
/usr/local/bin/ld: cannot find -lgssapi: No such file or directory
/usr/local/bin/ld: cannot find -lkrb5: No such file or directory
/usr/local/bin/ld: cannot find -ldes: No such file or directory
/usr/local/bin/ld: cannot find -lasn1: No such file or directory
/usr/local/bin/ld: cannot find -lroken: No such file or directory
collect2: error: ld returned 1 exit status
configure:33345: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char gss_init_sec_context ();
| int
| main (void)
| {
| return gss_init_sec_context ();
|   ;
|   return 0;
| }
configure:33355: result: no
configure:33374: checking for g_order_init in -lgssapi_krb5
configure:33397: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lgssa=
pi_krb5 -lkrb5 -lcrypto -lcom_err -lresolv  >&5
/usr/local/bin/ld: cannot find -lgssapi_krb5: No such file or directory
/usr/local/bin/ld: cannot find -lkrb5: No such file or directory
collect2: error: ld returned 1 exit status
configure:33397: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char g_order_init ();
| int
| main (void)
| {
| return g_order_init ();
|   ;
|   return 0;
| }
configure:33407: result: no
configure:33425: checking for gssapi.h
configure:33425: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb   conftest.c >&5
conftest.c:140:10: fatal error: gssapi.h: No such file or directory
  140 | #include <gssapi.h>
      |          ^~~~~~~~~~
compilation terminated.
configure:33425: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gssapi.h>
configure:33425: result: no
configure:33431: checking for gssapi/gssapi.h
configure:33431: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb   conftest.c >&5
conftest.c:140:10: fatal error: gssapi/gssapi.h: No such file or directory
  140 | #include <gssapi/gssapi.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:33431: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gssapi/gssapi.h>
configure:33431: result: no
configure:33437: checking for gssapi/gssapi_generic.h
configure:33437: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb   conftest.c >&5
conftest.c:140:10: fatal error: gssapi/gssapi_generic.h: No such file or di=
rectory
  140 | #include <gssapi/gssapi_generic.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:33437: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gssapi/gssapi_generic.h>
configure:33437: result: no
configure:33444: checking whether GSS_C_NT_HOSTBASED_SERVICE is declared
configure:33444: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb    conftest.c >&5
conftest.c: In function 'main':
conftest.c:136:10: error: 'GSS_C_NT_HOSTBASED_SERVICE' undeclared (first us=
e in this function)
  136 |   (void) GSS_C_NT_HOSTBASED_SERVICE;
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:136:10: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:33444: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| /* end confdefs.h.  */
|=20
| #ifdef WITH_GSS
| # include <gss.h>
| #else
| # ifdef HAVE_GSSAPI_H
| #  include <gssapi.h>
| # else
| #  ifdef HAVE_GSSAPI_GSSAPI_H
| #   include <gssapi/gssapi.h>
| #  endif
| #  ifdef HAVE_GSSAPI_GSSAPI_GENERIC_H
| #   include <gssapi/gssapi_generic.h>
| #  endif
| # endif
| #endif
|=20
|=20
| int
| main (void)
| {
| #ifndef GSS_C_NT_HOSTBASED_SERVICE
| #ifdef __cplusplus
|   (void) GSS_C_NT_HOSTBASED_SERVICE;
| #else
|   (void) GSS_C_NT_HOSTBASED_SERVICE;
| #endif
| #endif
|=20
|   ;
|   return 0;
| }
configure:33444: result: no
configure:33482: checking GSSAPI implementation
configure:33484: result: none
configure:33573: result: GSSAPI libraries not found
configure:33619: checking for gsasl.h
configure:33619: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:33619: $? =3D 0
configure:33619: result: yes
configure:33630: checking for gsasl_init in -lgsasl
configure:33653: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lgsas=
l  -lresolv  >&5
configure:33653: $? =3D 0
configure:33663: result: yes
configure:33688: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  -lgsasl >&5
configure:33688: $? =3D 0
configure:33688: ./conftest
configure:33688: $? =3D 0
configure:33715: checking whether to use GSASL
configure:33717: result: -lgsasl
configure:33762: checking for gnutls/gnutls.h
configure:33762: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:33762: $? =3D 0
configure:33762: result: yes
configure:33788: gcc -flto -fuse-linker-plugin -E  conftest.c
configure:33788: $? =3D 0
configure:33834: checking for gnutls_global_init in -lgnutls
configure:33857: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lgnut=
ls  -lresolv   >&5
configure:33857: $? =3D 0
configure:33867: result: yes
configure:33893: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  -lgnutls  >&5
configure:33893: $? =3D 0
configure:33893: ./conftest
configure:33893: $? =3D 0
configure:33929: checking whether to use GNU TLS
configure:33931: result: yes
configure:33982: checking for paths.h
configure:33982: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:33982: $? =3D 0
configure:33982: result: yes
configure:34012: checking for value of PATH_SENDMAIL
configure:34154: result: from _PATH_SENDMAIL in <paths.h>
configure:34012: checking for value of PATH_MAILDIR
configure:34154: result: from _PATH_MAILDIR in <paths.h>
configure:34012: checking for value of PATH_DEV
configure:34154: result: from _PATH_DEV in <paths.h>
configure:34012: checking for value of PATH_TTY_PFX
configure:34154: result: from _PATH_DEV in <paths.h>
configure:34012: checking for value of PATH_DEVNULL
configure:34154: result: from _PATH_DEVNULL in <paths.h>
configure:34012: checking for value of PATH_UTMP
configure:34154: result: from _PATH_UTMP in <paths.h>
configure:34012: checking for value of PATH_UTMPX
configure:34154: result: from _PATH_UTMPX in <utmpx.h>
configure:34012: checking for value of PATH_WTMP
configure:34154: result: from _PATH_WTMP in <paths.h>
configure:34012: checking for value of PATH_TTY
configure:34154: result: from _PATH_TTY in <paths.h>
configure:34210: checking for closefrom
configure:34210: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:34210: $? =3D 0
configure:34210: result: yes
configure:34217: checking whether F_CLOSEM is declared
configure:34217: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb   conftest.c >&5
conftest.c: In function 'main':
conftest.c:129:10: error: 'F_CLOSEM' undeclared (first use in this function)
  129 |   (void) F_CLOSEM;
      |          ^~~~~~~~
conftest.c:129:10: note: each undeclared identifier is reported only once f=
or each function it appears in
configure:34217: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| /* end confdefs.h.  */
| #include <limits.h>
| 	       #include <fcntl.h>
|=20
|=20
| int
| main (void)
| {
| #ifndef F_CLOSEM
| #ifdef __cplusplus
|   (void) F_CLOSEM;
| #else
|   (void) F_CLOSEM;
| #endif
| #endif
|=20
|   ;
|   return 0;
| }
configure:34217: result: no
configure:34228: checking for libproc.h
configure:34228: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c:146:10: fatal error: libproc.h: No such file or directory
  146 | #include <libproc.h>
      |          ^~~~~~~~~~~
compilation terminated.
configure:34228: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libproc.h>
configure:34228: result: no
configure:34235: checking for proc_pidinfo
configure:34235: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
/usr/local/bin/ld: /tmp/ccFJT23l.ltrans0.ltrans.o: in function `main':
/tmp/mailutils-3.20/conftest.c:145:(.text.startup+0x4): undefined reference=
 to `proc_pidinfo'
collect2: error: ld returned 1 exit status
configure:34235: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| /* end confdefs.h.  */
| /* Define proc_pidinfo to an innocuous variant, in case <limits.h> declar=
es proc_pidinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define proc_pidinfo innocuous_proc_pidinfo
|=20
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char proc_pidinfo (); below.  */
|=20
| #include <limits.h>
| #undef proc_pidinfo
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char proc_pidinfo ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_proc_pidinfo || defined __stub___proc_pidinfo
| choke me
| #endif
|=20
| int
| main (void)
| {
| return proc_pidinfo ();
|   ;
|   return 0;
| }
configure:34235: result: no
configure:34474: checking for gdbm_open in -lgdbm
configure:34497: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lgdbm=
  -lresolv  >&5
/usr/local/bin/ld: cannot find -lgdbm: No such file or directory
collect2: error: ld returned 1 exit status
configure:34497: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char gdbm_open ();
| int
| main (void)
| {
| return gdbm_open ();
|   ;
|   return 0;
| }
configure:34507: result: no
configure:34356: checking for db_create in -ldb
configure:34379: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -ldb  =
-lresolv  >&5
/usr/local/bin/ld: cannot find -ldb: No such file or directory
collect2: error: ld returned 1 exit status
configure:34379: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char db_create ();
| int
| main (void)
| {
| return db_create ();
|   ;
|   return 0;
| }
configure:34390: result: no
configure:34356: checking for db_create in -ldb
configure:34390: result: no
configure:34356: checking for db_create in -ldb
configure:34390: result: no
configure:34642: checking for tchdbnew in -ltokyocabinet
configure:34665: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -ltoky=
ocabinet  -lresolv  >&5
/usr/local/bin/ld: cannot find -ltokyocabinet: No such file or directory
collect2: error: ld returned 1 exit status
configure:34665: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char tchdbnew ();
| int
| main (void)
| {
| return tchdbnew ();
|   ;
|   return 0;
| }
configure:34675: result: no
configure:34557: checking for ndbm.h
configure:34557: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c:147:10: fatal error: ndbm.h: No such file or directory
  147 | #include <ndbm.h>
      |          ^~~~~~~~
compilation terminated.
configure:34557: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ndbm.h>
configure:34557: result: no
configure:34784: checking for log facility
configure:34818: result: LOG_MAIL
configure:34824: checking for dirent.h that defines DIR
configure:34844: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:34844: $? =3D 0
configure:34853: result: yes
configure:34867: checking for library containing opendir
configure:34897: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:34897: $? =3D 0
configure:34917: result: none required
configure:34988: checking for errno.h
configure:34988: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:34988: $? =3D 0
configure:34988: result: yes
configure:34994: checking for fcntl.h
configure:34994: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:34994: $? =3D 0
configure:34994: result: yes
configure:35000: checking for inttypes.h
configure:35000: result: yes
configure:35006: checking for libgen.h
configure:35006: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35006: $? =3D 0
configure:35006: result: yes
configure:35012: checking for limits.h
configure:35012: result: yes
configure:35018: checking for malloc.h
configure:35018: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35018: $? =3D 0
configure:35018: result: yes
configure:35024: checking for obstack.h
configure:35024: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35024: $? =3D 0
configure:35024: result: yes
configure:35030: checking for paths.h
configure:35030: result: yes
configure:35036: checking for shadow.h
configure:35036: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35036: $? =3D 0
configure:35036: result: yes
configure:35042: checking for socket.h
configure:35042: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c:159:10: fatal error: socket.h: No such file or directory
  159 | #include <socket.h>
      |          ^~~~~~~~~~
compilation terminated.
configure:35042: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <socket.h>
configure:35042: result: no
configure:35048: checking for sys/socket.h
configure:35048: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35048: $? =3D 0
configure:35048: result: yes
configure:35054: checking for stdarg.h
configure:35054: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35054: $? =3D 0
configure:35054: result: yes
configure:35060: checking for stdio.h
configure:35060: result: yes
configure:35066: checking for stdlib.h
configure:35066: result: yes
configure:35072: checking for string.h
configure:35072: result: yes
configure:35078: checking for strings.h
configure:35078: result: yes
configure:35084: checking for sys/file.h
configure:35084: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35084: $? =3D 0
configure:35084: result: yes
configure:35090: checking for sysexits.h
configure:35090: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35090: $? =3D 0
configure:35090: result: yes
configure:35096: checking for syslog.h
configure:35096: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35096: $? =3D 0
configure:35096: result: yes
configure:35102: checking for termcap.h
configure:35102: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c:168:10: fatal error: termcap.h: No such file or directory
  168 | #include <termcap.h>
      |          ^~~~~~~~~~~
compilation terminated.
configure:35102: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <termcap.h>
configure:35102: result: no
configure:35108: checking for termios.h
configure:35108: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35108: $? =3D 0
configure:35108: result: yes
configure:35114: checking for termio.h
configure:35114: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35114: $? =3D 0
configure:35114: result: yes
configure:35120: checking for sgtty.h
configure:35120: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35120: $? =3D 0
configure:35120: result: yes
configure:35126: checking for utmp.h
configure:35126: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35126: $? =3D 0
configure:35126: result: yes
configure:35132: checking for utmpx.h
configure:35132: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35132: $? =3D 0
configure:35132: result: yes
configure:35138: checking for unistd.h
configure:35138: result: yes
configure:35144: checking for wchar.h
configure:35144: result: yes
configure:35152: checking for an ANSI C-conforming const
configure:35219: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35219: $? =3D 0
configure:35227: result: yes
configure:35235: checking for uid_t in sys/types.h
configure:35256: result: yes
configure:35267: checking for mode_t
configure:35267: result: yes
configure:35277: checking for off_t
configure:35277: result: yes
configure:35288: checking for pid_t
configure:35288: result: yes
configure:35324: checking for size_t
configure:35324: result: yes
configure:35335: checking for intptr_t
configure:35335: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35335: $? =3D 0
configure:35335: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:178:23: error: expected expression before ')' token
  178 | if (sizeof ((intptr_t)))
      |                       ^
configure:35335: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((intptr_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35335: result: yes
configure:35370: checking for ssize_t
configure:35370: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35370: $? =3D 0
configure:35370: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:179:22: error: expected expression before ')' token
  179 | if (sizeof ((ssize_t)))
      |                      ^
configure:35370: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((ssize_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35370: result: yes
configure:35380: checking whether struct tm is in sys/time.h or time.h
configure:35401: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35401: $? =3D 0
configure:35409: result: time.h
configure:35417: checking for struct tm.tm_zone
configure:35417: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35417: $? =3D 0
configure:35417: result: yes
configure:35483: checking for ino_t
configure:35483: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35483: $? =3D 0
configure:35483: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:181:20: error: expected expression before ')' token
  181 | if (sizeof ((ino_t)))
      |                    ^
configure:35483: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((ino_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35483: result: yes
configure:35493: checking for dev_t
configure:35493: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35493: $? =3D 0
configure:35493: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:181:20: error: expected expression before ')' token
  181 | if (sizeof ((dev_t)))
      |                    ^
configure:35493: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((dev_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35493: result: yes
configure:35503: checking for socklen_t
configure:35503: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35503: $? =3D 0
configure:35503: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:165:24: error: expected expression before ')' token
  165 | if (sizeof ((socklen_t)))
      |                        ^
configure:35503: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h.  */
|=20
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #endif
| #ifdef HAVE_SOCKET_H
| # include <socket.h>
| #endif
|=20
|=20
| int
| main (void)
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35503: result: yes
configure:35524: checking for long long
configure:35524: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35524: $? =3D 0
configure:35524: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:181:24: error: expected expression before ')' token
  181 | if (sizeof ((long long)))
      |                        ^
configure:35524: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((long long)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35524: result: yes
configure:35534: checking for long double
configure:35534: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35534: $? =3D 0
configure:35534: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:181:26: error: expected expression before ')' token
  181 | if (sizeof ((long double)))
      |                          ^
configure:35534: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((long double)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:35534: result: yes
configure:35570: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35570: $? =3D 0
configure:35570: ./conftest
configure:35570: $? =3D 0
configure:35581: checking whether struct tm is in sys/time.h or time.h
configure:35610: result: time.h
configure:35618: checking for struct tm.tm_zone
configure:35618: result: yes
configure:35628: checking for struct tm.tm_gmtoff
configure:35628: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35628: $? =3D 0
configure:35628: result: yes
configure:35638: checking for struct tm.tm_isdst
configure:35638: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:35638: $? =3D 0
configure:35638: result: yes
configure:35661: checking size of off_t
configure:35667: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35667: $? =3D 0
configure:35667: ./conftest
configure:35667: $? =3D 0
configure:35682: result: 8
configure:35694: checking size of long
configure:35700: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35700: $? =3D 0
configure:35700: ./conftest
configure:35700: $? =3D 0
configure:35715: result: 8
configure:35727: checking size of long long
configure:35733: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35733: $? =3D 0
configure:35733: ./conftest
configure:35733: $? =3D 0
configure:35748: result: 8
configure:35771: checking for working mmap
configure:35923: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35923: $? =3D 0
configure:35923: ./conftest
configure:35923: $? =3D 0
configure:35934: result: yes
configure:35944: checking whether strsignal is declared
configure:35944: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb   conftest.c >&5
configure:35944: $? =3D 0
configure:35944: result: yes
configure:35954: checking whether environ is declared
configure:35954: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb   conftest.c >&5
configure:35954: $? =3D 0
configure:35954: result: yes
configure:35968: checking for mkstemp
configure:35968: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35968: $? =3D 0
configure:35968: result: yes
configure:35974: checking for sigaction
configure:35974: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35974: $? =3D 0
configure:35974: result: yes
configure:35980: checking for sysconf
configure:35980: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35980: $? =3D 0
configure:35980: result: yes
configure:35986: checking for getdelim
configure:35986: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35986: $? =3D 0
configure:35986: result: yes
configure:35992: checking for setreuid
configure:35992: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35992: $? =3D 0
configure:35992: result: yes
configure:35998: checking for setresuid
configure:35998: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:35998: $? =3D 0
configure:35998: result: yes
configure:36004: checking for seteuid
configure:36004: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36004: $? =3D 0
configure:36004: result: yes
configure:36010: checking for setlocale
configure:36010: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36010: $? =3D 0
configure:36010: result: yes
configure:36016: checking for vfork
configure:36016: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36016: $? =3D 0
configure:36016: result: yes
configure:36022: checking for _exit
configure:36022: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
conftest.c:184:6: warning: conflicting types for built-in function '_exit';=
 expected 'void(int)' [-Wbuiltin-declaration-mismatch]
  184 | char _exit ();
      |      ^~~~~
configure:36022: $? =3D 0
configure:36022: result: yes
configure:36028: checking for tcgetattr
configure:36028: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36028: $? =3D 0
configure:36028: result: yes
configure:36034: checking for tcsetattr
configure:36034: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36034: $? =3D 0
configure:36034: result: yes
configure:36042: checking for _LARGEFILE_SOURCE value needed for large files
configure:36062: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36062: $? =3D 0
configure:36092: result: no
configure:36114: checking for fgetpwent
configure:36114: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36114: $? =3D 0
configure:36114: result: yes
configure:36124: checking for utmp.h
configure:36124: result: yes
configure:36130: checking for utmpx.h
configure:36130: result: yes
configure:36140: checking for getutent
configure:36140: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36140: $? =3D 0
configure:36140: result: yes
configure:36158: checking for struct utmp.ut_user
configure:36158: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:36158: $? =3D 0
configure:36158: result: yes
configure:36168: checking for struct utmp.ut_name
configure:36168: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:36168: $? =3D 0
configure:36168: result: yes
configure:36215: checking for struct sockaddr_storage
configure:36215: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:36215: $? =3D 0
configure:36215: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:183:38: error: expected expression before ')' token
  183 | if (sizeof ((struct sockaddr_storage)))
      |                                      ^
configure:36215: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| /* end confdefs.h.  */
| #include <sys/socket.h>
|=20
| int
| main (void)
| {
| if (sizeof ((struct sockaddr_storage)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:36215: result: yes
configure:36224: checking for struct sockaddr_in6
configure:36224: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:36224: $? =3D 0
configure:36224: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:184:34: error: expected expression before ')' token
  184 | if (sizeof ((struct sockaddr_in6)))
      |                                  ^
configure:36224: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                      #include <netinet/in.h>
|=20
| int
| main (void)
| {
| if (sizeof ((struct sockaddr_in6)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:36224: result: yes
configure:36234: checking for struct addrinfo
configure:36234: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:36234: $? =3D 0
configure:36234: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c: In function 'main':
conftest.c:183:30: error: expected expression before ')' token
  183 | if (sizeof ((struct addrinfo)))
      |                              ^
configure:36234: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| /* end confdefs.h.  */
| #include <netdb.h>
|=20
| int
| main (void)
| {
| if (sizeof ((struct addrinfo)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:36234: result: yes
configure:36243: checking for getnameinfo
configure:36243: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lreso=
lv  >&5
configure:36243: $? =3D 0
configure:36243: result: yes
configure:36268: checking for wcwidth
configure:36268: result: yes
configure:36293: checking for fribidi/fribidi.h
configure:36293: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c:208:10: fatal error: fribidi/fribidi.h: No such file or directory
  208 | #include <fribidi/fribidi.h>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:36293: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| #define MAILUTILS_IPV6 1
| #define HAVE_WCWIDTH 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fribidi/fribidi.h>
configure:36293: result: no
configure:36811: checking for ldap_bind in -lldap
configure:36834: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lldap=
  -lresolv  >&5
/usr/local/bin/ld: cannot find -lldap: No such file or directory
collect2: error: ld returned 1 exit status
configure:36834: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| #define MAILUTILS_IPV6 1
| #define HAVE_WCWIDTH 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char ldap_bind ();
| int
| main (void)
| {
| return ldap_bind ();
|   ;
|   return 0;
| }
configure:36844: result: no
configure:37414: checking for radius/radius.h
configure:37414: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c:217:10: fatal error: radius/radius.h: No such file or directory
  217 | #include <radius/radius.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:37414: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| #define MAILUTILS_IPV6 1
| #define HAVE_WCWIDTH 1
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| #define ENABLE_DOTMAIL 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_PROG 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <radius/radius.h>
configure:37414: result: no
configure:37531: checking for security/pam_appl.h
configure:37531: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
conftest.c:217:10: fatal error: security/pam_appl.h: No such file or direct=
ory
  217 | #include <security/pam_appl.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:37531: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| #define MAILUTILS_IPV6 1
| #define HAVE_WCWIDTH 1
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| #define ENABLE_DOTMAIL 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_PROG 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <security/pam_appl.h>
configure:37531: result: no
configure:37629: checking for crypt.h
configure:37629: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:37629: $? =3D 0
configure:37629: result: yes
configure:37636: checking whether crypt is declared
configure:37636: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb   conftest.c >&5
configure:37636: $? =3D 0
configure:37636: result: yes
configure:37652: checking for crypt in -lcrypt
configure:37675: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lcryp=
t  -lresolv  >&5
configure:37675: $? =3D 0
configure:37685: result: yes
configure:37701: checking for pthread_cancel in -lpthread
configure:37724: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lpthr=
ead  -lcrypt -lresolv  >&5
configure:37724: $? =3D 0
configure:37734: result: yes
configure:37746: checking for pthread.h
configure:37746: result: yes
configure:37760: checking for pthread_rwlock_init
configure:37760: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lcryp=
t -lresolv  -lpthread >&5
configure:37760: $? =3D 0
configure:37760: result: yes
configure:37851: checking for socket
configure:37851: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lcryp=
t -lresolv  -lpthread >&5
configure:37851: $? =3D 0
configure:37851: result: yes
configure:37902: checking for tputs in -lncurses
configure:37925: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lncur=
ses  -lcrypt -lresolv  -lpthread >&5
/usr/local/bin/ld: cannot find -lncurses: No such file or directory
collect2: error: ld returned 1 exit status
configure:37925: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| #define MAILUTILS_IPV6 1
| #define HAVE_WCWIDTH 1
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| #define ENABLE_DOTMAIL 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_PROG 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DECL_CRYPT 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_PTHREAD_H 1
| #define WITH_PTHREAD 1
| #define _REENTRANT 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char tputs ();
| int
| main (void)
| {
| return tputs ();
|   ;
|   return 0;
| }
configure:37936: result: no
configure:37902: checking for tputs in -lcurses
configure:37925: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lcurs=
es  -lcrypt -lresolv  -lpthread >&5
/usr/local/bin/ld: cannot find -lcurses: No such file or directory
collect2: error: ld returned 1 exit status
configure:37925: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| #define MAILUTILS_IPV6 1
| #define HAVE_WCWIDTH 1
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| #define ENABLE_DOTMAIL 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_PROG 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DECL_CRYPT 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_PTHREAD_H 1
| #define WITH_PTHREAD 1
| #define _REENTRANT 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char tputs ();
| int
| main (void)
| {
| return tputs ();
|   ;
|   return 0;
| }
configure:37936: result: no
configure:37902: checking for tputs in -ltermcap
configure:37925: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lterm=
cap  -lcrypt -lresolv  -lpthread >&5
/usr/local/bin/ld: cannot find -ltermcap: No such file or directory
collect2: error: ld returned 1 exit status
configure:37925: $? =3D 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "3.20"
| #define PACKAGE_STRING "GNU Mailutils 3.20"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://mailutils.org"
| #define PACKAGE "mailutils"
| #define VERSION "3.20"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDCKDINT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_SYS_PARAM_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ICONV_CONST=20
| #define HAVE_ICONV_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_PTHREAD_API 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define restrict __restrict__
| #define HAVE_ISWCNTRL 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_SETENV 1
| #define HAVE_WCWIDTH 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WCHAR_T 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_ISWBLANK 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_SETENV 1
| #define SETLOCALE_NULL_ALL_MTSAFE 1
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define HAVE_C_VARARRAYS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define HAVE_TCPD_H 1
| #define WITH_LIBWRAP 1
| #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
| #define WITH_GSASL 1
| #define WITH_GNUTLS 1
| #define WITH_TLS 1
| #define HAVE_PATHS_H 1
| #define HAVE_CLOSEFROM 1
| #define HAVE_PROC_SELF_FD 1
| #define LOG_FACILITY LOG_MAIL
| #define LOG_FACILITY_STRING "mail"
| #define HAVE_DIRENT_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_OBSTACK_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SHADOW_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTPTR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define SIZEOF_OFF_T 8
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_MMAP 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_ENVIRON 1
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDELIM 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_FSEEKO 1
| #define HAVE_FGETPWENT 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_GETUTENT_CALLS /**/
| #define HAVE_STRUCT_UTMP_UT_USER 1
| #define HAVE_STRUCT_UTMP_UT_NAME 1
| #define MAILUTILS_IPV6 1
| #define HAVE_WCWIDTH 1
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| #define ENABLE_DOTMAIL 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_PROG 1
| #define HAVE_CRYPT_H 1
| #define HAVE_DECL_CRYPT 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_PTHREAD_H 1
| #define WITH_PTHREAD 1
| #define _REENTRANT 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| /* end confdefs.h.  */
|=20
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| char tputs ();
| int
| main (void)
| {
| return tputs ();
|   ;
|   return 0;
| }
configure:37936: result: no
configure:37954: checking for readline in -lreadline
configure:37977: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lread=
line  -lcrypt -lresolv  -lpthread  >&5
configure:37977: $? =3D 0
configure:37987: result: yes
configure:38006: checking for readline/readline.h
configure:38006: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:38006: $? =3D 0
configure:38006: result: yes
configure:38019: checking for rl_completion_matches
configure:38019: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lcryp=
t -lresolv  -lpthread -lreadline  >&5
configure:38019: $? =3D 0
configure:38019: result: yes
configure:38060: checking for unicase.h
configure:38060: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:38060: $? =3D 0
configure:38060: result: yes
configure:38066: checking for unistr.h
configure:38066: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:38066: $? =3D 0
configure:38066: result: yes
configure:38075: checking for u8_tolower in -lunistring
configure:38098: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lunis=
tring  -lcrypt -lresolv  -lpthread >&5
configure:38098: $? =3D 0
configure:38108: result: yes
configure:38160: checking for flex
configure:38181: found /usr/local/bin/flex
configure:38192: result: flex
configure:38241: checking for lex output file root
configure:38254: flex conftest.l
configure:38258: $? =3D 0
configure:38266: result: lex.yy
configure:38281: checking for lex library
configure:38306: gcc -flto -fuse-linker-plugin -o conftest -mtune=3Dgeneric=
 -Os -pipe -fno-asynchronous-unwind-tables -ggdb  -Wl,-O1 conftest.c -lcryp=
t -lresolv  -lpthread >&5
configure:38306: $? =3D 0
configure:38319: result: none needed
configure:38339: checking whether yytext is a pointer
configure:38355: gcc -flto -fuse-linker-plugin -c -mtune=3Dgeneric -Os -pip=
e -fno-asynchronous-unwind-tables -ggdb  conftest.c >&5
configure:38355: $? =3D 0
configure:38362: result: yes
configure:38430: checking for guile-config
configure:38466: result: no
configure:38740: checking for emacs
configure:38775: result: no
configure:38740: checking for xemacs
configure:38775: result: no
configure:38797: checking where .elc files should go
configure:38827: result: ${datadir}/emacs/site-lisp
configure:38896: checking for a Python interpreter with version >=3D 3.0
configure:38914: python -c import sys # split strings by '.' and convert to=
 numeric. Append some zeros # because we need at least 4 digits for the hex=
 conversion. # map returns an iterator in Python 3.0 and a list in 2.x minv=
er =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xrang=
e is not present in Python 3.0 and range returns an iterator for i in list(=
range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.hexve=
rsion < minverhex)
./configure: line 38915: python: not found
configure:38917: $? =3D 127
configure:38914: python2 -c import sys # split strings by '.' and convert t=
o numeric. Append some zeros # because we need at least 4 digits for the he=
x conversion. # map returns an iterator in Python 3.0 and a list in 2.x min=
ver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xran=
ge is not present in Python 3.0 and range returns an iterator for i in list=
(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.hexv=
ersion < minverhex)
./configure: line 38915: python2: not found
configure:38917: $? =3D 127
configure:38914: python3 -c import sys # split strings by '.' and convert t=
o numeric. Append some zeros # because we need at least 4 digits for the he=
x conversion. # map returns an iterator in Python 3.0 and a list in 2.x min=
ver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xran=
ge is not present in Python 3.0 and range returns an iterator for i in list=
(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.hexv=
ersion < minverhex)
./configure: line 38915: python3: not found
configure:38917: $? =3D 127
configure:38914: python3.9 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.9: not found
configure:38917: $? =3D 127
configure:38914: python3.8 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.8: not found
configure:38917: $? =3D 127
configure:38914: python3.7 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.7: not found
configure:38917: $? =3D 127
configure:38914: python3.6 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.6: not found
configure:38917: $? =3D 127
configure:38914: python3.5 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.5: not found
configure:38917: $? =3D 127
configure:38914: python3.4 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.4: not found
configure:38917: $? =3D 127
configure:38914: python3.3 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.3: not found
configure:38917: $? =3D 127
configure:38914: python3.2 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.2: not found
configure:38917: $? =3D 127
configure:38914: python3.1 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.1: not found
configure:38917: $? =3D 127
configure:38914: python3.0 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python3.0: not found
configure:38917: $? =3D 127
configure:38914: python2.7 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python2.7: not found
configure:38917: $? =3D 127
configure:38914: python2.6 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python2.6: not found
configure:38917: $? =3D 127
configure:38914: python2.5 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python2.5: not found
configure:38917: $? =3D 127
configure:38914: python2.4 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python2.4: not found
configure:38917: $? =3D 127
configure:38914: python2.3 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python2.3: not found
configure:38917: $? =3D 127
configure:38914: python2.2 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python2.2: not found
configure:38917: $? =3D 127
configure:38914: python2.1 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python2.1: not found
configure:38917: $? =3D 127
configure:38914: python2.0 -c import sys # split strings by '.' and convert=
 to numeric. Append some zeros # because we need at least 4 digits for the =
hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x m=
inver =3D list(map(int, '3.0'.split('.'))) + [0, 0, 0] minverhex =3D 0 # xr=
ange is not present in Python 3.0 and range returns an iterator for i in li=
st(range(0, 4)): minverhex =3D (minverhex << 8) + minver[i] sys.exit(sys.he=
xversion < minverhex)
./configure: line 38915: python2.0: not found
configure:38917: $? =3D 127
configure:38924: result: none
configure:40439: checking for perl
configure:40477: result: no
configure:40620: checking that generated files are newer than configure
configure:40626: result: done
configure:40891: creating ./config.status

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

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

  CONFIG_FILES    =3D=20
  CONFIG_HEADERS  =3D=20
  CONFIG_LINKS    =3D=20
  CONFIG_COMMANDS =3D=20
  $ ./config.status=20

on atom

config.status:2542: creating libproto/imap/Makefile
config.status:2542: creating libproto/imap/tests/Makefile
config.status:2542: creating libproto/pop/Makefile
config.status:2542: creating libproto/mh/Makefile
config.status:2542: creating libproto/mh/tests/Makefile
config.status:2542: creating libproto/mh/tests/atlocal
config.status:2542: creating libproto/maildir/Makefile
config.status:2542: creating libproto/maildir/tests/Makefile
config.status:2542: creating libproto/maildir/tests/atlocal
config.status:2542: creating libproto/dotmail/Makefile
config.status:2542: creating libproto/dotmail/tests/Makefile
config.status:2542: creating libproto/dotmail/tests/atlocal
config.status:2542: creating include/mailutils/types.h
config.status:2542: creating testsuite/Makefile
config.status:2542: creating testsuite/atlocal
config.status:2542: creating libtests/Makefile
config.status:2542: creating libtests/atlocal
config.status:2542: creating libmailutils/tests/Makefile
config.status:2542: creating libmailutils/tests/atlocal
config.status:2542: creating libmu_auth/tests/Makefile
config.status:2542: creating libmu_auth/tests/atlocal
config.status:2542: creating frm/tests/Makefile
config.status:2542: creating frm/tests/atlocal
config.status:2542: creating mda/lmtpd/tests/Makefile
config.status:2542: creating mda/lmtpd/tests/atlocal
config.status:2542: creating mda/mda/tests/Makefile
config.status:2542: creating mda/mda/tests/atlocal
config.status:2542: creating mda/putmail/tests/Makefile
config.status:2542: creating mda/putmail/tests/atlocal
config.status:2542: creating mail/tests/Makefile
config.status:2542: creating mail/tests/atlocal
config.status:2542: creating messages/tests/Makefile
config.status:2542: creating messages/tests/atlocal
config.status:2542: creating readmsg/tests/Makefile
config.status:2542: creating readmsg/tests/atlocal
config.status:2542: creating sieve/tests/Makefile
config.status:2542: creating sieve/tests/atlocal
config.status:2542: creating mh/tests/Makefile
config.status:2542: creating mh/tests/atlocal
config.status:2542: creating comsat/tests/Makefile
config.status:2542: creating comsat/tests/atlocal
config.status:2542: creating imap4d/tests/Makefile
config.status:2542: creating imap4d/tests/atlocal
config.status:2542: creating mimeview/tests/Makefile
config.status:2542: creating mimeview/tests/atlocal
config.status:2542: creating libmu_scm/tests/Makefile
config.status:2542: creating libmu_scm/tests/atlocal
config.status:2542: creating libproto/mbox/tests/Makefile
config.status:2542: creating libproto/mbox/tests/atlocal
config.status:2542: creating libproto/mailer/tests/Makefile
config.status:2542: creating libproto/mailer/tests/atlocal
config.status:2542: creating doc/imprimatur/Makefile
config.status:2542: creating include/confpaths.h
config.status:2542: creating Makefile
config.status:2542: creating sql/Makefile
config.status:2542: creating comsat/Makefile
config.status:2542: creating doc/Makefile
config.status:2542: creating doc/man/Makefile
config.status:2542: creating doc/texinfo/Makefile
config.status:2542: creating dotlock/Makefile
config.status:2542: creating examples/Makefile
config.status:2542: creating examples/config/Makefile
config.status:2542: creating examples/cpp/Makefile
config.status:2542: creating examples/python/Makefile
config.status:2542: creating examples/scheme/Makefile
config.status:2542: creating gint/Makefile
config.status:2542: creating frm/Makefile
config.status:2542: creating scheme/Makefile
config.status:2542: creating imap4d/Makefile
config.status:2542: creating include/Makefile
config.status:2542: creating include/mailutils/Makefile
config.status:2542: creating include/mailutils/sys/Makefile
config.status:2542: creating include/mailutils/cpp/Makefile
config.status:2542: creating lib/Makefile
config.status:2542: creating lib/gnu/Makefile
config.status:2542: creating libmu_auth/Makefile
config.status:2542: creating libmu_cpp/Makefile
config.status:2542: creating libmu_scm/Makefile
config.status:2542: creating libmu_scm/mailutils/Makefile
config.status:2542: creating libmu_dbm/Makefile
config.status:2542: creating libmu_sieve/Makefile
config.status:2542: creating libmu_sieve/extensions/Makefile
config.status:2542: creating libproto/Makefile
config.status:2542: creating libproto/mbox/Makefile
config.status:2542: creating libproto/mailer/Makefile
config.status:2542: creating mda/Makefile
config.status:2542: creating mda/lib/Makefile
config.status:2542: creating mda/lmtpd/Makefile
config.status:2542: creating mda/mda/Makefile
config.status:2542: creating mda/putmail/Makefile
config.status:2542: creating mail/Makefile
config.status:2542: creating mail/testsuite/Makefile
config.status:2542: creating libmailutils/auth/Makefile
config.status:2542: creating libmailutils/base/Makefile
config.status:2542: creating libmailutils/address/Makefile
config.status:2542: creating libmailutils/sockaddr/Makefile
config.status:2542: creating libmailutils/cidr/Makefile
config.status:2542: creating libmailutils/cli/Makefile
config.status:2542: creating libmailutils/cfg/Makefile
config.status:2542: creating libmailutils/datetime/Makefile
config.status:2542: creating libmailutils/diag/Makefile
config.status:2542: creating libmailutils/filter/Makefile
config.status:2542: creating libmailutils/imapio/Makefile
config.status:2542: creating libmailutils/list/Makefile
config.status:2542: creating libmailutils/locus/Makefile
config.status:2542: creating libmailutils/mailbox/Makefile
config.status:2542: creating libmailutils/mailcap/Makefile
config.status:2542: creating libmailutils/mailer/Makefile
config.status:2542: creating libmailutils/mime/Makefile
config.status:2542: creating libmailutils/mimetypes/Makefile
config.status:2542: creating libmailutils/msgset/Makefile
config.status:2542: creating libmailutils/opt/Makefile
config.status:2542: creating libmailutils/property/Makefile
config.status:2542: creating libmailutils/server/Makefile
config.status:2542: creating libmailutils/string/Makefile
config.status:2542: creating libmailutils/stream/Makefile
config.status:2542: creating libmailutils/stdstream/Makefile
config.status:2542: creating libmailutils/url/Makefile
config.status:2542: creating libmailutils/wicket/Makefile
config.status:2542: creating libmailutils/Makefile
config.status:2542: creating messages/Makefile
config.status:2542: creating mh/Makefile
config.status:2542: creating mh/etc/Makefile
config.status:2542: creating mimeview/Makefile
config.status:2542: creating movemail/Makefile
config.status:2542: creating po/Makefile.in
config.status:2542: creating pop3d/Makefile
config.status:2542: creating pop3d/testsuite/Makefile
config.status:2542: creating python/Makefile
config.status:2542: creating python/libmu_py/Makefile
config.status:2542: creating python/mailutils/Makefile
config.status:2542: creating readmsg/Makefile
config.status:2542: creating decodemail/Makefile
config.status:2542: creating mu-aux/Makefile
config.status:2542: creating mu-aux/mailutils.spec
config.status:2542: creating sieve/Makefile
config.status:2542: creating mu/Makefile
config.status:2542: creating mu/libexec/Makefile
config.status:2542: creating config.h
config.status:2788: linking lib/gnu/gettext.h to include/gettext.h
config.status:2788: linking libmailutils/wordsplit/wordsplit.h to include/m=
ailutils/sys/wordsplit.h
config.status:2807: executing depfiles commands
config.status:2882: cd libproto/imap       && sed -e '/# am--include-marker=
/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/imap/tests       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/pop       && sed -e '/# am--include-marker/=
d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/mh       && sed -e '/# am--include-marker/d=
' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/mh/tests       && sed -e '/# am--include-ma=
rker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/maildir       && sed -e '/# am--include-mar=
ker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/maildir/tests       && sed -e '/# am--inclu=
de-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/dotmail       && sed -e '/# am--include-mar=
ker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/dotmail/tests       && sed -e '/# am--inclu=
de-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd testsuite       && sed -e '/# am--include-marker/d' =
Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libtests       && sed -e '/# am--include-marker/d' M=
akefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/tests       && sed -e '/# am--include-m=
arker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmu_auth/tests       && sed -e '/# am--include-mar=
ker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mda/mda/tests       && sed -e '/# am--include-marker=
/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mh/tests       && sed -e '/# am--include-marker/d' M=
akefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd imap4d/tests       && sed -e '/# am--include-marker/=
d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mimeview/tests       && sed -e '/# am--include-marke=
r/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/mbox/tests       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/mailer/tests       && sed -e '/# am--includ=
e-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd sql       && sed -e '/# am--include-marker/d' Makefi=
le         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd comsat       && sed -e '/# am--include-marker/d' Mak=
efile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd dotlock       && sed -e '/# am--include-marker/d' Ma=
kefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd examples       && sed -e '/# am--include-marker/d' M=
akefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd examples/cpp       && sed -e '/# am--include-marker/=
d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd gint       && sed -e '/# am--include-marker/d' Makef=
ile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd frm       && sed -e '/# am--include-marker/d' Makefi=
le         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd imap4d       && sed -e '/# am--include-marker/d' Mak=
efile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd lib       && sed -e '/# am--include-marker/d' Makefi=
le         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd lib/gnu       && sed -e '/# am--include-marker/d' Ma=
kefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmu_auth       && sed -e '/# am--include-marker/d'=
 Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmu_cpp       && sed -e '/# am--include-marker/d' =
Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmu_scm       && sed -e '/# am--include-marker/d' =
Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmu_dbm       && sed -e '/# am--include-marker/d' =
Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmu_sieve       && sed -e '/# am--include-marker/d=
' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmu_sieve/extensions       && sed -e '/# am--inclu=
de-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/mbox       && sed -e '/# am--include-marker=
/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libproto/mailer       && sed -e '/# am--include-mark=
er/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mda/lib       && sed -e '/# am--include-marker/d' Ma=
kefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mda/lmtpd       && sed -e '/# am--include-marker/d' =
Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mda/mda       && sed -e '/# am--include-marker/d' Ma=
kefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mda/putmail       && sed -e '/# am--include-marker/d=
' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mail       && sed -e '/# am--include-marker/d' Makef=
ile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/auth       && sed -e '/# am--include-ma=
rker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/base       && sed -e '/# am--include-ma=
rker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/address       && sed -e '/# am--include=
-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/sockaddr       && sed -e '/# am--includ=
e-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/cidr       && sed -e '/# am--include-ma=
rker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/cli       && sed -e '/# am--include-mar=
ker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/cfg       && sed -e '/# am--include-mar=
ker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/datetime       && sed -e '/# am--includ=
e-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/diag       && sed -e '/# am--include-ma=
rker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/filter       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/imapio       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/list       && sed -e '/# am--include-ma=
rker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/locus       && sed -e '/# am--include-m=
arker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/mailbox       && sed -e '/# am--include=
-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/mailcap       && sed -e '/# am--include=
-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/mailer       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/mime       && sed -e '/# am--include-ma=
rker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/mimetypes       && sed -e '/# am--inclu=
de-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/msgset       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/opt       && sed -e '/# am--include-mar=
ker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/property       && sed -e '/# am--includ=
e-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/server       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/string       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/stream       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/stdstream       && sed -e '/# am--inclu=
de-marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/url       && sed -e '/# am--include-mar=
ker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd libmailutils/wicket       && sed -e '/# am--include-=
marker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd messages       && sed -e '/# am--include-marker/d' M=
akefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mh       && sed -e '/# am--include-marker/d' Makefil=
e         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mimeview       && sed -e '/# am--include-marker/d' M=
akefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd movemail       && sed -e '/# am--include-marker/d' M=
akefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd pop3d       && sed -e '/# am--include-marker/d' Make=
file         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd python/libmu_py       && sed -e '/# am--include-mark=
er/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd python/mailutils       && sed -e '/# am--include-mar=
ker/d' Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd readmsg       && sed -e '/# am--include-marker/d' Ma=
kefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd decodemail       && sed -e '/# am--include-marker/d'=
 Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd sieve       && sed -e '/# am--include-marker/d' Make=
file         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mu       && sed -e '/# am--include-marker/d' Makefil=
e         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2882: cd mu/libexec       && sed -e '/# am--include-marker/d'=
 Makefile         | make -f - am--depfiles
config.status:2889: $? =3D 0
config.status:2807: executing libtool commands
config.status:2807: executing po-directories commands
config.status:2807: executing libproto/mh/tests/atconfig commands
config.status:2807: executing libproto/maildir/tests/atconfig commands
config.status:2807: executing libproto/dotmail/tests/atconfig commands
config.status:2807: executing testsuite/atconfig commands
config.status:2807: executing libtests/atconfig commands
config.status:2807: executing libmailutils/tests/atconfig commands
config.status:2807: executing libmu_auth/tests/atconfig commands
config.status:2807: executing frm/tests/atconfig commands
config.status:2807: executing mda/lmtpd/tests/atconfig commands
config.status:2807: executing mda/mda/tests/atconfig commands
config.status:2807: executing mda/putmail/tests/atconfig commands
config.status:2807: executing mail/tests/atconfig commands
config.status:2807: executing messages/tests/atconfig commands
config.status:2807: executing readmsg/tests/atconfig commands
config.status:2807: executing sieve/tests/atconfig commands
config.status:2807: executing mh/tests/atconfig commands
config.status:2807: executing comsat/tests/atconfig commands
config.status:2807: executing imap4d/tests/atconfig commands
config.status:2807: executing mimeview/tests/atconfig commands
config.status:2807: executing libmu_scm/tests/atconfig commands
config.status:2807: executing libproto/mbox/tests/atconfig commands
config.status:2807: executing libproto/mailer/tests/atconfig commands
config.status:2807: executing status commands

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

ac_cv_build=3D'x86_64-pc-linux-gnu'
ac_cv_c_compiler_gnu=3D'yes'
ac_cv_c_const=3D'yes'
ac_cv_c_inline=3D'inline'
ac_cv_c_restrict=3D'__restrict__'
ac_cv_c_undeclared_builtin_options=3D'none needed'
ac_cv_c_vararrays=3D'yes'
ac_cv_cxx_compiler_gnu=3D'yes'
ac_cv_env_CCC_set=3D''
ac_cv_env_CCC_value=3D''
ac_cv_env_CC_set=3D'set'
ac_cv_env_CC_value=3D'gcc -flto -fuse-linker-plugin'
ac_cv_env_CFLAGS_set=3D'set'
ac_cv_env_CFLAGS_value=3D'-mtune=3Dgeneric -Os -pipe -fno-asynchronous-unwi=
nd-tables'
ac_cv_env_CPPFLAGS_set=3D''
ac_cv_env_CPPFLAGS_value=3D''
ac_cv_env_CPP_set=3D''
ac_cv_env_CPP_value=3D''
ac_cv_env_CXXCPP_set=3D''
ac_cv_env_CXXCPP_value=3D''
ac_cv_env_CXXFLAGS_set=3D'set'
ac_cv_env_CXXFLAGS_value=3D'-mtune=3Dgeneric -Os -pipe -fno-asynchronous-un=
wind-tables'
ac_cv_env_CXX_set=3D'set'
ac_cv_env_CXX_value=3D'g++ -flto -fuse-linker-plugin'
ac_cv_env_DEFAULT_CUPS_CONFDIR_set=3D''
ac_cv_env_DEFAULT_CUPS_CONFDIR_value=3D''
ac_cv_env_EMACSLOADPATH_set=3D''
ac_cv_env_EMACSLOADPATH_value=3D''
ac_cv_env_EMACS_set=3D''
ac_cv_env_EMACS_value=3D''
ac_cv_env_GNUPLOAD_set=3D''
ac_cv_env_GNUPLOAD_value=3D''
ac_cv_env_LDFLAGS_set=3D'set'
ac_cv_env_LDFLAGS_value=3D'-Wl,-O1'
ac_cv_env_LIBS_set=3D''
ac_cv_env_LIBS_value=3D''
ac_cv_env_LT_SYS_LIBRARY_PATH_set=3D''
ac_cv_env_LT_SYS_LIBRARY_PATH_value=3D''
ac_cv_env_MU_DEFAULT_SCHEME_set=3D''
ac_cv_env_MU_DEFAULT_SCHEME_value=3D''
ac_cv_env_PYTHON_CONFIG_set=3D''
ac_cv_env_PYTHON_CONFIG_value=3D''
ac_cv_env_PYTHON_set=3D''
ac_cv_env_PYTHON_value=3D''
ac_cv_env_build_alias_set=3D''
ac_cv_env_build_alias_value=3D''
ac_cv_env_host_alias_set=3D''
ac_cv_env_host_alias_value=3D''
ac_cv_env_target_alias_set=3D''
ac_cv_env_target_alias_value=3D''
ac_cv_func__exit=3D'yes'
ac_cv_func_alloca_works=3D'yes'
ac_cv_func_closefrom=3D'yes'
ac_cv_func_fgetpwent=3D'yes'
ac_cv_func_getdelim=3D'yes'
ac_cv_func_getnameinfo=3D'yes'
ac_cv_func_getpagesize=3D'yes'
ac_cv_func_getutent=3D'yes'
ac_cv_func_isascii=3D'yes'
ac_cv_func_iswblank=3D'yes'
ac_cv_func_iswcntrl=3D'yes'
ac_cv_func_malloc_0_nonnull=3D'yes'
ac_cv_func_mbrtowc=3D'yes'
ac_cv_func_mbsinit=3D'yes'
ac_cv_func_mbslen=3D'no'
ac_cv_func_mkstemp=3D'yes'
ac_cv_func_mmap=3D'yes'
ac_cv_func_mmap_fixed_mapped=3D'yes'
ac_cv_func_mprotect=3D'yes'
ac_cv_func_proc_pidinfo=3D'no'
ac_cv_func_pthread_rwlock_init=3D'yes'
ac_cv_func_rl_completion_matches=3D'yes'
ac_cv_func_setenv=3D'yes'
ac_cv_func_seteuid=3D'yes'
ac_cv_func_setlocale=3D'yes'
ac_cv_func_setresuid=3D'yes'
ac_cv_func_setreuid=3D'yes'
ac_cv_func_sigaction=3D'yes'
ac_cv_func_socket=3D'yes'
ac_cv_func_sysconf=3D'yes'
ac_cv_func_tcgetattr=3D'yes'
ac_cv_func_tcsetattr=3D'yes'
ac_cv_func_towlower=3D'yes'
ac_cv_func_tsearch=3D'yes'
ac_cv_func_vfork=3D'yes'
ac_cv_func_wcwidth=3D'yes'
ac_cv_have_decl_F_CLOSEM=3D'no'
ac_cv_have_decl_GSS_C_NT_HOSTBASED_SERVICE=3D'no'
ac_cv_have_decl_crypt=3D'yes'
ac_cv_have_decl_ecvt=3D'yes'
ac_cv_have_decl_environ=3D'yes'
ac_cv_have_decl_execvpe=3D'yes'
ac_cv_have_decl_fcvt=3D'yes'
ac_cv_have_decl_gcvt=3D'yes'
ac_cv_have_decl_iswblank=3D'yes'
ac_cv_have_decl_mbswidth=3D'no'
ac_cv_have_decl_setenv=3D'yes'
ac_cv_have_decl_strsignal=3D'yes'
ac_cv_have_decl_wcsdup=3D'yes'
ac_cv_have_decl_wcwidth=3D'yes'
ac_cv_header_crtdefs_h=3D'no'
ac_cv_header_crypt_h=3D'yes'
ac_cv_header_dirent_dirent_h=3D'yes'
ac_cv_header_dlfcn_h=3D'yes'
ac_cv_header_errno_h=3D'yes'
ac_cv_header_fcntl_h=3D'yes'
ac_cv_header_features_h=3D'yes'
ac_cv_header_fribidi_fribidi_h=3D'no'
ac_cv_header_gnutls_gnutls_h=3D'yes'
ac_cv_header_gsasl_h=3D'yes'
ac_cv_header_gss_h=3D'no'
ac_cv_header_gssapi_gssapi_generic_h=3D'no'
ac_cv_header_gssapi_gssapi_h=3D'no'
ac_cv_header_gssapi_h=3D'no'
ac_cv_header_iconv_h=3D'yes'
ac_cv_header_inttypes_h=3D'yes'
ac_cv_header_libgen_h=3D'yes'
ac_cv_header_libproc_h=3D'no'
ac_cv_header_limits_h=3D'yes'
ac_cv_header_malloc_h=3D'yes'
ac_cv_header_minix_config_h=3D'no'
ac_cv_header_ndbm_h=3D'no'
ac_cv_header_obstack_h=3D'yes'
ac_cv_header_paths_h=3D'yes'
ac_cv_header_pthread_h=3D'yes'
ac_cv_header_radius_radius_h=3D'no'
ac_cv_header_readline_readline_h=3D'yes'
ac_cv_header_search_h=3D'yes'
ac_cv_header_security_pam_appl_h=3D'no'
ac_cv_header_sgtty_h=3D'yes'
ac_cv_header_shadow_h=3D'yes'
ac_cv_header_socket_h=3D'no'
ac_cv_header_stdarg_h=3D'yes'
ac_cv_header_stdbool_h=3D'yes'
ac_cv_header_stdckdint_h=3D'yes'
ac_cv_header_stdint_h=3D'yes'
ac_cv_header_stdio_h=3D'yes'
ac_cv_header_stdlib_h=3D'yes'
ac_cv_header_string_h=3D'yes'
ac_cv_header_strings_h=3D'yes'
ac_cv_header_sys_file_h=3D'yes'
ac_cv_header_sys_mman_h=3D'yes'
ac_cv_header_sys_param_h=3D'yes'
ac_cv_header_sys_socket_h=3D'yes'
ac_cv_header_sys_stat_h=3D'yes'
ac_cv_header_sys_types_h=3D'yes'
ac_cv_header_sysexits_h=3D'yes'
ac_cv_header_syslog_h=3D'yes'
ac_cv_header_tcpd_h=3D'yes'
ac_cv_header_termcap_h=3D'no'
ac_cv_header_termio_h=3D'yes'
ac_cv_header_termios_h=3D'yes'
ac_cv_header_threads_h=3D'yes'
ac_cv_header_unicase_h=3D'yes'
ac_cv_header_unistd_h=3D'yes'
ac_cv_header_unistr_h=3D'yes'
ac_cv_header_utmp_h=3D'yes'
ac_cv_header_utmpx_h=3D'yes'
ac_cv_header_wchar_h=3D'yes'
ac_cv_header_wctype_h=3D'yes'
ac_cv_header_xlocale_h=3D'no'
ac_cv_host=3D'x86_64-pc-linux-gnu'
ac_cv_lib_crypt_crypt=3D'yes'
ac_cv_lib_curses_tputs=3D'no'
ac_cv_lib_db_db_create=3D'no'
ac_cv_lib_gdbm_gdbm_open=3D'no'
ac_cv_lib_gnutls_gnutls_global_init=3D'yes'
ac_cv_lib_gsasl_gsasl_init=3D'yes'
ac_cv_lib_gssapi_gss_init_sec_context=3D'no'
ac_cv_lib_gssapi_krb5_g_order_init=3D'no'
ac_cv_lib_gssapi_krb5_gss_init_sec_context=3D'no'
ac_cv_lib_ldap_ldap_bind=3D'no'
ac_cv_lib_lex=3D'none needed'
ac_cv_lib_ltdl_lt_dlinit=3D'yes'
ac_cv_lib_ncurses_tputs=3D'no'
ac_cv_lib_nsl_main=3D'yes'
ac_cv_lib_pthread_pthread_cancel=3D'yes'
ac_cv_lib_pthread_pthread_kill=3D'yes'
ac_cv_lib_readline_readline=3D'yes'
ac_cv_lib_resolv_res_query=3D'yes'
ac_cv_lib_termcap_tputs=3D'no'
ac_cv_lib_tokyocabinet_tchdbnew=3D'no'
ac_cv_lib_unistring_u8_tolower=3D'yes'
ac_cv_lib_wrap_main=3D'yes'
ac_cv_member_struct_tm_tm_gmtoff=3D'yes'
ac_cv_member_struct_tm_tm_isdst=3D'yes'
ac_cv_member_struct_tm_tm_zone=3D'yes'
ac_cv_member_struct_utmp_ut_name=3D'yes'
ac_cv_member_struct_utmp_ut_user=3D'yes'
ac_cv_objext=3D'o'
ac_cv_path_BISON=3D'/usr/local/bin/bison'
ac_cv_path_EGREP=3D'/usr/local/bin/grep -E'
ac_cv_path_FGREP=3D'/usr/local/bin/grep -F'
ac_cv_path_FLEX=3D'/usr/local/bin/flex'
ac_cv_path_GMSGFMT=3D'/usr/local/bin/msgfmt'
ac_cv_path_GREP=3D'/usr/local/bin/grep'
ac_cv_path_GUILE_CONFIG=3D'no'
ac_cv_path_KRB5CFGPATH=3D'none'
ac_cv_path_MSGFMT=3D'/usr/local/bin/msgfmt'
ac_cv_path_MSGMERGE=3D'/usr/local/bin/msgmerge'
ac_cv_path_SED=3D'/usr/local/bin/sed'
ac_cv_path_XGETTEXT=3D'/usr/local/bin/xgettext'
ac_cv_path_install=3D'/usr/bin/install -c'
ac_cv_path_lt_DD=3D'/bin/dd'
ac_cv_prog_AWK=3D'gawk'
ac_cv_prog_CPP=3D'gcc -flto -fuse-linker-plugin -E'
ac_cv_prog_CXXCPP=3D'g++ -flto -fuse-linker-plugin -E'
ac_cv_prog_FILECMD=3D'file'
ac_cv_prog_LEX=3D'flex'
ac_cv_prog_ac_ct_AR=3D'ar'
ac_cv_prog_ac_ct_CC=3D'gcc -flto -fuse-linker-plugin'
ac_cv_prog_ac_ct_OBJDUMP=3D'objdump'
ac_cv_prog_ac_ct_RANLIB=3D'ranlib'
ac_cv_prog_ac_ct_STRIP=3D'strip'
ac_cv_prog_cc_c11=3D''
ac_cv_prog_cc_g=3D'yes'
ac_cv_prog_cc_stdc=3D''
ac_cv_prog_cxx_11=3D'no'
ac_cv_prog_cxx_cxx11=3D''
ac_cv_prog_cxx_g=3D'yes'
ac_cv_prog_cxx_stdcxx=3D''
ac_cv_prog_lex_root=3D'lex.yy'
ac_cv_prog_lex_yytext_pointer=3D'yes'
ac_cv_prog_make_make_set=3D'yes'
ac_cv_safe_to_define___extensions__=3D'yes'
ac_cv_search_opendir=3D'none required'
ac_cv_should_define__xopen_source=3D'no'
ac_cv_sizeof_long=3D'8'
ac_cv_sizeof_long_long=3D'8'
ac_cv_sizeof_off_t=3D'8'
ac_cv_struct_tm=3D'time.h'
ac_cv_sys_file_offset_bits=3D'no'
ac_cv_sys_largefile_CC=3D'no'
ac_cv_sys_largefile_source=3D'no'
ac_cv_type_dev_t=3D'yes'
ac_cv_type_iconv_t=3D'yes'
ac_cv_type_ino_t=3D'yes'
ac_cv_type_intptr_t=3D'yes'
ac_cv_type_long_double=3D'yes'
ac_cv_type_long_long=3D'yes'
ac_cv_type_mbstate_t=3D'yes'
ac_cv_type_mode_t=3D'yes'
ac_cv_type_off_t=3D'yes'
ac_cv_type_pid_t=3D'yes'
ac_cv_type_size_t=3D'yes'
ac_cv_type_socklen_t=3D'yes'
ac_cv_type_ssize_t=3D'yes'
ac_cv_type_struct_addrinfo=3D'yes'
ac_cv_type_struct_sockaddr_in6=3D'yes'
ac_cv_type_struct_sockaddr_storage=3D'yes'
ac_cv_type_uid_t=3D'yes'
ac_cv_working_alloca_h=3D'yes'
acl_cv_hardcode_direct=3D'no'
acl_cv_hardcode_libdir_flag_spec=3D'${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=3D''
acl_cv_hardcode_minus_L=3D'no'
acl_cv_libext=3D'a'
acl_cv_libname_spec=3D'lib$name'
acl_cv_library_names_spec=3D'$libname$shrext'
acl_cv_path_LD=3D'/usr/local/bin/ld -m elf_x86_64'
acl_cv_prog_gnu_ld=3D'yes'
acl_cv_rpath=3D'done'
acl_cv_shlibext=3D'so'
acl_cv_wl=3D'-Wl,'
am_cv_CC_dependencies_compiler_type=3D'gcc3'
am_cv_CXX_dependencies_compiler_type=3D'gcc3'
am_cv_func_iconv=3D'yes'
am_cv_func_iconv_works=3D'no'
am_cv_langinfo_codeset=3D'yes'
am_cv_lib_iconv=3D'no'
am_cv_lispdir=3D'${datadir}/emacs/site-lisp'
am_cv_make_support_nested_variables=3D'yes'
am_cv_pathless_PYTHON=3D'none'
am_cv_prog_cc_c_o=3D'yes'
am_cv_proto_iconv=3D'extern size_t iconv (iconv_t cd, char * *inbuf, size_t=
 *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=3D''
gl_cv_c_amsterdam_compiler=3D'no'
gl_cv_c_bool=3D'no'
gl_cv_c_multiarch=3D'no'
gl_cv_cc_wallow=3D'-Wno-error'
gl_cv_compiler_check_decl_option=3D'none'
gl_cv_compiler_clang=3D'no'
gl_cv_decl_null_works=3D'yes'
gl_cv_func_iswcntrl_works=3D'yes'
gl_cv_func_iswdigit_works=3D'guessing yes'
gl_cv_func_iswxdigit_works=3D'guessing yes'
gl_cv_func_malloc_0_nonnull=3D'1'
gl_cv_func_mbrtowc_C_locale_sans_EILSEQ=3D'no'
gl_cv_func_mbrtowc_empty_input=3D'yes'
gl_cv_func_mbrtowc_incomplete_state=3D'guessing yes'
gl_cv_func_mbrtowc_nul_retval=3D'guessing yes'
gl_cv_func_mbrtowc_null_arg1=3D'guessing yes'
gl_cv_func_mbrtowc_null_arg2=3D'guessing yes'
gl_cv_func_mbrtowc_retval=3D'guessing yes'
gl_cv_func_mbrtowc_sanitycheck=3D'guessing yes'
gl_cv_func_mbrtowc_stores_incomplete=3D'guessing no'
gl_cv_func_memchr_works=3D'yes'
gl_cv_func_setenv_works=3D'yes'
gl_cv_func_setlocale_null_all_mtsafe=3D'yes'
gl_cv_func_setlocale_null_one_mtsafe=3D'yes'
gl_cv_func_unreachable=3D'no'
gl_cv_func_wcwidth_works=3D'yes'
gl_cv_have___header_inline=3D'no'
gl_cv_have_include_next=3D'yes'
gl_cv_header_limits_width=3D'yes'
gl_cv_header_locale_h_needs_xlocale_h=3D'no'
gl_cv_header_locale_h_posix2001=3D'yes'
gl_cv_header_locale_has_locale_t=3D'yes'
gl_cv_header_stdint_width=3D'yes'
gl_cv_header_stdint_without_STDC_macros=3D'yes'
gl_cv_header_wchar_h_correct_inline=3D'yes'
gl_cv_header_working_stdint_h=3D'yes'
gl_cv_macro_MB_CUR_MAX_good=3D'guessing yes'
gl_cv_next_inttypes_h=3D'<inttypes.h>'
gl_cv_next_limits_h=3D'<limits.h>'
gl_cv_next_locale_h=3D'<locale.h>'
gl_cv_next_stddef_h=3D'<stddef.h>'
gl_cv_next_stdint_h=3D'<stdint.h>'
gl_cv_next_stdlib_h=3D'<stdlib.h>'
gl_cv_next_string_h=3D'<string.h>'
gl_cv_next_sys_types_h=3D'<sys/types.h>'
gl_cv_next_unistd_h=3D'<unistd.h>'
gl_cv_next_wchar_h=3D'<wchar.h>'
gl_cv_next_wctype_h=3D'<wctype.h>'
gl_cv_onwards_func_iswblank=3D'yes'
gl_cv_onwards_func_tsearch=3D'yes'
gl_cv_rpl_alloca=3D'yes'
gl_cv_source_line_length_unlimited=3D'yes'
gl_cv_static_assert=3D'yes, an <assert.h> macro'
gl_cv_sys_struct_lconv_ok=3D'yes'
gl_cv_type_max_align_t=3D'yes'
gl_cv_type_wctrans_t=3D'yes'
gl_cv_type_wctype_t=3D'yes'
gl_cv_type_wint_t_large_enough=3D'yes'
grad_cv_radius=3D'no'
gt_cv_c_wchar_t=3D'yes'
gt_cv_c_wint_t=3D'yes'
gt_cv_func_CFLocaleCopyCurrent=3D'no'
gt_cv_func_CFPreferencesCopyAppValue=3D'no'
gt_cv_func_gnugettext2_libc=3D'yes'
gt_cv_locale_fr=3D'none'
gt_cv_locale_fr_utf8=3D'none'
gt_cv_locale_ja=3D'none'
gt_cv_locale_zh_CN=3D'none'
gt_cv_ssize_t=3D'yes'
gt_cv_var_environ_declaration=3D'yes'
lt_cv_ar_at_file=3D'@'
lt_cv_archive_cmds_need_lc=3D'no'
lt_cv_deplibs_check_method=3D'pass_all'
lt_cv_file_magic_cmd=3D'$MAGIC_CMD'
lt_cv_file_magic_test_file=3D''
lt_cv_ld_reload_flag=3D'-r'
lt_cv_nm_interface=3D'BSD nm'
lt_cv_objdir=3D'.libs'
lt_cv_path_LD=3D'/usr/local/bin/ld'
lt_cv_path_LDCXX=3D'/usr/local/bin/ld -m elf_x86_64'
lt_cv_path_NM=3D'/usr/local/bin/nm -B'
lt_cv_path_manifest_tool=3D'no'
lt_cv_prog_compiler_c_o=3D'yes'
lt_cv_prog_compiler_c_o_CXX=3D'yes'
lt_cv_prog_compiler_pic=3D'-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX=3D'-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=3D'yes'
lt_cv_prog_compiler_pic_works_CXX=3D'yes'
lt_cv_prog_compiler_rtti_exceptions=3D'no'
lt_cv_prog_compiler_static_works=3D'yes'
lt_cv_prog_compiler_static_works_CXX=3D'yes'
lt_cv_prog_gnu_ld=3D'yes'
lt_cv_prog_gnu_ldcxx=3D'yes'
lt_cv_sharedlib_from_linklib_cmd=3D'printf %s\n'
lt_cv_shlibpath_overrides_runpath=3D'yes'
lt_cv_sys_global_symbol_pipe=3D'/usr/local/bin/sed -n -e '"'"'s/^.*[	 ]\([A=
BCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'"'=
"' | /usr/local/bin/sed '"'"'/ __gnu_lto/d'"'"
lt_cv_sys_global_symbol_to_c_name_address=3D'/usr/local/bin/sed -n -e '"'"'=
s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGI=
RSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'"'"
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix=3D'/usr/local/bin/sed =
-n -e '"'"'s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIR=
STW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'"'"' -e '"'"'s/^=
[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'"'"
lt_cv_sys_global_symbol_to_cdecl=3D'/usr/local/bin/sed -n -e '"'"'s/^T .* \=
(.*\)$/extern int \1();/p'"'"' -e '"'"'s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*=
\)$/extern char \1;/p'"'"
lt_cv_sys_global_symbol_to_import=3D''
lt_cv_sys_max_cmd_len=3D'1572864'
lt_cv_to_host_file_cmd=3D'func_convert_file_noop'
lt_cv_to_tool_file_cmd=3D'func_convert_file_noop'
lt_cv_truncate_bin=3D'/bin/dd bs=3D4096 count=3D1'
mailutils_cv_hdr_path_dev=3D'<paths.h>'
mailutils_cv_hdr_path_devnull=3D'<paths.h>'
mailutils_cv_hdr_path_maildir=3D'<paths.h>'
mailutils_cv_hdr_path_sendmail=3D'<paths.h>'
mailutils_cv_hdr_path_tty=3D'<paths.h>'
mailutils_cv_hdr_path_tty_pfx=3D'<paths.h>'
mailutils_cv_hdr_path_utmp=3D'<paths.h>'
mailutils_cv_hdr_path_utmpx=3D'<utmpx.h>'
mailutils_cv_hdr_path_wtmp=3D'<paths.h>'
mailutils_cv_hdr_sym_path_dev=3D'_PATH_DEV'
mailutils_cv_hdr_sym_path_devnull=3D'_PATH_DEVNULL'
mailutils_cv_hdr_sym_path_maildir=3D'_PATH_MAILDIR'
mailutils_cv_hdr_sym_path_sendmail=3D'_PATH_SENDMAIL'
mailutils_cv_hdr_sym_path_tty=3D'_PATH_TTY'
mailutils_cv_hdr_sym_path_tty_pfx=3D'_PATH_DEV'
mailutils_cv_hdr_sym_path_utmp=3D'_PATH_UTMP'
mailutils_cv_hdr_sym_path_utmpx=3D'_PATH_UTMPX'
mailutils_cv_hdr_sym_path_wtmp=3D'_PATH_WTMP'
mu_cv_enable_build_comsat=3D'yes'
mu_cv_enable_build_decodemail=3D'yes'
mu_cv_enable_build_dotlock=3D'yes'
mu_cv_enable_build_frm=3D'yes'
mu_cv_enable_build_imap4d=3D'yes'
mu_cv_enable_build_lmtpd=3D'yes'
mu_cv_enable_build_mail=3D'yes'
mu_cv_enable_build_mda=3D'yes'
mu_cv_enable_build_messages=3D'yes'
mu_cv_enable_build_mh=3D'yes'
mu_cv_enable_build_mimeview=3D'yes'
mu_cv_enable_build_movemail=3D'yes'
mu_cv_enable_build_pop3d=3D'yes'
mu_cv_enable_build_putmail=3D'yes'
mu_cv_enable_build_readmsg=3D'yes'
mu_cv_enable_build_sieve=3D'yes'
mu_cv_enable_cxx=3D'no'
mu_cv_enable_dotmail=3D'yes'
mu_cv_enable_imap=3D'yes'
mu_cv_enable_maildir=3D'yes'
mu_cv_enable_mh=3D'yes'
mu_cv_enable_pop=3D'yes'
mu_cv_enable_prog=3D'yes'
mu_cv_enable_radius=3D'no'
mu_cv_enable_sendmail=3D'yes'
mu_cv_enable_smtp=3D'yes'
mu_cv_enable_virtual_domains=3D'yes'
mu_cv_lib_gnutls=3D'yes'
mu_cv_lib_gsasl=3D'-lgsasl'
mu_cv_lib_gssapi_cflags=3D''
mu_cv_lib_gssapi_impl=3D'none'
mu_cv_lib_gssapi_libs=3D''

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

ACLOCAL=3D'${SHELL} '\''/tmp/mailutils-3.20/build-aux/missing'\'' aclocal-1=
.16'
ALLOCA=3D''
ALLOCA_H=3D'alloca.h'
AMDEPBACKSLASH=3D'\'
AMDEP_FALSE=3D'#'
AMDEP_TRUE=3D''
AMTAR=3D'$${TAR-tar}'
AM_BACKSLASH=3D'\'
AM_DEFAULT_V=3D'$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY=3D'0'
AM_V=3D'$(V)'
APPLE_UNIVERSAL_BUILD=3D'0'
AR=3D'ar'
ARFLAGS=3D'cr'
ASSERT_H=3D''
AUTOCONF=3D'${SHELL} '\''/tmp/mailutils-3.20/build-aux/missing'\'' autoconf'
AUTOHEADER=3D'${SHELL} '\''/tmp/mailutils-3.20/build-aux/missing'\'' autohe=
ader'
AUTOM4TE=3D'${SHELL} '\''/tmp/mailutils-3.20/build-aux/missing'\'' autom4te'
AUTOMAKE=3D'${SHELL} '\''/tmp/mailutils-3.20/build-aux/missing'\'' automake=
-1.16'
AWK=3D'gawk'
BISON=3D'/usr/local/bin/bison'
BITSIZEOF_PTRDIFF_T=3D''
BITSIZEOF_SIG_ATOMIC_T=3D''
BITSIZEOF_SIZE_T=3D''
BITSIZEOF_WCHAR_T=3D''
BITSIZEOF_WINT_T=3D''
BUILD_SQL=3D''
CC=3D'gcc -flto -fuse-linker-plugin'
CCDEPMODE=3D'depmode=3Dgcc3'
CFLAGS=3D'-mtune=3Dgeneric -Os -pipe -fno-asynchronous-unwind-tables -ggdb'
CFLAG_VISIBILITY=3D''
CPP=3D'gcc -flto -fuse-linker-plugin -E'
CPPFLAGS=3D' -DSYSCONFDIR=3D\"$(sysconfdir)\"'
CSCOPE=3D'cscope'
CTAGS=3D'ctags'
CURSES_LIBS=3D''
CXX=3D'g++ -flto -fuse-linker-plugin'
CXXCPP=3D'g++ -flto -fuse-linker-plugin -E'
CXXDEPMODE=3D'depmode=3Dgcc3'
CXXFLAGS=3D'-mtune=3Dgeneric -Os -pipe -fno-asynchronous-unwind-tables'
CYGPATH_W=3D'echo'
DBMINCLUDES=3D''
DBMLIBS=3D''
DEFAULT_CUPS_CONFDIR=3D'$(sysconfdir)/cups'
DEFS=3D'-DHAVE_CONFIG_H'
DEPDIR=3D'.deps'
DLLTOOL=3D'false'
DSYMUTIL=3D''
DUMPBIN=3D''
ECHO_C=3D''
ECHO_N=3D'-n'
ECHO_T=3D''
EGREP=3D'/usr/local/bin/grep -E'
EMACS=3D'no'
EMACSLOADPATH=3D''
ETAGS=3D'etags'
EXEEXT=3D''
FGREP=3D'/usr/local/bin/grep -F'
FILECMD=3D'file'
FLEX=3D'/usr/local/bin/flex'
FRIBIDI_LIBS=3D''
GETTEXT_MACRO_VERSION=3D'0.19'
GINT_COND_DOC_DISTRIB_FALSE=3D''
GINT_COND_DOC_DISTRIB_TRUE=3D'#'
GINT_COND_DOC_FALSE=3D'#'
GINT_COND_DOC_TRUE=3D''
GINT_COND_GUILE_OK_FALSE=3D''
GINT_COND_GUILE_OK_TRUE=3D'#'
GINT_COND_INC_FALSE=3D''
GINT_COND_INC_TRUE=3D'#'
GINT_COND_SNARF_DOC_FILTER_FALSE=3D''
GINT_COND_SNARF_DOC_FILTER_TRUE=3D'#'
GINT_INCLUDES=3D''
GINT_LDADD=3D''
GINT_MODULE_DIR=3D'gint'
GITINFO=3D'$(PERL) $(mu_aux_dir)/gitinfo'
GL_CFLAG_ALLOW_WARNINGS=3D'-Wno-error'
GL_CFLAG_GNULIB_WARNINGS=3D' -Wno-cast-qual -Wno-conversion -Wno-float-equa=
l -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -=
Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-convers=
ion -Wno-type-limits -Wno-unsuffixed-float-constants'
GL_COND_LIBTOOL_FALSE=3D'#'
GL_COND_LIBTOOL_TRUE=3D''
GL_COND_OBJ_ISWBLANK_FALSE=3D''
GL_COND_OBJ_ISWBLANK_TRUE=3D'#'
GL_COND_OBJ_ISWDIGIT_FALSE=3D''
GL_COND_OBJ_ISWDIGIT_TRUE=3D'#'
GL_COND_OBJ_ISWXDIGIT_FALSE=3D''
GL_COND_OBJ_ISWXDIGIT_TRUE=3D'#'
GL_COND_OBJ_MBRTOWC_FALSE=3D'#'
GL_COND_OBJ_MBRTOWC_TRUE=3D''
GL_COND_OBJ_MBSINIT_FALSE=3D''
GL_COND_OBJ_MBSINIT_TRUE=3D'#'
GL_COND_OBJ_MEMCHR_FALSE=3D''
GL_COND_OBJ_MEMCHR_TRUE=3D'#'
GL_COND_OBJ_SETENV_FALSE=3D''
GL_COND_OBJ_SETENV_TRUE=3D'#'
GL_COND_OBJ_SETLOCALE_LOCK_FALSE=3D''
GL_COND_OBJ_SETLOCALE_LOCK_TRUE=3D'#'
GL_COND_OBJ_WCWIDTH_FALSE=3D''
GL_COND_OBJ_WCWIDTH_TRUE=3D'#'
GL_GENERATE_ALLOCA_H_FALSE=3D'#'
GL_GENERATE_ALLOCA_H_TRUE=3D''
GL_GENERATE_ASSERT_H_FALSE=3D''
GL_GENERATE_ASSERT_H_TRUE=3D'#'
GL_GENERATE_LIMITS_H_FALSE=3D'#'
GL_GENERATE_LIMITS_H_TRUE=3D''
GL_GENERATE_STDCKDINT_H_FALSE=3D''
GL_GENERATE_STDCKDINT_H_TRUE=3D'#'
GL_GENERATE_STDDEF_H_FALSE=3D'#'
GL_GENERATE_STDDEF_H_TRUE=3D''
GL_GENERATE_STDINT_H_FALSE=3D''
GL_GENERATE_STDINT_H_TRUE=3D'#'
GL_GNULIB_ACCESS=3D'0'
GL_GNULIB_ALIGNED_ALLOC=3D'0'
GL_GNULIB_ATOLL=3D'0'
GL_GNULIB_BTOWC=3D'0'
GL_GNULIB_CALLOC_GNU=3D'0'
GL_GNULIB_CALLOC_POSIX=3D'0'
GL_GNULIB_CANONICALIZE_FILE_NAME=3D'0'
GL_GNULIB_CHDIR=3D'0'
GL_GNULIB_CHOWN=3D'0'
GL_GNULIB_CLOSE=3D'0'
GL_GNULIB_COPY_FILE_RANGE=3D'0'
GL_GNULIB_DUP2=3D'0'
GL_GNULIB_DUP3=3D'0'
GL_GNULIB_DUP=3D'0'
GL_GNULIB_DUPLOCALE=3D'0'
GL_GNULIB_ENVIRON=3D'1'
GL_GNULIB_EUIDACCESS=3D'0'
GL_GNULIB_EXECL=3D'0'
GL_GNULIB_EXECLE=3D'0'
GL_GNULIB_EXECLP=3D'0'
GL_GNULIB_EXECV=3D'0'
GL_GNULIB_EXECVE=3D'0'
GL_GNULIB_EXECVP=3D'0'
GL_GNULIB_EXECVPE=3D'0'
GL_GNULIB_EXPLICIT_BZERO=3D'0'
GL_GNULIB_FACCESSAT=3D'0'
GL_GNULIB_FCHDIR=3D'0'
GL_GNULIB_FCHOWNAT=3D'0'
GL_GNULIB_FDATASYNC=3D'0'
GL_GNULIB_FFSL=3D'0'
GL_GNULIB_FFSLL=3D'0'
GL_GNULIB_FREE_POSIX=3D'0'
GL_GNULIB_FSYNC=3D'0'
GL_GNULIB_FTRUNCATE=3D'0'
GL_GNULIB_GETCWD=3D'0'
GL_GNULIB_GETDOMAINNAME=3D'0'
GL_GNULIB_GETDTABLESIZE=3D'0'
GL_GNULIB_GETENTROPY=3D'0'
GL_GNULIB_GETGROUPS=3D'0'
GL_GNULIB_GETHOSTNAME=3D'0'
GL_GNULIB_GETLOADAVG=3D'0'
GL_GNULIB_GETLOGIN=3D'0'
GL_GNULIB_GETLOGIN_R=3D'0'
GL_GNULIB_GETOPT_POSIX=3D'0'
GL_GNULIB_GETPAGESIZE=3D'0'
GL_GNULIB_GETPASS=3D'0'
GL_GNULIB_GETPASS_GNU=3D'0'
GL_GNULIB_GETPROGNAME=3D'0'
GL_GNULIB_GETSUBOPT=3D'0'
GL_GNULIB_GETUSERSHELL=3D'0'
GL_GNULIB_GRANTPT=3D'0'
GL_GNULIB_GROUP_MEMBER=3D'0'
GL_GNULIB_IMAXABS=3D'0'
GL_GNULIB_IMAXDIV=3D'0'
GL_GNULIB_ISATTY=3D'0'
GL_GNULIB_ISWBLANK=3D'1'
GL_GNULIB_ISWCTYPE=3D'0'
GL_GNULIB_ISWDIGIT=3D'1'
GL_GNULIB_ISWXDIGIT=3D'1'
GL_GNULIB_LCHOWN=3D'0'
GL_GNULIB_LINK=3D'0'
GL_GNULIB_LINKAT=3D'0'
GL_GNULIB_LOCALECONV=3D'0'
GL_GNULIB_LOCALENAME=3D'0'
GL_GNULIB_LSEEK=3D'0'
GL_GNULIB_MALLOC_GNU=3D'0'
GL_GNULIB_MALLOC_POSIX=3D'0'
GL_GNULIB_MBRLEN=3D'0'
GL_GNULIB_MBRTOWC=3D'1'
GL_GNULIB_MBSCASECMP=3D'0'
GL_GNULIB_MBSCASESTR=3D'0'
GL_GNULIB_MBSCHR=3D'0'
GL_GNULIB_MBSCSPN=3D'0'
GL_GNULIB_MBSINIT=3D'1'
GL_GNULIB_MBSLEN=3D'1'
GL_GNULIB_MBSNCASECMP=3D'0'
GL_GNULIB_MBSNLEN=3D'0'
GL_GNULIB_MBSNRTOWCS=3D'0'
GL_GNULIB_MBSPBRK=3D'0'
GL_GNULIB_MBSPCASECMP=3D'0'
GL_GNULIB_MBSRCHR=3D'0'
GL_GNULIB_MBSRTOWCS=3D'0'
GL_GNULIB_MBSSEP=3D'0'
GL_GNULIB_MBSSPN=3D'0'
GL_GNULIB_MBSSTR=3D'0'
GL_GNULIB_MBSTOK_R=3D'0'
GL_GNULIB_MBSTOWCS=3D'0'
GL_GNULIB_MBTOWC=3D'0'
GL_GNULIB_MDA_ACCESS=3D'1'
GL_GNULIB_MDA_CHDIR=3D'1'
GL_GNULIB_MDA_CLOSE=3D'1'
GL_GNULIB_MDA_DUP2=3D'1'
GL_GNULIB_MDA_DUP=3D'1'
GL_GNULIB_MDA_ECVT=3D'1'
GL_GNULIB_MDA_EXECL=3D'1'
GL_GNULIB_MDA_EXECLE=3D'1'
GL_GNULIB_MDA_EXECLP=3D'1'
GL_GNULIB_MDA_EXECV=3D'1'
GL_GNULIB_MDA_EXECVE=3D'1'
GL_GNULIB_MDA_EXECVP=3D'1'
GL_GNULIB_MDA_EXECVPE=3D'1'
GL_GNULIB_MDA_FCVT=3D'1'
GL_GNULIB_MDA_GCVT=3D'1'
GL_GNULIB_MDA_GETCWD=3D'1'
GL_GNULIB_MDA_GETPID=3D'1'
GL_GNULIB_MDA_ISATTY=3D'1'
GL_GNULIB_MDA_LSEEK=3D'1'
GL_GNULIB_MDA_MEMCCPY=3D'1'
GL_GNULIB_MDA_MKTEMP=3D'1'
GL_GNULIB_MDA_PUTENV=3D'1'
GL_GNULIB_MDA_READ=3D'1'
GL_GNULIB_MDA_RMDIR=3D'1'
GL_GNULIB_MDA_STRDUP=3D'1'
GL_GNULIB_MDA_SWAB=3D'1'
GL_GNULIB_MDA_UNLINK=3D'1'
GL_GNULIB_MDA_WCSDUP=3D'1'
GL_GNULIB_MDA_WRITE=3D'1'
GL_GNULIB_MEMCHR=3D'1'
GL_GNULIB_MEMMEM=3D'0'
GL_GNULIB_MEMPCPY=3D'0'
GL_GNULIB_MEMRCHR=3D'0'
GL_GNULIB_MEMSET_EXPLICIT=3D'0'
GL_GNULIB_MKDTEMP=3D'0'
GL_GNULIB_MKOSTEMP=3D'0'
GL_GNULIB_MKOSTEMPS=3D'0'
GL_GNULIB_MKSTEMP=3D'0'
GL_GNULIB_MKSTEMPS=3D'0'
GL_GNULIB_PIPE2=3D'0'
GL_GNULIB_PIPE=3D'0'
GL_GNULIB_POSIX_MEMALIGN=3D'0'
GL_GNULIB_POSIX_OPENPT=3D'0'
GL_GNULIB_PREAD=3D'0'
GL_GNULIB_PTSNAME=3D'0'
GL_GNULIB_PTSNAME_R=3D'0'
GL_GNULIB_PUTENV=3D'0'
GL_GNULIB_PWRITE=3D'0'
GL_GNULIB_QSORT_R=3D'0'
GL_GNULIB_RANDOM=3D'0'
GL_GNULIB_RANDOM_R=3D'0'
GL_GNULIB_RAWMEMCHR=3D'0'
GL_GNULIB_READ=3D'0'
GL_GNULIB_READLINK=3D'0'
GL_GNULIB_READLINKAT=3D'0'
GL_GNULIB_REALLOCARRAY=3D'0'
GL_GNULIB_REALLOC_GNU=3D'0'
GL_GNULIB_REALLOC_POSIX=3D'0'
GL_GNULIB_REALPATH=3D'0'
GL_GNULIB_RMDIR=3D'0'
GL_GNULIB_RPMATCH=3D'0'
GL_GNULIB_SECURE_GETENV=3D'0'
GL_GNULIB_SETENV=3D'1'
GL_GNULIB_SETHOSTNAME=3D'0'
GL_GNULIB_SETLOCALE=3D'0'
GL_GNULIB_SETLOCALE_NULL=3D'1'
GL_GNULIB_SIGABBREV_NP=3D'0'
GL_GNULIB_SIGDESCR_NP=3D'0'
GL_GNULIB_SLEEP=3D'0'
GL_GNULIB_STPCPY=3D'0'
GL_GNULIB_STPNCPY=3D'0'
GL_GNULIB_STRCASESTR=3D'0'
GL_GNULIB_STRCHRNUL=3D'0'
GL_GNULIB_STRDUP=3D'0'
GL_GNULIB_STRERROR=3D'0'
GL_GNULIB_STRERRORNAME_NP=3D'0'
GL_GNULIB_STRERROR_R=3D'0'
GL_GNULIB_STRNCAT=3D'0'
GL_GNULIB_STRNDUP=3D'0'
GL_GNULIB_STRNLEN=3D'0'
GL_GNULIB_STRPBRK=3D'0'
GL_GNULIB_STRSEP=3D'0'
GL_GNULIB_STRSIGNAL=3D'0'
GL_GNULIB_STRSTR=3D'0'
GL_GNULIB_STRTOD=3D'0'
GL_GNULIB_STRTOIMAX=3D'0'
GL_GNULIB_STRTOK_R=3D'0'
GL_GNULIB_STRTOL=3D'0'
GL_GNULIB_STRTOLD=3D'0'
GL_GNULIB_STRTOLL=3D'0'
GL_GNULIB_STRTOUL=3D'0'
GL_GNULIB_STRTOULL=3D'0'
GL_GNULIB_STRTOUMAX=3D'0'
GL_GNULIB_STRVERSCMP=3D'0'
GL_GNULIB_SYMLINK=3D'0'
GL_GNULIB_SYMLINKAT=3D'0'
GL_GNULIB_SYSTEM_POSIX=3D'0'
GL_GNULIB_TOWCTRANS=3D'0'
GL_GNULIB_TRUNCATE=3D'0'
GL_GNULIB_TTYNAME_R=3D'0'
GL_GNULIB_UNISTD_H_GETOPT=3D'0'
GL_GNULIB_UNISTD_H_NONBLOCKING=3D'0'
GL_GNULIB_UNISTD_H_SIGPIPE=3D'0'
GL_GNULIB_UNLINK=3D'0'
GL_GNULIB_UNLINKAT=3D'0'
GL_GNULIB_UNLOCKPT=3D'0'
GL_GNULIB_UNSETENV=3D'0'
GL_GNULIB_USLEEP=3D'0'
GL_GNULIB_WCPCPY=3D'0'
GL_GNULIB_WCPNCPY=3D'0'
GL_GNULIB_WCRTOMB=3D'0'
GL_GNULIB_WCSCASECMP=3D'0'
GL_GNULIB_WCSCAT=3D'0'
GL_GNULIB_WCSCHR=3D'0'
GL_GNULIB_WCSCMP=3D'0'
GL_GNULIB_WCSCOLL=3D'0'
GL_GNULIB_WCSCPY=3D'0'
GL_GNULIB_WCSCSPN=3D'0'
GL_GNULIB_WCSDUP=3D'0'
GL_GNULIB_WCSFTIME=3D'0'
GL_GNULIB_WCSLEN=3D'0'
GL_GNULIB_WCSNCASECMP=3D'0'
GL_GNULIB_WCSNCAT=3D'0'
GL_GNULIB_WCSNCMP=3D'0'
GL_GNULIB_WCSNCPY=3D'0'
GL_GNULIB_WCSNLEN=3D'0'
GL_GNULIB_WCSNRTOMBS=3D'0'
GL_GNULIB_WCSPBRK=3D'0'
GL_GNULIB_WCSRCHR=3D'0'
GL_GNULIB_WCSRTOMBS=3D'0'
GL_GNULIB_WCSSPN=3D'0'
GL_GNULIB_WCSSTR=3D'0'
GL_GNULIB_WCSTOK=3D'0'
GL_GNULIB_WCSWIDTH=3D'0'
GL_GNULIB_WCSXFRM=3D'0'
GL_GNULIB_WCTOB=3D'0'
GL_GNULIB_WCTOMB=3D'0'
GL_GNULIB_WCTRANS=3D'0'
GL_GNULIB_WCTYPE=3D'0'
GL_GNULIB_WCWIDTH=3D'1'
GL_GNULIB_WMEMCHR=3D'0'
GL_GNULIB_WMEMCMP=3D'0'
GL_GNULIB_WMEMCPY=3D'0'
GL_GNULIB_WMEMMOVE=3D'0'
GL_GNULIB_WMEMPCPY=3D'0'
GL_GNULIB_WMEMSET=3D'0'
GL_GNULIB_WRITE=3D'0'
GL_GNULIB__EXIT=3D'0'
GMSGFMT=3D'/usr/local/bin/msgfmt'
GMSGFMT_015=3D'/usr/local/bin/msgfmt'
GNULIBHEADERS_OVERRIDE_WINT_T=3D'0'
GNUPLOAD=3D'gnupload'
GNU_RADIUS_LIBS=3D''
GNU_RADIUS_VERSION=3D''
GNU_RADIUS_VERSION_NUMBER=3D''
GREP=3D'/usr/local/bin/grep'
GUILE_BINDIR=3D''
GUILE_CONFIG=3D'no'
GUILE_INCLUDES=3D''
GUILE_LIBS=3D''
GUILE_SITE=3D''
GUILE_SNARF=3D''
GUILE_TOOLS=3D''
GUILE_VERSION=3D''
GUILE_VERSION_NUMBER=3D''
HARD_LOCALE_LIB=3D''
HAVE_ALIGNED_ALLOC=3D'1'
HAVE_ALLOCA_H=3D'1'
HAVE_ATOLL=3D'1'
HAVE_BTOWC=3D'1'
HAVE_C99_STDINT_H=3D'1'
HAVE_CANONICALIZE_FILE_NAME=3D'1'
HAVE_CHOWN=3D'1'
HAVE_COPY_FILE_RANGE=3D'1'
HAVE_CRTDEFS_H=3D'0'
HAVE_DECL_ECVT=3D'1'
HAVE_DECL_ENVIRON=3D'1'
HAVE_DECL_EXECVPE=3D'1'
HAVE_DECL_FCHDIR=3D'1'
HAVE_DECL_FCVT=3D'1'
HAVE_DECL_FDATASYNC=3D'1'
HAVE_DECL_GCVT=3D'1'
HAVE_DECL_GETDOMAINNAME=3D'1'
HAVE_DECL_GETLOADAVG=3D'1'
HAVE_DECL_GETLOGIN=3D'1'
HAVE_DECL_GETLOGIN_R=3D'1'
HAVE_DECL_GETPAGESIZE=3D'1'
HAVE_DECL_GETUSERSHELL=3D'1'
HAVE_DECL_IMAXABS=3D'1'
HAVE_DECL_IMAXDIV=3D'1'
HAVE_DECL_INITSTATE=3D'1'
HAVE_DECL_MEMMEM=3D'1'
HAVE_DECL_MEMRCHR=3D'1'
HAVE_DECL_PROGRAM_INVOCATION_NAME=3D'1'
HAVE_DECL_SETENV=3D'1'
HAVE_DECL_SETHOSTNAME=3D'1'
HAVE_DECL_SETSTATE=3D'1'
HAVE_DECL_STRDUP=3D'1'
HAVE_DECL_STRERROR_R=3D'1'
HAVE_DECL_STRNDUP=3D'1'
HAVE_DECL_STRNLEN=3D'1'
HAVE_DECL_STRSIGNAL=3D'1'
HAVE_DECL_STRTOIMAX=3D'1'
HAVE_DECL_STRTOK_R=3D'1'
HAVE_DECL_STRTOUMAX=3D'1'
HAVE_DECL_TRUNCATE=3D'1'
HAVE_DECL_TTYNAME_R=3D'1'
HAVE_DECL_UNSETENV=3D'1'
HAVE_DECL_WCSDUP=3D'1'
HAVE_DECL_WCTOB=3D'1'
HAVE_DECL_WCWIDTH=3D'1'
HAVE_DUP3=3D'1'
HAVE_DUPLOCALE=3D'1'
HAVE_EUIDACCESS=3D'1'
HAVE_EXECVPE=3D'1'
HAVE_EXPLICIT_BZERO=3D'1'
HAVE_FACCESSAT=3D'1'
HAVE_FCHDIR=3D'1'
HAVE_FCHOWNAT=3D'1'
HAVE_FDATASYNC=3D'1'
HAVE_FEATURES_H=3D'1'
HAVE_FFSL=3D'1'
HAVE_FFSLL=3D'1'
HAVE_FREELOCALE=3D'1'
HAVE_FSYNC=3D'1'
HAVE_FTRUNCATE=3D'1'
HAVE_GETDTABLESIZE=3D'1'
HAVE_GETENTROPY=3D'1'
HAVE_GETGROUPS=3D'1'
HAVE_GETHOSTNAME=3D'1'
HAVE_GETLOGIN=3D'1'
HAVE_GETPAGESIZE=3D'1'
HAVE_GETPASS=3D'1'
HAVE_GETPROGNAME=3D'1'
HAVE_GETSUBOPT=3D'1'
HAVE_GRANTPT=3D'1'
HAVE_GROUP_MEMBER=3D'1'
HAVE_IMAXABS=3D'1'
HAVE_IMAXDIV=3D'1'
HAVE_IMAXDIV_T=3D'1'
HAVE_INITSTATE=3D'1'
HAVE_INTTYPES_H=3D'1'
HAVE_ISWBLANK=3D'1'
HAVE_ISWCNTRL=3D'1'
HAVE_LCHOWN=3D'1'
HAVE_LINK=3D'1'
HAVE_LINKAT=3D'1'
HAVE_MAX_ALIGN_T=3D'1'
HAVE_MBRLEN=3D'1'
HAVE_MBRTOWC=3D'1'
HAVE_MBSINIT=3D'1'
HAVE_MBSLEN=3D'0'
HAVE_MBSNRTOWCS=3D'1'
HAVE_MBSRTOWCS=3D'1'
HAVE_MBTOWC=3D'1'
HAVE_MEMPCPY=3D'1'
HAVE_MEMSET_EXPLICIT=3D'1'
HAVE_MKDTEMP=3D'1'
HAVE_MKOSTEMP=3D'1'
HAVE_MKOSTEMPS=3D'1'
HAVE_MKSTEMP=3D'1'
HAVE_MKSTEMPS=3D'1'
HAVE_NEWLOCALE=3D'1'
HAVE_OS_H=3D'0'
HAVE_PIPE2=3D'1'
HAVE_PIPE=3D'1'
HAVE_POSIX_MEMALIGN=3D'1'
HAVE_POSIX_OPENPT=3D'1'
HAVE_PREAD=3D'1'
HAVE_PTSNAME=3D'1'
HAVE_PTSNAME_R=3D'1'
HAVE_PWRITE=3D'1'
HAVE_QSORT_R=3D'1'
HAVE_RANDOM=3D'1'
HAVE_RANDOM_H=3D'1'
HAVE_RANDOM_R=3D'1'
HAVE_RAWMEMCHR=3D'1'
HAVE_READLINK=3D'1'
HAVE_READLINKAT=3D'1'
HAVE_REALLOCARRAY=3D'1'
HAVE_REALPATH=3D'1'
HAVE_RPMATCH=3D'1'
HAVE_SECURE_GETENV=3D'1'
HAVE_SETENV=3D'1'
HAVE_SETHOSTNAME=3D'1'
HAVE_SETSTATE=3D'1'
HAVE_SIGABBREV_NP=3D'1'
HAVE_SIGDESCR_NP=3D'1'
HAVE_SIGNED_SIG_ATOMIC_T=3D''
HAVE_SIGNED_WCHAR_T=3D''
HAVE_SIGNED_WINT_T=3D''
HAVE_SLEEP=3D'1'
HAVE_STDINT_H=3D'1'
HAVE_STPCPY=3D'1'
HAVE_STPNCPY=3D'1'
HAVE_STRCASESTR=3D'1'
HAVE_STRCHRNUL=3D'1'
HAVE_STRERRORNAME_NP=3D'1'
HAVE_STRPBRK=3D'1'
HAVE_STRSEP=3D'1'
HAVE_STRTOD=3D'1'
HAVE_STRTOL=3D'1'
HAVE_STRTOLD=3D'1'
HAVE_STRTOLL=3D'1'
HAVE_STRTOUL=3D'1'
HAVE_STRTOULL=3D'1'
HAVE_STRUCT_RANDOM_DATA=3D'1'
HAVE_STRVERSCMP=3D'1'
HAVE_SYMLINK=3D'1'
HAVE_SYMLINKAT=3D'1'
HAVE_SYS_BITYPES_H=3D'0'
HAVE_SYS_INTTYPES_H=3D'0'
HAVE_SYS_LOADAVG_H=3D'0'
HAVE_SYS_PARAM_H=3D'0'
HAVE_SYS_TYPES_H=3D'1'
HAVE_UNISTD_H=3D'1'
HAVE_UNISTRING_WOE32DLL_H=3D'0'
HAVE_UNLINKAT=3D'1'
HAVE_UNLOCKPT=3D'1'
HAVE_USLEEP=3D'1'
HAVE_VISIBILITY=3D''
HAVE_WCHAR_H=3D'1'
HAVE_WCHAR_T=3D'1'
HAVE_WCPCPY=3D'1'
HAVE_WCPNCPY=3D'1'
HAVE_WCRTOMB=3D'1'
HAVE_WCSCASECMP=3D'1'
HAVE_WCSCAT=3D'1'
HAVE_WCSCHR=3D'1'
HAVE_WCSCMP=3D'1'
HAVE_WCSCOLL=3D'1'
HAVE_WCSCPY=3D'1'
HAVE_WCSCSPN=3D'1'
HAVE_WCSDUP=3D'1'
HAVE_WCSFTIME=3D'1'
HAVE_WCSLEN=3D'1'
HAVE_WCSNCASECMP=3D'1'
HAVE_WCSNCAT=3D'1'
HAVE_WCSNCMP=3D'1'
HAVE_WCSNCPY=3D'1'
HAVE_WCSNLEN=3D'1'
HAVE_WCSNRTOMBS=3D'1'
HAVE_WCSPBRK=3D'1'
HAVE_WCSRCHR=3D'1'
HAVE_WCSRTOMBS=3D'1'
HAVE_WCSSPN=3D'1'
HAVE_WCSSTR=3D'1'
HAVE_WCSTOK=3D'1'
HAVE_WCSWIDTH=3D'1'
HAVE_WCSXFRM=3D'1'
HAVE_WCTRANS_T=3D'1'
HAVE_WCTYPE_H=3D'1'
HAVE_WCTYPE_T=3D'1'
HAVE_WINT_T=3D'1'
HAVE_WMEMCHR=3D'1'
HAVE_WMEMCMP=3D'1'
HAVE_WMEMCPY=3D'1'
HAVE_WMEMMOVE=3D'1'
HAVE_WMEMPCPY=3D'1'
HAVE_WMEMSET=3D'1'
HAVE_XLOCALE_H=3D'0'
HAVE__EXIT=3D'1'
IMPRIMATUR_COND_DIST_INFO_FALSE=3D''
IMPRIMATUR_COND_DIST_INFO_TRUE=3D'#'
IMPRIMATUR_COND_FRENCHSPACING_FALSE=3D''
IMPRIMATUR_COND_FRENCHSPACING_TRUE=3D'#'
IMPRIMATUR_COND_MAKEDOC_FALSE=3D''
IMPRIMATUR_COND_MAKEDOC_TRUE=3D'#'
IMPRIMATUR_MAKEINFOFLAGS=3D'-I $(top_srcdir)/doc/imprimatur -D $(RENDITION)'
IMPRIMATUR_MODULE_DIR=3D'doc/imprimatur'
INCLUDE_NEXT=3D'include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE=3D'include_next'
INSTALL_DATA=3D'${INSTALL} -m 644'
INSTALL_PROGRAM=3D'${INSTALL}'
INSTALL_SCRIPT=3D'${INSTALL}'
INSTALL_STRIP_PROGRAM=3D'$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX=3D'1'
INT64_MAX_EQ_LONG_MAX=3D'defined _LP64'
INTLLIBS=3D''
INTL_MACOSX_LIBS=3D''
KRB5CFGPATH=3D'none'
LD=3D'/usr/local/bin/ld -m elf_x86_64'
LDFLAGS=3D'-Wl,-O1'
LEX=3D'flex'
LEXLIB=3D''
LEX_OUTPUT_ROOT=3D'lex.yy'
LIBICONV=3D''
LIBINTL=3D''
LIBMU_SCM=3D''
LIBMU_SCM_DEPS=3D''
LIBOBJS=3D''
LIBPMULTITHREAD=3D''
LIBPTHREAD=3D''
LIBS=3D'-lcrypt -lresolv  -lpthread'
LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool'
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE=3D'#'
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=3D''
LIBUNISTRING_UNITYPES_H=3D'unitypes.h'
LIBUNISTRING_UNIWIDTH_H=3D'uniwidth.h'
LIB_HARD_LOCALE=3D''
LIB_MBRTOWC=3D''
LIB_SCHED_YIELD=3D''
LIB_SETLOCALE_NULL=3D''
LIMITS_H=3D'limits.h'
LIPO=3D''
LN_S=3D'ln -s'
LOCALCHARSET_TESTS_ENVIRONMENT=3D''
LOCALENAME_ENHANCE_LOCALE_FUNCS=3D'0'
LOCALE_FR=3D'none'
LOCALE_FR_UTF8=3D'none'
LOCALE_JA=3D'none'
LOCALE_ZH_CN=3D'none'
LTDL_LIB=3D'-lltdl'
LTLIBICONV=3D''
LTLIBINTL=3D''
LTLIBOBJS=3D''
LT_SYS_LIBRARY_PATH=3D''
MAILBINDIR=3D'${bindir}'
MAKEINFO=3D'${SHELL} '\''/tmp/mailutils-3.20/build-aux/missing'\'' makeinfo'
MANIFEST_TOOL=3D':'
MBRTOWC_LIB=3D''
MH_BIN_DIR=3D'${exec_prefix}/bin/mu-mh'
MKDIR_P=3D'./build-aux/install-sh -c -d'
MSGFMT=3D'/usr/local/bin/msgfmt'
MSGFMT_015=3D'/usr/local/bin/msgfmt'
MSGMERGE=3D'/usr/local/bin/msgmerge'
MU_APP_COMMON_INCLUDES=3D'-I${srcdir} -I${top_srcdir}/include -I${top_srcdi=
r}/lib -I${top_srcdir}/lib/gnu -I${top_builddir}/lib/gnu -I${top_builddir} =
-I${top_builddir}/include'
MU_APP_LIBRARIES=3D'${top_builddir}/lib/libmuaux.la ${UNISTRING_LIBS}'
MU_AUTHINCS=3D''
MU_AUTHLIBS=3D'-lgsasl -lgnutls '
MU_COMMON_LIBRARIES=3D'$(LTLIBINTL) $(LTLIBICONV)'
MU_COND_COMSAT_FALSE=3D'#'
MU_COND_COMSAT_TRUE=3D''
MU_COND_DBM_FALSE=3D''
MU_COND_DBM_TRUE=3D'#'
MU_COND_DECODEMAIL_FALSE=3D'#'
MU_COND_DECODEMAIL_TRUE=3D''
MU_COND_DOTLOCK_FALSE=3D'#'
MU_COND_DOTLOCK_TRUE=3D''
MU_COND_FRM_FALSE=3D'#'
MU_COND_FRM_TRUE=3D''
MU_COND_GNUTLS_FALSE=3D'#'
MU_COND_GNUTLS_TRUE=3D''
MU_COND_GSASL_FALSE=3D'#'
MU_COND_GSASL_TRUE=3D''
MU_COND_GSSAPI_FALSE=3D''
MU_COND_GSSAPI_TRUE=3D'#'
MU_COND_IMAP4D_FALSE=3D'#'
MU_COND_IMAP4D_TRUE=3D''
MU_COND_LIBMU_SCM_FALSE=3D''
MU_COND_LIBMU_SCM_TRUE=3D'#'
MU_COND_LMTPD_FALSE=3D'#'
MU_COND_LMTPD_TRUE=3D''
MU_COND_MAILBOX_QUOTA_FALSE=3D''
MU_COND_MAILBOX_QUOTA_TRUE=3D'#'
MU_COND_MAIL_FALSE=3D'#'
MU_COND_MAIL_TRUE=3D''
MU_COND_MDA_FALSE=3D'#'
MU_COND_MDA_TOOLS_FALSE=3D'#'
MU_COND_MDA_TOOLS_TRUE=3D''
MU_COND_MDA_TRUE=3D''
MU_COND_MESSAGES_FALSE=3D'#'
MU_COND_MESSAGES_TRUE=3D''
MU_COND_MH_FALSE=3D'#'
MU_COND_MH_TRUE=3D''
MU_COND_MIMEVIEW_FALSE=3D'#'
MU_COND_MIMEVIEW_TRUE=3D''
MU_COND_MOVEMAIL_FALSE=3D'#'
MU_COND_MOVEMAIL_TRUE=3D''
MU_COND_POP3D_FALSE=3D'#'
MU_COND_POP3D_TRUE=3D''
MU_COND_PUTMAIL_FALSE=3D'#'
MU_COND_PUTMAIL_TRUE=3D''
MU_COND_PYTHON_FALSE=3D''
MU_COND_PYTHON_TRUE=3D'#'
MU_COND_READLINE_FALSE=3D'#'
MU_COND_READLINE_TRUE=3D''
MU_COND_READMSG_FALSE=3D'#'
MU_COND_READMSG_TRUE=3D''
MU_COND_SIEVE_FALSE=3D'#'
MU_COND_SIEVE_TRUE=3D''
MU_COND_SUPPORT_CXX_FALSE=3D''
MU_COND_SUPPORT_CXX_TRUE=3D'#'
MU_COND_SUPPORT_DOTMAIL_FALSE=3D'#'
MU_COND_SUPPORT_DOTMAIL_TRUE=3D''
MU_COND_SUPPORT_IMAP_FALSE=3D'#'
MU_COND_SUPPORT_IMAP_TRUE=3D''
MU_COND_SUPPORT_MAILDIR_FALSE=3D'#'
MU_COND_SUPPORT_MAILDIR_TRUE=3D''
MU_COND_SUPPORT_MH_FALSE=3D'#'
MU_COND_SUPPORT_MH_TRUE=3D''
MU_COND_SUPPORT_POP_FALSE=3D'#'
MU_COND_SUPPORT_POP_TRUE=3D''
MU_COND_SUPPORT_PROG_FALSE=3D'#'
MU_COND_SUPPORT_PROG_TRUE=3D''
MU_COND_SUPPORT_RADIUS_FALSE=3D''
MU_COND_SUPPORT_RADIUS_TRUE=3D'#'
MU_COND_SUPPORT_SENDMAIL_FALSE=3D'#'
MU_COND_SUPPORT_SENDMAIL_TRUE=3D''
MU_COND_SUPPORT_SMTP_FALSE=3D'#'
MU_COND_SUPPORT_SMTP_TRUE=3D''
MU_COND_SUPPORT_VIRTUAL_DOMAINS_FALSE=3D'#'
MU_COND_SUPPORT_VIRTUAL_DOMAINS_TRUE=3D''
MU_COND_UNISTRING_FALSE=3D'#'
MU_COND_UNISTRING_TRUE=3D''
MU_CXX_EXAMPLES_BUILD=3D''
MU_DEFAULT_RECORD=3D'mu_mbox_record'
MU_DEFAULT_SCHEME=3D'mbox'
MU_GUILE_SIEVE_MOD_DIR=3D''
MU_LIB_AUTH=3D'${top_builddir}/libmu_auth/libmu_auth.la'
MU_LIB_COMMON_INCLUDES=3D'-I${top_builddir} -I${top_srcdir}/include  -I${to=
p_builddir}/include'
MU_LIB_CPP=3D''
MU_LIB_DOTMAIL=3D'${top_builddir}/libproto/dotmail/libmu_dotmail.la'
MU_LIB_IMAP=3D'${top_builddir}/libproto/imap/libmu_imap.la'
MU_LIB_LOCAL_MAILBOX=3D'$(MU_LIB_MBOX) $(MU_LIB_MH) $(MU_LIB_MAILDIR) $(MU_=
LIB_DOTMAIL)'
MU_LIB_MAILBOX=3D'$(MU_LIB_LOCAL_MAILBOX) $(MU_LIB_REMOTE_MAILBOX)'
MU_LIB_MAILDIR=3D'${top_builddir}/libproto/maildir/libmu_maildir.la'
MU_LIB_MAILER=3D'${top_builddir}/libproto/mailer/libmu_mailer.la'
MU_LIB_MAILUTILS=3D'${top_builddir}/libmailutils/libmailutils.la'
MU_LIB_MBOX=3D'${top_builddir}/libproto/mbox/libmu_mbox.la'
MU_LIB_MH=3D'${top_builddir}/libproto/mh/libmu_mh.la'
MU_LIB_POP=3D'${top_builddir}/libproto/pop/libmu_pop.la'
MU_LIB_PY=3D''
MU_LIB_REMOTE_MAILBOX=3D' $(MU_LIB_IMAP) $(MU_LIB_POP)'
MU_LIB_SCM=3D''
MU_LIB_SIEVE=3D'${top_builddir}/libmu_sieve/libmu_sieve.la'
MU_LIB_SQL=3D'${top_builddir}/sql/libsql.la'
MU_OFF_TYPE=3D'long'
MU_PRI_OFF_T=3D'ld'
MU_SIEVE_MODDIR=3D'$(libdir)/$(PACKAGE)'
MU_SMTP_DEJATOOL=3D'$(SMTP_DEJATOOL)'
MU_SMTP_PROGRAMS_BUILD=3D'$(MU_SMTP_PROGRAMS_LIST)'
MU_TCPWRAP_LIBRARIES=3D'${top_builddir}/lib/libmutcpwrap.a -lnsl -lwrap'
MU_ULONG_MAX_1=3D'18446744073709551614'
MYSQLLIBS=3D''
NEXT_ASSERT_H=3D''
NEXT_AS_FIRST_DIRECTIVE_ASSERT_H=3D''
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=3D'<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H=3D'<limits.h>'
NEXT_AS_FIRST_DIRECTIVE_LOCALE_H=3D'<locale.h>'
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=3D'<stddef.h>'
NEXT_AS_FIRST_DIRECTIVE_STDINT_H=3D'<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=3D'<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_STRING_H=3D'<string.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=3D'<sys/types.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=3D'<unistd.h>'
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=3D'<wchar.h>'
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=3D'<wctype.h>'
NEXT_INTTYPES_H=3D'<inttypes.h>'
NEXT_LIMITS_H=3D'<limits.h>'
NEXT_LOCALE_H=3D'<locale.h>'
NEXT_STDDEF_H=3D'<stddef.h>'
NEXT_STDINT_H=3D'<stdint.h>'
NEXT_STDLIB_H=3D'<stdlib.h>'
NEXT_STRING_H=3D'<string.h>'
NEXT_SYS_TYPES_H=3D'<sys/types.h>'
NEXT_UNISTD_H=3D'<unistd.h>'
NEXT_WCHAR_H=3D'<wchar.h>'
NEXT_WCTYPE_H=3D'<wctype.h>'
NM=3D'/usr/local/bin/nm -B'
NMEDIT=3D''
OBJDUMP=3D'objdump'
OBJEXT=3D'o'
ODBCLIBS=3D''
OTOOL64=3D''
OTOOL=3D''
PACKAGE=3D'mailutils'
PACKAGE_BUGREPORT=3D'[email protected]'
PACKAGE_NAME=3D'GNU Mailutils'
PACKAGE_STRING=3D'GNU Mailutils 3.20'
PACKAGE_TARNAME=3D'mailutils'
PACKAGE_URL=3D'http://mailutils.org'
PACKAGE_VERSION=3D'3.20'
PATH_SEPARATOR=3D':'
PERL=3D'false'
POPAUTH=3D''
POSUB=3D'po'
PRAGMA_COLUMNS=3D''
PRAGMA_SYSTEM_HEADER=3D'#pragma GCC system_header'
PRIPTR_PREFIX=3D'__PRIPTR_PREFIX'
PTRDIFF_T_SUFFIX=3D''
PYTHON=3D':'
PYTHON_CONFIG=3D''
PYTHON_EXEC_DIR=3D''
PYTHON_EXEC_PREFIX=3D''
PYTHON_INCLUDES=3D''
PYTHON_LIBS=3D''
PYTHON_PLATFORM=3D''
PYTHON_PREFIX=3D''
PYTHON_SITE_DIR=3D''
PYTHON_VERSION=3D''
RANLIB=3D'ranlib'
READLINE_LIBS=3D'-lreadline '
RENDITION=3D'DISTRIB'
REPLACE_ACCESS=3D'0'
REPLACE_ALIGNED_ALLOC=3D'0'
REPLACE_BTOWC=3D'0'
REPLACE_CALLOC_FOR_CALLOC_GNU=3D'0'
REPLACE_CALLOC_FOR_CALLOC_POSIX=3D'0'
REPLACE_CANONICALIZE_FILE_NAME=3D'0'
REPLACE_CHOWN=3D'0'
REPLACE_CLOSE=3D'0'
REPLACE_COPY_FILE_RANGE=3D'0'
REPLACE_DUP2=3D'0'
REPLACE_DUP3=3D'0'
REPLACE_DUP=3D'0'
REPLACE_DUPLOCALE=3D'0'
REPLACE_EXECL=3D'0'
REPLACE_EXECLE=3D'0'
REPLACE_EXECLP=3D'0'
REPLACE_EXECV=3D'0'
REPLACE_EXECVE=3D'0'
REPLACE_EXECVP=3D'0'
REPLACE_EXECVPE=3D'0'
REPLACE_FACCESSAT=3D'0'
REPLACE_FCHOWNAT=3D'0'
REPLACE_FDATASYNC=3D'0'
REPLACE_FFSLL=3D'0'
REPLACE_FREE=3D'0'
REPLACE_FREELOCALE=3D'0'
REPLACE_FTRUNCATE=3D'0'
REPLACE_GETCWD=3D'0'
REPLACE_GETDOMAINNAME=3D'0'
REPLACE_GETDTABLESIZE=3D'0'
REPLACE_GETENTROPY=3D'0'
REPLACE_GETGROUPS=3D'0'
REPLACE_GETLOADAVG=3D'0'
REPLACE_GETLOGIN_R=3D'0'
REPLACE_GETPAGESIZE=3D'0'
REPLACE_GETPASS=3D'0'
REPLACE_GETPASS_FOR_GETPASS_GNU=3D'0'
REPLACE_GETPROGNAME=3D'0'
REPLACE_GETSUBOPT=3D'0'
REPLACE_IMAXABS=3D'0'
REPLACE_IMAXDIV=3D'0'
REPLACE_INITSTATE=3D'0'
REPLACE_ISATTY=3D'0'
REPLACE_ISWBLANK=3D'0'
REPLACE_ISWCNTRL=3D'0'
REPLACE_ISWDIGIT=3D'0'
REPLACE_ISWXDIGIT=3D'0'
REPLACE_LCHOWN=3D'0'
REPLACE_LINK=3D'0'
REPLACE_LINKAT=3D'0'
REPLACE_LOCALECONV=3D'0'
REPLACE_LSEEK=3D'0'
REPLACE_MALLOC_FOR_MALLOC_GNU=3D'0'
REPLACE_MALLOC_FOR_MALLOC_POSIX=3D'0'
REPLACE_MBRLEN=3D'0'
REPLACE_MBRTOWC=3D'1'
REPLACE_MBSINIT=3D'0'
REPLACE_MBSNRTOWCS=3D'0'
REPLACE_MBSRTOWCS=3D'0'
REPLACE_MBSTATE_T=3D'0'
REPLACE_MBSTOWCS=3D'0'
REPLACE_MBTOWC=3D'0'
REPLACE_MB_CUR_MAX=3D'0'
REPLACE_MEMCHR=3D'0'
REPLACE_MEMMEM=3D'0'
REPLACE_MEMPCPY=3D'0'
REPLACE_MKOSTEMP=3D'0'
REPLACE_MKOSTEMPS=3D'0'
REPLACE_MKSTEMP=3D'0'
REPLACE_NEWLOCALE=3D'0'
REPLACE_NULL=3D'0'
REPLACE_PIPE2=3D'0'
REPLACE_POSIX_MEMALIGN=3D'0'
REPLACE_POSIX_OPENPT=3D'0'
REPLACE_PREAD=3D'0'
REPLACE_PTSNAME=3D'0'
REPLACE_PTSNAME_R=3D'0'
REPLACE_PUTENV=3D'0'
REPLACE_PWRITE=3D'0'
REPLACE_QSORT_R=3D'0'
REPLACE_RANDOM=3D'0'
REPLACE_RANDOM_R=3D'0'
REPLACE_READ=3D'0'
REPLACE_READLINK=3D'0'
REPLACE_READLINKAT=3D'0'
REPLACE_REALLOCARRAY=3D'0'
REPLACE_REALLOC_FOR_REALLOC_GNU=3D'0'
REPLACE_REALLOC_FOR_REALLOC_POSIX=3D'0'
REPLACE_REALPATH=3D'0'
REPLACE_RMDIR=3D'0'
REPLACE_SETENV=3D'0'
REPLACE_SETHOSTNAME=3D'0'
REPLACE_SETLOCALE=3D'0'
REPLACE_SETSTATE=3D'0'
REPLACE_SLEEP=3D'0'
REPLACE_STPCPY=3D'0'
REPLACE_STPNCPY=3D'0'
REPLACE_STRCASESTR=3D'0'
REPLACE_STRCHRNUL=3D'0'
REPLACE_STRDUP=3D'0'
REPLACE_STRERROR=3D'0'
REPLACE_STRERRORNAME_NP=3D'0'
REPLACE_STRERROR_R=3D'0'
REPLACE_STRNCAT=3D'0'
REPLACE_STRNDUP=3D'0'
REPLACE_STRNLEN=3D'0'
REPLACE_STRSIGNAL=3D'0'
REPLACE_STRSTR=3D'0'
REPLACE_STRTOD=3D'0'
REPLACE_STRTOIMAX=3D'0'
REPLACE_STRTOK_R=3D'0'
REPLACE_STRTOL=3D'0'
REPLACE_STRTOLD=3D'0'
REPLACE_STRTOLL=3D'0'
REPLACE_STRTOUL=3D'0'
REPLACE_STRTOULL=3D'0'
REPLACE_STRTOUMAX=3D'0'
REPLACE_STRUCT_LCONV=3D'0'
REPLACE_SYMLINK=3D'0'
REPLACE_SYMLINKAT=3D'0'
REPLACE_TOWLOWER=3D'0'
REPLACE_TRUNCATE=3D'0'
REPLACE_TTYNAME_R=3D'0'
REPLACE_UNLINK=3D'0'
REPLACE_UNLINKAT=3D'0'
REPLACE_UNSETENV=3D'0'
REPLACE_USLEEP=3D'0'
REPLACE_WCRTOMB=3D'0'
REPLACE_WCSCMP=3D'0'
REPLACE_WCSFTIME=3D'0'
REPLACE_WCSNCMP=3D'0'
REPLACE_WCSNRTOMBS=3D'0'
REPLACE_WCSRTOMBS=3D'0'
REPLACE_WCSSTR=3D'0'
REPLACE_WCSTOK=3D'0'
REPLACE_WCSWIDTH=3D'0'
REPLACE_WCTOB=3D'0'
REPLACE_WCTOMB=3D'0'
REPLACE_WCWIDTH=3D'0'
REPLACE_WMEMCMP=3D'0'
REPLACE_WMEMPCPY=3D'0'
REPLACE_WRITE=3D'0'
REPLACE__EXIT=3D'0'
SCHED_YIELD_LIB=3D''
SED=3D'/usr/local/bin/sed'
SERV_AUTHINCS=3D''
SERV_AUTHLIBS=3D''
SETLOCALE_NULL_LIB=3D''
SET_MAKE=3D''
SHELL=3D'/bin/sh'
SIG_ATOMIC_T_SUFFIX=3D''
SITE_CRAM_MD5_PWD=3D'$(sysconfdir)/cram-md5.pwd'
SITE_MAIL_RC=3D'$(sysconfdir)/mail.rc'
SITE_VIRTUAL_PWDDIR=3D'$(sysconfdir)/domain'
SIZE_T_SUFFIX=3D''
SQLLIB=3D''
SQL_LIBOBJS=3D''
SQL_LOADABLE_MODULES=3D''
SQL_LTLIBOBJS=3D''
SQL_MODULES=3D''
STDCKDINT_H=3D''
STDDEF_H=3D'stddef.h'
STDINT_H=3D''
STRIP=3D'strip'
TLS_LIBS=3D'-lgnutls '
UINT32_MAX_LT_UINTMAX_MAX=3D'1'
UINT64_MAX_EQ_ULONG_MAX=3D'defined _LP64'
UNDEFINE_STRTOK_R=3D'0'
UNISTD_H_HAVE_SYS_RANDOM_H=3D'0'
UNISTD_H_HAVE_WINSOCK2_H=3D'0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=3D'0'
UNISTRING_LIBS=3D'-lunistring'
USE_NLS=3D'yes'
VERSION=3D'3.20'
VI_AGE=3D'0'
VI_CURRENT=3D'9'
VI_REVISION=3D'0'
WCHAR_T_SUFFIX=3D''
WINDOWS_64_BIT_OFF_T=3D'0'
WINDOWS_STAT_INODES=3D'0'
WINT_T_SUFFIX=3D''
XGETTEXT=3D'/usr/local/bin/xgettext'
XGETTEXT_015=3D'/usr/local/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=3D''
ac_ct_AR=3D'ar'
ac_ct_CC=3D'gcc -flto -fuse-linker-plugin'
ac_ct_CXX=3D''
ac_ct_DUMPBIN=3D''
am__EXEEXT_FALSE=3D''
am__EXEEXT_TRUE=3D'#'
am__fastdepCC_FALSE=3D'#'
am__fastdepCC_TRUE=3D''
am__fastdepCXX_FALSE=3D'#'
am__fastdepCXX_TRUE=3D''
am__include=3D'include'
am__isrc=3D''
am__leading_dot=3D'.'
am__nodep=3D'_no'
am__quote=3D''
am__tar=3D'$${TAR-tar} chof - "$$tardir"'
am__untar=3D'$${TAR-tar} xf -'
bindir=3D'${exec_prefix}/bin'
build=3D'x86_64-pc-linux-gnu'
build_alias=3D''
build_cpu=3D'x86_64'
build_os=3D'linux-gnu'
build_vendor=3D'pc'
datadir=3D'${datarootdir}'
datarootdir=3D'/usr/local/share'
docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir=3D'${docdir}'
exec_prefix=3D'/usr/local'
gl_LIBOBJDEPS=3D''
gl_LIBOBJS=3D''
gl_LTLIBOBJS=3D''
gltests_LIBOBJDEPS=3D''
gltests_LIBOBJS=3D''
gltests_LTLIBOBJS=3D''
gltests_WITNESS=3D'IN_MAILUTILS_GNULIB_TESTS'
host=3D'x86_64-pc-linux-gnu'
host_alias=3D''
host_cpu=3D'x86_64'
host_os=3D'linux-gnu'
host_vendor=3D'pc'
htmldir=3D'${docdir}'
includedir=3D'/usr/local/include'
infodir=3D'${datarootdir}/info'
install_sh=3D'${SHELL} /tmp/mailutils-3.20/build-aux/install-sh'
libdir=3D'${exec_prefix}/lib'
libexecdir=3D'${exec_prefix}/libexec'
lisp_LISP=3D''
lispdir=3D'${datadir}/emacs/site-lisp'
localedir=3D'${datarootdir}/locale'
localstatedir=3D'${prefix}/var'
mandir=3D'${datarootdir}/man'
mkdir_p=3D'$(MKDIR_P)'
mu_aux_dir=3D'$(top_srcdir)/mu-aux'
oldincludedir=3D'/usr/include'
pdfdir=3D'${docdir}'
pkgpyexecdir=3D''
pkgpythondir=3D''
prefix=3D'/usr/local'
program_transform_name=3D's,x,x,'
psdir=3D'${docdir}'
pyexecdir=3D''
pythondir=3D''
runstatedir=3D'${localstatedir}/run'
sbindir=3D'${exec_prefix}/sbin'
sharedstatedir=3D'${prefix}/com'
sysconfdir=3D'/etc'
target_alias=3D''

## ------------------- ##
## File substitutions. ##
## ------------------- ##

PATHDEFS_H=3D'pathdefs.h'

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

/* confdefs.h */
#define PACKAGE_NAME "GNU Mailutils"
#define PACKAGE_TARNAME "mailutils"
#define PACKAGE_VERSION "3.20"
#define PACKAGE_STRING "GNU Mailutils 3.20"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL "http://mailutils.org"
#define PACKAGE "mailutils"
#define VERSION "3.20"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_THREADS_H 1
#define HAVE_LIMITS_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDCKDINT_H 1
#define HAVE_FEATURES_H 1
#define HAVE_SYS_PARAM_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 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_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 __EXTENSIONS__ 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ICONV_CONST=20
#define HAVE_ICONV_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_ENVIRON_DECL 1
#define HAVE_PTHREAD_API 1
#define SETLOCALE_NULL_ALL_MTSAFE 1
#define SETLOCALE_NULL_ONE_MTSAFE 1
#define HAVE_WINT_T 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define restrict __restrict__
#define HAVE_ISWCNTRL 1
#define HAVE_MBSINIT 1
#define HAVE_MBRTOWC 1
#define HAVE_ISASCII 1
#define HAVE_MPROTECT 1
#define HAVE_SETENV 1
#define HAVE_WCWIDTH 1
#define HAVE_GETPAGESIZE 1
#define HAVE_TOWLOWER 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_WCHAR_T 1
#define MALLOC_0_IS_NONNULL 1
#define HAVE_MBSTATE_T 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_DECL_SETENV 1
#define HAVE_SEARCH_H 1
#define HAVE_TSEARCH 1
#define HAVE_DECL_ECVT 1
#define HAVE_DECL_FCVT 1
#define HAVE_DECL_GCVT 1
#define _USE_STD_STAT 1
#define HAVE_DECL_EXECVPE 1
#define HAVE_DECL_WCSDUP 1
#define HAVE_ALLOCA 1
#define GNULIB_TEST_ENVIRON 1
#define HAVE_ISWBLANK 1
#define HAVE_DECL_ISWBLANK 1
#define GNULIB_TEST_ISWBLANK 1
#define GNULIB_TEST_ISWDIGIT 1
#define GNULIB_TEST_ISWXDIGIT 1
#define MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ 1
#define GNULIB_TEST_MBRTOWC 1
#define GNULIB_TEST_MBSINIT 1
#define GNULIB_TEST_MBSLEN 1
#define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
#define HAVE_MBSTATE_T 1
#define GNULIB_TEST_MEMCHR 1
#define GNULIB_TEST_SETENV 1
#define SETLOCALE_NULL_ALL_MTSAFE 1
#define SETLOCALE_NULL_ONE_MTSAFE 1
#define GNULIB_TEST_SETLOCALE_NULL 1
#define HAVE_C_VARARRAYS 1
#define HAVE_DECL_WCWIDTH 1
#define GNULIB_TEST_WCWIDTH 1
#define HAVE_LIBRESOLV 1
#define HAVE_LIBLTDL 1
#define HAVE_TCPD_H 1
#define WITH_LIBWRAP 1
#define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
#define WITH_GSASL 1
#define WITH_GNUTLS 1
#define WITH_TLS 1
#define HAVE_PATHS_H 1
#define HAVE_CLOSEFROM 1
#define HAVE_PROC_SELF_FD 1
#define LOG_FACILITY LOG_MAIL
#define LOG_FACILITY_STRING "mail"
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_OBSTACK_H 1
#define HAVE_PATHS_H 1
#define HAVE_SHADOW_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TERMIO_H 1
#define HAVE_SGTTY_H 1
#define HAVE_UTMP_H 1
#define HAVE_UTMPX_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_INTPTR_T 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_STRUCT_TM_TM_GMTOFF 1
#define HAVE_STRUCT_TM_TM_ISDST 1
#define SIZEOF_OFF_T 8
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define HAVE_MMAP 1
#define HAVE_DECL_STRSIGNAL 1
#define HAVE_DECL_ENVIRON 1
#define HAVE_MKSTEMP 1
#define HAVE_SIGACTION 1
#define HAVE_SYSCONF 1
#define HAVE_GETDELIM 1
#define HAVE_SETREUID 1
#define HAVE_SETRESUID 1
#define HAVE_SETEUID 1
#define HAVE_SETLOCALE 1
#define HAVE_VFORK 1
#define HAVE__EXIT 1
#define HAVE_TCGETATTR 1
#define HAVE_TCSETATTR 1
#define HAVE_FSEEKO 1
#define HAVE_FGETPWENT 1
#define HAVE_UTMP_H 1
#define HAVE_UTMPX_H 1
#define HAVE_GETUTENT_CALLS /**/
#define HAVE_STRUCT_UTMP_UT_USER 1
#define HAVE_STRUCT_UTMP_UT_NAME 1
#define MAILUTILS_IPV6 1
#define HAVE_WCWIDTH 1
#define ENABLE_VIRTUAL_DOMAINS 1
#define ENABLE_IMAP 1
#define ENABLE_POP 1
#define ENABLE_MH 1
#define ENABLE_MAILDIR 1
#define ENABLE_DOTMAIL 1
#define ENABLE_SMTP 1
#define ENABLE_SENDMAIL 1
#define ENABLE_PROG 1
#define HAVE_CRYPT_H 1
#define HAVE_DECL_CRYPT 1
#define HAVE_LIBCRYPT 1
#define HAVE_PTHREAD_H 1
#define WITH_PTHREAD 1
#define _REENTRANT 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_READLINE_READLINE_H 1
#define WITH_READLINE 1
#define HAVE_RL_COMPLETION_MATCHES 1
#define HAVE_UNICASE_H 1
#define HAVE_UNISTR_H 1
#define WITH_UNISTRING 1
#define YYTEXT_POINTER 1
#define MU_DEFAULT_SCHEME "mbox"
#define MU_BUILD_POP3D 1
#define MU_BUILD_IMAP4D 1
#define MU_BUILD_COMSAT 1
#define MU_BUILD_MDA 1
#define MU_BUILD_LMTPD 1
#define MU_BUILD_PUTMAIL 1
#define MU_BUILD_FRM 1
#define MU_BUILD_MAIL 1
#define MU_BUILD_SIEVE 1
#define MU_BUILD_MESSAGES 1
#define MU_BUILD_READMSG 1
#define MU_BUILD_DOTLOCK 1
#define MU_BUILD_MOVEMAIL 1
#define MU_BUILD_MIMEVIEW 1
#define MU_BUILD_DECODEMAIL 1
#define MU_BUILD_MH 1

configure: exit 0

--Multipart=_Sat__11_Oct_2025_16_20_23_+1100_/9XJ9HQ1bgwwwl8C
Content-Type: text/plain;
 name="make_log.txt"
Content-Disposition: attachment;
 filename="make_log.txt"
Content-Transfer-Encoding: quoted-printable

make  all-recursive
make[1]: Entering directory '/tmp/mailutils-3.20'
Making all in .
make[2]: Entering directory '/tmp/mailutils-3.20'
make[2]: Leaving directory '/tmp/mailutils-3.20'
Making all in mu-aux
make[2]: Entering directory '/tmp/mailutils-3.20/mu-aux'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/mailutils-3.20/mu-aux'
Making all in include
make[2]: Entering directory '/tmp/mailutils-3.20/include'
Making all in mailutils
make[3]: Entering directory '/tmp/mailutils-3.20/include/mailutils'
make  all-recursive
make[4]: Entering directory '/tmp/mailutils-3.20/include/mailutils'
Making all in sys
make[5]: Entering directory '/tmp/mailutils-3.20/include/mailutils/sys'
make  all-am
make[6]: Entering directory '/tmp/mailutils-3.20/include/mailutils/sys'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/tmp/mailutils-3.20/include/mailutils/sys'
make[5]: Leaving directory '/tmp/mailutils-3.20/include/mailutils/sys'
make[5]: Entering directory '/tmp/mailutils-3.20/include/mailutils'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/tmp/mailutils-3.20/include/mailutils'
make[4]: Leaving directory '/tmp/mailutils-3.20/include/mailutils'
make[3]: Leaving directory '/tmp/mailutils-3.20/include/mailutils'
make[3]: Entering directory '/tmp/mailutils-3.20/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/mailutils-3.20/include'
make[2]: Leaving directory '/tmp/mailutils-3.20/include'
Making all in po
make[2]: Entering directory '/tmp/mailutils-3.20/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/mailutils-3.20/po'
Making all in testsuite
make[2]: Entering directory '/tmp/mailutils-3.20/testsuite'
  CC       cwdrepl.o
  CC       mbox2dir.o
  CC       mockmail.o
  CC       mockmta.o
  CCLD     cwdrepl
  CCLD     mockmail
  CCLD     mbox2dir
  CCLD     mockmta
make[2]: Leaving directory '/tmp/mailutils-3.20/testsuite'
Making all in libmailutils
make[2]: Entering directory '/tmp/mailutils-3.20/libmailutils'
Making all in auth
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/auth'
  CC       auth.lo
  CC       system.lo
  CC       mu_auth.lo
  CCLD     libauth.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/auth'
Making all in base
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/base'
  CC       alloc.lo
  CC       amd.lo
  CC       argcvfree.lo
  CC       argcvjoin.lo
  CC       argcvrem.lo
  CC       assoc.lo
  CC       closefds.lo
  CC       coord.lo
  CC       copyfile.lo
  CC       ctparse.lo
  CC       daemon.lo
  CC       filesafety.lo
  CC       fdwait.lo
  CC       fgetpwent.lo
  CC       filename.lo
  CC       freeitem.lo
  CC       fscompose.lo
  CC       getcwd.lo
  CC       getmaxfd.lo
  CC       getpass.lo
  CC       glob.lo
  CC       hostname.lo
  CC       iterator.lo
  CC       kwd.lo
  CC       lcall.lo
  CC       locale.lo
  CC       locker.lo
  CC       md5.lo
  CC       monitor.lo
  CC       msgid.lo
  CC       munre.lo
  CC       mutil.lo
  CC       nls.lo
  CC       nullrec.lo
  CC       observer.lo
  CC       onexit.lo
  CC       opool.lo
  CC       permstr.lo
  CC       pidfile.lo
  CC       registrar.lo
  CC       refcount.lo
  CC       renamefile.lo
  CC       removefile.lo
  CC       rfc2047.lo
  CC       schemeauto.lo
  CC       sha1.lo
  CC       secret.lo
  CC       symlink.lo
  CC       spawnvp.lo
  CC       tempfile.lo
  CC       ticket.lo
  CC       tilde.lo
  CC       userprivs.lo
  CC       usremail.lo
  CC       version.lo
  CC       wicket.lo
  CCLD     libbase.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/base'
Making all in address
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/address'
  CC       address.lo
  CC       addrstream.lo
  CC       parse822.lo
  CCLD     libaddress.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/address'
Making all in list
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/list'
  CC       append.lo
  CC       array.lo
  CC       clear.lo
  CC       count.lo
  CC       create.lo
  CC       destroy.lo
  CC       empty.lo
  CC       fold.lo
  CC       foreach.lo
  CC       get.lo
  CC       getcomp.lo
  CC       foreachdir.lo
  CC       gmap.lo
  CC       head.lo
  CC       insert.lo
  CC       intersect.lo
  CC       iterator.lo
  CC       listlist.lo
  CC       locate.lo
  CC       map.lo
  CC       pop.lo
  CC       prepend.lo
  CC       push.lo
  CC       remove.lo
  CC       removenth.lo
  CC       replace.lo
  CC       rfold.lo
  CC       setcomp.lo
  CC       setdestr.lo
  CC       slice.lo
  CC       slice2.lo
  CC       sort.lo
  CC       tail.lo
  CCLD     liblist.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/list'
Making all in sockaddr
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/sockaddr'
  CC       copy.lo
  CC       create.lo
  CC       free.lo
  CC       fromnode.lo
  CC       fromsock.lo
  CC       insert.lo
  CC       ipaddr.lo
  CC       port.lo
  CC       str.lo
  CC       unlink.lo
  CC       url.lo
  CCLD     libsockaddr.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/sockaddr'
Making all in cidr
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/cidr'
  CC       fromsa.lo
  CC       fromstr.lo
  CC       match.lo
  CC       tosa.lo
  CC       tostr.lo
  CCLD     libcidr.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/cidr'
Making all in cfg
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/cfg'
make  all-am
make[4]: Entering directory '/tmp/mailutils-3.20/libmailutils/cfg'
  CC       driver.lo
  CC       format.lo
  CC       lexer.lo
  CC       parser.lo
  CCLD     libcfg.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libmailutils/cfg'
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/cfg'
Making all in cli
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/cli'
  CC       acl.lo
  CC       capa.lo
  CC       cli.lo
  CC       simple.lo
  CC       stdcapa.lo
  CCLD     libcli.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/cli'
Making all in diag
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/diag'
make  all-am
make[4]: Entering directory '/tmp/mailutils-3.20/libmailutils/diag'
  CC       bt.lo
  CC       debug.lo
  CC       diag.lo
  CC       muerror.lo
  CC       muerrno.lo
  CC       syslog.lo
  CC       wd.lo
  CCLD     libdiag.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libmailutils/diag'
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/diag'
Making all in filter
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/filter'
  CC       base64.lo
  CC       binflt.lo
  CC       c-escape.lo
  CC       crlfdot.lo
  CC       crlfflt.lo
  CC       decode.lo
  CC       dot.lo
  CC       dq.lo
  CC       filter.lo
  CC       fltchain.lo
  CC       fromflt.lo
  CC       fromrd.lo
  CC       header.lo
  CC       htmlent.lo
  CC       iconvflt.lo
  CC       inline-comment.lo
  CC       linecon.lo
  CC       linelenflt.lo
iconvflt.c: In function '_icvt_decoder':
iconvflt.c:63:62: warning: overflow in conversion from 'long unsigned int' =
to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
   63 | # define iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft) (errno=
 =3D EILSEQ, (size_t) -1)
      |                                                              ^
iconvflt.c:142:8: note: in expansion of macro 'iconv'
  142 |   rc =3D iconv (_icvt->cd, &ip, &ilen, &op, &olen);
      |        ^~~~~
  CC       percent.lo
  CC       qpflt.lo
  CC       xml.lo
  CCLD     libfilter.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/filter'
Making all in locus
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/locus'
  CC       ident.lo
  CC       debug.lo
  CC       linetrack.lo
  CC       locus.lo
  CC       filprloc.lo
  CC       strprloc.lo
  CCLD     liblocus.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/locus'
Making all in mailbox
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/mailbox'
  CC       mailbox.lo
  CC       mbx_default.lo
  CC       mbxitr.lo
  CC       attribute.lo
  CC       biffnotify.lo
  CC       body.lo
  CC       bodystruct.lo
  CC       copy.lo
  CC       envelope.lo
  CC       folder.lo
  CC       fsfolder.lo
  CC       hdrfirst.lo
  CC       hdritr.lo
  CC       header.lo
  CC       imapenv.lo
  CC       msgcpy.lo
  CC       msgattr.lo
  CC       msgbody.lo
  CC       msgcreat.lo
  CC       msgheader.lo
  CC       msgenv.lo
  CC       msglines.lo
  CC       msgmbx.lo
  CC       msgmod.lo
  CC       msgmulti.lo
  CC       msgnumparts.lo
  CC       msgobs.lo
  CC       msgpart.lo
  CC       msgqid.lo
  CC       msgqlines.lo
  CC       msgref.lo
  CC       msgsave.lo
  CC       msgscan.lo
  CC       msgsize.lo
  CC       msgstream.lo
  CC       msguid.lo
  CC       msguidl.lo
  CCLD     libmailbox.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/mailbox'
Making all in mailcap
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/mailcap'
  CC       ctmatch.lo
  CC       deferrclos.lo
  CC       mcp_creat.lo
  CC       mcp_destr.lo
  CC       mcp_get.lo
  CC       mcp_err.lo
  CC       mcp_find.lo
  CC       mcp_flags.lo
  CC       mcp_sel.lo
  CC       mcp_count.lo
  CC       ent_cmd.lo
  CC       ent_creat.lo
  CC       ent_destr.lo
  CC       ent_locus.lo
  CC       ent_type.lo
  CC       fields.lo
  CC       fieldacc.lo
  CC       finder.lo
  CC       parse.lo
  CC       parsefile.lo
  CCLD     libmailcap.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/mailcap'
Making all in mailer
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/mailer'
  CC       mailer.lo
  CC       progmailer.lo
  CCLD     libmailer.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/mailer'
Making all in mime
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/mime'
  CC       attachment.lo
  CC       mime.lo
  CC       mimehdr.lo
  CC       mimehdrset.lo
  CC       mimeitr.lo
  CCLD     libmime.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/mime'
Making all in mimetypes
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/mimetypes'
make  all-am
make[4]: Entering directory '/tmp/mailutils-3.20/libmailutils/mimetypes'
  CC       grammar.lo
  CC       lexer.lo
  CC       eval.lo
  CCLD     libmimetypes.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libmailutils/mimetypes'
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/mimetypes'
Making all in msgset
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/msgset'
  CC       add.lo
  CC       addset.lo
  CC       aggr.lo
  CC       clear.lo
  CC       copy.lo
  CC       create.lo
  CC       count.lo
  CC       getitr.lo
  CC       getlist.lo
  CC       getmbox.lo
  CC       first.lo
  CC       foreachnum.lo
  CC       foreachmsgno.lo
  CC       foreachuid.lo
  CC       foreachmsg.lo
  CC       free.lo
  CC       isempty.lo
  CC       last.lo
  CC       locate.lo
  CC       negate.lo
  CC       parse.lo
  CC       print.lo
  CC       sub.lo
  CC       subset.lo
  CC       trans.lo
  CCLD     libmsgset.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/msgset'
Making all in opt
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/opt'
  CC       opt.lo
  CC       help.lo
  CC       progname.lo
  CCLD     libopt.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/opt'
Making all in server
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/server'
  CC       acl.lo
  CC       server.lo
  CC       msrv.lo
  CC       ipsrv.lo
  CC       sid.lo
  CCLD     libserver.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/server'
Making all in string
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/string'
  CC       cpystr.lo
  CC       cstrcasecmp.lo
  CC       cstrcasestr.lo
  CC       cstrescape.lo
  CC       cstrunescape.lo
  CC       cstrlower.lo
  CC       cstrupper.lo
  CC       expvar.lo
  CC       hexstr.lo
  CC       safefilename.lo
  CC       stpcpy.lo
  CC       str_to_c.lo
  CC       strcount.lo
  CC       strltrim.lo
  CC       strpref.lo
  CC       strskip.lo
  CC       strsuf.lo
  CC       stripws.lo
  CC       strlst.lo
  CC       strrtrim.lo
  CC       strtosize.lo
  CC       trueans.lo
  CC       unfold.lo
  CC       asnprintf.lo
  CC       asprintf.lo
  CC       muctype.lo
  CC       vasnprintf.lo
  CC       mkfilename.lo
  CC       version.lo
  CC       wordsplit.lo
  CC       xdecode.lo
  CCLD     libstring.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/string'
Making all in stream
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/stream'
  CC       fltstream.lo
  CC       file_stream.lo
  CC       hdrcpy.lo
  CC       iostream.lo
  CC       logstream.lo
  CC       mailbox_stream.lo
  CC       mapfile_stream.lo
  CC       memory_stream.lo
  CC       message_stream.lo
  CC       nullstream.lo
  CC       prog_stream.lo
  CC       rdcache_stream.lo
  CC       socket_stream.lo
  CC       stdio_stream.lo
  CC       stream.lo
  CC       stream_printf.lo
  CC       stream_vprintf.lo
  CC       streamcpy.lo
  CC       streamref.lo
  CC       streamshift.lo
  CC       syslogstream.lo
  CC       tcp.lo
  CC       temp_file_stream.lo
  CC       temp_stream.lo
  CC       wordwrap.lo
  CC       xscript-stream.lo
  CCLD     libstream.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/stream'
Making all in stdstream
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/stdstream'
  CC       basestr.lo
  CC       dbgstream.lo
  CC       strerr.lo
  CCLD     libstdstream.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/stdstream'
Making all in property
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/property'
  CC       assocprop.lo
  CC       create.lo
  CC       mhprop.lo
  CC       propclr.lo
  CC       propget.lo
  CC       propitr.lo
  CC       propinv.lo
  CC       propset.lo
  CCLD     libproperty.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/property'
Making all in url
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/url'
  CC       add-param.lo
  CC       clr-param.lo
  CC       add-query.lo
  CC       clr-query.lo
  CC       copy.lo
  CC       create.lo
  CC       decode.lo
  CC       destroy.lo
  CC       dup.lo
  CC       expand.lo
  CC       flag.lo
  CC       get-auth.lo
  CC       get-host.lo
  CC       get-param.lo
  CC       get-path.lo
  CC       get-portstr.lo
  CC       get-query.lo
  CC       get-scheme.lo
  CC       get-secret.lo
  CC       get-user.lo
  CC       match.lo
  CC       null.lo
  CC       port.lo
  CC       scheme.lo
  CC       set-auth.lo
  CC       set-host.lo
  CC       set-path.lo
  CC       set-port.lo
  CC       set-scheme.lo
  CC       set-secret.lo
  CC       set-service.lo
  CC       set-user.lo
  CC       uplevel.lo
  CC       urlinv.lo
  CC       urlstr.lo
  CCLD     liburl.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/url'
Making all in imapio
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/imapio'
  CC       create.lo
  CC       errstate.lo
  CC       flags.lo
  CC       getline.lo
  CC       litstream.lo
  CC       litstring.lo
  CC       printf.lo
  CC       qstring.lo
  CC       replstr.lo
  CC       sendcmd.lo
  CC       send.lo
  CC       sendcmdv.lo
  CC       sendcmde.lo
  CC       sendflg.lo
  CC       sendmsgset.lo
  CC       time.lo
  CC       trace.lo
  CC       transport.lo
  CC       wildmatch.lo
  CC       words.lo
  CC       xscript.lo
  CCLD     libimapio.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/imapio'
Making all in datetime
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/datetime'
make  all-am
make[4]: Entering directory '/tmp/mailutils-3.20/libmailutils/datetime'
  CC       doy.lo
  CC       dow.lo
  CC       jd.lo
  CC       parsedate.lo
  CC       scantime.lo
  CC       streamftime.lo
  CC       strftime.lo
  CC       tab.lo
  CC       tzlocal.lo
  CC       tzutc.lo
  CC       unixtime.lo
  CC       utcoff.lo
  CC       yd.lo
  CCLD     libdatetime.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libmailutils/datetime'
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/datetime'
Making all in wicket
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/wicket'
  CC       file.lo
  CC       noauth.lo
  CCLD     libwicket.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/wicket'
Making all in .
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils'
  CCLD     libmailutils.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils'
Making all in tests
make[3]: Entering directory '/tmp/mailutils-3.20/libmailutils/tests'
  CC       addr.o
  CC       cidr.o
  CC       conttype.o
  CC       ctm.o
  CC       debugspec.o
  CC       decode2047.o
  CC       dump.o
  CC       encode2047.o
  CC       exp.o
  CC       fltst.o
  CC       fltcnt.o
  CC       fsaf.o
  CC       fsaftomod.o
  CC       fsfolder.o
  CC       tesh.lo
  CC       globtest.o
  CC       hdrcpy.o
  CC       imapio.o
  CC       lck.o
  CC       listop.o
  CC       listsort.o
  CC       linetrack.o
  CC       logstr.o
  CC       mailcap.o
  CC       mcf.o
  CC       mimehdr.o
  CC       mimeitr.o
  CC       modtofsaf.o
  CC       msgset.o
  CC       modmesg.o
  CC       parseopt.o
  CC       prop.o
  CC       readmesg.o
  CC       recenv.o
  CC       scantime.o
  CC       stream-getdelim.o
  CC       strftime.o
  CC       strin.o
  CC       strout.o
  CC       strtoc.o
  CC       t-rdcache.o
  CC       t0-stream.o
  CC       t1-stream.o
  CC       t-streamshift.o
  CC       tempfile.o
  CC       temp_stream.o
  CC       tcli.o
  CC       tocrlf.o
  CC       url-comp.o
  CC       url-parse.o
  CC       vexp.o
  CC       wicket.o
  CC       wordwrap.o
  CC       wsp.o
  CC       xscript.o
  CCLD     addr
  CCLD     cidr
  CCLD     conttype
  CCLD     ctm
  CCLD     debugspec
  CCLD     decode2047
  CCLD     dump
  CCLD     encode2047
  CCLD     exp
  CCLD     fltst
  CCLD     fltcnt
  CCLD     fsaf
  CCLD     fsaftomod
  CCLD     libmu_tesh.la
  CCLD     globtest
  CCLD     hdrcpy
  CCLD     imapio
  CCLD     lck
  CCLD     listop
  CCLD     listsort
  CCLD     linetrack
  CCLD     logstr
  CCLD     mailcap
  CCLD     mcf
  CCLD     mimehdr
  CCLD     mimeitr
  CCLD     modtofsaf
  CCLD     msgset
  CCLD     modmesg
  CCLD     parseopt
  CCLD     prop
  CCLD     readmesg
  CCLD     recenv
  CCLD     scantime
  CCLD     stream-getdelim
  CCLD     strftime
  CCLD     strin
  CCLD     strout
  CCLD     strtoc
  CCLD     t-rdcache
  CCLD     t0-stream
  CCLD     t1-stream
  CCLD     t-streamshift
  CCLD     tempfile
  CCLD     temp_stream
  CCLD     tcli
  CCLD     tocrlf
  CCLD     url-parse
  CCLD     url-comp
  CCLD     vexp
  CCLD     wicket
  CCLD     wordwrap
  CCLD     wsp
  CCLD     xscript
  CCLD     fsfolder
make[3]: Leaving directory '/tmp/mailutils-3.20/libmailutils/tests'
make[2]: Leaving directory '/tmp/mailutils-3.20/libmailutils'
Making all in sql
make[2]: Entering directory '/tmp/mailutils-3.20/sql'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/mailutils-3.20/sql'
Making all in libmu_auth
make[2]: Entering directory '/tmp/mailutils-3.20/libmu_auth'
Making all in .
make[3]: Entering directory '/tmp/mailutils-3.20/libmu_auth'
  CC       gsasl.lo
  CC       ldap.lo
  CC       pam.lo
  CC       radius.lo
  CC       sql.lo
  CC       virtual.lo
  CC       tlsconf.lo
  CC       tlsvar.lo
  CC       tls.lo
  CC       tlsiostr.lo
  CC       tlsfdstr.lo
  CCLD     libmu_auth.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libmu_auth'
Making all in tests
make[3]: Entering directory '/tmp/mailutils-3.20/libmu_auth/tests'
  CC       genfile.o
  CC       tlscpy.o
  CCLD     genfile
  CCLD     tlscpy
make[3]: Leaving directory '/tmp/mailutils-3.20/libmu_auth/tests'
make[2]: Leaving directory '/tmp/mailutils-3.20/libmu_auth'
Making all in libproto
make[2]: Entering directory '/tmp/mailutils-3.20/libproto'
Making all in mbox
make[3]: Entering directory '/tmp/mailutils-3.20/libproto/mbox'
Making all in .
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/mbox'
  CC       mboxrd.lo
  CC       message.lo
  CCLD     libmu_mbox.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/mbox'
Making all in tests
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/mbox/tests'
  CC       mbop.o
  CCLD     mbop
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/mbox/tests'
make[3]: Leaving directory '/tmp/mailutils-3.20/libproto/mbox'
Making all in mailer
make[3]: Entering directory '/tmp/mailutils-3.20/libproto/mailer'
Making all in .
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/mailer'
  CC       mailbox.lo
  CC       prog.lo
  CC       sendmail.lo
  CC       smtp.lo
  CC       smtp_auth.lo
  CC       smtp_capa.lo
  CC       smtp_capa_itr.lo
  CC       smtp_carrier.lo
  CC       smtp_cmd.lo
  CC       smtp_create.lo
  CC       smtp_data.lo
  CC       smtp_disconnect.lo
  CC       smtp_dot.lo
  CC       smtp_ehlo.lo
  CC       smtp_gsasl.lo
  CC       smtp_io.lo
  CC       smtp_mail.lo
  CC       smtp_mech.lo
  CC       smtp_open.lo
  CC       smtp_param.lo
  CC       smtp_quit.lo
  CC       smtp_rcpt.lo
  CC       smtp_rset.lo
  CC       smtp_secret.lo
  CC       smtp_send.lo
  CC       smtp_starttls.lo
  CC       smtp_trace.lo
  CC       smtp_url.lo
  CCLD     libmu_mailer.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/mailer'
Making all in tests
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/mailer/tests'
  CC       sends.o
  CC       sendm.o
  CC       smtpsend.o
  CCLD     sendm
  CCLD     sends
  CCLD     smtpsend
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/mailer/tests'
make[3]: Leaving directory '/tmp/mailutils-3.20/libproto/mailer'
Making all in pop
make[3]: Entering directory '/tmp/mailutils-3.20/libproto/pop'
  CC       mailbox.lo
  CC       folder.lo
  CC       url.lo
  CC       pop3_apop.lo
  CC       pop3_capa.lo
  CC       pop3_capatst.lo
  CC       pop3_carrier.lo
  CC       pop3_connect.lo
  CC       pop3_create.lo
  CC       pop3_dele.lo
  CC       pop3_destroy.lo
  CC       pop3_disconnect.lo
  CC       pop3_iterator.lo
  CC       pop3_lista.lo
  CC       pop3_listas.lo
  CC       pop3_list.lo
  CC       pop3_list_cmd.lo
  CC       pop3_noop.lo
  CC       pop3_pass.lo
  CC       pop3_quit.lo
  CC       pop3_rdlist.lo
  CC       pop3_readline.lo
  CC       pop3_response.lo
  CC       pop3_retr.lo
  CC       pop3_rset.lo
  CC       pop3_sendline.lo
  CC       pop3_stat.lo
  CC       pop3_stls.lo
  CC       pop3_stream.lo
  CC       pop3_timeout.lo
  CC       pop3_top.lo
  CC       pop3_trace.lo
  CC       pop3_uidl_cmd.lo
  CC       pop3_uidla.lo
  CC       pop3_uidlas.lo
  CC       pop3_uidl.lo
  CC       pop3_user.lo
  CCLD     libmu_pop.la
make[3]: Leaving directory '/tmp/mailutils-3.20/libproto/pop'
Making all in imap
make[3]: Entering directory '/tmp/mailutils-3.20/libproto/imap'
Making all in .
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/imap'
  CC       appmsg.lo
  CC       appstr.lo
  CC       appstrsiz.lo
  CC       fetch.lo
  CC       gencom.lo
  CC       genlist.lo
  CC       callback.lo
  CC       capability.lo
  CC       capatst.lo
  CC       carrier.lo
  CC       check.lo
  CC       close.lo
  CC       connect.lo
  CC       copy.lo
  CC       create.lo
  CC       delete.lo
  CC       destroy.lo
  CC       disconnect.lo
  CC       err.lo
  CC       expunge.lo
  CC       id.lo
  CC       list.lo
  CC       login.lo
  CC       logout.lo
  CC       lsub.lo
  CC       mbcreate.lo
  CC       noop.lo
  CC       rename.lo
  CC       resplist.lo
  CC       response.lo
  CC       resproc.lo
  CC       search.lo
  CC       select.lo
  CC       state.lo
  CC       status.lo
  CC       starttls.lo
  CC       store.lo
  CC       storeflg.lo
  CC       subscribe.lo
  CC       tag.lo
  CC       trace.lo
  CC       unselect.lo
  CC       unsubscribe.lo
  CC       folder.lo
  CC       mailbox.lo
  CC       url.lo
  CCLD     libmu_imap.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/imap'
Making all in tests
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/imap/tests'
  CC       imapfolder.o
  CCLD     imapfolder
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/imap/tests'
make[3]: Leaving directory '/tmp/mailutils-3.20/libproto/imap'
Making all in mh
make[3]: Entering directory '/tmp/mailutils-3.20/libproto/mh'
Making all in .
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/mh'
  CC       folder.lo
  CC       mh.lo
  CC       profile.lo
  CCLD     libmu_mh.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/mh'
Making all in tests
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/mh/tests'
  CC       mbop.o
  CCLD     mbop
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/mh/tests'
make[3]: Leaving directory '/tmp/mailutils-3.20/libproto/mh'
Making all in maildir
make[3]: Entering directory '/tmp/mailutils-3.20/libproto/maildir'
Making all in .
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/maildir'
  CC       folder.lo
  CC       maildir.lo
  CCLD     libmu_maildir.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/maildir'
Making all in tests
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/maildir/tests'
  CC       mbop.o
  CCLD     mbop
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/maildir/tests'
make[3]: Leaving directory '/tmp/mailutils-3.20/libproto/maildir'
Making all in dotmail
make[3]: Entering directory '/tmp/mailutils-3.20/libproto/dotmail'
Making all in .
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/dotmail'
  CC       dotmail.lo
  CC       message.lo
  CC       folder.lo
  CCLD     libmu_dotmail.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/dotmail'
Making all in tests
make[4]: Entering directory '/tmp/mailutils-3.20/libproto/dotmail/tests'
  CC       mbop.o
  CCLD     mbop
make[4]: Leaving directory '/tmp/mailutils-3.20/libproto/dotmail/tests'
make[3]: Leaving directory '/tmp/mailutils-3.20/libproto/dotmail'
make[3]: Entering directory '/tmp/mailutils-3.20/libproto'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/mailutils-3.20/libproto'
make[2]: Leaving directory '/tmp/mailutils-3.20/libproto'
Making all in libtests
make[2]: Entering directory '/tmp/mailutils-3.20/libtests'
  CC       fldel.o
  CC       mbdel.o
  CC       mimetest.o
  CCLD     mbdel
  CCLD     fldel
  CCLD     mimetest
make[2]: Leaving directory '/tmp/mailutils-3.20/libtests'
Making all in lib
make[2]: Entering directory '/tmp/mailutils-3.20/lib'
Making all in gnu
make[3]: Entering directory '/tmp/mailutils-3.20/lib/gnu'
  GEN      alloca.h
  GEN      inttypes.h
  GEN      limits.h
  GEN      locale.h
  GEN      stddef.h
  GEN      stdlib.h
  GEN      string.h
  GEN      sys/types.h
  GEN      unistd.h
  GEN      unitypes.h
  GEN      uniwidth.h
  GEN      wchar.h
  GEN      wctype.h
make  all-recursive
make[4]: Entering directory '/tmp/mailutils-3.20/lib/gnu'
make[5]: Entering directory '/tmp/mailutils-3.20/lib/gnu'
  CC       libgnu_la-des.lo
  CC       libgnu_la-hard-locale.lo
  CC       libgnu_la-imaxtostr.lo
  CC       libgnu_la-inttostr.lo
  CC       libgnu_la-offtostr.lo
  CC       libgnu_la-uinttostr.lo
  CC       libgnu_la-umaxtostr.lo
  CC       libgnu_la-localcharset.lo
  CC       libgnu_la-malloca.lo
  CC       libgnu_la-mbchar.lo
  CC       libgnu_la-mbiter.lo
  CC       libgnu_la-mbrtowc.lo
  CC       libgnu_la-mbslen.lo
  CC       libgnu_la-mbswidth.lo
  CC       libgnu_la-mbuiter.lo
  CC       libgnu_la-setlocale_null.lo
  CC       libgnu_la-strnlen1.lo
  CC       libgnu_la-unistd.lo
  CC       libgnu_la-wctype-h.lo
  CC       uniwidth/libgnu_la-width.lo
  CCLD     libgnu.la
make[5]: Leaving directory '/tmp/mailutils-3.20/lib/gnu'
make[4]: Leaving directory '/tmp/mailutils-3.20/lib/gnu'
make[3]: Leaving directory '/tmp/mailutils-3.20/lib/gnu'
Making all in .
make[3]: Entering directory '/tmp/mailutils-3.20/lib'
  CC       script.o
  CC       sieve.o
  CC       tcpwrap.o
  CC       mailcap.lo
  CC       manlock.lo
  CC       mdecode.lo
  CC       signal.lo
  CC       strexit.lo
  CC       mu_umaxtostr.lo
  CC       unistr_u8.lo
  AR       libmuscript.a
  AR       libmutcpwrap.a
  CCLD     libmuaux.la
make[3]: Leaving directory '/tmp/mailutils-3.20/lib'
make[2]: Leaving directory '/tmp/mailutils-3.20/lib'
Making all in libmu_sieve
make[2]: Entering directory '/tmp/mailutils-3.20/libmu_sieve'
make  all-recursive
make[3]: Entering directory '/tmp/mailutils-3.20/libmu_sieve'
Making all in .
make[4]: Entering directory '/tmp/mailutils-3.20/libmu_sieve'
  CC       actions.lo
  CC       conf.lo
  CC       comparator.lo
  CC       encoded.lo
  CC       environment.lo
  CC       load.lo
  CC       mem.lo
  CC       prog.lo
  CC       registry.lo
  CC       relational.lo
  CC       require.lo
  CC       runtime.lo
  CC       sieve-gram.lo
  CC       sieve-lex.lo
  CC       strexp.lo
  CC       string.lo
  CC       tests.lo
  CC       util.lo
  CC       variables.lo
  CCLD     libmu_sieve.la
make[4]: Leaving directory '/tmp/mailutils-3.20/libmu_sieve'
Making all in extensions
make[4]: Entering directory '/tmp/mailutils-3.20/libmu_sieve/extensions'
  CC       editheader.lo
  CC       list.lo
  CC       moderator.lo
  CC       pipe.lo
  CC       spamd.lo
  CC       timestamp.lo
make[4]: *** No rule to make target '../../libmu_dbm/libmu_dbm.la', needed =
by 'uidnew.la'.  Stop.
make[4]: *** Waiting for unfinished jobs....
  CC       uidnew.lo
make[4]: Leaving directory '/tmp/mailutils-3.20/libmu_sieve/extensions'
make[3]: *** [Makefile:1452: all-recursive] Error 1
make[3]: Leaving directory '/tmp/mailutils-3.20/libmu_sieve'
make[2]: *** [Makefile:1268: all] Error 2
make[2]: Leaving directory '/tmp/mailutils-3.20/libmu_sieve'
make[1]: *** [Makefile:1372: all-recursive] Error 1
make[1]: Leaving directory '/tmp/mailutils-3.20'
make: *** [Makefile:1257: all] Error 2

--Multipart=_Sat__11_Oct_2025_16_20_23_+1100_/9XJ9HQ1bgwwwl8C--