bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] timeval not found in http.c


From: djh
Subject: [bug-mailutils] timeval not found in http.c
Date: Mon, 31 Oct 2005 17:44:45 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.11) Gecko/20050728

I applied the patch you sent to the argcv.c file.

Then did:
        ./autogen.sh
        ./configure
        make

Result:
   ---------------------
make[3]: Entering directory /cygdrive/c/cygwin-djh/mailutils/mailutils/examples' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../include/mailutils/gnu -I../mailbox -DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -MT http.o -MD -MP -MF ".deps/http.Tpo" -c -o http.o http.c; \ then mv -f ".deps/http.Tpo" ".deps/http.Po"; else rm -f ".deps/http.Tpo"; exit 1; fi
http.c: In function `http_stream_wait':
http.c:42: error: storage size of 'tv' isn't known
make[3]: *** [http.o] Error 1


   ---------------------
I am attaching the generated "config.log"



Thanks for any help.
  dj henman

-------------------------------------------
Sergey Poznyakoff wrote:

djh <address@hidden> wrote:


I am sending the config.log file attached to this e-mail.


Thank you. Please apply the following patch:

Index: examples/argcv.c
===================================================================
RCS file: /cvsroot/mailutils/mailutils/examples/argcv.c,v
retrieving revision 1.2
diff -p -u -r1.2 argcv.c
--- examples/argcv.c    26 Aug 2005 14:23:32 -0000      1.2
+++ examples/argcv.c    28 Oct 2005 12:22:40 -0000
@@ -16,6 +16,9 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
    MA 02110-1301 USA */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

Regards,
Sergey

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 0.6.92, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

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

hostname = henman-np
uname -m = i686
uname -r = 1.5.18(0.132/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2005-07-02 20:30

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

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

PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/local/tetex/bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/zdjh/djp/scripts
PATH: /cygdrive/c/zdjh/djp/scripts/zsh
PATH: /usr/local/nmh/bin
PATH: /usr/local/nmh/lib
PATH: /cygdrive/c/Program Files/ThinkPad/Utilities
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Program Files/Intel/Wireless/Bin/
PATH: /cygdrive/c/Program Files/ATI Technologies/ATI Control Panel
PATH: /cygdrive/c/IBMTOOLS/Python22
PATH: /cygdrive/c/Program Files/PC-Doctor for Windows/services
PATH: /cygdrive/c/Program Files/Common Files/GTK/2.0/bin
PATH: /usr/bin


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

configure:1626: checking build system type
configure:1644: result: i686-pc-cygwin
configure:1652: checking host system type
configure:1666: result: i686-pc-cygwin
configure:1674: checking target system type
configure:1688: result: i686-pc-cygwin
configure:1716: checking for a BSD-compatible install
configure:1771: result: /bin/install -c
configure:1782: checking whether build environment is sane
configure:1825: result: yes
configure:1890: checking for gawk
configure:1906: found /bin/gawk
configure:1916: result: gawk
configure:1926: checking whether make sets $(MAKE)
configure:1946: result: yes
configure:2134: checking for style of include used by make
configure:2162: result: GNU
configure:2233: checking for gcc
configure:2249: found /bin/gcc
configure:2259: result: gcc
configure:2503: checking for C compiler version
configure:2506: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:2509: $? = 0
configure:2511: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr 
--exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib 
--mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug : (reconfigured) 
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
configure:2514: $? = 0
configure:2516: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2519: $? = 1
configure:2542: checking for C compiler default output file name
configure:2545: gcc    conftest.c  >&5
configure:2548: $? = 0
configure:2594: result: a.exe
configure:2599: checking whether the C compiler works
configure:2605: ./a.exe
configure:2608: $? = 0
configure:2625: result: yes
configure:2632: checking whether we are cross compiling
configure:2634: result: no
configure:2637: checking for suffix of executables
configure:2639: gcc -o conftest.exe    conftest.c  >&5
configure:2642: $? = 0
configure:2667: result: .exe
configure:2673: checking for suffix of object files
configure:2694: gcc -c   conftest.c >&5
configure:2697: $? = 0
configure:2719: result: o
configure:2723: checking whether we are using the GNU C compiler
configure:2747: gcc -c   conftest.c >&5
configure:2753: $? = 0
configure:2757: test -z 
                         || test ! -s conftest.err
configure:2760: $? = 0
configure:2763: test -s conftest.o
configure:2766: $? = 0
configure:2779: result: yes
configure:2785: checking whether gcc accepts -g
configure:2806: gcc -c -g  conftest.c >&5
configure:2812: $? = 0
configure:2816: test -z 
                         || test ! -s conftest.err
configure:2819: $? = 0
configure:2822: test -s conftest.o
configure:2825: $? = 0
configure:2836: result: yes
configure:2853: checking for gcc option to accept ANSI C
configure:2923: gcc  -c -g -O2  conftest.c >&5
configure:2929: $? = 0
configure:2933: test -z 
                         || test ! -s conftest.err
configure:2936: $? = 0
configure:2939: test -s conftest.o
configure:2942: $? = 0
configure:2960: result: none needed
configure:2978: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2984: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3119: checking dependency style of gcc
configure:3209: result: gcc3
configure:3232: checking how to run the C preprocessor
configure:3267: gcc -E  conftest.c
configure:3273: $? = 0
configure:3305: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3311: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3350: result: gcc -E
configure:3374: gcc -E  conftest.c
configure:3380: $? = 0
configure:3412: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3418: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3462: checking for egrep
configure:3472: result: grep -E
configure:3478: checking for AIX
configure:3500: result: no
configure:3506: checking for ANSI C header files
configure:3531: gcc -c -g -O2  conftest.c >&5
configure:3537: $? = 0
configure:3541: test -z 
                         || test ! -s conftest.err
configure:3544: $? = 0
configure:3547: test -s conftest.o
configure:3550: $? = 0
configure:3639: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:3642: $? = 0
configure:3644: ./conftest.exe
configure:3647: $? = 0
configure:3662: result: yes
configure:3686: checking for sys/types.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3686: checking for sys/stat.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3686: checking for stdlib.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3686: checking for string.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3686: checking for memory.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3686: checking for strings.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3686: checking for inttypes.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3686: checking for stdint.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3686: checking for unistd.h
configure:3702: gcc -c -g -O2  conftest.c >&5
configure:3708: $? = 0
configure:3712: test -z 
                         || test ! -s conftest.err
configure:3715: $? = 0
configure:3718: test -s conftest.o
configure:3721: $? = 0
configure:3732: result: yes
configure:3754: checking minix/config.h usability
configure:3766: gcc -c -g -O2  conftest.c >&5
conftest.c:56:26: minix/config.h: No such file or directory
configure:3772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3795: result: no
configure:3799: checking minix/config.h presence
configure:3809: gcc -E  conftest.c
conftest.c:22:26: minix/config.h: No such file or directory
configure:3815: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:3835: result: no
configure:3870: checking for minix/config.h
configure:3877: result: no
configure:3981: checking for gcc
configure:4007: result: gcc
configure:4251: checking for C compiler version
configure:4254: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:4257: $? = 0
configure:4259: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr 
--exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib 
--mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug : (reconfigured) 
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
configure:4262: $? = 0
configure:4264: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:4267: $? = 1
configure:4270: checking whether we are using the GNU C compiler
configure:4326: result: yes
configure:4332: checking whether gcc accepts -g
configure:4383: result: yes
configure:4400: checking for gcc option to accept ANSI C
configure:4507: result: none needed
configure:4525: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:4531: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:4666: checking dependency style of gcc
configure:4756: result: gcc3
configure:4786: checking for a BSD-compatible install
configure:4841: result: /bin/install -c
configure:4852: checking whether ln -s works
configure:4856: result: yes
configure:4937: checking for a sed that does not truncate output
configure:4991: result: /bin/sed
configure:5005: checking for ld used by gcc
configure:5072: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:5081: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU 
ld
configure:5096: result: yes
configure:5101: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload 
object files
configure:5108: result: -r
configure:5126: checking for BSD-compatible nm
configure:5168: result: /bin/nm -B
configure:5172: checking how to recognise dependent libraries
configure:5344: result: file_magic ^x86 archive import|^x86 DLL
configure:5566: checking dlfcn.h usability
configure:5578: gcc -c -g -O2  conftest.c >&5
configure:5584: $? = 0
configure:5588: test -z 
                         || test ! -s conftest.err
configure:5591: $? = 0
configure:5594: test -s conftest.o
configure:5597: $? = 0
configure:5607: result: yes
configure:5611: checking dlfcn.h presence
configure:5621: gcc -E  conftest.c
configure:5627: $? = 0
configure:5647: result: yes
configure:5682: checking for dlfcn.h
configure:5689: result: yes
configure:5754: checking for g++
configure:5770: found /bin/g++
configure:5780: result: g++
configure:5796: checking for C++ compiler version
configure:5799: g++ --version </dev/null >&5
g++ (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:5802: $? = 0
configure:5804: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr 
--exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib 
--mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug : (reconfigured) 
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
configure:5807: $? = 0
configure:5809: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:5812: $? = 1
configure:5815: checking whether we are using the GNU C++ compiler
configure:5839: g++ -c   conftest.cc >&5
configure:5845: $? = 0
configure:5849: test -z 
                         || test ! -s conftest.err
configure:5852: $? = 0
configure:5855: test -s conftest.o
configure:5858: $? = 0
configure:5871: result: yes
configure:5877: checking whether g++ accepts -g
configure:5898: g++ -c -g  conftest.cc >&5
configure:5904: $? = 0
configure:5908: test -z 
                         || test ! -s conftest.err
configure:5911: $? = 0
configure:5914: test -s conftest.o
configure:5917: $? = 0
configure:5928: result: yes
configure:5970: g++ -c -g -O2  conftest.cc >&5
configure:5976: $? = 0
configure:5980: test -z 
                         || test ! -s conftest.err
configure:5983: $? = 0
configure:5986: test -s conftest.o
configure:5989: $? = 0
configure:6015: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:29: error: `exit' undeclared (first use this function)
conftest.cc:29: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
configure:6021: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5970: g++ -c -g -O2  conftest.cc >&5
configure:5976: $? = 0
configure:5980: test -z 
                         || test ! -s conftest.err
configure:5983: $? = 0
configure:5986: test -s conftest.o
configure:5989: $? = 0
configure:6015: g++ -c -g -O2  conftest.cc >&5
configure:6021: $? = 0
configure:6025: test -z 
                         || test ! -s conftest.err
configure:6028: $? = 0
configure:6031: test -s conftest.o
configure:6034: $? = 0
configure:6059: checking dependency style of g++
configure:6149: result: gcc3
configure:6176: checking how to run the C++ preprocessor
configure:6207: g++ -E  conftest.cc
configure:6213: $? = 0
configure:6245: g++ -E  conftest.cc
conftest.cc:28:28: ac_nonexistent.h: No such file or directory
configure:6251: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6290: result: g++ -E
configure:6314: g++ -E  conftest.cc
configure:6320: $? = 0
configure:6352: g++ -E  conftest.cc
conftest.cc:28:28: ac_nonexistent.h: No such file or directory
configure:6358: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6455: checking for g77
configure:6471: found /bin/g77
configure:6481: result: g77
configure:6496: checking for Fortran 77 compiler version
configure:6499: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
Copyright (C) 2004 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:6502: $? = 0
configure:6504: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr 
--exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib 
--mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug : (reconfigured) 
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
configure:6507: $? = 0
configure:6509: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:6512: $? = 1
configure:6520: checking whether we are using the GNU Fortran 77 compiler
configure:6534: g77 -c  conftest.F >&5
configure:6540: $? = 0
configure:6544: test -z 
                         || test ! -s conftest.err
configure:6547: $? = 0
configure:6550: test -s conftest.o
configure:6553: $? = 0
configure:6566: result: yes
configure:6572: checking whether g77 accepts -g
configure:6584: g77 -c -g conftest.f >&5
configure:6590: $? = 0
configure:6594: test -z 
                         || test ! -s conftest.err
configure:6597: $? = 0
configure:6600: test -s conftest.o
configure:6603: $? = 0
configure:6615: result: yes
configure:6645: checking the maximum length of command line arguments
configure:6737: result: 8192
configure:6748: checking command to parse /bin/nm -B output from gcc object
configure:6844: gcc -c -g -O2  conftest.c >&5
configure:6847: $? = 0
configure:6851: /bin/nm -B conftest.o \| sed -n -e 's/^.*[      
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6854: $? = 0
cannot find nm_test_var in conftest.nm
configure:6844: gcc -c -g -O2  conftest.c >&5
configure:6847: $? = 0
configure:6851: /bin/nm -B conftest.o \| sed -n -e 's/^.*[      
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:6854: $? = 0
configure:6906: gcc -o conftest.exe -g -O2   conftest.c conftstm.o >&5
configure:6909: $? = 0
configure:6947: result: ok
configure:6951: checking for objdir
configure:6966: result: .libs
configure:7056: checking for ar
configure:7072: found /bin/ar
configure:7083: result: ar
configure:7136: checking for ranlib
configure:7152: found /bin/ranlib
configure:7163: result: ranlib
configure:7216: checking for strip
configure:7232: found /bin/strip
configure:7243: result: strip
configure:7530: checking if gcc static flag  works
configure:7558: result: yes
configure:7576: checking if gcc supports -fno-rtti -fno-exceptions
configure:7594: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:7598: $? = 0
configure:7611: result: no
configure:7626: checking for gcc option to produce PIC
configure:7830: result: 
configure:7897: checking if gcc supports -c -o file.o
configure:7918: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7922: $? = 0
configure:7944: result: yes
configure:7970: checking whether the gcc linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:8866: result: yes
configure:8892: checking whether -lc should be explicitly linked in
configure:8897: gcc -c -g -O2  conftest.c >&5
configure:8900: $? = 0
configure:8914: gcc -shared conftest.o  -v -o ./conftest 
-Wl,--enable-auto-image-base -Wl,--out-implib,conftest 2\>\&1 \| grep  -lc  
\>/dev/null 2\>\&1
configure:8917: $? = 1
configure:8929: result: yes
configure:8937: checking dynamic linker characteristics
configure:9491: result: Win32 ld.exe
configure:9495: checking how to hardcode library paths into programs
configure:9520: result: immediate
configure:9534: checking whether stripping libraries is possible
configure:9539: result: yes
configure:10155: checking whether a program can dlopen itself
configure:10227: gcc -o conftest.exe -g -O2  -DHAVE_DLFCN_H  
-Wl,--export-dynamic conftest.c   >&5
configure:10230: $? = 0
configure:10248: result: no
configure:10369: checking if libtool supports shared libraries
configure:10371: result: yes
configure:10374: checking whether to build shared libraries
configure:10395: result: yes
configure:10398: checking whether to build static libraries
configure:10402: result: yes
configure:10494: creating libtool
configure:11072: checking for ld used by g++
configure:11139: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:11148: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU 
ld
configure:11163: result: yes
configure:11214: checking whether the g++ linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:12094: result: yes
configure:12112: g++ -c -g -O2  conftest.cpp >&5
configure:12115: $? = 0
configure:12225: checking for g++ option to produce PIC
configure:12493: result: 
configure:12560: checking if g++ supports -c -o file.o
configure:12581: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:12585: $? = 0
configure:12607: result: yes
configure:12633: checking whether the g++ linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:12658: result: yes
configure:12729: checking dynamic linker characteristics
configure:13283: result: Win32 ld.exe
configure:13287: checking how to hardcode library paths into programs
configure:13312: result: immediate
configure:13326: checking whether stripping libraries is possible
configure:13331: result: yes
configure:13947: checking whether a program can dlopen itself
configure:14040: result: no
configure:14667: checking if libtool supports shared libraries
configure:14669: result: yes
configure:14672: checking whether to build shared libraries
configure:14692: result: yes
configure:14695: checking whether to build static libraries
configure:14699: result: yes
configure:14711: checking for g77 option to produce PIC
configure:14915: result: 
configure:14982: checking if g77 supports -c -o file.o
configure:15003: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:15007: $? = 0
configure:15029: result: yes
configure:15055: checking whether the g77 linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:15931: result: yes
configure:16002: checking dynamic linker characteristics
configure:16556: result: Win32 ld.exe
configure:16560: checking how to hardcode library paths into programs
configure:16585: result: immediate
configure:16599: checking whether stripping libraries is possible
configure:16604: result: yes
configure:20857: checking for bison
configure:20873: found /bin/bison
configure:20883: result: bison -y
configure:20898: checking for flex
configure:20914: found /bin/flex
configure:20924: result: flex
configure:20937: checking for yywrap in -lfl
configure:20967: gcc -o conftest.exe -g -O2   conftest.c -lfl   >&5
configure:20973: $? = 0
configure:20977: test -z 
                         || test ! -s conftest.err
