This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by nbsd-digest configure 20021220, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 157 tasks, 214 threads, 4 processors Load average: 1.05, Mach factor: 2.94 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1326: checking build system type configure:1344: result: i386-unknown-gnu configure:1352: checking host system type configure:1366: result: i386-unknown-gnu configure:1378: checking whether make sets $(MAKE) configure:1398: result: yes configure:1411: checking for gawk configure:1427: found /usr/local/bin/gawk configure:1437: result: gawk configure:1455: checking for i386-unknown-gnu-gcc configure:1481: result: cc configure:1763: checking for C compiler version configure:1766: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:1769: $? = 0 configure:1771: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1774: $? = 0 configure:1776: cc -V &5 cc: `-V' option must have argument configure:1779: $? = 1 configure:1803: checking for C compiler default output configure:1806: cc -fno-common conftest.c >&5 configure:1809: $? = 0 configure:1855: result: a.out configure:1860: checking whether the C compiler works configure:1866: ./a.out configure:1869: $? = 0 configure:1886: result: yes configure:1893: checking whether we are cross compiling configure:1895: result: no configure:1898: checking for suffix of executables configure:1900: cc -o conftest -fno-common conftest.c >&5 configure:1903: $? = 0 configure:1928: result: configure:1934: checking for suffix of object files configure:1956: cc -c -fno-common conftest.c >&5 configure:1959: $? = 0 configure:1981: result: configure:1985: checking whether we are using the GNU C compiler configure:2010: cc -c -fno-common conftest.c >&5 configure:2013: $? = 0 configure:2016: test -s conftest. configure:2019: $? = 1 configure: failed program was: | #line 1990 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2032: result: no configure:2038: checking whether cc accepts -g configure:2060: cc -c -g conftest.c >&5 configure:2063: $? = 0 configure:2066: test -s conftest. configure:2069: $? = 1 configure: failed program was: | #line 2043 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2080: result: no configure:2097: checking for cc option to accept ANSI C configure:2158: cc -c -fno-common conftest.c >&5 configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2158: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2158: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2161: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2158: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2161: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2158: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2161: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2158: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2185: result: none needed configure:2203: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2206: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2327: checking for a BSD-compatible install configure:2381: result: /usr/bin/install -c -o root -g wheel configure:2392: checking whether ln -s works configure:2396: result: yes configure:2415: checking how to run the C preprocessor configure:2451: cc -E conftest.c configure:2457: $? = 0 configure:2489: cc -E conftest.c configure:2488:28: ac_nonexistent.h: No such file or directory configure:2495: $? = 1 configure: failed program was: | #line 2480 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include configure:2533: result: cc -E configure:2558: cc -E conftest.c configure:2564: $? = 0 configure:2596: cc -E conftest.c configure:2595:28: ac_nonexistent.h: No such file or directory configure:2602: $? = 1 configure: failed program was: | #line 2587 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include configure:2645: checking for egrep configure:2655: result: grep -E configure:2660: checking for ANSI C header files configure:2686: cc -c -fno-common conftest.c >&5 configure:2689: $? = 0 configure:2692: test -s conftest. configure:2695: $? = 1 configure: failed program was: | #line 2665 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2807: result: no configure:2831: checking for sys/types.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2831: checking for sys/stat.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2831: checking for stdlib.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2831: checking for string.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2831: checking for memory.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2831: checking for strings.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2831: checking for inttypes.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2831: checking for stdint.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2831: checking for unistd.h configure:2848: cc -c -fno-common conftest.c >&5 configure:2851: $? = 0 configure:2854: test -s conftest. configure:2857: $? = 1 configure: failed program was: | #line 2836 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:2868: result: no configure:2898: checking errno.h usability configure:2911: cc -c -fno-common conftest.c >&5 configure:2914: $? = 0 configure:2917: test -s conftest. configure:2920: $? = 1 configure: failed program was: | #line 2900 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:2930: result: no configure:2934: checking errno.h presence configure:2945: cc -E conftest.c configure:2951: $? = 0 configure:2970: result: yes configure:2990: WARNING: errno.h: present but cannot be compiled configure:2992: WARNING: errno.h: check for missing prerequisite headers? configure:2994: WARNING: errno.h: proceeding with the preprocessor's result configure:3006: checking for errno.h configure:3013: result: yes configure:2898: checking fcntl.h usability configure:2911: cc -c -fno-common conftest.c >&5 configure:2914: $? = 0 configure:2917: test -s conftest. configure:2920: $? = 1 configure: failed program was: | #line 2900 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:2930: result: no configure:2934: checking fcntl.h presence configure:2945: cc -E conftest.c configure:2951: $? = 0 configure:2970: result: yes configure:2990: WARNING: fcntl.h: present but cannot be compiled configure:2992: WARNING: fcntl.h: check for missing prerequisite headers? configure:2994: WARNING: fcntl.h: proceeding with the preprocessor's result configure:3006: checking for fcntl.h configure:3013: result: yes configure:2889: checking for inttypes.h configure:2894: result: no configure:2898: checking locale.h usability configure:2911: cc -c -fno-common conftest.c >&5 configure:2914: $? = 0 configure:2917: test -s conftest. configure:2920: $? = 1 configure: failed program was: | #line 2900 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:2930: result: no configure:2934: checking locale.h presence configure:2945: cc -E conftest.c configure:2951: $? = 0 configure:2970: result: yes configure:2990: WARNING: locale.h: present but cannot be compiled configure:2992: WARNING: locale.h: check for missing prerequisite headers? configure:2994: WARNING: locale.h: proceeding with the preprocessor's result configure:3006: checking for locale.h configure:3013: result: yes configure:2898: checking machine/endian.h usability configure:2911: cc -c -fno-common conftest.c >&5 configure:2914: $? = 0 configure:2917: test -s conftest. configure:2920: $? = 1 configure: failed program was: | #line 2900 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:2930: result: no configure:2934: checking machine/endian.h presence configure:2945: cc -E conftest.c configure:2951: $? = 0 configure:2970: result: yes configure:2990: WARNING: machine/endian.h: present but cannot be compiled configure:2992: WARNING: machine/endian.h: check for missing prerequisite headers? configure:2994: WARNING: machine/endian.h: proceeding with the preprocessor's result configure:3006: checking for machine/endian.h configure:3013: result: yes configure:3034: checking for stdlib.h configure:3039: result: no configure:3043: checking sys/bitypes.h usability configure:3056: cc -c -fno-common conftest.c >&5 configure:3091:25: sys/bitypes.h: No such file or directory configure:3059: $? = 1 configure: failed program was: | #line 3045 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3075: result: no configure:3079: checking sys/bitypes.h presence configure:3090: cc -E conftest.c configure:3093:25: sys/bitypes.h: No such file or directory configure:3096: $? = 1 configure: failed program was: | #line 3081 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | /* end confdefs.h. */ | #include configure:3115: result: no configure:3151: checking for sys/bitypes.h configure:3158: result: no configure:3043: checking sys/byteorder.h usability configure:3056: cc -c -fno-common conftest.c >&5 configure:3091:27: sys/byteorder.h: No such file or directory configure:3059: $? = 1 configure: failed program was: | #line 3045 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3075: result: no configure:3079: checking sys/byteorder.h presence configure:3090: cc -E conftest.c configure:3093:27: sys/byteorder.h: No such file or directory configure:3096: $? = 1 configure: failed program was: | #line 3081 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | /* end confdefs.h. */ | #include configure:3115: result: no configure:3151: checking for sys/byteorder.h configure:3158: result: no configure:3043: checking sys/cdefs.h usability configure:3056: cc -c -fno-common conftest.c >&5 configure:3059: $? = 0 configure:3062: test -s conftest. configure:3065: $? = 1 configure: failed program was: | #line 3045 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3075: result: no configure:3079: checking sys/cdefs.h presence configure:3090: cc -E conftest.c configure:3096: $? = 0 configure:3115: result: yes configure:3135: WARNING: sys/cdefs.h: present but cannot be compiled configure:3137: WARNING: sys/cdefs.h: check for missing prerequisite headers? configure:3139: WARNING: sys/cdefs.h: proceeding with the preprocessor's result configure:3151: checking for sys/cdefs.h configure:3158: result: yes configure:3187: checking sys/endian.h usability configure:3200: cc -c -fno-common conftest.c >&5 configure:3203: $? = 0 configure:3206: test -s conftest. configure:3209: $? = 1 configure: failed program was: | #line 3189 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3219: result: no configure:3223: checking sys/endian.h presence configure:3234: cc -E conftest.c configure:3240: $? = 0 configure:3259: result: yes configure:3279: WARNING: sys/endian.h: present but cannot be compiled configure:3281: WARNING: sys/endian.h: check for missing prerequisite headers? configure:3283: WARNING: sys/endian.h: proceeding with the preprocessor's result configure:3295: checking for sys/endian.h configure:3302: result: yes configure:3187: checking sys/file.h usability configure:3200: cc -c -fno-common conftest.c >&5 configure:3203: $? = 0 configure:3206: test -s conftest. configure:3209: $? = 1 configure: failed program was: | #line 3189 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3219: result: no configure:3223: checking sys/file.h presence configure:3234: cc -E conftest.c configure:3240: $? = 0 configure:3259: result: yes configure:3279: WARNING: sys/file.h: present but cannot be compiled configure:3281: WARNING: sys/file.h: check for missing prerequisite headers? configure:3283: WARNING: sys/file.h: proceeding with the preprocessor's result configure:3295: checking for sys/file.h configure:3302: result: yes configure:3187: checking sys/param.h usability configure:3200: cc -c -fno-common conftest.c >&5 configure:3203: $? = 0 configure:3206: test -s conftest. configure:3209: $? = 1 configure: failed program was: | #line 3189 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3219: result: no configure:3223: checking sys/param.h presence configure:3234: cc -E conftest.c configure:3240: $? = 0 configure:3259: result: yes configure:3279: WARNING: sys/param.h: present but cannot be compiled configure:3281: WARNING: sys/param.h: check for missing prerequisite headers? configure:3283: WARNING: sys/param.h: proceeding with the preprocessor's result configure:3295: checking for sys/param.h configure:3302: result: yes configure:3317: checking for __attribute__ configure:3350: cc -c -fno-common conftest.c >&5 configure:3353: $? = 0 configure:3356: test -s conftest. configure:3359: $? = 1 configure: failed program was: | #line 3323 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | static void foo(void) __attribute__ ((noreturn)); | | static void | foo(void) | { | exit(1); | } | | ; | return 0; | } configure:3378: result: no configure:3381: checking for an ANSI C-conforming const configure:3449: cc -c -fno-common conftest.c >&5 configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | #line 3386 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:3469: result: no configure:3479: checking for size_t configure:3504: cc -c -fno-common conftest.c >&5 configure:3507: $? = 0 configure:3510: test -s conftest. configure:3513: $? = 1 configure: failed program was: | #line 3484 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:3524: result: no configure:3536: checking for long long configure:3574: cc -c -fno-common conftest.c >&5 configure:3577: $? = 0 configure:3580: test -s conftest. configure:3583: $? = 1 configure: failed program was: | #line 3541 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((long long *) 0) | return 0; | if (sizeof (long long)) | return 0; | ; | return 0; | } configure:3594: result: no configure:3604: checking for int8_t configure:3642: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3644: error: `int8_t' undeclared (first use in this function) configure:3644: error: (Each undeclared identifier is reported only once configure:3644: error: for each function it appears in.) configure:3644: error: parse error before ')' token configure:3645: $? = 1 configure: failed program was: | #line 3609 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((int8_t *) 0) | return 0; | if (sizeof (int8_t)) | return 0; | ; | return 0; | } configure:3662: result: no configure:3672: checking for int16_t configure:3710: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3712: error: `int16_t' undeclared (first use in this function) configure:3712: error: (Each undeclared identifier is reported only once configure:3712: error: for each function it appears in.) configure:3712: error: parse error before ')' token configure:3713: $? = 1 configure: failed program was: | #line 3677 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((int16_t *) 0) | return 0; | if (sizeof (int16_t)) | return 0; | ; | return 0; | } configure:3730: result: no configure:3740: checking for int32_t configure:3778: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3780: error: `int32_t' undeclared (first use in this function) configure:3780: error: (Each undeclared identifier is reported only once configure:3780: error: for each function it appears in.) configure:3780: error: parse error before ')' token configure:3781: $? = 1 configure: failed program was: | #line 3745 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((int32_t *) 0) | return 0; | if (sizeof (int32_t)) | return 0; | ; | return 0; | } configure:3798: result: no configure:3808: checking for int64_t configure:3846: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3848: error: `int64_t' undeclared (first use in this function) configure:3848: error: (Each undeclared identifier is reported only once configure:3848: error: for each function it appears in.) configure:3848: error: parse error before ')' token configure:3849: $? = 1 configure: failed program was: | #line 3813 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((int64_t *) 0) | return 0; | if (sizeof (int64_t)) | return 0; | ; | return 0; | } configure:3866: result: no configure:3876: checking for u_int8_t configure:3914: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3916: error: `u_int8_t' undeclared (first use in this function) configure:3916: error: (Each undeclared identifier is reported only once configure:3916: error: for each function it appears in.) configure:3916: error: parse error before ')' token configure:3917: $? = 1 configure: failed program was: | #line 3881 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((u_int8_t *) 0) | return 0; | if (sizeof (u_int8_t)) | return 0; | ; | return 0; | } configure:3934: result: no configure:3944: checking for u_int16_t configure:3982: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3984: error: `u_int16_t' undeclared (first use in this function) configure:3984: error: (Each undeclared identifier is reported only once configure:3984: error: for each function it appears in.) configure:3984: error: parse error before ')' token configure:3985: $? = 1 configure: failed program was: | #line 3949 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((u_int16_t *) 0) | return 0; | if (sizeof (u_int16_t)) | return 0; | ; | return 0; | } configure:4002: result: no configure:4012: checking for u_int32_t configure:4050: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4052: error: `u_int32_t' undeclared (first use in this function) configure:4052: error: (Each undeclared identifier is reported only once configure:4052: error: for each function it appears in.) configure:4052: error: parse error before ')' token configure:4053: $? = 1 configure: failed program was: | #line 4017 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((u_int32_t *) 0) | return 0; | if (sizeof (u_int32_t)) | return 0; | ; | return 0; | } configure:4070: result: no configure:4080: checking for u_int64_t configure:4118: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4120: error: `u_int64_t' undeclared (first use in this function) configure:4120: error: (Each undeclared identifier is reported only once configure:4120: error: for each function it appears in.) configure:4120: error: parse error before ')' token configure:4121: $? = 1 configure: failed program was: | #line 4085 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((u_int64_t *) 0) | return 0; | if (sizeof (u_int64_t)) | return 0; | ; | return 0; | } configure:4138: result: no configure:4148: checking for uint8_t configure:4186: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4188: error: `uint8_t' undeclared (first use in this function) configure:4188: error: (Each undeclared identifier is reported only once configure:4188: error: for each function it appears in.) configure:4188: error: parse error before ')' token configure:4189: $? = 1 configure: failed program was: | #line 4153 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((uint8_t *) 0) | return 0; | if (sizeof (uint8_t)) | return 0; | ; | return 0; | } configure:4206: result: no configure:4216: checking for uint16_t configure:4254: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4256: error: `uint16_t' undeclared (first use in this function) configure:4256: error: (Each undeclared identifier is reported only once configure:4256: error: for each function it appears in.) configure:4256: error: parse error before ')' token configure:4257: $? = 1 configure: failed program was: | #line 4221 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((uint16_t *) 0) | return 0; | if (sizeof (uint16_t)) | return 0; | ; | return 0; | } configure:4274: result: no configure:4284: checking for uint32_t configure:4322: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4324: error: `uint32_t' undeclared (first use in this function) configure:4324: error: (Each undeclared identifier is reported only once configure:4324: error: for each function it appears in.) configure:4324: error: parse error before ')' token configure:4325: $? = 1 configure: failed program was: | #line 4289 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((uint32_t *) 0) | return 0; | if (sizeof (uint32_t)) | return 0; | ; | return 0; | } configure:4342: result: no configure:4352: checking for uint64_t configure:4390: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4392: error: `uint64_t' undeclared (first use in this function) configure:4392: error: (Each undeclared identifier is reported only once configure:4392: error: for each function it appears in.) configure:4392: error: parse error before ')' token configure:4393: $? = 1 configure: failed program was: | #line 4357 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #if STDC_HEADERS | #include | #include | #endif | #ifdef HAVE_INTTYPES_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_BITYPES_H | #include | #endif | | int | main () | { | if ((uint64_t *) 0) | return 0; | if (sizeof (uint64_t)) | return 0; | ; | return 0; | } configure:4410: result: no configure:4421: checking whether byte ordering is bigendian configure:4449: cc -c -fno-common conftest.c >&5 configure:4452: $? = 0 configure:4455: test -s conftest. configure:4458: $? = 1 configure: failed program was: | #line 4427 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | bogus endian macros | #endif | | ; | return 0; | } configure:4582: cc -o conftest -fno-common conftest.c >&5 configure:4585: $? = 0 configure:4587: ./conftest configure:4590: $? = 0 configure:4606: result: no configure:4627: checking whether strerror_r is declared configure:4652: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4688: error: `strerror_r' undeclared (first use in this function) configure:4688: error: (Each undeclared identifier is reported only once configure:4688: error: for each function it appears in.) configure:4655: $? = 1 configure: failed program was: | #line 4632 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef strerror_r | char *p = (char *) strerror_r; | #endif | | ; | return 0; | } configure:4672: result: no configure:4694: checking for strerror_r configure:4744: cc -o conftest -fno-common conftest.c >&5 configure:4747: $? = 0 configure:4750: test -s conftest configure:4753: $? = 0 configure:4764: result: yes configure:4774: checking whether strerror_r returns char * configure:4851: cc -o conftest -fno-common conftest.c >&5 configure:4854: $? = 0 configure:4856: ./conftest ./configure: line 1: 23240 Bus error ./conftest$ac_exeext configure:4859: $? = 138 configure: program exited with status 138 configure: failed program was: | #line 4831 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | #define HAVE_DECL_STRERROR_R 0 | #define HAVE_STRERROR_R 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | extern char *strerror_r (); | int | main () | { | char buf[100]; | char x = *strerror_r (0, buf, sizeof buf); | exit (!isalpha (x)); | ; | return 0; | } configure:4873: result: no configure:4887: checking for vprintf configure:4937: cc -o conftest -fno-common conftest.c >&5 configure:4928: warning: conflicting types for built-in function `vprintf' configure:4940: $? = 0 configure:4943: test -s conftest configure:4946: $? = 0 configure:4957: result: yes configure:4964: checking for _doprnt configure:5014: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: __doprnt configure:5017: $? = 1 configure: failed program was: | #line 4969 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "nbsd-digest" | #define PACKAGE_TARNAME "nbsd-digest" | #define PACKAGE_VERSION "20050323" | #define PACKAGE_STRING "nbsd-digest 20050323" | #define PACKAGE_BUGREPORT "agc@netbsd.org" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_ENDIAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define const | #define size_t unsigned | #define HAVE_DECL_STRERROR_R 0 | #define HAVE_STRERROR_R 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _doprnt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:5034: result: no configure:5056: checking for bcopy configure:5106: cc -o conftest -fno-common conftest.c >&5 configure:5109: $? = 0 configure:5112: test -s conftest configure:5115: $? = 0 configure:5126: result: yes configure:5056: checking for bzero configure:5106: cc -o conftest -fno-common conftest.c >&5 configure:5099: warning: conflicting types for built-in function `bzero' configure:5109: $? = 0 configure:5112: test -s conftest configure:5115: $? = 0 configure:5126: result: yes configure:5056: checking for memset configure:5106: cc -o conftest -fno-common conftest.c >&5 configure:5100: warning: conflicting types for built-in function `memset' configure:5109: $? = 0 configure:5112: test -s conftest configure:5115: $? = 0 configure:5126: result: yes configure:5056: checking for memcpy configure:5106: cc -o conftest -fno-common conftest.c >&5 configure:5101: warning: conflicting types for built-in function `memcpy' configure:5109: $? = 0 configure:5112: test -s conftest configure:5115: $? = 0 configure:5126: result: yes configure:5056: checking for setlocale configure:5106: cc -o conftest -fno-common conftest.c >&5 configure:5109: $? = 0 configure:5112: test -s conftest configure:5115: $? = 0 configure:5126: result: yes configure:5237: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by nbsd-digest config.status 20021220, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:629: creating Makefile config.status:733: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv___attribute__=no ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common 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_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func__doprnt=no ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_memcpy=yes ac_cv_func_memset=yes ac_cv_func_setlocale=yes ac_cv_func_strerror_r=yes ac_cv_func_strerror_r_char_p=no ac_cv_func_vprintf=yes ac_cv_have_decl_strerror_r=no ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_locale_h=yes ac_cv_header_machine_endian_h=yes ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_bitypes_h=no ac_cv_header_sys_byteorder_h=no ac_cv_header_sys_cdefs_h=yes ac_cv_header_sys_endian_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_type_int16_t=no ac_cv_type_int32_t=no ac_cv_type_int64_t=no ac_cv_type_int8_t=no ac_cv_type_long_long=no ac_cv_type_size_t=no ac_cv_type_u_int16_t=no ac_cv_type_u_int32_t=no ac_cv_type_u_int64_t=no ac_cv_type_u_int8_t=no ac_cv_type_uint16_t=no ac_cv_type_uint32_t=no ac_cv_type_uint64_t=no ac_cv_type_uint8_t=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## AUTOCONF='./missing --run autoconf' AUTOHEADER='./missing --run autoheader' AWK='gawk' CANONICAL_HOST='i386-unknown-gnu' CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='agc@netbsd.org' PACKAGE_NAME='nbsd-digest' PACKAGE_STRING='nbsd-digest 20050323' PACKAGE_TARNAME='nbsd-digest' PACKAGE_VERSION='20050323' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_BCOPY 1 #define HAVE_BZERO 1 #define HAVE_DECL_STRERROR_R 0 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MACHINE_ENDIAN_H 1 #define HAVE_MEMCPY 1 #define HAVE_MEMSET 1 #define HAVE_SETLOCALE 1 #define HAVE_STRERROR_R 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_ENDIAN_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_VPRINTF 1 #define PACKAGE_BUGREPORT "agc@netbsd.org" #define PACKAGE_NAME "nbsd-digest" #define PACKAGE_STRING "nbsd-digest 20050323" #define PACKAGE_TARNAME "nbsd-digest" #define PACKAGE_VERSION "20050323" #define const #define size_t unsigned configure: exit 0