Hi

I'm upgrading few server from FreeBSD 11.4 to 12.1 and I found that the port fot SpamDyke is broken, so I compile "manually" and I found a problem with OpenSSL
Spamdyke is not finding openssl, and openssl is installed

./configure --enable-tls --without-debug-output
checking for gcc... gcc
checking whether the C compiler works... yes
...
checking if openssl/ssl.h will include without additional include directories... yes
checking for library containing RSA_sign... -lcrypto
checking for library containing SSL_library_init... no
configure: error: in `/root/spamdyke-5.0.1/spamdyke':
configure: error: --enable-tls was given but OpenSSL was not found

I'm sending the config.log attached

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

It was created by spamdyke configure 5.0.1, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --enable-tls --without-debug-output

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

hostname = srv105.serversur.net
uname -m = amd64
uname -r = 12.1-RELEASE-p10
uname -s = FreeBSD
uname -v = FreeBSD 12.1-RELEASE-p10 GENERIC 

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

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

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /home/rednet/bin


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

configure:2322: checking for gcc
configure:2338: found /usr/local/bin/gcc
configure:2349: result: gcc
configure:2380: checking for C compiler version
configure:2389: gcc --version >&5
gcc (FreeBSD Ports Collection) 9.3.0
Copyright (C) 2019 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:2400: $? = 0
configure:2389: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc9/gcc/x86_64-portbld-freebsd12.1/9.3.0/lto-wrapper
Target: x86_64-portbld-freebsd12.1
Configured with: /var/ports/usr/ports/lang/gcc9/work/gcc-9.3.0/configure 
--enable-multilib --enable-plugin --with-build-config=bootstrap-debug 
--disable-nls --enable-gnu-indirect-function --libdir=/usr/local/lib/gcc9 
--libexecdir=/usr/local/libexec/gcc9 --program-suffix=9 
--with-as=/usr/local/bin/as --with-gmp=/usr/local 
--with-gxx-include-dir=/usr/local/lib/gcc9/include/c++/ 
--with-ld=/usr/local/bin/ld --with-pkgversion='FreeBSD Ports Collection' 
--with-system-zlib --enable-languages=c,c++,objc,fortran --prefix=/usr/local 
--localstatedir=/var --mandir=/usr/local/man 
--infodir=/usr/local/share/info/gcc9 --build=x86_64-portbld-freebsd12.1
Thread model: posix
gcc version 9.3.0 (FreeBSD Ports Collection) 
configure:2400: $? = 0
configure:2389: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2400: $? = 1
configure:2389: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean 
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2400: $? = 1
configure:2420: checking whether the C compiler works
configure:2442: gcc -Wall   conftest.c  >&5
configure:2446: $? = 0
configure:2494: result: yes
configure:2497: checking for C compiler default output file name
configure:2499: result: a.out
configure:2505: checking for suffix of executables
configure:2512: gcc -o conftest -Wall   conftest.c  >&5
configure:2516: $? = 0
configure:2538: result: 
configure:2560: checking whether we are cross compiling
configure:2568: gcc -o conftest -Wall   conftest.c  >&5
configure:2572: $? = 0
configure:2579: ./conftest
configure:2583: $? = 0
configure:2598: result: no
configure:2603: checking for suffix of object files
configure:2625: gcc -c -Wall  conftest.c >&5
configure:2629: $? = 0
configure:2650: result: o
configure:2654: checking whether we are using the GNU C compiler
configure:2673: gcc -c -Wall  conftest.c >&5
configure:2673: $? = 0
configure:2682: result: yes
configure:2691: checking whether gcc accepts -g
configure:2711: gcc -c -g  conftest.c >&5
configure:2711: $? = 0
configure:2752: result: yes
configure:2769: checking for gcc option to accept ISO C89
configure:2833: gcc  -c -Wall  conftest.c >&5
configure:2833: $? = 0
configure:2846: result: none needed
configure:2873: checking how to run the C preprocessor
configure:2904: gcc -E  conftest.c
configure:2904: $? = 0
configure:2918: gcc -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:2918: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2943: result: gcc -E
configure:2963: gcc -E  conftest.c
configure:2963: $? = 0
configure:2977: gcc -E  conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
    9 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:2977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3006: checking for grep that handles long lines and -e
configure:3064: result: /usr/bin/grep
configure:3069: checking for egrep
configure:3131: result: /usr/bin/grep -E
configure:3136: checking for ANSI C header files
configure:3156: gcc -c -Wall  conftest.c >&5
configure:3156: $? = 0
configure:3229: gcc -o conftest -Wall   conftest.c  >&5
configure:3229: $? = 0
configure:3229: ./conftest
configure:3229: $? = 0
configure:3240: result: yes
configure:3253: checking for sys/types.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3253: checking for sys/stat.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3253: checking for stdlib.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3253: checking for string.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3253: checking for memory.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3253: checking for strings.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3253: checking for inttypes.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3253: checking for stdint.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3253: checking for unistd.h
configure:3253: gcc -c -Wall  conftest.c >&5
configure:3253: $? = 0
configure:3253: result: yes
configure:3267: checking for stdint.h
configure:3267: result: yes
configure:3279: checking sys/inttypes.h usability
configure:3279: gcc -c -Wall  conftest.c >&5
conftest.c:53:10: fatal error: sys/inttypes.h: No such file or directory
   53 | #include <sys/inttypes.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3279: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/inttypes.h>
configure:3279: result: no
configure:3279: checking sys/inttypes.h presence
configure:3279: gcc -E  conftest.c
conftest.c:20:10: fatal error: sys/inttypes.h: No such file or directory
   20 | #include <sys/inttypes.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:3279: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <sys/inttypes.h>
configure:3279: result: no
configure:3279: checking for sys/inttypes.h
configure:3279: result: no
configure:3291: checking for sys/types.h
configure:3291: result: yes
configure:3304: checking for stdint.h
configure:3304: result: yes
configure:3304: checking for sys/inttypes.h
configure:3304: result: no
configure:3319: checking whether time.h and sys/time.h may both be included
configure:3339: gcc -c -Wall  conftest.c >&5
configure:3339: $? = 0
configure:3346: result: yes
configure:3355: checking for int16_t
configure:3355: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (int16_t) (((((int16_t) 1 << N) << 
N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3355: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int16_t) (((((int16_t) 1 << N) << N) - 
1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3355: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) 
* 2 + 1))];
      |            ^~~~~~~~~~
configure:3355: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 
1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3355: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) 
<< N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3355: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) << N) 
- 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3355: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (long long int) (((((long long 
int) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3355: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long long int) (((((long long int) 1 << 
N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3355: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << 
N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3355: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << 
N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3355: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: error: size of array 'test_array' is negative
   60 | static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 
<< N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) 
<< N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3355: result: no
configure:3366: checking for int32_t
configure:3366: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (int32_t) (((((int32_t) 1 << N) << 
N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3366: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int32_t) (((((int32_t) 1 << N) << N) - 
1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3366: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) 
* 2 + 1))];
      |            ^~~~~~~~~~
configure:3366: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 
1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3366: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) 
<< N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3366: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) << N) 
- 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3366: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (long long int) (((((long long 
int) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3366: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long long int) (((((long long int) 1 << 
N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3366: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: error: size of array 'test_array' is negative
   60 | static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << 
N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << 
N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3366: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: error: size of array 'test_array' is negative
   60 | static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 
<< N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3366: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) 
<< N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3366: result: no
configure:3377: checking for int64_t
configure:3377: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (int64_t) (((((int64_t) 1 << N) << 
N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3377: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int64_t) (((((int64_t) 1 << N) << N) - 
1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3377: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:62: warning: result of '-2147483648 << 31' requires 63 bits to 
represent, but 'int' only has 32 bits [-Wshift-overflow=]
   60 | static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) 
* 2 + 1))];
      |                                                              ^~
conftest.c:60:12: error: storage size of 'test_array' isn't constant
   60 | static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) 
* 2 + 1))];
      |            ^~~~~~~~~~
conftest.c:60:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:3377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (int) (((((int) 1 << N) << N) - 1) * 2 + 
1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3377: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) 
<< N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3377: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long int) (((((long int) 1 << N) << N) 
- 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3377: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   60 | static int test_array [1 - 2 * !(0 < (long long int) (((((long long 
int) 1 << N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
configure:3377: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (long long int) (((((long long int) 1 << 
N) << N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3377: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:74: warning: result of '-2147483648 << 31' requires 63 bits to 
represent, but 'int' only has 32 bits [-Wshift-overflow=]
   60 | static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << 
N) << N) - 1) * 2 + 1))];
      |                                                                         
 ^~
conftest.c:60:12: error: storage size of 'test_array' isn't constant
   60 | static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << 
N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
conftest.c:60:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:3377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (short int) (((((short int) 1 << N) << 
N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3377: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:78: warning: result of '-2147483648 << 31' requires 63 bits to 
represent, but 'int' only has 32 bits [-Wshift-overflow=]
   60 | static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 
<< N) << N) - 1) * 2 + 1))];
      |                                                                         
     ^~
conftest.c:60:12: error: storage size of 'test_array' isn't constant
   60 | static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 
<< N) << N) - 1) * 2 + 1))];
      |            ^~~~~~~~~~
conftest.c:60:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:3377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|            enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !(0 < (signed char) (((((signed char) 1 << N) 
<< N) - 1) * 2 + 1))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3377: result: no
configure:3388: checking for uint16_t
configure:3388: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   59 | static int test_array [1 - 2 * !(((uint16_t) -1 >> (16 / 2 - 1)) >> (16 
/ 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:3388: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((uint16_t) -1 >> (16 / 2 - 1)) >> (16 / 2 - 
1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3388: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned int) -1 >> (16 / 2 - 1)) >> 
(16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3388: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned int) -1 >> (16 / 2 - 1)) >> (16 / 
2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3388: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned long int) -1 >> (16 / 2 - 
1)) >> (16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3388: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long int) -1 >> (16 / 2 - 1)) >> 
(16 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3388: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (16 / 
2 - 1)) >> (16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3388: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (16 / 2 - 
1)) >> (16 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3388: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   59 | static int test_array [1 - 2 * !(((unsigned short int) -1 >> (16 / 2 - 
1)) >> (16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:3388: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned short int) -1 >> (16 / 2 - 1)) >> 
(16 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3388: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned char) -1 >> (16 / 2 - 1)) 
>> (16 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3388: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned char) -1 >> (16 / 2 - 1)) >> (16 
/ 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3388: result: no
configure:3400: checking for uint32_t
configure:3400: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   59 | static int test_array [1 - 2 * !(((uint32_t) -1 >> (32 / 2 - 1)) >> (32 
/ 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:3400: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((uint32_t) -1 >> (32 / 2 - 1)) >> (32 / 2 - 
1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3400: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   59 | static int test_array [1 - 2 * !(((unsigned int) -1 >> (32 / 2 - 1)) >> 
(32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:3400: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned int) -1 >> (32 / 2 - 1)) >> (32 / 
2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3400: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned long int) -1 >> (32 / 2 - 
1)) >> (32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long int) -1 >> (32 / 2 - 1)) >> 
(32 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3400: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (32 / 
2 - 1)) >> (32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (32 / 2 - 
1)) >> (32 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3400: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned short int) -1 >> (32 / 2 - 
1)) >> (32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned short int) -1 >> (32 / 2 - 1)) >> 
(32 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3400: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned char) -1 >> (32 / 2 - 1)) 
>> (32 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned char) -1 >> (32 / 2 - 1)) >> (32 
/ 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3400: result: no
configure:3414: checking for uint64_t
configure:3414: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   59 | static int test_array [1 - 2 * !(((uint64_t) -1 >> (64 / 2 - 1)) >> (64 
/ 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:3414: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((uint64_t) -1 >> (64 / 2 - 1)) >> (64 / 2 - 
1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3414: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned int) -1 >> (64 / 2 - 1)) >> 
(64 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned int) -1 >> (64 / 2 - 1)) >> (64 / 
2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3414: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   59 | static int test_array [1 - 2 * !(((unsigned long int) -1 >> (64 / 2 - 
1)) >> (64 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:3414: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long int) -1 >> (64 / 2 - 1)) >> 
(64 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3414: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
   59 | static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (64 / 
2 - 1)) >> (64 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
configure:3414: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned long long int) -1 >> (64 / 2 - 
1)) >> (64 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3414: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned short int) -1 >> (64 / 2 - 
1)) >> (64 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned short int) -1 >> (64 / 2 - 1)) >> 
(64 / 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3414: gcc -c -Wall  conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:12: error: size of array 'test_array' is negative
   59 | static int test_array [1 - 2 * !(((unsigned char) -1 >> (64 / 2 - 1)) 
>> (64 / 2 - 1) == 3)];
      |            ^~~~~~~~~~
conftest.c:59:12: warning: variable 'test_array' set but not used 
[-Wunused-but-set-variable]
configure:3414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((unsigned char) -1 >> (64 / 2 - 1)) >> (64 
/ 2 - 1) == 3)];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:3414: result: no
configure:3431: checking for dirent.h that defines DIR
configure:3450: gcc -c -Wall  conftest.c >&5
configure:3450: $? = 0
configure:3458: result: yes
configure:3471: checking for library containing opendir
configure:3502: gcc -o conftest -Wall   conftest.c  >&5
configure:3502: $? = 0
configure:3519: result: none required
configure:3588: checking for struct dirent.d_type
configure:3588: gcc -c -Wall  conftest.c >&5
configure:3588: $? = 0
configure:3588: result: yes
configure:3617: checking whether DT_WHT is declared
configure:3617: gcc -c -Wall  conftest.c >&5
configure:3617: $? = 0
configure:3617: result: yes
configure:3632: checking whether S_IFWHT is declared
configure:3632: gcc -c -Wall  conftest.c >&5
configure:3632: $? = 0
configure:3632: result: yes
configure:3654: checking whether INADDR_LOOPBACK is declared
configure:3654: gcc -c -Wall  conftest.c >&5
configure:3654: $? = 0
configure:3654: result: yes
configure:3674: checking whether to include debugging symbols (for gdb)
configure:3728: result: no
configure:3732: checking for strip
configure:3748: found /usr/bin/strip
configure:3759: result: strip spamdyke
configure:3772: checking whether to include excessive debugging output
configure:3789: result: no
configure:3794: checking whether to include some debugging output
configure:3803: result: no
configure:3816: checking whether to compile with address sanitizer
configure:3856: result: no
configure:3868: checking whether to include configuration tests
configure:3871: result: yes
configure:3889: checking if openssl/ssl.h will include without additional 
include directories
configure:3902: gcc -c -Wall -O2  conftest.c >&5
configure:3902: $? = 0
configure:3926: gcc -c -Wall -O2  conftest.c >&5
configure:3926: $? = 0
configure:3928: result: yes
configure:3930: checking for library containing RSA_sign
configure:3961: gcc -o conftest -Wall -O2   conftest.c  >&5
/usr/local/bin/ld: /tmp//ccNaMxoU.o: in function `main':
conftest.c:(.text.startup+0x7): undefined reference to `RSA_sign'
collect2: error: ld returned 1 exit status
configure:3961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DECL_DT_WHT 1
| #define HAVE_DECL_S_IFWHT 1
| #define HAVE_WHITEOUT 1
| #define HAVE_DECL_INADDR_LOOPBACK 1
| #define WITHOUT_DEBUG_OUTPUT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char RSA_sign ();
| int
| main ()
| {
| return RSA_sign ();
|   ;
|   return 0;
| }
configure:3961: gcc -o conftest -Wall -O2   conftest.c -lssl   >&5
/usr/local/bin/ld: /tmp//ccSH0B7g.o: undefined reference to symbol 
'RSA_sign@@OPENSSL_1_1_0'
/usr/local/bin/ld: /lib/libcrypto.so.111: error adding symbols: DSO missing 
from command line
collect2: error: ld returned 1 exit status
configure:3961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DECL_DT_WHT 1
| #define HAVE_DECL_S_IFWHT 1
| #define HAVE_WHITEOUT 1
| #define HAVE_DECL_INADDR_LOOPBACK 1
| #define WITHOUT_DEBUG_OUTPUT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char RSA_sign ();
| int
| main ()
| {
| return RSA_sign ();
|   ;
|   return 0;
| }
configure:3961: gcc -o conftest -Wall -O2   conftest.c -lcrypto   >&5
configure:3961: $? = 0
configure:3978: result: -lcrypto
configure:3991: checking for library containing SSL_library_init
configure:4022: gcc -o conftest -Wall -O2   conftest.c -lcrypto  >&5
/usr/local/bin/ld: /tmp//ccj2pmPy.o: in function `main':
conftest.c:(.text.startup+0x7): undefined reference to `SSL_library_init'
collect2: error: ld returned 1 exit status
configure:4022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DECL_DT_WHT 1
| #define HAVE_DECL_S_IFWHT 1
| #define HAVE_WHITEOUT 1
| #define HAVE_DECL_INADDR_LOOPBACK 1
| #define WITHOUT_DEBUG_OUTPUT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_library_init ();
| int
| main ()
| {
| return SSL_library_init ();
|   ;
|   return 0;
| }
configure:4022: gcc -o conftest -Wall -O2   conftest.c -lssl  -lcrypto  >&5
/usr/local/bin/ld: /tmp//ccj920F0.o: in function `main':
conftest.c:(.text.startup+0x7): undefined reference to `SSL_library_init'
collect2: error: ld returned 1 exit status
configure:4022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DECL_DT_WHT 1
| #define HAVE_DECL_S_IFWHT 1
| #define HAVE_WHITEOUT 1
| #define HAVE_DECL_INADDR_LOOPBACK 1
| #define WITHOUT_DEBUG_OUTPUT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_library_init ();
| int
| main ()
| {
| return SSL_library_init ();
|   ;
|   return 0;
| }
configure:4022: gcc -o conftest -Wall -O2   conftest.c -lcrypto  -lcrypto  >&5
/usr/local/bin/ld: /tmp//ccTDXYyb.o: in function `main':
conftest.c:(.text.startup+0x7): undefined reference to `SSL_library_init'
collect2: error: ld returned 1 exit status
configure:4022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spamdyke"
| #define PACKAGE_TARNAME "-spamdyke-"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "spamdyke 5.0.1"
| #define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
| #define PACKAGE_URL ""
| #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 HAVE_STDINT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DIRENT_H 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DECL_DT_WHT 1
| #define HAVE_DECL_S_IFWHT 1
| #define HAVE_WHITEOUT 1
| #define HAVE_DECL_INADDR_LOOPBACK 1
| #define WITHOUT_DEBUG_OUTPUT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_library_init ();
| int
| main ()
| {
| return SSL_library_init ();
|   ;
|   return 0;
| }
configure:4039: result: no
configure:4059: error: in `/root/spamdyke-5.0.1/spamdyke':
configure:4062: error: --enable-tls was given but OpenSSL was not found
See `config.log' for more details

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

ac_cv_c_compiler_gnu=yes
ac_cv_c_int16_t=no
ac_cv_c_int32_t=no
ac_cv_c_int64_t=no
ac_cv_c_uint16_t=no
ac_cv_c_uint32_t=no
ac_cv_c_uint64_t=no
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_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_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_have_decl_DT_WHT=yes
ac_cv_have_decl_INADDR_LOOPBACK=yes
ac_cv_have_decl_S_IFWHT=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_inttypes_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_STRIP_CMD='strip spamdyke'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_search_RSA_sign=-lcrypto
ac_cv_search_SSL_library_init=no
ac_cv_search_opendir='none required'

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

CC='gcc'
CFLAGS='-Wall -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS='-lcrypto '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='samc (at) silence (dot) org'
PACKAGE_NAME='spamdyke'
PACKAGE_STRING='spamdyke 5.0.1'
PACKAGE_TARNAME='-spamdyke-'
PACKAGE_URL=''
PACKAGE_VERSION='5.0.1'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
STRIP_CMD='strip spamdyke'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "spamdyke"
#define PACKAGE_TARNAME "-spamdyke-"
#define PACKAGE_VERSION "5.0.1"
#define PACKAGE_STRING "spamdyke 5.0.1"
#define PACKAGE_BUGREPORT "samc (at) silence (dot) org"
#define PACKAGE_URL ""
#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 HAVE_STDINT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDINT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DIRENT_H 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_DECL_DT_WHT 1
#define HAVE_DECL_S_IFWHT 1
#define HAVE_WHITEOUT 1
#define HAVE_DECL_INADDR_LOOPBACK 1
#define WITHOUT_DEBUG_OUTPUT 1

configure: exit 1
_______________________________________________
spamdyke-users mailing list
[email protected]
https://spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to