configure:20980: $? = 0
configure:20983: test -s conftest.exe
configure:20986: $? = 0
configure:20999: result: yes
configure:21077: checking lex output file root
configure:21088: flex conftest.l
configure:21091: $? = 0
configure:21103: result: lex.yy
configure:21108: checking whether yytext is a pointer
configure:21124: gcc -o conftest.exe -g -O2   conftest.c  -lfl >&5
configure:21130: $? = 0
configure:21134: test -z 
                         || test ! -s conftest.err
configure:21137: $? = 0
configure:21140: test -s conftest.exe
configure:21143: $? = 0
configure:21157: result: yes
configure:21197: checking whether NLS is requested
configure:21206: result: yes
configure:21244: checking for msgfmt
configure:21275: result: /bin/msgfmt
configure:21284: checking for gmsgfmt
configure:21315: result: /bin/msgfmt
configure:21354: checking for xgettext
configure:21385: result: /bin/xgettext
configure:21425: checking for msgmerge
configure:21455: result: /bin/msgmerge
configure:21531: checking for ranlib
configure:21558: result: ranlib
configure:21570: checking for library containing strerror
configure:21600: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:21606: $? = 0
configure:21610: test -z 
                         || test ! -s conftest.err
configure:21613: $? = 0
configure:21616: test -s conftest.exe
configure:21619: $? = 0
configure:21689: result: none required
configure:21696: checking for an ANSI C-conforming const
configure:21763: gcc -c -g -O2  conftest.c >&5
configure:21769: $? = 0
configure:21773: test -z 
                         || test ! -s conftest.err
configure:21776: $? = 0
configure:21779: test -s conftest.o
configure:21782: $? = 0
configure:21793: result: yes
configure:21804: checking for signed
configure:21825: gcc -c -g -O2  conftest.c >&5
configure:21831: $? = 0
configure:21835: test -z 
                         || test ! -s conftest.err
configure:21838: $? = 0
configure:21841: test -s conftest.o
configure:21844: $? = 0
configure:21855: result: yes
configure:21865: checking for inline
configure:21886: gcc -c -g -O2  conftest.c >&5
configure:21892: $? = 0
configure:21896: test -z 
                         || test ! -s conftest.err
configure:21899: $? = 0
configure:21902: test -s conftest.o
configure:21905: $? = 0
configure:21917: result: inline
configure:21936: checking for off_t
configure:21960: gcc -c -g -O2  conftest.c >&5
configure:21966: $? = 0
configure:21970: test -z 
                         || test ! -s conftest.err
configure:21973: $? = 0
configure:21976: test -s conftest.o
configure:21979: $? = 0
configure:21990: result: yes
configure:22002: checking for size_t
configure:22026: gcc -c -g -O2  conftest.c >&5
configure:22032: $? = 0
configure:22036: test -z 
                         || test ! -s conftest.err
configure:22039: $? = 0
configure:22042: test -s conftest.o
configure:22045: $? = 0
configure:22056: result: yes
configure:22069: checking for long long
configure:22091: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:22097: $? = 0
configure:22101: test -z 
                         || test ! -s conftest.err
configure:22104: $? = 0
configure:22107: test -s conftest.exe
configure:22110: $? = 0
configure:22122: result: yes
configure:22133: checking for long double
configure:22193: result: yes
configure:22204: checking for wchar_t
configure:22226: gcc -c -g -O2  conftest.c >&5
configure:22232: $? = 0
configure:22236: test -z 
                         || test ! -s conftest.err
configure:22239: $? = 0
configure:22242: test -s conftest.o
configure:22245: $? = 0
configure:22256: result: yes
configure:22267: checking for wint_t
configure:22289: gcc -c -g -O2  conftest.c >&5
configure:22295: $? = 0
configure:22299: test -z 
                         || test ! -s conftest.err
configure:22302: $? = 0
configure:22305: test -s conftest.o
configure:22308: $? = 0
configure:22319: result: yes
configure:22330: checking for inttypes.h
configure:22352: gcc -c -g -O2  conftest.c >&5
configure:22358: $? = 0
configure:22362: test -z 
                         || test ! -s conftest.err
configure:22365: $? = 0
configure:22368: test -s conftest.o
configure:22371: $? = 0
configure:22382: result: yes
configure:22393: checking for stdint.h
configure:22415: gcc -c -g -O2  conftest.c >&5
configure:22421: $? = 0
configure:22425: test -z 
                         || test ! -s conftest.err
configure:22428: $? = 0
configure:22431: test -s conftest.o
configure:22434: $? = 0
configure:22445: result: yes
configure:22456: checking for inttypes.h
configure:22478: gcc -c -g -O2  conftest.c >&5
configure:22484: $? = 0
configure:22488: test -z 
                         || test ! -s conftest.err
configure:22491: $? = 0
configure:22494: test -s conftest.o
configure:22497: $? = 0
configure:22508: result: yes
configure:22519: checking for stdint.h
configure:22541: gcc -c -g -O2  conftest.c >&5
configure:22547: $? = 0
configure:22551: test -z 
                         || test ! -s conftest.err
configure:22554: $? = 0
configure:22557: test -s conftest.o
configure:22560: $? = 0
configure:22571: result: yes
configure:22584: checking for intmax_t
configure:22614: gcc -c -g -O2  conftest.c >&5
configure:22620: $? = 0
configure:22624: test -z 
                         || test ! -s conftest.err
configure:22627: $? = 0
configure:22630: test -s conftest.o
configure:22633: $? = 0
configure:22644: result: yes
configure:22656: checking whether printf() supports POSIX/XSI format strings
configure:22706: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:22709: $? = 0
configure:22711: ./conftest.exe
configure:22714: $? = 0
configure:22729: result: yes
configure:22743: checking for working alloca.h
configure:22764: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:22770: $? = 0
configure:22774: test -z 
                         || test ! -s conftest.err
configure:22777: $? = 0
configure:22780: test -s conftest.exe
configure:22783: $? = 0
configure:22795: result: yes
configure:22805: checking for alloca
configure:22846: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:22852: $? = 0
configure:22856: test -z 
                         || test ! -s conftest.err
configure:22859: $? = 0
configure:22862: test -s conftest.exe
configure:22865: $? = 0
configure:22877: result: yes
configure:23106: checking for stdlib.h
configure:23111: result: yes
configure:23106: checking for unistd.h
configure:23111: result: yes
configure:23255: checking for getpagesize
configure:23312: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:23318: $? = 0
configure:23322: test -z 
                         || test ! -s conftest.err
configure:23325: $? = 0
configure:23328: test -s conftest.exe
configure:23331: $? = 0
configure:23343: result: yes
configure:23353: checking for working mmap
configure:23495: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:23498: $? = 0
configure:23500: ./conftest.exe
configure:23503: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* malloc might have been renamed as rpl_malloc. */
| #undef malloc
| 
| /* Thanks to Mike Haertel and Jim Avera for this test.
|    Here is a matrix of mmap possibilities:
|       mmap private not fixed
|       mmap private fixed at somewhere currently unmapped
|       mmap private fixed at somewhere already mapped
|       mmap shared not fixed
|       mmap shared fixed at somewhere currently unmapped
|       mmap shared fixed at somewhere already mapped
|    For private mappings, we should verify that changes cannot be read()
|    back from the file, nor mmap's back from the file at a different
|    address.  (There have been systems where private was not correctly
|    implemented like the infamous i386 svr4.0, and systems where the
|    VM page cache was not coherent with the file system buffer cache
|    like early versions of FreeBSD and possibly contemporary NetBSD.)
|    For shared mappings, we should conversely verify that changes get
|    propagated back to all the places they're supposed to be.
| 
|    Grep wants private fixed already mapped.
|    The main things grep needs to know about mmap are:
|    * does it exist and is it safe to write into the mmap'd area
|    * how to use it (BSD variants)  */
| 
| #include <fcntl.h>
| #include <sys/mman.h>
| 
| #if !STDC_HEADERS && !HAVE_STDLIB_H
| char *malloc ();
| #endif
| 
| /* This mess was copied from the GNU getpagesize.h.  */
| #if !HAVE_GETPAGESIZE
| /* Assume that all systems that can run configure have sys/param.h.  */
| # if !HAVE_SYS_PARAM_H
| #  define HAVE_SYS_PARAM_H 1
| # endif
| 
| # ifdef _SC_PAGESIZE
| #  define getpagesize() sysconf(_SC_PAGESIZE)
| # else /* no _SC_PAGESIZE */
| #  if HAVE_SYS_PARAM_H
| #   include <sys/param.h>
| #   ifdef EXEC_PAGESIZE
| #    define getpagesize() EXEC_PAGESIZE
| #   else /* no EXEC_PAGESIZE */
| #    ifdef NBPG
| #     define getpagesize() NBPG * CLSIZE
| #     ifndef CLSIZE
| #      define CLSIZE 1
| #     endif /* no CLSIZE */
| #    else /* no NBPG */
| #     ifdef NBPC
| #      define getpagesize() NBPC
| #     else /* no NBPC */
| #      ifdef PAGESIZE
| #       define getpagesize() PAGESIZE
| #      endif /* PAGESIZE */
| #     endif /* no NBPC */
| #    endif /* no NBPG */
| #   endif /* no EXEC_PAGESIZE */
| #  else /* no HAVE_SYS_PARAM_H */
| #   define getpagesize() 8192 /* punt totally */
| #  endif /* no HAVE_SYS_PARAM_H */
| # endif /* no _SC_PAGESIZE */
| 
| #endif /* no HAVE_GETPAGESIZE */
| 
| int
| main ()
| {
|   char *data, *data2, *data3;
|   int i, pagesize;
|   int fd;
| 
|   pagesize = getpagesize ();
| 
|   /* First, make a file with some known garbage in it. */
|   data = (char *) malloc (pagesize);
|   if (!data)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     *(data + i) = rand ();
|   umask (0);
|   fd = creat ("conftest.mmap", 0600);
|   if (fd < 0)
|     exit (1);
|   if (write (fd, data, pagesize) != pagesize)
|     exit (1);
|   close (fd);
| 
|   /* Next, try to mmap the file at a fixed address which already has
|      something else allocated at it.  If we can, also make sure that
|      we see the same garbage.  */
|   fd = open ("conftest.mmap", O_RDWR);
|   if (fd < 0)
|     exit (1);
|   data2 = (char *) malloc (2 * pagesize);
|   if (!data2)
|     exit (1);
|   data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
|   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
|                    MAP_PRIVATE | MAP_FIXED, fd, 0L))
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data2 + i))
|       exit (1);
| 
|   /* Finally, make sure that changes to the mapped area do not
|      percolate back to the file as seen by read().  (This is a bug on
|      some variants of i386 svr4.0.)  */
|   for (i = 0; i < pagesize; ++i)
|     *(data2 + i) = *(data2 + i) + 1;
|   data3 = (char *) malloc (pagesize);
|   if (!data3)
|     exit (1);
|   if (read (fd, data3, pagesize) != pagesize)
|     exit (1);
|   for (i = 0; i < pagesize; ++i)
|     if (*(data + i) != *(data3 + i))
|       exit (1);
|   close (fd);
|   exit (0);
| }
configure:23517: result: no
configure:23529: checking whether we are using the GNU C Library 2.1 or newer
configure:23560: result: no
configure:23568: checking whether integer division by zero raises SIGFPE
configure:23630: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:23633: $? = 0
configure:23635: ./conftest.exe
configure:23638: $? = 0
configure:23653: result: yes
configure:23666: checking for unsigned long long
configure:23688: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:23694: $? = 0
configure:23698: test -z 
                         || test ! -s conftest.err
configure:23701: $? = 0
configure:23704: test -s conftest.exe
configure:23707: $? = 0
configure:23719: result: yes
configure:23751: checking for inttypes.h
configure:23774: gcc -c -g -O2  conftest.c >&5
configure:23780: $? = 0
configure:23784: test -z 
                         || test ! -s conftest.err
configure:23787: $? = 0
configure:23790: test -s conftest.o
configure:23793: $? = 0
configure:23805: result: yes
configure:23818: checking whether the inttypes.h PRIxNN macros are broken
configure:23844: gcc -c -g -O2  conftest.c >&5
configure:23850: $? = 0
configure:23854: test -z 
                         || test ! -s conftest.err
configure:23857: $? = 0
configure:23860: test -s conftest.o
configure:23863: $? = 0
configure:23875: result: no
configure:23892: checking for stdint.h
configure:23897: result: yes
configure:24037: checking for SIZE_MAX
configure:25106: result: yes
configure:25123: checking for stdint.h
configure:25128: result: yes
configure:25309: checking for ld used by GCC
configure:25373: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:25382: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU 
ld
configure:25395: result: yes
configure:25401: checking for shared library run path origin
configure:25414: result: done
configure:25820: checking for ptrdiff_t
configure:25844: gcc -c -g -O2  conftest.c >&5
configure:25850: $? = 0
configure:25854: test -z 
                         || test ! -s conftest.err
configure:25857: $? = 0
configure:25860: test -s conftest.o
configure:25863: $? = 0
configure:25874: result: yes
configure:25911: checking argz.h usability
configure:25923: gcc -c -g -O2  conftest.c >&5
configure:25929: $? = 0
configure:25933: test -z 
                         || test ! -s conftest.err
configure:25936: $? = 0
configure:25939: test -s conftest.o
configure:25942: $? = 0
configure:25952: result: yes
configure:25956: checking argz.h presence
configure:25966: gcc -E  conftest.c
configure:25972: $? = 0
configure:25992: result: yes
configure:26027: checking for argz.h
configure:26034: result: yes
configure:25911: checking limits.h usability
configure:25923: gcc -c -g -O2  conftest.c >&5
configure:25929: $? = 0
configure:25933: test -z 
                         || test ! -s conftest.err
configure:25936: $? = 0
configure:25939: test -s conftest.o
configure:25942: $? = 0
configure:25952: result: yes
configure:25956: checking limits.h presence
configure:25966: gcc -E  conftest.c
configure:25972: $? = 0
configure:25992: result: yes
configure:26027: checking for limits.h
configure:26034: result: yes
configure:25911: checking locale.h usability
configure:25923: gcc -c -g -O2  conftest.c >&5
configure:25929: $? = 0
configure:25933: test -z 
                         || test ! -s conftest.err
configure:25936: $? = 0
configure:25939: test -s conftest.o
configure:25942: $? = 0
configure:25952: result: yes
configure:25956: checking locale.h presence
configure:25966: gcc -E  conftest.c
configure:25972: $? = 0
configure:25992: result: yes
configure:26027: checking for locale.h
configure:26034: result: yes
configure:25911: checking nl_types.h usability
configure:25923: gcc -c -g -O2  conftest.c >&5
conftest.c:87:22: nl_types.h: No such file or directory
configure:25929: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nl_types.h>
configure:25952: result: no
configure:25956: checking nl_types.h presence
configure:25966: gcc -E  conftest.c
conftest.c:53:22: nl_types.h: No such file or directory
configure:25972: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <nl_types.h>
configure:25992: result: no
configure:26027: checking for nl_types.h
configure:26034: result: no
configure:25911: checking malloc.h usability
configure:25923: gcc -c -g -O2  conftest.c >&5
configure:25929: $? = 0
configure:25933: test -z 
                         || test ! -s conftest.err
configure:25936: $? = 0
configure:25939: test -s conftest.o
configure:25942: $? = 0
configure:25952: result: yes
configure:25956: checking malloc.h presence
configure:25966: gcc -E  conftest.c
configure:25972: $? = 0
configure:25992: result: yes
configure:26027: checking for malloc.h
configure:26034: result: yes
configure:25911: checking stddef.h usability
configure:25923: gcc -c -g -O2  conftest.c >&5
configure:25929: $? = 0
configure:25933: test -z 
                         || test ! -s conftest.err
configure:25936: $? = 0
configure:25939: test -s conftest.o
configure:25942: $? = 0
configure:25952: result: yes
configure:25956: checking stddef.h presence
configure:25966: gcc -E  conftest.c
configure:25972: $? = 0
configure:25992: result: yes
configure:26027: checking for stddef.h
configure:26034: result: yes
configure:25902: checking for stdlib.h
configure:25907: result: yes
configure:25902: checking for string.h
configure:25907: result: yes
configure:25902: checking for unistd.h
configure:25907: result: yes
configure:25911: checking sys/param.h usability
configure:25923: gcc -c -g -O2  conftest.c >&5
configure:25929: $? = 0
configure:25933: test -z 
                         || test ! -s conftest.err
configure:25936: $? = 0
configure:25939: test -s conftest.o
configure:25942: $? = 0
configure:25952: result: yes
configure:25956: checking sys/param.h presence
configure:25966: gcc -E  conftest.c
configure:25972: $? = 0
configure:25992: result: yes
configure:26027: checking for sys/param.h
configure:26034: result: yes
configure:26076: checking for asprintf
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for fwprintf
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccOvQEL7.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:100: undefined reference 
to `_fwprintf'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:99: undefined reference 
to `_fwprintf'
collect2: ld returned 1 exit status
configure:26139: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| /* end confdefs.h.  */
| /* Define fwprintf to an innocuous variant, in case <limits.h> declares 
fwprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fwprintf innocuous_fwprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fwprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fwprintf
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char fwprintf ();
| /* 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_fwprintf) || defined (__stub___fwprintf)
| choke me
| #else
| char (*f) () = fwprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != fwprintf;
|   ;
|   return 0;
| }
configure:26164: result: no
configure:26076: checking for getcwd
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for getegid
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for geteuid
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for getgid
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for getuid
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for mempcpy
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
conftest.c:89: warning: conflicting types for built-in function 'mempcpy'
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for munmap
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for putenv
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for setenv
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for setlocale
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for snprintf
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
conftest.c:94: warning: conflicting types for built-in function 'snprintf'
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for stpcpy
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
conftest.c:95: warning: conflicting types for built-in function 'stpcpy'
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccel7cnj.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:111: undefined reference 
to `_stpcpy'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:110: undefined reference 
to `_stpcpy'
collect2: ld returned 1 exit status
configure:26139: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| /* Define stpcpy to an innocuous variant, in case <limits.h> declares stpcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define stpcpy innocuous_stpcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stpcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef stpcpy
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char stpcpy ();
| /* 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_stpcpy) || defined (__stub___stpcpy)
| choke me
| #else
| char (*f) () = stpcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != stpcpy;
|   ;
|   return 0;
| }
configure:26164: result: no
configure:26076: checking for strcasecmp
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for strdup
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
conftest.c:96: warning: conflicting types for built-in function 'strdup'
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for strtoul
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for tsearch
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for wcslen
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for __argz_count
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for __argz_stringify
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for __argz_next
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26139: $? = 0
configure:26143: test -z 
                         || test ! -s conftest.err
configure:26146: $? = 0
configure:26149: test -s conftest.exe
configure:26152: $? = 0
configure:26164: result: yes
configure:26076: checking for __fsetlocking
configure:26133: gcc -o conftest.exe -g -O2   conftest.c  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccCQmioO.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:119: undefined reference 
to `___fsetlocking'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:118: undefined reference 
to `___fsetlocking'
collect2: ld returned 1 exit status
configure:26139: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| /* end confdefs.h.  */
| /* Define __fsetlocking to an innocuous variant, in case <limits.h> declares 
__fsetlocking.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __fsetlocking innocuous___fsetlocking
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __fsetlocking (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __fsetlocking
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char __fsetlocking ();
| /* 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___fsetlocking) || defined (__stub_____fsetlocking)
| choke me
| #else
| char (*f) () = __fsetlocking;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __fsetlocking;
|   ;
|   return 0;
| }
configure:26164: result: no
configure:26176: checking whether _snprintf is declared
configure:26201: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:85: error: `_snprintf' undeclared (first use in this function)
conftest.c:85: error: (Each undeclared identifier is reported only once
conftest.c:85: error: for each function it appears in.)
configure:26207: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef _snprintf
|   char *p = (char *) _snprintf;
| #endif
| 
|   ;
|   return 0;
| }
configure:26231: result: no
configure:26245: checking whether _snwprintf is declared
configure:26270: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:86: error: `_snwprintf' undeclared (first use in this function)
conftest.c:86: error: (Each undeclared identifier is reported only once
conftest.c:86: error: for each function it appears in.)
configure:26276: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef _snwprintf
|   char *p = (char *) _snwprintf;
| #endif
| 
|   ;
|   return 0;
| }
configure:26300: result: no
configure:26315: checking whether feof_unlocked is declared
configure:26340: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:87: error: `feof_unlocked' undeclared (first use in this function)
conftest.c:87: error: (Each undeclared identifier is reported only once
conftest.c:87: error: for each function it appears in.)
configure:26346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef feof_unlocked
|   char *p = (char *) feof_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:26370: result: no
configure:26384: checking whether fgets_unlocked is declared
configure:26409: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:88: error: `fgets_unlocked' undeclared (first use in this function)
conftest.c:88: error: (Each undeclared identifier is reported only once
conftest.c:88: error: for each function it appears in.)
configure:26415: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| /* end confdefs.h.  */
| #include <stdio.h>
| int
| main ()
| {
| 
| #ifndef fgets_unlocked
|   char *p = (char *) fgets_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:26439: result: no
configure:26453: checking whether getc_unlocked is declared
configure:26478: gcc -c -g -O2  conftest.c >&5
configure:26484: $? = 0
configure:26488: test -z 
                         || test ! -s conftest.err
configure:26491: $? = 0
configure:26494: test -s conftest.o
configure:26497: $? = 0
configure:26508: result: yes
configure:26576: checking for iconv
configure:26603: gcc -o conftest.exe -g -O2   conftest.c  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccw4qD4x.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:89: undefined reference 
to `_libiconv_open'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:90: undefined reference 
to `_libiconv'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:91: undefined reference 
to `_libiconv_close'
collect2: ld returned 1 exit status
configure:26609: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
configure:26654: gcc -o conftest.exe -g -O2   conftest.c  -liconv >&5
configure:26660: $? = 0
configure:26664: test -z 
                         || test ! -s conftest.err
configure:26667: $? = 0
configure:26670: test -s conftest.exe
configure:26673: $? = 0
configure:26688: result: yes
configure:26698: checking how to link with libiconv
configure:26700: result: -liconv
configure:26711: checking for iconv declaration
configure:26745: gcc -c -g -O2  conftest.c >&5
conftest.c:93: error: conflicting types for 'libiconv'
/usr/include/iconv.h:82: error: previous declaration of 'libiconv' was here
conftest.c:93: error: conflicting types for 'libiconv'
/usr/include/iconv.h:82: error: previous declaration of 'libiconv' was here
configure:26751: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| #include <iconv.h>
| extern
| #ifdef __cplusplus
| "C"
| #endif
| #if defined(__STDC__) || defined(__cplusplus)
| size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, 
size_t *outbytesleft);
| #else
| size_t iconv();
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:26779: result: 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:26790: checking for nl_langinfo and CODESET
configure:26811: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26817: $? = 0
configure:26821: test -z 
                         || test ! -s conftest.err
configure:26824: $? = 0
configure:26827: test -s conftest.exe
configure:26830: $? = 0
configure:26843: result: yes
configure:26855: checking for LC_MESSAGES
configure:26876: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:26882: $? = 0
configure:26886: test -z 
                         || test ! -s conftest.err
configure:26889: $? = 0
configure:26892: test -s conftest.exe
configure:26895: $? = 0
configure:26907: result: yes
configure:26923: checking for bison
configure:26939: found /bin/bison
configure:26949: result: bison
configure:26962: checking version of bison
configure:26971: result: 1.875, ok
configure:26993: checking whether NLS is requested
configure:27002: result: yes
configure:27018: checking whether included gettext is requested
configure:27028: result: no
configure:27039: checking for GNU gettext in libc
configure:27063: gcc -o conftest.exe -g -O2   conftest.c  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccmAHVea.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:94: undefined reference 
to `_libintl_bindtextdomain'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:95: undefined reference 
to `_libintl_gettext'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:95: undefined reference 
to `_libintl_ngettext'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:95: undefined reference 
to `__nl_domain_bindings'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:95: undefined reference 
to `__nl_msg_cat_cntr'
collect2: ld returned 1 exit status
configure:27069: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + (int) ngettext ("", "", 0) + _nl_msg_cat_cntr + 
*_nl_domain_bindings
|   ;
|   return 0;
| }
configure:27094: result: no
configure:27477: checking for GNU gettext in libintl
configure:27509: gcc -o conftest.exe -g -O2    conftest.c  -lintl >&5
Info: resolving __nl_msg_cat_cntr by linking to __imp___nl_msg_cat_cntr 
(auto-import)
configure:27515: $? = 0
configure:27519: test -z 
                         || test ! -s conftest.err
configure:27522: $? = 0
configure:27525: test -s conftest.exe
configure:27528: $? = 0
configure:27600: result: yes
configure:27647: checking whether to use NLS
configure:27649: result: yes
configure:27652: checking where the gettext function comes from
configure:27663: result: external libintl
configure:27671: checking how to link with libintl
configure:27673: result: -lintl
configure:27783: checking for iconv
configure:27895: result: yes
configure:27905: checking how to link with libiconv
configure:27907: result: -liconv
configure:27918: checking for iconv declaration
configure:27986: result: 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:28010: checking iconv.h usability
configure:28022: gcc -c -g -O2  conftest.c >&5
configure:28028: $? = 0
configure:28032: test -z 
                         || test ! -s conftest.err
configure:28035: $? = 0
configure:28038: test -s conftest.o
configure:28041: $? = 0
configure:28051: result: yes
configure:28055: checking iconv.h presence
configure:28065: gcc -E  conftest.c
configure:28071: $? = 0
configure:28091: result: yes
configure:28126: checking for iconv.h
configure:28133: result: yes
configure:28146: checking for iconv_t
configure:28175: gcc -c -g -O2  conftest.c >&5
configure:28181: $? = 0
configure:28185: test -z 
                         || test ! -s conftest.err
configure:28188: $? = 0
configure:28191: test -s conftest.o
configure:28194: $? = 0
configure:28205: result: yes
configure:28230: checking for res_query in -lresolv
configure:28260: gcc -o conftest.exe -g -O2   conftest.c -lresolv   >&5
configure:28266: $? = 0
configure:28270: test -z 
                         || test ! -s conftest.err
configure:28273: $? = 0
configure:28276: test -s conftest.exe
configure:28279: $? = 0
configure:28292: result: yes
configure:28306: checking for lt_dlinit in -lltdl
configure:28336: gcc -o conftest.exe -g -O2   conftest.c -lltdl  -lresolv  >&5
configure:28342: $? = 0
configure:28346: test -z 
                         || test ! -s conftest.err
configure:28349: $? = 0
configure:28352: test -s conftest.exe
configure:28355: $? = 0
configure:28368: result: yes
configure:29414: checking whether to use GNU SASL library
configure:29703: result: no
configure:30033: checking whether to use TLS libraries
configure:30035: result: no
configure:30164: checking for log facility
configure:30221: result: LOG_MAIL
configure:30224: checking for ANSI C header files
configure:30380: result: yes
configure:30398: checking for dirent.h that defines DIR
configure:30422: gcc -c -g -O2  conftest.c >&5
configure:30428: $? = 0
configure:30432: test -z 
                         || test ! -s conftest.err
configure:30435: $? = 0
configure:30438: test -s conftest.o
configure:30441: $? = 0
configure:30452: result: yes
configure:30465: checking for library containing opendir
configure:30495: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:30501: $? = 0
configure:30505: test -z 
                         || test ! -s conftest.err
configure:30508: $? = 0
configure:30511: test -s conftest.exe
configure:30514: $? = 0
configure:30584: result: none required
configure:30762: checking errno.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking errno.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for errno.h
configure:30885: result: yes
configure:30762: checking fcntl.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking fcntl.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for fcntl.h
configure:30885: result: yes
configure:30753: checking for inttypes.h
configure:30758: result: yes
configure:30762: checking libgen.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking libgen.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for libgen.h
configure:30885: result: yes
configure:30753: checking for limits.h
configure:30758: result: yes
configure:30753: checking for malloc.h
configure:30758: result: yes
configure:30762: checking obstack.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
conftest.c:139:21: obstack.h: No such file or directory
configure:30780: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <obstack.h>
configure:30803: result: no
configure:30807: checking obstack.h presence
configure:30817: gcc -E  conftest.c
conftest.c:105:21: obstack.h: No such file or directory
configure:30823: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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
| /* end confdefs.h.  */
| #include <obstack.h>
configure:30843: result: no
configure:30878: checking for obstack.h
configure:30885: result: no
configure:30762: checking paths.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking paths.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for paths.h
configure:30885: result: yes
configure:30762: checking shadow.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
conftest.c:140:20: shadow.h: No such file or directory
configure:30780: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <shadow.h>
configure:30803: result: no
configure:30807: checking shadow.h presence
configure:30817: gcc -E  conftest.c
conftest.c:106:20: shadow.h: No such file or directory
configure:30823: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_H 1
| /* end confdefs.h.  */
| #include <shadow.h>
configure:30843: result: no
configure:30878: checking for shadow.h
configure:30885: result: no
configure:30762: checking socket.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
conftest.c:140:20: socket.h: No such file or directory
configure:30780: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <socket.h>
configure:30803: result: no
configure:30807: checking socket.h presence
configure:30817: gcc -E  conftest.c
conftest.c:106:20: socket.h: No such file or directory
configure:30823: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_H 1
| /* end confdefs.h.  */
| #include <socket.h>
configure:30843: result: no
configure:30878: checking for socket.h
configure:30885: result: no
configure:30762: checking sys/socket.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking sys/socket.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for sys/socket.h
configure:30885: result: yes
configure:30762: checking stdarg.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking stdarg.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for stdarg.h
configure:30885: result: yes
configure:30762: checking stdio.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking stdio.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for stdio.h
configure:30885: result: yes
configure:30753: checking for stdlib.h
configure:30758: result: yes
configure:30753: checking for string.h
configure:30758: result: yes
configure:30753: checking for strings.h
configure:30758: result: yes
configure:30762: checking sys/file.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking sys/file.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for sys/file.h
configure:30885: result: yes
configure:30762: checking sysexits.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking sysexits.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for sysexits.h
configure:30885: result: yes
configure:30762: checking syslog.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking syslog.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for syslog.h
configure:30885: result: yes
configure:30762: checking termcap.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking termcap.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for termcap.h
configure:30885: result: yes
configure:30762: checking termios.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking termios.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for termios.h
configure:30885: result: yes
configure:30762: checking termio.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking termio.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for termio.h
configure:30885: result: yes
configure:30762: checking sgtty.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
conftest.c:152:19: sgtty.h: No such file or directory
configure:30780: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sgtty.h>
configure:30803: result: no
configure:30807: checking sgtty.h presence
configure:30817: gcc -E  conftest.c
conftest.c:118:19: sgtty.h: No such file or directory
configure:30823: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| /* end confdefs.h.  */
| #include <sgtty.h>
configure:30843: result: no
configure:30878: checking for sgtty.h
configure:30885: result: no
configure:30762: checking utmp.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking utmp.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for utmp.h
configure:30885: result: yes
configure:30762: checking utmpx.h usability
configure:30774: gcc -c -g -O2  conftest.c >&5
configure:30780: $? = 0
configure:30784: test -z 
                         || test ! -s conftest.err
configure:30787: $? = 0
configure:30790: test -s conftest.o
configure:30793: $? = 0
configure:30803: result: yes
configure:30807: checking utmpx.h presence
configure:30817: gcc -E  conftest.c
configure:30823: $? = 0
configure:30843: result: yes
configure:30878: checking for utmpx.h
configure:30885: result: yes
configure:30753: checking for unistd.h
configure:30758: result: yes
configure:30899: checking for an ANSI C-conforming const
configure:30996: result: yes
configure:31006: checking for uid_t in sys/types.h
configure:31029: result: yes
configure:31044: checking for mode_t
configure:31068: gcc -c -g -O2  conftest.c >&5
configure:31074: $? = 0
configure:31078: test -z 
                         || test ! -s conftest.err
configure:31081: $? = 0
configure:31084: test -s conftest.o
configure:31087: $? = 0
configure:31098: result: yes
configure:31110: checking for off_t
configure:31164: result: yes
configure:31176: checking for pid_t
configure:31200: gcc -c -g -O2  conftest.c >&5
configure:31206: $? = 0
configure:31210: test -z 
                         || test ! -s conftest.err
configure:31213: $? = 0
configure:31216: test -s conftest.o
configure:31219: $? = 0
configure:31230: result: yes
configure:31242: checking for size_t
configure:31296: result: yes
configure:31308: checking for ssize_t
configure:31332: gcc -c -g -O2  conftest.c >&5
configure:31338: $? = 0
configure:31342: test -z 
                         || test ! -s conftest.err
configure:31345: $? = 0
configure:31348: test -s conftest.o
configure:31351: $? = 0
configure:31362: result: yes
configure:31374: checking return type of signal handlers
configure:31405: gcc -c -g -O2  conftest.c >&5
configure:31411: $? = 0
configure:31415: test -z 
                         || test ! -s conftest.err
configure:31418: $? = 0
configure:31421: test -s conftest.o
configure:31424: $? = 0
configure:31435: result: void
configure:31443: checking whether sys_siglist is declared
configure:31473: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:133: error: `sys_siglist' undeclared (first use in this function)
conftest.c:133: error: (Each undeclared identifier is reported only once
conftest.c:133: error: for each function it appears in.)
configure:31479: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| #include <signal.h>
| /* NetBSD declares sys_siglist in unistd.h.  */
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| 
| int
| main ()
| {
| #ifndef sys_siglist
|   char *p = (char *) sys_siglist;
| #endif
| 
|   ;
|   return 0;
| }
configure:31503: result: no
configure:31522: checking whether struct tm is in sys/time.h or time.h
configure:31545: gcc -c -g -O2  conftest.c >&5
configure:31551: $? = 0
configure:31555: test -z 
                         || test ! -s conftest.err
configure:31558: $? = 0
configure:31561: test -s conftest.o
configure:31564: $? = 0
configure:31575: result: time.h
configure:31585: checking for struct tm.tm_zone
configure:31611: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:131: error: structure has no member named `tm_zone'
configure:31617: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_zone)
| return 0;
|   ;
|   return 0;
| }
configure:31658: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:131: error: structure has no member named `tm_zone'
configure:31664: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_zone)
| return 0;
|   ;
|   return 0;
| }
configure:31690: result: no
configure:31708: checking for tzname
configure:31733: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:31739: $? = 0
configure:31743: test -z 
                         || test ! -s conftest.err
configure:31746: $? = 0
configure:31749: test -s conftest.exe
configure:31752: $? = 0
configure:31764: result: yes
configure:31775: checking for ino_t
configure:31799: gcc -c -g -O2  conftest.c >&5
configure:31805: $? = 0
configure:31809: test -z 
                         || test ! -s conftest.err
configure:31812: $? = 0
configure:31815: test -s conftest.o
configure:31818: $? = 0
configure:31829: result: yes
configure:31841: checking for dev_t
configure:31865: gcc -c -g -O2  conftest.c >&5
configure:31871: $? = 0
configure:31875: test -z 
                         || test ! -s conftest.err
configure:31878: $? = 0
configure:31881: test -s conftest.o
configure:31884: $? = 0
configure:31895: result: yes
configure:31907: checking for socklen_t
configure:31942: gcc -c -g -O2  conftest.c >&5
configure:31948: $? = 0
configure:31952: test -z 
                         || test ! -s conftest.err
configure:31955: $? = 0
configure:31958: test -s conftest.o
configure:31961: $? = 0
configure:31972: result: yes
configure:31984: checking for long long
configure:32038: result: yes
configure:32050: checking for long double
configure:32074: gcc -c -g -O2  conftest.c >&5
configure:32080: $? = 0
configure:32084: test -z 
                         || test ! -s conftest.err
configure:32087: $? = 0
configure:32090: test -s conftest.o
configure:32093: $? = 0
configure:32104: result: yes
configure:32146: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:32149: $? = 0
configure:32151: ./conftest.exe
configure:32154: $? = 0
configure:32168: checking whether struct tm is in sys/time.h or time.h
configure:32221: result: time.h
configure:32231: checking for struct tm.tm_zone
configure:32334: result: no
configure:32344: checking for struct tm.tm_gmtoff
configure:32369: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:131: error: structure has no member named `tm_gmtoff'
configure:32375: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_gmtoff)
| return 0;
|   ;
|   return 0;
| }
configure:32415: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:131: error: structure has no member named `tm_gmtoff'
configure:32421: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <time.h>
| 
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_gmtoff)
| return 0;
|   ;
|   return 0;
| }
configure:32447: result: no
configure:32457: checking for struct tm.tm_isdst
configure:32482: gcc -c -g -O2  conftest.c >&5
configure:32488: $? = 0
configure:32492: test -z 
                         || test ! -s conftest.err
configure:32495: $? = 0
configure:32498: test -s conftest.o
configure:32501: $? = 0
configure:32560: result: yes
configure:32597: checking whether clearerr_unlocked is declared
configure:32621: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:164: error: `clearerr_unlocked' undeclared (first use in this 
function)
conftest.c:164: error: (Each undeclared identifier is reported only once
conftest.c:164: error: for each function it appears in.)
configure:32627: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef clearerr_unlocked
|   char *p = (char *) clearerr_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:32651: result: no
configure:32671: checking whether feof_unlocked is declared
configure:32725: result: no
configure:32745: checking whether ferror_unlocked is declared
configure:32769: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:166: error: `ferror_unlocked' undeclared (first use in this function)
conftest.c:166: error: (Each undeclared identifier is reported only once
conftest.c:166: error: for each function it appears in.)
configure:32775: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef ferror_unlocked
|   char *p = (char *) ferror_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:32799: result: no
configure:32819: checking whether fflush_unlocked is declared
configure:32843: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:167: error: `fflush_unlocked' undeclared (first use in this function)
conftest.c:167: error: (Each undeclared identifier is reported only once
conftest.c:167: error: for each function it appears in.)
configure:32849: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fflush_unlocked
|   char *p = (char *) fflush_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:32873: result: no
configure:32893: checking whether fgets_unlocked is declared
configure:32947: result: no
configure:32967: checking whether fputc_unlocked is declared
configure:32991: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:169: error: `fputc_unlocked' undeclared (first use in this function)
conftest.c:169: error: (Each undeclared identifier is reported only once
conftest.c:169: error: for each function it appears in.)
configure:32997: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fputc_unlocked
|   char *p = (char *) fputc_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:33021: result: no
configure:33041: checking whether fputs_unlocked is declared
configure:33065: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:170: error: `fputs_unlocked' undeclared (first use in this function)
conftest.c:170: error: (Each undeclared identifier is reported only once
conftest.c:170: error: for each function it appears in.)
configure:33071: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fputs_unlocked
|   char *p = (char *) fputs_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:33095: result: no
configure:33115: checking whether fread_unlocked is declared
configure:33139: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:171: error: `fread_unlocked' undeclared (first use in this function)
conftest.c:171: error: (Each undeclared identifier is reported only once
conftest.c:171: error: for each function it appears in.)
configure:33145: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fread_unlocked
|   char *p = (char *) fread_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:33169: result: no
configure:33189: checking whether fwrite_unlocked is declared
configure:33213: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:172: error: `fwrite_unlocked' undeclared (first use in this function)
conftest.c:172: error: (Each undeclared identifier is reported only once
conftest.c:172: error: for each function it appears in.)
configure:33219: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fwrite_unlocked
|   char *p = (char *) fwrite_unlocked;
| #endif
| 
|   ;
|   return 0;
| }
configure:33243: result: no
configure:33263: checking whether getc_unlocked is declared
configure:33317: result: yes
configure:33337: checking whether getchar_unlocked is declared
configure:33361: gcc -c -g -O2  conftest.c >&5
configure:33367: $? = 0
configure:33371: test -z 
                         || test ! -s conftest.err
configure:33374: $? = 0
configure:33377: test -s conftest.o
configure:33380: $? = 0
configure:33391: result: yes
configure:33411: checking whether putc_unlocked is declared
configure:33435: gcc -c -g -O2  conftest.c >&5
configure:33441: $? = 0
configure:33445: test -z 
                         || test ! -s conftest.err
configure:33448: $? = 0
configure:33451: test -s conftest.o
configure:33454: $? = 0
configure:33465: result: yes
configure:33485: checking whether putchar_unlocked is declared
configure:33509: gcc -c -g -O2  conftest.c >&5
configure:33515: $? = 0
configure:33519: test -z 
                         || test ! -s conftest.err
configure:33522: $? = 0
configure:33525: test -s conftest.o
configure:33528: $? = 0
configure:33539: result: yes
configure:33566: checking for flockfile
configure:33623: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:33629: $? = 0
configure:33633: test -z 
                         || test ! -s conftest.err
configure:33636: $? = 0
configure:33639: test -s conftest.exe
configure:33642: $? = 0
configure:33654: result: yes
configure:33566: checking for funlockfile
configure:33623: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:33629: $? = 0
configure:33633: test -z 
                         || test ! -s conftest.err
configure:33636: $? = 0
configure:33639: test -s conftest.exe
configure:33642: $? = 0
configure:33654: result: yes
configure:33566: checking for isascii
configure:33623: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:33629: $? = 0
configure:33633: test -z 
                         || test ! -s conftest.err
configure:33636: $? = 0
configure:33639: test -s conftest.exe
configure:33642: $? = 0
configure:33654: result: yes
configure:33566: checking for iswprint
configure:33623: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:33629: $? = 0
configure:33633: test -z 
                         || test ! -s conftest.err
configure:33636: $? = 0
configure:33639: test -s conftest.exe
configure:33642: $? = 0
configure:33654: result: yes
configure:33566: checking for mbsinit
configure:33623: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:33629: $? = 0
configure:33633: test -z 
                         || test ! -s conftest.err
configure:33636: $? = 0
configure:33639: test -s conftest.exe
configure:33642: $? = 0
configure:33654: result: yes
configure:33693: checking features.h usability
configure:33705: gcc -c -g -O2  conftest.c >&5
configure:33711: $? = 0
configure:33715: test -z 
                         || test ! -s conftest.err
configure:33718: $? = 0
configure:33721: test -s conftest.o
configure:33724: $? = 0
configure:33734: result: yes
configure:33738: checking features.h presence
configure:33748: gcc -E  conftest.c
configure:33754: $? = 0
configure:33774: result: yes
configure:33809: checking for features.h
configure:33816: result: yes
configure:33693: checking linewrap.h usability
configure:33705: gcc -c -g -O2  conftest.c >&5
conftest.c:179:22: linewrap.h: No such file or directory
configure:33711: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linewrap.h>
configure:33734: result: no
configure:33738: checking linewrap.h presence
configure:33748: gcc -E  conftest.c
conftest.c:145:22: linewrap.h: No such file or directory
configure:33754: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h.  */
| #include <linewrap.h>
configure:33774: result: no
configure:33809: checking for linewrap.h
configure:33816: result: no
configure:33693: checking stdio_ext.h usability
configure:33705: gcc -c -g -O2  conftest.c >&5
conftest.c:179:23: stdio_ext.h: No such file or directory
configure:33711: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stdio_ext.h>
configure:33734: result: no
configure:33738: checking stdio_ext.h presence
configure:33748: gcc -E  conftest.c
conftest.c:145:23: stdio_ext.h: No such file or directory
configure:33754: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h.  */
| #include <stdio_ext.h>
configure:33774: result: no
configure:33809: checking for stdio_ext.h
configure:33816: result: no
configure:33693: checking wchar.h usability
configure:33705: gcc -c -g -O2  conftest.c >&5
configure:33711: $? = 0
configure:33715: test -z 
                         || test ! -s conftest.err
configure:33718: $? = 0
configure:33721: test -s conftest.o
configure:33724: $? = 0
configure:33734: result: yes
configure:33738: checking wchar.h presence
configure:33748: gcc -E  conftest.c
configure:33754: $? = 0
configure:33774: result: yes
configure:33809: checking for wchar.h
configure:33816: result: yes
configure:33693: checking wctype.h usability
configure:33705: gcc -c -g -O2  conftest.c >&5
configure:33711: $? = 0
configure:33715: test -z 
                         || test ! -s conftest.err
configure:33718: $? = 0
configure:33721: test -s conftest.o
configure:33724: $? = 0
configure:33734: result: yes
configure:33738: checking wctype.h presence
configure:33748: gcc -E  conftest.c
configure:33754: $? = 0
configure:33774: result: yes
configure:33809: checking for wctype.h
configure:33816: result: yes
configure:33684: checking for unistd.h
configure:33689: result: yes
configure:33841: checking whether getdelim is declared
configure:33865: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:186: error: `getdelim' undeclared (first use in this function)
conftest.c:186: error: (Each undeclared identifier is reported only once
conftest.c:186: error: for each function it appears in.)
configure:33871: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef getdelim
|   char *p = (char *) getdelim;
| #endif
| 
|   ;
|   return 0;
| }
configure:33895: result: no
configure:33915: checking whether strtok_r is declared
configure:33939: gcc -c -g -O2  conftest.c >&5
configure:33945: $? = 0
configure:33949: test -z 
                         || test ! -s conftest.err
configure:33952: $? = 0
configure:33955: test -s conftest.o
configure:33958: $? = 0
configure:33969: result: yes
configure:33988: checking for C/C++ restrict keyword
configure:34006: gcc -c -g -O2  conftest.c >&5
conftest.c:150: error: parse error before "x"
conftest.c:150: warning: data definition has no type or storage class
configure:34012: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| /* end confdefs.h.  */
| float * restrict x;
configure:34006: gcc -c -g -O2  conftest.c >&5
configure:34012: $? = 0
configure:34016: test -z 
                         || test ! -s conftest.err
configure:34019: $? = 0
configure:34022: test -s conftest.o
configure:34025: $? = 0
configure:34037: result: __restrict
configure:34053: checking for uint32_t
configure:34079: gcc -c -g -O2  conftest.c >&5
configure:34085: $? = 0
configure:34089: test -z 
                         || test ! -s conftest.err
configure:34092: $? = 0
configure:34095: test -s conftest.o
configure:34098: $? = 0
configure:34110: result: uint32_t
configure:34128: checking for UINT32_MAX
configure:34151: gcc -c -g -O2  conftest.c >&5
configure:34157: $? = 0
configure:34161: test -z 
                         || test ! -s conftest.err
configure:34164: $? = 0
configure:34167: test -s conftest.o
configure:34170: $? = 0
configure:34181: result: yes
configure:34195: checking whether byte ordering is bigendian
configure:34222: gcc -c -g -O2  conftest.c >&5
configure:34228: $? = 0
configure:34232: test -z 
                         || test ! -s conftest.err
configure:34235: $? = 0
configure:34238: test -s conftest.o
configure:34241: $? = 0
configure:34265: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:158: error: `not' undeclared (first use in this function)
conftest.c:158: error: (Each undeclared identifier is reported only once
conftest.c:158: error: for each function it appears in.)
conftest.c:158: error: parse error before "big"
configure:34271: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:34406: result: no
configure:34441: checking getopt.h usability
configure:34453: gcc -c -g -O2  conftest.c >&5
configure:34459: $? = 0
configure:34463: test -z 
                         || test ! -s conftest.err
configure:34466: $? = 0
configure:34469: test -s conftest.o
configure:34472: $? = 0
configure:34482: result: yes
configure:34486: checking getopt.h presence
configure:34496: gcc -E  conftest.c
configure:34502: $? = 0
configure:34522: result: yes
configure:34557: checking for getopt.h
configure:34564: result: yes
configure:34584: checking for getopt_long_only
configure:34641: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:34647: $? = 0
configure:34651: test -z 
                         || test ! -s conftest.err
configure:34654: $? = 0
configure:34657: test -s conftest.exe
configure:34660: $? = 0
configure:34672: result: yes
configure:34687: checking whether optreset is declared
configure:34712: gcc -c -g -O2  conftest.c >&5
configure:34718: $? = 0
configure:34722: test -z 
                         || test ! -s conftest.err
configure:34725: $? = 0
configure:34728: test -s conftest.o
configure:34731: $? = 0
configure:34742: result: yes
configure:34876: checking whether <limits.h> defines MIN and MAX
configure:34898: gcc -c -g -O2  conftest.c >&5
conftest.c:154: error: initializer element is not constant
configure:34904: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| /* end confdefs.h.  */
| #include <limits.h>
| int x = MIN (42, 17);
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:34928: result: no
configure:34943: checking whether <sys/param.h> defines MIN and MAX
configure:34965: gcc -c -g -O2  conftest.c >&5
configure:34971: $? = 0
configure:34975: test -z 
                         || test ! -s conftest.err
configure:34978: $? = 0
configure:34981: test -s conftest.o
configure:34984: $? = 0
configure:34995: result: yes
configure:35008: checking for stdbool.h that conforms to C99
configure:35067: gcc -c -g -O2  conftest.c >&5
configure:35073: $? = 0
configure:35077: test -z 
                         || test ! -s conftest.err
configure:35080: $? = 0
configure:35083: test -s conftest.o
configure:35086: $? = 0
configure:35097: result: yes
configure:35099: checking for _Bool
configure:35123: gcc -c -g -O2  conftest.c >&5
configure:35129: $? = 0
configure:35133: test -z 
                         || test ! -s conftest.err
configure:35136: $? = 0
configure:35139: test -s conftest.o
configure:35142: $? = 0
configure:35153: result: yes
configure:35172: checking whether strnlen is declared
configure:35196: gcc -c -g -O2  conftest.c >&5
configure:35202: $? = 0
configure:35206: test -z 
                         || test ! -s conftest.err
configure:35209: $? = 0
configure:35212: test -s conftest.o
configure:35215: $? = 0
configure:35226: result: yes
configure:35247: checking for EOVERFLOW
configure:35664: result: yes
configure:35679: checking for intmax_t
configure:35739: result: yes
configure:35760: checking whether vsnprintf is declared
configure:35784: gcc -c -g -O2  conftest.c >&5
configure:35790: $? = 0
configure:35794: test -z 
                         || test ! -s conftest.err
configure:35797: $? = 0
configure:35800: test -s conftest.o
configure:35803: $? = 0
configure:35814: result: yes
configure:35890: checking whether program_invocation_name is declared
configure:35915: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:167: error: `program_invocation_name' undeclared (first use in this 
function)
conftest.c:167: error: (Each undeclared identifier is reported only once
conftest.c:167: error: for each function it appears in.)
configure:35921: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| /* end confdefs.h.  */
| #include <errno.h>
| 
| int
| main ()
| {
| #ifndef program_invocation_name
|   char *p = (char *) program_invocation_name;
| #endif
| 
|   ;
|   return 0;
| }
configure:35945: result: no
configure:35961: checking whether program_invocation_short_name is declared
configure:35986: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:168: error: `program_invocation_short_name' undeclared (first use in 
this function)
conftest.c:168: error: (Each undeclared identifier is reported only once
conftest.c:168: error: for each function it appears in.)
configure:35992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| /* end confdefs.h.  */
| #include <errno.h>
| 
| int
| main ()
| {
| #ifndef program_invocation_short_name
|   char *p = (char *) program_invocation_short_name;
| #endif
| 
|   ;
|   return 0;
| }
configure:36016: result: no
configure:36105: checking whether getline is declared
configure:36129: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:201: error: `getline' undeclared (first use in this function)
conftest.c:201: error: (Each undeclared identifier is reported only once
conftest.c:201: error: for each function it appears in.)
configure:36135: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef getline
|   char *p = (char *) getline;
| #endif
| 
|   ;
|   return 0;
| }
configure:36159: result: no
configure:36179: checking for getline
configure:36236: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccu65gqa.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:204: undefined reference 
to `_getline'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:203: undefined reference 
to `_getline'
collect2: ld returned 1 exit status
configure:36242: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| /* end confdefs.h.  */
| /* Define getline to an innocuous variant, in case <limits.h> declares 
getline.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getline innocuous_getline
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getline (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getline
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getline ();
| /* 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_getline) || defined (__stub___getline)
| choke me
| #else
| char (*f) () = getline;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getline;
|   ;
|   return 0;
| }
configure:36267: result: no
configure:36354: checking for getdelim
configure:36411: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccEuoKmp.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:205: undefined reference 
to `_getdelim'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:204: undefined reference 
to `_getdelim'
collect2: ld returned 1 exit status
configure:36417: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| /* end confdefs.h.  */
| /* Define getdelim to an innocuous variant, in case <limits.h> declares 
getdelim.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getdelim innocuous_getdelim
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getdelim (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getdelim
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getdelim ();
| /* 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_getdelim) || defined (__stub___getdelim)
| choke me
| #else
| char (*f) () = getdelim;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getdelim;
|   ;
|   return 0;
| }
configure:36442: result: no
configure:36471: checking for flockfile
configure:36559: result: yes
configure:36471: checking for funlockfile
configure:36559: result: yes
configure:36590: checking for working re_compile_pattern
configure:36669: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
conftest.c: In function `main':
conftest.c:205: error: storage size of 'regex' isn't known
conftest.c:207: error: storage size of 'regs' isn't known
conftest.c:208: error: `RE_SYNTAX_POSIX_EGREP' undeclared (first use in this 
function)
conftest.c:208: error: (Each undeclared identifier is reported only once
conftest.c:208: error: for each function it appears in.)
conftest.c:210: warning: assignment makes pointer from integer without a cast
conftest.c:217: warning: assignment makes pointer from integer without a cast
conftest.c:225: warning: assignment makes pointer from integer without a cast
conftest.c:234: warning: assignment makes pointer from integer without a cast
conftest.c:246: error: `RE_SYNTAX_EMACS' undeclared (first use in this function)
conftest.c:246: error: `RE_ICASE' undeclared (first use in this function)
conftest.c:247: warning: assignment makes pointer from integer without a cast
conftest.c:205: error: storage size of `regex' isn't known
configure:36672: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            #include <regex.h>
| int
| main ()
| {
| static struct re_pattern_buffer regex;
|             const char *s;
|             struct re_registers regs;
|             re_set_syntax (RE_SYNTAX_POSIX_EGREP);
|             memset (&regex, 0, sizeof (regex));
|             s = re_compile_pattern ("a[:]:]b\n", 9, &regex);
|             /* This should fail with _Invalid character class name_ error.  */
|             if (!s)
|               exit (1);
| 
|             /* This should succeed, but does not for e.g. glibc-2.1.3.  */
|             memset (&regex, 0, sizeof (regex));
|             s = re_compile_pattern ("{1", 2, &regex);
| 
|             if (s)
|               exit (1);
| 
|             /* The following example is derived from a problem report
|                against gawk from Jorge Stolfi <address@hidden>.  */
|             memset (&regex, 0, sizeof (regex));
|             s = re_compile_pattern ("[an\371]*n", 7, &regex);
|             if (s)
|               exit (1);
| 
|             /* This should match, but does not for e.g. glibc-2.2.1.  */
|             if (re_match (&regex, "an", 2, 0, &regs) != 2)
|               exit (1);
| 
|             memset (&regex, 0, sizeof (regex));
|             s = re_compile_pattern ("x", 1, &regex);
|             if (s)
|               exit (1);
| 
|             /* The version of regex.c in e.g. GNU libc-2.2.93 did not
|                work with a negative RANGE argument.  */
|             if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)
|               exit (1);
| 
|             /* The version of regex.c in older versions of gnulib
|              * ignored RE_ICASE.  Detect that problem too. */
|             memset (&regex, 0, sizeof (regex));
|             re_set_syntax(RE_SYNTAX_EMACS|RE_ICASE);
|             s = re_compile_pattern ("x", 1, &regex);
|             if (s)
|               exit (1);
| 
|             if (re_search (&regex, "WXY", 3, 0, 3, &regs) < 0)
|               exit (1);
| 
|             /* REG_STARTEND was added to glibc on 2004-01-15.
|                Reject older versions.  */
|             if (! REG_STARTEND)
|               exit (1);
| 
|             exit (0);
|   ;
|   return 0;
| }
configure:36691: result: no
configure:36712: checking for strtok_r
configure:36769: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:36775: $? = 0
configure:36779: test -z 
                         || test ! -s conftest.err
configure:36782: $? = 0
configure:36785: test -s conftest.exe
configure:36788: $? = 0
configure:36800: result: yes
configure:36850: checking for getdelim
configure:36938: result: no
configure:36967: checking for flockfile
configure:37055: result: yes
configure:36967: checking for funlockfile
configure:37055: result: yes
configure:37107: checking for memchr
configure:37164: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:37170: $? = 0
configure:37174: test -z 
                         || test ! -s conftest.err
configure:37177: $? = 0
configure:37180: test -s conftest.exe
configure:37183: $? = 0
configure:37195: result: yes
configure:37375: checking for mempcpy
configure:37463: result: yes
configure:37490: checking for C/C++ restrict keyword
configure:37539: result: __restrict
configure:37562: checking for stdint.h
configure:37567: result: yes
configure:37707: checking for SIZE_MAX
configure:38776: result: yes
configure:38820: checking whether mbrtowc and mbstate_t are properly declared
configure:38845: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:38851: $? = 0
configure:38855: test -z 
                         || test ! -s conftest.err
configure:38858: $? = 0
configure:38861: test -s conftest.exe
configure:38864: $? = 0
configure:38876: result: yes
configure:38893: checking for strncasecmp
configure:38950: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:38956: $? = 0
configure:38960: test -z 
                         || test ! -s conftest.err
configure:38963: $? = 0
configure:38966: test -s conftest.exe
configure:38969: $? = 0
configure:38981: result: yes
configure:39011: checking for strchrnul
configure:39068: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccCzsI5B.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:218: undefined reference 
to `_strchrnul'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:217: undefined reference 
to `_strchrnul'
collect2: ld returned 1 exit status
configure:39074: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| /* Define strchrnul to an innocuous variant, in case <limits.h> declares 
strchrnul.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strchrnul innocuous_strchrnul
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strchrnul (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strchrnul
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strchrnul ();
| /* 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_strchrnul) || defined (__stub___strchrnul)
| choke me
| #else
| char (*f) () = strchrnul;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strchrnul;
|   ;
|   return 0;
| }
configure:39099: result: no
configure:39128: checking for strndup
configure:39185: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:39191: $? = 0
configure:39195: test -z 
                         || test ! -s conftest.err
configure:39198: $? = 0
configure:39201: test -s conftest.exe
configure:39204: $? = 0
configure:39216: result: yes
configure:39241: checking for working strnlen
configure:39280: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:39283: $? = 0
configure:39285: ./conftest.exe
configure:39288: $? = 0
configure:39302: result: yes
configure:39338: checking for sysexits.h
configure:39343: result: yes
configure:39552: checking for vasnprintf
configure:39609: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/cc0dW8Wq.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:221: undefined reference 
to `_vasnprintf'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:220: undefined reference 
to `_vasnprintf'
collect2: ld returned 1 exit status
configure:39615: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| /* end confdefs.h.  */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares 
vasnprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vasnprintf innocuous_vasnprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vasnprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef vasnprintf
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char vasnprintf ();
| /* 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_vasnprintf) || defined (__stub___vasnprintf)
| choke me
| #else
| char (*f) () = vasnprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != vasnprintf;
|   ;
|   return 0;
| }
configure:39640: result: no
configure:39674: checking for ptrdiff_t
configure:39728: result: yes
configure:39752: checking for snprintf
configure:39840: result: yes
configure:39752: checking for wcslen
configure:39840: result: yes
configure:39862: checking for vsnprintf
configure:39919: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
conftest.c:208: warning: conflicting types for built-in function 'vsnprintf'
configure:39925: $? = 0
configure:39929: test -z 
                         || test ! -s conftest.err
configure:39932: $? = 0
configure:39935: test -s conftest.exe
configure:39938: $? = 0
configure:39950: result: yes
configure:39982: checking for stdint.h
configure:39987: result: yes
configure:40140: checking for stdlib.h
configure:40145: result: yes
configure:40285: checking for GNU libc compatible malloc
configure:40314: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:40317: $? = 0
configure:40319: ./conftest.exe
configure:40322: $? = 0
configure:40336: result: yes
configure:40351: checking whether strerror_r is declared
configure:40375: gcc -c -g -O2  conftest.c >&5
configure:40381: $? = 0
configure:40385: test -z 
                         || test ! -s conftest.err
configure:40388: $? = 0
configure:40391: test -s conftest.o
configure:40394: $? = 0
configure:40405: result: yes
configure:40427: checking for strerror_r
configure:40484: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:40490: $? = 0
configure:40494: test -z 
                         || test ! -s conftest.err
configure:40497: $? = 0
configure:40500: test -s conftest.exe
configure:40503: $? = 0
configure:40515: result: yes
configure:40525: checking whether strerror_r returns char *
configure:40553: gcc -c -g -O2  conftest.c >&5
configure:40559: $? = 0
configure:40563: test -z 
                         || test ! -s conftest.err
configure:40566: $? = 0
configure:40569: test -s conftest.o
configure:40572: $? = 0
configure:40632: result: yes
configure:40643: checking whether getpass is declared
configure:40667: gcc -c -g -O2  conftest.c >&5
configure:40673: $? = 0
configure:40677: test -z 
                         || test ! -s conftest.err
configure:40680: $? = 0
configure:40683: test -s conftest.o
configure:40686: $? = 0
configure:40697: result: yes
configure:40723: checking whether flockfile is declared
configure:40747: gcc -c -g -O2  conftest.c >&5
configure:40753: $? = 0
configure:40757: test -z 
                         || test ! -s conftest.err
configure:40760: $? = 0
configure:40763: test -s conftest.o
configure:40766: $? = 0
configure:40777: result: yes
configure:40797: checking whether funlockfile is declared
configure:40821: gcc -c -g -O2  conftest.c >&5
configure:40827: $? = 0
configure:40831: test -z 
                         || test ! -s conftest.err
configure:40834: $? = 0
configure:40837: test -s conftest.o
configure:40840: $? = 0
configure:40851: result: yes
configure:40907: checking whether snprintf is declared
configure:40931: gcc -c -g -O2  conftest.c >&5
configure:40937: $? = 0
configure:40941: test -z 
                         || test ! -s conftest.err
configure:40944: $? = 0
configure:40947: test -s conftest.o
configure:40950: $? = 0
configure:40961: result: yes
configure:41015: checking whether strtoimax is declared
configure:41039: gcc -c -g -O2  conftest.c >&5
configure:41045: $? = 0
configure:41049: test -z 
                         || test ! -s conftest.err
configure:41052: $? = 0
configure:41055: test -s conftest.o
configure:41058: $? = 0
configure:41069: result: yes
configure:41085: checking whether strtoumax is declared
configure:41109: gcc -c -g -O2  conftest.c >&5
configure:41115: $? = 0
configure:41119: test -z 
                         || test ! -s conftest.err
configure:41122: $? = 0
configure:41125: test -s conftest.o
configure:41128: $? = 0
configure:41139: result: yes
configure:41172: checking for error_at_line
configure:41193: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccqf4BMF.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:235: undefined reference 
to `_error_at_line'
collect2: ld returned 1 exit status
configure:41199: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "");
|   ;
|   return 0;
| }
configure:41224: result: no
configure:41366: checking for stdlib.h
configure:41371: result: yes
configure:41511: checking for GNU libc compatible malloc
configure:41562: result: yes
configure:41623: checking for iswcntrl
configure:41680: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:41686: $? = 0
configure:41690: test -z 
                         || test ! -s conftest.err
configure:41693: $? = 0
configure:41696: test -s conftest.exe
configure:41699: $? = 0
configure:41711: result: yes
configure:41623: checking for wcwidth
configure:41680: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:41686: $? = 0
configure:41690: test -z 
                         || test ! -s conftest.err
configure:41693: $? = 0
configure:41696: test -s conftest.exe
configure:41699: $? = 0
configure:41711: result: yes
configure:41722: checking whether mbrtowc and mbstate_t are properly declared
configure:41778: result: yes
configure:41789: checking whether wcwidth is declared
configure:41822: gcc -c -g -O2  conftest.c >&5
configure:41828: $? = 0
configure:41832: test -z 
                         || test ! -s conftest.err
configure:41835: $? = 0
configure:41838: test -s conftest.o
configure:41841: $? = 0
configure:41852: result: yes
configure:41865: checking whether mbswidth is declared in <wchar.h>
configure:41892: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:214: error: `mbswidth' undeclared (first use in this function)
conftest.c:214: error: (Each undeclared identifier is reported only once
conftest.c:214: error: for each function it appears in.)
configure:41898: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| /* end confdefs.h.  */
| 
| #if HAVE_WCHAR_H
| # include <wchar.h>
| #endif
| 
| int
| main ()
| {
| 
|   char *p = (char *) mbswidth;
| 
|   ;
|   return 0;
| }
configure:41922: result: no
configure:41935: checking for mbstate_t
configure:41957: gcc -c -g -O2  conftest.c >&5
configure:41963: $? = 0
configure:41967: test -z 
                         || test ! -s conftest.err
configure:41970: $? = 0
configure:41973: test -s conftest.o
configure:41976: $? = 0
configure:41987: result: yes
configure:42006: checking for obstacks
configure:42027: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
conftest.c:207:21: obstack.h: No such file or directory
configure:42033: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h.  */
| #include "obstack.h"
| int
| main ()
| {
| struct obstack *mem; obstack_free(mem,(char *) 0)
|   ;
|   return 0;
| }
configure:42058: result: no
configure:42093: checking for stdlib.h
configure:42098: result: yes
configure:42238: checking for GNU libc compatible realloc
configure:42267: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:42270: $? = 0
configure:42272: ./conftest.exe
configure:42275: $? = 0
configure:42289: result: yes
configure:42327: checking for setenv
configure:42415: result: yes
configure:42327: checking for unsetenv
configure:42384: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:42390: $? = 0
configure:42394: test -z 
                         || test ! -s conftest.err
configure:42397: $? = 0
configure:42400: test -s conftest.exe
configure:42403: $? = 0
configure:42415: result: yes
configure:42974: checking for unsetenv() return type
configure:43005: gcc -c -g -O2  conftest.c >&5
conftest.c:217: error: conflicting types for 'unsetenv'
/usr/include/stdlib.h:181: error: previous declaration of 'unsetenv' was here
conftest.c:217: error: conflicting types for 'unsetenv'
/usr/include/stdlib.h:181: error: previous declaration of 'unsetenv' was here
configure:43011: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern
| #ifdef __cplusplus
| "C"
| #endif
| #if defined(__STDC__) || defined(__cplusplus)
| int unsetenv (const char *name);
| #else
| int unsetenv();
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:43035: result: void
configure:43053: checking for snprintf
configure:43141: result: yes
configure:43201: checking for vasprintf
configure:43258: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:43264: $? = 0
configure:43268: test -z 
                         || test ! -s conftest.err
configure:43271: $? = 0
configure:43274: test -s conftest.exe
configure:43277: $? = 0
configure:43289: result: yes
configure:43335: checking for stdint.h
configure:43340: result: yes
configure:43490: checking for stdlib.h
configure:43495: result: yes
configure:43490: checking for unistd.h
configure:43495: result: yes
configure:43639: checking for getpagesize
configure:43727: result: yes
configure:43737: checking for working mmap
configure:43901: result: no
configure:43913: checking whether strtok_r is declared
configure:43973: result: yes
configure:43989: checking whether strchrnul is declared
configure:44019: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:230: error: `strchrnul' undeclared (first use in this function)
conftest.c:230: error: (Each undeclared identifier is reported only once
conftest.c:230: error: for each function it appears in.)
configure:44025: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <string.h>
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| 
| int
| main ()
| {
| #ifndef strchrnul
|   char *p = (char *) strchrnul;
| #endif
| 
|   ;
|   return 0;
| }
configure:44049: result: no
configure:44065: checking whether strndup is declared
configure:44095: gcc -c -g -O2  conftest.c >&5
configure:44101: $? = 0
configure:44105: test -z 
                         || test ! -s conftest.err
configure:44108: $? = 0
configure:44111: test -s conftest.o
configure:44114: $? = 0
configure:44125: result: yes
configure:44141: checking whether asprintf is declared
configure:44171: gcc -c -g -O2  conftest.c >&5
configure:44177: $? = 0
configure:44181: test -z 
                         || test ! -s conftest.err
configure:44184: $? = 0
configure:44187: test -s conftest.o
configure:44190: $? = 0
configure:44201: result: yes
configure:44217: checking whether vasprintf is declared
configure:44247: gcc -c -g -O2  conftest.c >&5
configure:44253: $? = 0
configure:44257: test -z 
                         || test ! -s conftest.err
configure:44260: $? = 0
configure:44263: test -s conftest.o
configure:44266: $? = 0
configure:44277: result: yes
configure:44293: checking whether strsignal is declared
configure:44323: gcc -c -g -O2  conftest.c >&5
configure:44329: $? = 0
configure:44333: test -z 
                         || test ! -s conftest.err
configure:44336: $? = 0
configure:44339: test -s conftest.o
configure:44342: $? = 0
configure:44353: result: yes
configure:44372: checking whether environ is declared
configure:44398: gcc -c -g -O2  conftest.c >&5
configure:44404: $? = 0
configure:44408: test -z 
                         || test ! -s conftest.err
configure:44411: $? = 0
configure:44414: test -s conftest.o
configure:44417: $? = 0
configure:44428: result: yes
configure:44463: checking for mkstemp
configure:44520: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:44526: $? = 0
configure:44530: test -z 
                         || test ! -s conftest.err
configure:44533: $? = 0
configure:44536: test -s conftest.exe
configure:44539: $? = 0
configure:44551: result: yes
configure:44463: checking for sigaction
configure:44520: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:44526: $? = 0
configure:44530: test -z 
                         || test ! -s conftest.err
configure:44533: $? = 0
configure:44536: test -s conftest.exe
configure:44539: $? = 0
configure:44551: result: yes
configure:44463: checking for sysconf
configure:44520: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:44526: $? = 0
configure:44530: test -z 
                         || test ! -s conftest.err
configure:44533: $? = 0
configure:44536: test -s conftest.exe
configure:44539: $? = 0
configure:44551: result: yes
configure:44463: checking for getdelim
configure:44551: result: no
configure:44463: checking for setreuid
configure:44520: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:44526: $? = 0
configure:44530: test -z 
                         || test ! -s conftest.err
configure:44533: $? = 0
configure:44536: test -s conftest.exe
configure:44539: $? = 0
configure:44551: result: yes
configure:44463: checking for setresuid
configure:44520: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccY3mTD9.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:269: undefined reference 
to `_setresuid'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:268: undefined reference 
to `_setresuid'
collect2: ld returned 1 exit status
configure:44526: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| /* end confdefs.h.  */
| /* Define setresuid to an innocuous variant, in case <limits.h> declares 
setresuid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setresuid innocuous_setresuid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setresuid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef setresuid
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char setresuid ();
| /* 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_setresuid) || defined (__stub___setresuid)
| choke me
| #else
| char (*f) () = setresuid;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != setresuid;
|   ;
|   return 0;
| }
configure:44551: result: no
configure:44463: checking for seteuid
configure:44520: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:44526: $? = 0
configure:44530: test -z 
                         || test ! -s conftest.err
configure:44533: $? = 0
configure:44536: test -s conftest.exe
configure:44539: $? = 0
configure:44551: result: yes
configure:44463: checking for vfork
configure:44520: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:44526: $? = 0
configure:44530: test -z 
                         || test ! -s conftest.err
configure:44533: $? = 0
configure:44536: test -s conftest.exe
configure:44539: $? = 0
configure:44551: result: yes
configure:44463: checking for _exit
configure:44520: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
conftest.c:255: warning: conflicting types for built-in function '_exit'
configure:44526: $? = 0
configure:44530: test -z 
                         || test ! -s conftest.err
configure:44533: $? = 0
configure:44536: test -s conftest.exe
configure:44539: $? = 0
configure:44551: result: yes
configure:44562: checking for function prototypes
configure:44565: result: yes
configure:44582: checking whether setvbuf arguments are reversed
configure:44607: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
conftest.c:236: error: conflicting types for 'setvbuf'
/usr/include/stdio.h:176: error: previous declaration of 'setvbuf' was here
conftest.c:236: error: conflicting types for 'setvbuf'
/usr/include/stdio.h:176: error: previous declaration of 'setvbuf' was here
configure:44613: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #       if PROTOTYPES
|          int (setvbuf) (FILE *, int, char *, size_t);
| #       endif
| int
| main ()
| {
| char buf; return setvbuf (stdout, _IOLBF, &buf, 1);
|   ;
|   return 0;
| }
configure:44734: result: no
configure:44748: checking for fgetpwent
configure:44805: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccodPuHb.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:274: undefined reference 
to `_fgetpwent'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:273: undefined reference 
to `_fgetpwent'
collect2: ld returned 1 exit status
configure:44811: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| /* end confdefs.h.  */
| /* Define fgetpwent to an innocuous variant, in case <limits.h> declares 
fgetpwent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fgetpwent innocuous_fgetpwent
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fgetpwent (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fgetpwent
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char fgetpwent ();
| /* 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_fgetpwent) || defined (__stub___fgetpwent)
| choke me
| #else
| char (*f) () = fgetpwent;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != fgetpwent;
|   ;
|   return 0;
| }
configure:44836: result: no
configure:44853: checking for utmp.h
configure:44858: result: yes
configure:45001: checking for getutent
configure:45058: gcc -o conftest.exe -g -O2   conftest.c -lresolv  >&5
configure:45064: $? = 0
configure:45068: test -z 
                         || test ! -s conftest.err
configure:45071: $? = 0
configure:45074: test -s conftest.exe
configure:45077: $? = 0
configure:45089: result: yes
configure:45147: checking whether extern program_invocation_name is present
configure:45166: gcc -c -g -O2  conftest.c >&5
conftest.c:236:18: argp.h: No such file or directory
conftest.c: In function `main':
conftest.c:241: error: `program_invocation_name' undeclared (first use in this 
function)
conftest.c:241: error: (Each undeclared identifier is reported only once
conftest.c:241: error: for each function it appears in.)
configure:45172: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| /* end confdefs.h.  */
| #include <argp.h>
| #include <errno.h>
| int
| main ()
| {
|  program_invocation_name = "test";
|   ;
|   return 0;
| }
configure:45198: result: no
configure:45207: checking whether program_invocation_name is declared
configure:45231: gcc -c -g -O2  conftest.c >&5
conftest.c:236:18: argp.h: No such file or directory
configure:45237: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| /* end confdefs.h.  */
| #include <argp.h>
| #include <errno.h>
| int
| main ()
| {
| 
| #ifndef PROGRAM_INVOCATION_NAME_DECLARED
|       extern char *program_invocation_name;
| #endif
|       program_invocation_name = "test";
| 
|   ;
|   return 0;
| }
configure:45263: result: no
configure:45321: checking fribidi/fribidi.h usability
configure:45333: gcc -c -g -O2  conftest.c >&5
conftest.c:270:29: fribidi/fribidi.h: No such file or directory
configure:45339: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fribidi/fribidi.h>
configure:45362: result: no
configure:45366: checking fribidi/fribidi.h presence
configure:45376: gcc -E  conftest.c
conftest.c:236:29: fribidi/fribidi.h: No such file or directory
configure:45382: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| /* end confdefs.h.  */
| #include <fribidi/fribidi.h>
configure:45402: result: no
configure:45437: checking for fribidi/fribidi.h
configure:45444: result: no
configure:46538: checking radius/radius.h usability
configure:46550: gcc -c -g -O2  conftest.c >&5
conftest.c:278:27: radius/radius.h: No such file or directory
configure:46556: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_NNTP 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <radius/radius.h>
configure:46579: result: no
configure:46583: checking radius/radius.h presence
configure:46593: gcc -E  conftest.c
conftest.c:244:27: radius/radius.h: No such file or directory
configure:46599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_NNTP 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| /* end confdefs.h.  */
| #include <radius/radius.h>
configure:46619: result: no
configure:46654: checking for radius/radius.h
configure:46661: result: no
configure:46804: checking security/pam_appl.h usability
configure:46816: gcc -c -g -O2  conftest.c >&5
conftest.c:278:31: security/pam_appl.h: No such file or directory
configure:46822: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_NNTP 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <security/pam_appl.h>
configure:46845: result: no
configure:46849: checking security/pam_appl.h presence
configure:46859: gcc -E  conftest.c
conftest.c:244:31: security/pam_appl.h: No such file or directory
configure:46865: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_NNTP 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 1
| /* end confdefs.h.  */
| #include <security/pam_appl.h>
configure:46885: result: no
configure:46920: checking for security/pam_appl.h
configure:46927: result: no
configure:47103: checking crypt.h usability
configure:47115: gcc -c -g -O2  conftest.c >&5
configure:47121: $? = 0
configure:47125: test -z 
                         || test ! -s conftest.err
configure:47128: $? = 0
configure:47131: test -s conftest.o
configure:47134: $? = 0
configure:47144: result: yes
configure:47148: checking crypt.h presence
configure:47158: gcc -E  conftest.c
configure:47164: $? = 0
configure:47184: result: yes
configure:47219: checking for crypt.h
configure:47226: result: yes
configure:47239: checking whether crypt is declared
configure:47268: gcc -c -g -O2  conftest.c >&5
configure:47274: $? = 0
configure:47278: test -z 
                         || test ! -s conftest.err
configure:47281: $? = 0
configure:47284: test -s conftest.o
configure:47287: $? = 0
configure:47298: result: yes
configure:47320: checking for crypt in -lcrypt
configure:47350: gcc -o conftest.exe -g -O2   conftest.c -lcrypt  -lresolv  >&5
configure:47356: $? = 0
configure:47360: test -z 
                         || test ! -s conftest.err
configure:47363: $? = 0
configure:47366: test -s conftest.exe
configure:47369: $? = 0
configure:47382: result: yes
configure:47399: checking for pthread_cancel in -lpthread
configure:47429: gcc -o conftest.exe -g -O2   conftest.c -lpthread  -lcrypt 
-lresolv  >&5
configure:47435: $? = 0
configure:47439: test -z 
                         || test ! -s conftest.err
configure:47442: $? = 0
configure:47445: test -s conftest.exe
configure:47448: $? = 0
configure:47461: result: yes
configure:47484: checking pthread.h usability
configure:47496: gcc -c -g -O2  conftest.c >&5
configure:47502: $? = 0
configure:47506: test -z 
                         || test ! -s conftest.err
configure:47509: $? = 0
configure:47512: test -s conftest.o
configure:47515: $? = 0
configure:47525: result: yes
configure:47529: checking pthread.h presence
configure:47539: gcc -E  conftest.c
configure:47545: $? = 0
configure:47565: result: yes
configure:47600: checking for pthread.h
configure:47607: result: yes
configure:47634: checking for pthread_rwlock_init
configure:47691: gcc -o conftest.exe -g -O2   conftest.c -lcrypt -lresolv  
-lpthread >&5
configure:47697: $? = 0
configure:47701: test -z 
                         || test ! -s conftest.err
configure:47704: $? = 0
configure:47707: test -s conftest.exe
configure:47710: $? = 0
configure:47722: result: yes
configure:48122: checking for gethostbyname
configure:48179: gcc -o conftest.exe -g -O2   conftest.c -lcrypt -lresolv  
-lpthread >&5
configure:48185: $? = 0
configure:48189: test -z 
                         || test ! -s conftest.err
configure:48192: $? = 0
configure:48195: test -s conftest.exe
configure:48198: $? = 0
configure:48210: result: yes
configure:48286: checking for socket
configure:48343: gcc -o conftest.exe -g -O2   conftest.c -lcrypt -lresolv  
-lpthread >&5
configure:48349: $? = 0
configure:48353: test -z 
                         || test ! -s conftest.err
configure:48356: $? = 0
configure:48359: test -s conftest.exe
configure:48362: $? = 0
configure:48374: result: yes
configure:48453: checking for tputs in -lncurses
configure:48483: gcc -o conftest.exe -g -O2   conftest.c -lncurses  -lcrypt 
-lresolv  -lpthread >&5
configure:48489: $? = 0
configure:48493: test -z 
                         || test ! -s conftest.err
configure:48496: $? = 0
configure:48499: test -s conftest.exe
configure:48502: $? = 0
configure:48515: result: yes
configure:48532: checking for readline in -lreadline
configure:48562: gcc -o conftest.exe -g -O2   conftest.c -lreadline  -lcrypt 
-lresolv  -lpthread -lncurses >&5
configure:48568: $? = 0
configure:48572: test -z 
                         || test ! -s conftest.err
configure:48575: $? = 0
configure:48578: test -s conftest.exe
configure:48581: $? = 0
configure:48594: result: yes
configure:48617: checking readline/readline.h usability
configure:48629: gcc -c -g -O2  conftest.c >&5
configure:48635: $? = 0
configure:48639: test -z 
                         || test ! -s conftest.err
configure:48642: $? = 0
configure:48645: test -s conftest.o
configure:48648: $? = 0
configure:48658: result: yes
configure:48662: checking readline/readline.h presence
configure:48672: gcc -E  conftest.c
configure:48678: $? = 0
configure:48698: result: yes
configure:48733: checking for readline/readline.h
configure:48740: result: yes
configure:48764: checking for rl_completion_matches
configure:48821: gcc -o conftest.exe -g -O2   conftest.c -lcrypt -lresolv  
-lpthread -lreadline -lncurses >&5
configure:48827: $? = 0
configure:48831: test -z 
                         || test ! -s conftest.err
configure:48834: $? = 0
configure:48837: test -s conftest.exe
configure:48840: $? = 0
configure:48852: result: yes
configure:49861: checking for guile-config
configure:49879: found /bin/guile-config
configure:49892: result: /bin/guile-config
configure:49907: checking for guile version 1.4 or higher
configure:49922: result: OK
configure:49944: gcc -o conftest.exe -g -O2 -I/nonexistent/include   conftest.c 
-lcrypt -lresolv  -lpthread -lguile -lguile-ltdl -lcrypt -lm >&5
configure:49950: $? = 0
configure:49954: test -z 
                         || test ! -s conftest.err
configure:49957: $? = 0
configure:49960: test -s conftest.exe
configure:49963: $? = 0
configure:49987: checking whether to build guile support
configure:50015: result: yes
configure:50031: checking for scm_long2num
configure:50088: gcc -o conftest.exe -g -O2 -I/nonexistent/include   conftest.c 
-lcrypt -lresolv  -lpthread -lguile -lguile-ltdl -lcrypt -lm >&5
configure:50094: $? = 0
configure:50098: test -z 
                         || test ! -s conftest.err
configure:50101: $? = 0
configure:50104: test -s conftest.exe
configure:50107: $? = 0
configure:50119: result: yes
configure:50031: checking for scm_cell
configure:50088: gcc -o conftest.exe -g -O2 -I/nonexistent/include   conftest.c 
-lcrypt -lresolv  -lpthread -lguile -lguile-ltdl -lcrypt -lm >&5
/cygdrive/c/DOCUME~1/henman/LOCALS~1/Temp/ccsBXaUe.o: In function `main':
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:297: undefined reference 
to `_scm_cell'
/cygdrive/c/cygwin-djh/mailutils/mailutils/conftest.c:296: undefined reference 
to `_scm_cell'
collect2: ld returned 1 exit status
configure:50094: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_NNTP 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 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 GUILE_VERSION 16
| #define WITH_GUILE 1
| #define HAVE_SCM_LONG2NUM 1
| /* end confdefs.h.  */
| /* Define scm_cell to an innocuous variant, in case <limits.h> declares 
scm_cell.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define scm_cell innocuous_scm_cell
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char scm_cell (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef scm_cell
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char scm_cell ();
| /* 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_scm_cell) || defined (__stub___scm_cell)
| choke me
| #else
| char (*f) () = scm_cell;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != scm_cell;
|   ;
|   return 0;
| }
configure:50119: result: no
configure:50031: checking for scm_list_1
configure:50088: gcc -o conftest.exe -g -O2 -I/nonexistent/include   conftest.c 
-lcrypt -lresolv  -lpthread -lguile -lguile-ltdl -lcrypt -lm >&5
configure:50094: $? = 0
configure:50098: test -z 
                         || test ! -s conftest.err
configure:50101: $? = 0
configure:50104: test -s conftest.exe
configure:50107: $? = 0
configure:50119: result: yes
configure:50031: checking for scm_list_n
configure:50088: gcc -o conftest.exe -g -O2 -I/nonexistent/include   conftest.c 
-lcrypt -lresolv  -lpthread -lguile -lguile-ltdl -lcrypt -lm >&5
configure:50094: $? = 0
configure:50098: test -z 
                         || test ! -s conftest.err
configure:50101: $? = 0
configure:50104: test -s conftest.exe
configure:50107: $? = 0
configure:50119: result: yes
configure:50031: checking for scm_c_define
configure:50088: gcc -o conftest.exe -g -O2 -I/nonexistent/include   conftest.c 
-lcrypt -lresolv  -lpthread -lguile -lguile-ltdl -lcrypt -lm >&5
configure:50094: $? = 0
configure:50098: test -z 
                         || test ! -s conftest.err
configure:50101: $? = 0
configure:50104: test -s conftest.exe
configure:50107: $? = 0
configure:50119: result: yes
configure:50031: checking for scm_c_lookup
configure:50088: gcc -o conftest.exe -g -O2 -I/nonexistent/include   conftest.c 
-lcrypt -lresolv  -lpthread -lguile -lguile-ltdl -lcrypt -lm >&5
configure:50094: $? = 0
configure:50098: test -z 
                         || test ! -s conftest.err
configure:50101: $? = 0
configure:50104: test -s conftest.exe
configure:50107: $? = 0
configure:50119: result: yes
configure:50130: checking for inline scm_cell
configure:50148: gcc -o conftest.exe -g -O2 -I/nonexistent/include   conftest.c 
-lcrypt -lresolv  -lpthread -lguile -lguile-ltdl -lcrypt -lm >&5
conftest.c: In function `main':
conftest.c:265: error: parse error before '(' token
configure:50154: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU Mailutils"
| #define PACKAGE_TARNAME "mailutils"
| #define PACKAGE_VERSION "0.6.92"
| #define PACKAGE_STRING "GNU Mailutils 0.6.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "mailutils"
| #define VERSION "0.6.92"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_LIBRESOLV 1
| #define HAVE_LIBLTDL 1
| #define LOG_FACILITY LOG_MAIL
| #define STDC_HEADERS 1
| #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_PATHS_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_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_UNISTD_H 1
| #define RETSIGTYPE void
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_TM_TM_ISDST 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_DECL_STRTOK_R 1
| #define restrict __restrict
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_STRTOK_R 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define restrict __restrict
| #define HAVE_STDINT_H 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_MBRTOWC 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define getpass gnu_getpass
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_MBRTOWC 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define VOID_UNSETENV 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRCHRNUL 0
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_VASPRINTF 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_SETREUID 1
| #define HAVE_SETEUID 1
| #define HAVE_VFORK 1
| #define HAVE__EXIT 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_UTMP_H 1
| #define HAVE_GETUTENT_CALLS
| #define ENABLE_VIRTUAL_DOMAINS 1
| #define ENABLE_IMAP 1
| #define ENABLE_POP 1
| #define ENABLE_NNTP 1
| #define ENABLE_SMTP 1
| #define ENABLE_SENDMAIL 1
| #define ENABLE_MH 1
| #define ENABLE_MAILDIR 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 GUILE_VERSION 16
| #define WITH_GUILE 1
| #define HAVE_SCM_LONG2NUM 1
| #define HAVE_SCM_LIST_1 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_LOOKUP 1
| /* end confdefs.h.  */
| #include <libguile.h>
| int
| main ()
| {
| scm_cell(SCM_EOL, SCM_EOL)
|   ;
|   return 0;
| }
configure:50182: result: no
configure:50199: checking for emacs
configure:50215: found /bin/emacs
configure:50225: result: emacs
configure:50249: checking where .elc files should go
configure:50262: $EMACS -batch -q -eval '(while load-path (princ (concat (car 
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
configure:50265: $? = 0
configure:50278: result: ${datadir}/emacs/site-lisp
configure:50455: creating ./config.status

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

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

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

on henman-np

config.status:918: creating Makefile
config.status:918: creating sql/Makefile
config.status:918: creating auth/Makefile
config.status:918: creating comsat/Makefile
config.status:918: creating config/Makefile
config.status:918: creating doc/Makefile
config.status:918: creating doc/man/Makefile
config.status:918: creating doc/rfc/Makefile
config.status:918: creating doc/texinfo/Makefile
config.status:918: creating dotlock/Makefile
config.status:918: creating examples/Makefile
config.status:918: creating examples/config/Makefile
config.status:918: creating examples/cpp/Makefile
config.status:918: creating examples/scheme/Makefile
config.status:918: creating frm/Makefile
config.status:918: creating frm/testsuite/Makefile
config.status:918: creating guimb/Makefile
config.status:918: creating guimb/scm/Makefile
config.status:918: creating imap4d/Makefile
config.status:918: creating imap4d/testsuite/Makefile
config.status:918: creating include/Makefile
config.status:918: creating include/mailutils/Makefile
config.status:918: creating include/mailutils/gnu/Makefile
config.status:918: creating include/mailutils/sys/Makefile
config.status:918: creating intl/Makefile
config.status:918: creating lib/Makefile
config.status:918: creating libmu_scm/Makefile
config.status:918: creating libsieve/Makefile
config.status:918: creating libsieve/extensions/Makefile
config.status:918: creating mail/Makefile
config.status:918: creating mail/testsuite/Makefile
config.status:918: creating mail.local/Makefile
config.status:918: creating mail.local/testsuite/Makefile
config.status:918: creating mail.remote/Makefile
config.status:918: creating mail.remote/testsuite/Makefile
config.status:918: creating mailbox/Makefile
config.status:918: creating mailbox/mbox/Makefile
config.status:918: creating mailbox/mh/Makefile
config.status:918: creating mailbox/maildir/Makefile
config.status:918: creating mailbox/pop/Makefile
config.status:918: creating mailbox/nntp/Makefile
config.status:918: creating mailbox/imap/Makefile
config.status:918: creating mailbox/include/Makefile
config.status:918: creating mailbox/testsuite/Makefile
config.status:918: creating messages/Makefile
config.status:918: creating messages/testsuite/Makefile
config.status:918: creating mh/Makefile
config.status:918: creating mimeview/Makefile
config.status:918: creating movemail/Makefile
config.status:918: creating po/Makefile.in
config.status:918: creating pop3d/Makefile
config.status:918: creating pop3d/testsuite/Makefile
config.status:918: creating readmsg/Makefile
config.status:918: creating readmsg/testsuite/Makefile
config.status:918: creating scripts/Makefile
config.status:918: creating scripts/guile-1.4/Makefile
config.status:918: creating scripts/guile-1.6/Makefile
config.status:918: creating scripts/mailutils.spec
config.status:918: creating sieve/Makefile
config.status:918: creating sieve/testsuite/Makefile
config.status:918: creating testsuite/Makefile
config.status:1022: creating config.h
config.status:1708: config.h is unchanged
config.status:1787: linking ./mailbox/getopt_.h to 
include/mailutils/gnu/getopt.h
config.status:1787: linking ./mailbox/argp.h to include/mailutils/gnu/argp.h
config.status:1787: linking ./mailbox/regex.h to include/mailutils/gnu/regex.h
config.status:2024: executing depfiles commands
config.status:2024: executing default-1 commands
config.status:2024: executing status commands

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

ac_cv_build=i686-pc-cygwin
ac_cv_build_alias=i686-pc-cygwin
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_decl_EOVERFLOW=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DEFAULT_CUPS_CONFDIR_set=
ac_cv_env_DEFAULT_CUPS_CONFDIR_value=
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_f77_compiler_gnu=yes
ac_cv_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fsetlocking=no
ac_cv_func__exit=yes
ac_cv_func_alloca_works=yes
ac_cv_func_asprintf=yes
ac_cv_func_fgetpwent=no
ac_cv_func_flockfile=yes
ac_cv_func_funlockfile=yes
ac_cv_func_fwprintf=no
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=no
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getline=no
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=yes
ac_cv_func_getutent=yes
ac_cv_func_isascii=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswprint=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbsinit=yes
ac_cv_func_memchr=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_munmap=yes
ac_cv_func_obstack=no
ac_cv_func_pthread_rwlock_init=yes
ac_cv_func_putenv=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_rl_completion_matches=yes
ac_cv_func_scm_c_define=yes
ac_cv_func_scm_c_lookup=yes
ac_cv_func_scm_cell=no
ac_cv_func_scm_list_1=yes
ac_cv_func_scm_list_n=yes
ac_cv_func_scm_long2num=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setlocale=yes
ac_cv_func_setresuid=no
ac_cv_func_setreuid=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_sigaction=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchrnul=no
ac_cv_func_strdup=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_tsearch=yes
ac_cv_func_unsetenv=yes
ac_cv_func_vasnprintf=no
ac_cv_func_vasprintf=yes
ac_cv_func_vfork=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcwidth=yes
ac_cv_gnu_library_2_1=no
ac_cv_have_decl__snprintf=no
ac_cv_have_decl__snwprintf=no
ac_cv_have_decl_asprintf=yes
ac_cv_have_decl_clearerr_unlocked=no
ac_cv_have_decl_crypt=yes
ac_cv_have_decl_environ=yes
ac_cv_have_decl_feof_unlocked=no
ac_cv_have_decl_ferror_unlocked=no
ac_cv_have_decl_fflush_unlocked=no
ac_cv_have_decl_fgets_unlocked=no
ac_cv_have_decl_flockfile=yes
ac_cv_have_decl_fputc_unlocked=no
ac_cv_have_decl_fputs_unlocked=no
ac_cv_have_decl_fread_unlocked=no
ac_cv_have_decl_funlockfile=yes
ac_cv_have_decl_fwrite_unlocked=no
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getchar_unlocked=yes
ac_cv_have_decl_getdelim=no
ac_cv_have_decl_getline=no
ac_cv_have_decl_getpass=yes
ac_cv_have_decl_mbswidth=no
ac_cv_have_decl_optreset=yes
ac_cv_have_decl_program_invocation_name=no
ac_cv_have_decl_program_invocation_short_name=no
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_putchar_unlocked=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strchrnul=no
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strndup=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strsignal=yes
ac_cv_have_decl_strtoimax=yes
ac_cv_have_decl_strtok_r=yes
ac_cv_have_decl_strtoumax=yes
ac_cv_have_decl_sys_siglist=no
ac_cv_have_decl_vasprintf=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_have_decl_wcwidth=yes
ac_cv_header_argz_h=yes
ac_cv_header_crypt_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_features_h=yes
ac_cv_header_fribidi_fribidi_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linewrap_h=no
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_nl_types_h=no
ac_cv_header_obstack_h=no
ac_cv_header_paths_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_radius_radius_h=no
ac_cv_header_readline_readline_h=yes
ac_cv_header_security_pam_appl_h=no
ac_cv_header_sgtty_h=no
ac_cv_header_shadow_h=no
ac_cv_header_socket_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=no
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termcap_h=yes
ac_cv_header_termio_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=i686-pc-cygwin
ac_cv_host_alias=i686-pc-cygwin
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_error_at_line=no
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_ltdl_lt_dlinit=yes
ac_cv_lib_ncurses___tputs=yes
ac_cv_lib_pthread_pthread_cancel=yes
ac_cv_lib_readline_readline=yes
ac_cv_lib_resolv_res_query=yes
ac_cv_member_struct_tm_tm_gmtoff=no
ac_cv_member_struct_tm_tm_isdst=yes
ac_cv_member_struct_tm_tm_zone=no
ac_cv_objext=o
ac_cv_path_GMSGFMT=/bin/msgfmt
ac_cv_path_GUILE_CONFIG=/bin/guile-config
ac_cv_path_MSGFMT=/bin/msgfmt
ac_cv_path_MSGMERGE=/bin/msgmerge
ac_cv_path_XGETTEXT=/bin/xgettext
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_EMACS=emacs
ac_cv_prog_INTLBISON=bison
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=g77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_struct_tm=time.h
ac_cv_target=i686-pc-cygwin
ac_cv_target_alias=i686-pc-cygwin
ac_cv_type__Bool=yes
ac_cv_type_dev_t=yes
ac_cv_type_iconv_t=yes
ac_cv_type_ino_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_var_tzname=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=dll
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_working_getline=no
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=yes
am_cv_lispdir='${datadir}/emacs/site-lisp'
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=const
am_cv_val_LC_MESSAGES=yes
bh_cv_c_signed=yes
gl_cv_c_restrict=__restrict
gl_cv_c_uint32_max=yes
gl_cv_c_uint32_t=uint32_t
gl_cv_func_malloc_0_nonnull=1
gl_cv_func_mbrtowc=yes
gl_cv_func_working_re_compile_pattern=no
gl_cv_header_inttypes_h=yes
gl_cv_header_stdint_h=yes
gl_cv_minmax_in_limits_h=no
gl_cv_minmax_in_sys_param_h=yes
gt_cv_c_intmax_t=yes
gt_cv_c_long_double=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_gnugettext2_libc=no
gt_cv_func_gnugettext2_libintl=yes
gt_cv_func_printf_posix=yes
gt_cv_func_unsetenv_ret=void
gt_cv_header_inttypes_h=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=no
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe
lt_cv_path_LDCXX=/usr/i686-pc-cygwin/bin/ld.exe
lt_cv_path_NM='/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'''
lt_cv_sys_max_cmd_len=8192
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) 
\$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ 
]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern 
int \\1;/p'\''"'
mu_cv_enable_imap=yes
mu_cv_enable_maildir=yes
mu_cv_enable_mh=yes
mu_cv_enable_nntp=yes
mu_cv_enable_pop=yes
mu_cv_enable_radius=no
mu_cv_enable_sendmail=yes
mu_cv_enable_smtp=yes
mu_cv_enable_virtual_domains=yes
mu_cv_header_argp_h=yes
mu_cv_header_getopt_h=yes
mu_cv_header_regex_h=yes
mu_cv_lib_gsasl=no
mu_cv_lib_guile=yes
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

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

ACLOCAL='${SHELL} /cygdrive/c/cygwin-djh/mailutils/mailutils/scripts/missing 
--run aclocal-1.9'
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /cygdrive/c/cygwin-djh/mailutils/mailutils/scripts/missing 
--run tar'
AR='ar'
AUTHINCS=''
AUTHLIBS='../auth/libmuauth.la'
AUTHLIBS_DEPENDENCY='../auth/libmuauth.la'
AUTOCONF='${SHELL} /cygdrive/c/cygwin-djh/mailutils/mailutils/scripts/missing 
--run autoconf'
AUTOHEADER='${SHELL} /cygdrive/c/cygwin-djh/mailutils/mailutils/scripts/missing 
--run autoheader'
AUTOMAKE='${SHELL} /cygdrive/c/cygwin-djh/mailutils/mailutils/scripts/missing 
--run automake-1.9'
AWK='gawk'
BUILD_INCLUDED_LIBINTL='no'
BUILD_MH_EXEC_HOOK=''
BUILD_MH_LIBRARIES=''
BUILD_MH_PROGRAMS=''
BUILD_SMTP_PROGRAMS='$(PROGRAMS_SMTP)'
BUILD_SQL=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -DSYSCONFDIR=\"$(sysconfdir)\"'
CURSES_LIBS='-lncurses'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='cygpath -w'
DATADIRNAME='share'
DEFAULT_CUPS_CONFDIR='$(sysconfdir)/cups'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EMACS='emacs'
EMACSLOADPATH=''
EOVERFLOW=''
EXEEXT='.exe'
F77='g77'
FFLAGS='-g -O2'
FRIBIDI_LIBS=''
GENCAT='gencat'
GETOPT_H='getopt.h'
GLIBC21='no'
GMSGFMT='/bin/msgfmt'
GNU_INCLS=' getopt.h argp.h regex.h'
GUILE_BINDIR='/usr/bin'
GUILE_BUILT_SOURCES='$(DOT_X_FILES) $(DOT_DOC_FILES)'
GUILE_CONFIG='/bin/guile-config'
GUILE_INCLUDES='-I/nonexistent/include'
GUILE_LIBS='-lguile -lguile-ltdl -lcrypt -lm'
GUILE_PKGDATA='guile-procedures.txt mailutils.scm'
GUILE_SNARF_VERSION='1.6'
GUIMB='guimb'
HAVE_ASPRINTF='1'
HAVE_POSIX_PRINTF='1'
HAVE_SNPRINTF='1'
HAVE_WPRINTF='0'
HAVE__BOOL='1'
IMAP_AUTHOBJS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON='bison'
INTLINCS=''
INTLLIBS='-lintl'
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
KRB5CFGPATH=''
LDFLAGS=''
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBICONV='-liconv'
LIBINTL='-lintl'
LIBMU_SCM='../libmu_scm/libmu_scm.la'
LIBMU_SCM_DEPS='../mailbox/mbox/libmu_mbox.la ../mailbox/imap/libmu_imap.la 
../mailbox/pop/libmu_pop.la ../mailbox/mh/libmu_mh.la 
../mailbox/maildir/libmu_maildir.la'
LIBOBJS=' ${LIBOBJDIR}error$U.o ${LIBOBJDIR}exitfail$U.o 
${LIBOBJDIR}xmalloc$U.o ${LIBOBJDIR}getpass$U.o ${LIBOBJDIR}obstack$U.o 
${LIBOBJDIR}xstrtol$U.o ${LIBOBJDIR}xstrtoul$U.o'
LIBS='-lcrypt -lresolv  -lpthread'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTDL_LIB='-lltdl'
LTLIBICONV='-liconv'
LTLIBINTL='-lintl'
LTLIBOBJS=' ${LIBOBJDIR}error$U.lo ${LIBOBJDIR}exitfail$U.lo 
${LIBOBJDIR}xmalloc$U.lo ${LIBOBJDIR}getpass$U.lo ${LIBOBJDIR}obstack$U.lo 
${LIBOBJDIR}xstrtol$U.lo ${LIBOBJDIR}xstrtoul$U.lo'
MAKEINFO='${SHELL} /cygdrive/c/cygwin-djh/mailutils/mailutils/scripts/missing 
--run makeinfo'
MH_BIN_DIR='${exec_prefix}/bin/mu-mh'
MKINSTALLDIRS='$(top_builddir)/scripts/mkinstalldirs'
MSGFMT='/bin/msgfmt'
MSGMERGE='/bin/msgmerge'
MU_COMMON_LIBRARIES='$(LTLIBINTL) $(LTLIBICONV)'
MU_EXTRA_DIST=''
MU_LIBOBJS=' getopt.o getopt1.o getline.o getdelim.o md5.o getdelim.o getopt.o 
getopt1.o strcasecmp.o strchrnul.o vasnprintf.o printf-args.o printf-parse.o 
asnprintf.o fgetpwent.o pin.o'
MU_LTLIBOBJS=' getopt$U.lo getopt1$U.lo getline$U.lo getdelim$U.lo md5$U.lo 
getdelim$U.lo getopt$U.lo getopt1$U.lo strcasecmp$U.lo strchrnul$U.lo 
vasnprintf$U.lo printf-args$U.lo printf-parse$U.lo asnprintf$U.lo 
fgetpwent$U.lo pin$U.lo'
MU_SCM='libmu_scm.la'
MU_ULONG_MAX='4294967295'
MYSQLLIBS=''
OBJEXT='o'
ODBCLIBS=''
PACKAGE='mailutils'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='GNU Mailutils'
PACKAGE_STRING='GNU Mailutils 0.6.92'
PACKAGE_TARNAME='mailutils'
PACKAGE_VERSION='0.6.92'
PATH_SEPARATOR=':'
POPAUTH=''
POSUB='po'
RANLIB='ranlib'
READLINE_LIBS='-lreadline -lncurses'
RUN_SMTP_DEJATOOL='$(SMTP_DEJATOOL)'
SERV_AUTHINCS=''
SERV_AUTHLIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SIEVE_MODDIR='$(libdir)/$(PACKAGE)'
SITE_CRAM_MD5_PWD='$(sysconfdir)/cram-md5.pwd'
SITE_MAIL_RC='$(sysconfdir)/mail.rc'
SITE_VIRTUAL_PWDDIR='$(sysconfdir)/domain'
SQLLIB=''
SQLLIB_DEPENDENCY=''
SQL_LIBOBJS=''
SQL_LOADABLE_MODULES=''
SQL_LTLIBOBJS=''
SQL_MODULES=''
STDBOOL_H=''
STRIP='strip'
SYSEXITS_H=''
USE_INCLUDED_LIBINTL='no'
USE_NLS='yes'
VERSION='0.6.92'
VI_AGE='0'
VI_CURRENT='1'
VI_REVISION='0'
XGETTEXT='/bin/xgettext'
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-cygwin'
build_alias=''
build_cpu='i686'
build_os='cygwin'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-cygwin'
host_alias=''
host_cpu='i686'
host_os='cygwin'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/cygdrive/c/cygwin-djh/mailutils/mailutils/scripts/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lisp_LISP='$(LISPSRC)'
lispdir='${datadir}/emacs/site-lisp'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-cygwin'
target_alias=''
target_cpu='i686'
target_os='cygwin'
target_vendor='pc'

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

#define ENABLE_IMAP 1
#define ENABLE_MAILDIR 1
#define ENABLE_MH 1
#define ENABLE_NLS 1
#define ENABLE_NNTP 1
#define ENABLE_POP 1
#define ENABLE_SENDMAIL 1
#define ENABLE_SMTP 1
#define ENABLE_VIRTUAL_DOMAINS 1
#define GUILE_VERSION 16
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_ARGZ_H 1
#define HAVE_ASPRINTF 1
#define HAVE_CRYPT_H 1
#define HAVE_DCGETTEXT 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_CLEARERR_UNLOCKED 0
#define HAVE_DECL_CRYPT 1
#define HAVE_DECL_ENVIRON 1
#define HAVE_DECL_FEOF_UNLOCKED 0
#define HAVE_DECL_FEOF_UNLOCKED 0
#define HAVE_DECL_FERROR_UNLOCKED 0
#define HAVE_DECL_FFLUSH_UNLOCKED 0
#define HAVE_DECL_FGETS_UNLOCKED 0
#define HAVE_DECL_FGETS_UNLOCKED 0
#define HAVE_DECL_FLOCKFILE 1
#define HAVE_DECL_FPUTC_UNLOCKED 0
#define HAVE_DECL_FPUTS_UNLOCKED 0
#define HAVE_DECL_FREAD_UNLOCKED 0
#define HAVE_DECL_FUNLOCKFILE 1
#define HAVE_DECL_FWRITE_UNLOCKED 0
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_GETDELIM 0
#define HAVE_DECL_GETLINE 0
#define HAVE_DECL_GETPASS 1
#define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_STRCHRNUL 0
#define HAVE_DECL_STRERROR_R 1
#define HAVE_DECL_STRNDUP 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_DECL_STRSIGNAL 1
#define HAVE_DECL_STRTOIMAX 1
#define HAVE_DECL_STRTOK_R 1
#define HAVE_DECL_STRTOK_R 1
#define HAVE_DECL_STRTOUMAX 1
#define HAVE_DECL_SYS_SIGLIST 0
#define HAVE_DECL_VASPRINTF 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_DECL_WCWIDTH 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_DECL__SNWPRINTF 0
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FEATURES_H 1
#define HAVE_FLOCKFILE 1
#define HAVE_FLOCKFILE 1
#define HAVE_FLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTEXT 1
#define HAVE_GETUID 1
#define HAVE_GETUTENT_CALLS
#define HAVE_ICONV 1
#define HAVE_ICONV 1
#define HAVE_ICONV_H 1
#define HAVE_INTMAX_T 1
#define HAVE_INTMAX_T 1
#define HAVE_INTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_ISASCII 1
#define HAVE_ISWCNTRL 1
#define HAVE_ISWPRINT 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIBCRYPT 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBLTDL 1
#define HAVE_LIBRESOLV 1
#define HAVE_LIMITS_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_MALLOC 1
#define HAVE_MALLOC_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MBRTOWC 1
#define HAVE_MBRTOWC 1
#define HAVE_MBSINIT 1
#define HAVE_MBSTATE_T 1
#define HAVE_MEMCHR 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMPCPY 1
#define HAVE_MEMPCPY 1
#define HAVE_MINMAX_IN_SYS_PARAM_H 1
#define HAVE_MKSTEMP 1
#define HAVE_MUNMAP 1
#define HAVE_PATHS_H 1
#define HAVE_POSIX_PRINTF 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTRDIFF_T 1
#define HAVE_PUTENV 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_REALLOC 1
#define HAVE_RL_COMPLETION_MATCHES 1
#define HAVE_SCM_C_DEFINE 1
#define HAVE_SCM_C_LOOKUP 1
#define HAVE_SCM_LIST_1 1
#define HAVE_SCM_LIST_N 1
#define HAVE_SCM_LONG2NUM 1
#define HAVE_SETENV 1
#define HAVE_SETENV 1
#define HAVE_SETEUID 1
#define HAVE_SETLOCALE 1
#define HAVE_SETREUID 1
#define HAVE_SIGACTION 1
#define HAVE_SNPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_STDARG_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRNDUP 1
#define HAVE_STRTOK_R 1
#define HAVE_STRTOUL 1
#define HAVE_STRUCT_TM_TM_ISDST 1
#define HAVE_SYSCONF 1
#define HAVE_SYSEXITS_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMCAP_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TERMIO_H 1
#define HAVE_TSEARCH 1
#define HAVE_TZNAME 1
#define HAVE_UINTMAX_T 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNSETENV 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_UTMPX_H 1
#define HAVE_UTMP_H 1
#define HAVE_UTMP_H 1
#define HAVE_VASPRINTF 1
#define HAVE_VFORK 1
#define HAVE_VSNPRINTF 1
#define HAVE_WCHAR_H 1
#define HAVE_WCHAR_T 1
#define HAVE_WCSLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCTYPE_H 1
#define HAVE_WCWIDTH 1
#define HAVE_WINT_T 1
#define HAVE__BOOL 1
#define HAVE__EXIT 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_NEXT 1
#define HAVE___ARGZ_STRINGIFY 1
#define ICONV_CONST const
#define ICONV_CONST const
#define INTDIV0_RAISES_SIGFPE 1
#define LOG_FACILITY LOG_MAIL
#define MALLOC_0_IS_NONNULL 1
#define PACKAGE "mailutils"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_NAME "GNU Mailutils"
#define PACKAGE_STRING "GNU Mailutils 0.6.92"
#define PACKAGE_TARNAME "mailutils"
#define PACKAGE_VERSION "0.6.92"
#define PROTOTYPES 1
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define STRERROR_R_CHAR_P 1
#define USE_UNLOCKED_IO 1
#define VERSION "0.6.92"
#define VOID_UNSETENV 1
#define WITH_GUILE 1
#define WITH_PTHREAD 1
#define WITH_READLINE 1
#define YYTEXT_POINTER 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _REENTRANT 1
#define __EXTENSIONS__ 1
#define __GETOPT_PREFIX rpl_
#define __GETOPT_PREFIX rpl_
#define __PROTOTYPES 1
#define getline gnu_getline
#define getpass gnu_getpass
#define restrict __restrict
#define restrict __restrict
#define strcasecmp rpl_strcasecmp
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

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

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

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

on henman-np

config.status:1022: creating config.h
config.status:1708: config.h is unchanged

reply via email to

[Prev in Thread] Current Thread [Next in Thread]