This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, 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: 132 tasks, 187 threads, 4 processors Load average: 2.83, Mach factor: 2.10 /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:1276: checking for i386-unknown-gnu-gcc configure:1302: result: cc configure:1584: checking for C compiler version configure:1587: 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:1590: $? = 0 configure:1592: 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:1595: $? = 0 configure:1597: cc -V &5 cc: `-V' option must have argument configure:1600: $? = 1 configure:1624: checking for C compiler default output configure:1627: cc -fno-common conftest.c >&5 configure:1630: $? = 0 configure:1676: result: a.out configure:1681: checking whether the C compiler works configure:1687: ./a.out configure:1690: $? = 0 configure:1707: result: yes configure:1714: checking whether we are cross compiling configure:1716: result: no configure:1719: checking for suffix of executables configure:1721: cc -o conftest -fno-common conftest.c >&5 configure:1724: $? = 0 configure:1749: result: configure:1755: checking for suffix of object files configure:1777: cc -c -fno-common conftest.c >&5 configure:1780: $? = 0 configure:1802: result: configure:1806: checking whether we are using the GNU C compiler configure:1831: cc -c -fno-common conftest.c >&5 configure:1834: $? = 0 configure:1837: test -s conftest. configure:1840: $? = 1 configure: failed program was: | #line 1811 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1853: result: no configure:1859: checking whether cc accepts -g configure:1881: cc -c -g conftest.c >&5 configure:1884: $? = 0 configure:1887: test -s conftest. configure:1890: $? = 1 configure: failed program was: | #line 1864 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1901: result: no configure:1918: checking for cc option to accept ANSI C configure:1979: cc -c -fno-common conftest.c >&5 configure:1982: $? = 0 configure:1985: test -s conftest. configure:1988: $? = 1 configure: failed program was: | #line 1925 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:1979: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:1982: $? = 0 configure:1985: test -s conftest. configure:1988: $? = 1 configure: failed program was: | #line 1925 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:1979: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:1982: $? = 1 configure: failed program was: | #line 1925 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:1979: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:1982: $? = 1 configure: failed program was: | #line 1925 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:1979: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:1982: $? = 1 configure: failed program was: | #line 1925 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:1979: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:1982: $? = 0 configure:1985: test -s conftest. configure:1988: $? = 1 configure: failed program was: | #line 1925 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2006: result: none needed configure:2024: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2027: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2267: checking for a BSD-compatible install configure:2321: result: /usr/bin/install -c -o root -g wheel configure:2339: checking how to run the C preprocessor configure:2375: cc -E conftest.c configure:2381: $? = 0 configure:2413: cc -E conftest.c configure:2412:28: ac_nonexistent.h: No such file or directory configure:2419: $? = 1 configure: failed program was: | #line 2404 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2457: result: cc -E configure:2482: cc -E conftest.c configure:2488: $? = 0 configure:2520: cc -E conftest.c configure:2519:28: ac_nonexistent.h: No such file or directory configure:2526: $? = 1 configure: failed program was: | #line 2511 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2569: checking for egrep configure:2579: result: grep -E configure:2584: checking for ANSI C header files configure:2610: cc -c -fno-common conftest.c >&5 configure:2613: $? = 0 configure:2616: test -s conftest. configure:2619: $? = 1 configure: failed program was: | #line 2589 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2731: result: no configure:2755: checking for sys/types.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2755: checking for sys/stat.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2755: checking for stdlib.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2755: checking for string.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2755: checking for memory.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2755: checking for strings.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2755: checking for inttypes.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2755: checking for stdint.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2755: checking for unistd.h configure:2772: cc -c -fno-common conftest.c >&5 configure:2775: $? = 0 configure:2778: test -s conftest. configure:2781: $? = 1 configure: failed program was: | #line 2760 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2792: result: no configure:2866: checking errno.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2898: result: no configure:2902: checking errno.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: errno.h: present but cannot be compiled configure:2960: WARNING: errno.h: check for missing prerequisite headers? configure:2962: WARNING: errno.h: proceeding with the preprocessor's result configure:2974: checking for errno.h configure:2981: result: yes configure:2857: checking for stdlib.h configure:2862: result: no configure:2866: checking limits.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:2898: result: no configure:2902: checking limits.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: limits.h: present but cannot be compiled configure:2960: WARNING: limits.h: check for missing prerequisite headers? configure:2962: WARNING: limits.h: proceeding with the preprocessor's result configure:2974: checking for limits.h configure:2981: result: yes configure:2857: checking for string.h configure:2862: result: no configure:2866: checking standards.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_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:2898: result: no configure:2902: checking standards.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: standards.h: present but cannot be compiled configure:2960: WARNING: standards.h: check for missing prerequisite headers? configure:2962: WARNING: standards.h: proceeding with the preprocessor's result configure:2974: checking for standards.h configure:2981: result: yes configure:2866: checking netdb.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_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:2898: result: no configure:2902: checking netdb.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: netdb.h: present but cannot be compiled configure:2960: WARNING: netdb.h: check for missing prerequisite headers? configure:2962: WARNING: netdb.h: proceeding with the preprocessor's result configure:2974: checking for netdb.h configure:2981: result: yes configure:2866: checking locale.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_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:2898: result: no configure:2902: checking locale.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: locale.h: present but cannot be compiled configure:2960: WARNING: locale.h: check for missing prerequisite headers? configure:2962: WARNING: locale.h: proceeding with the preprocessor's result configure:2974: checking for locale.h configure:2981: result: yes configure:2866: checking auth.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2915:18: auth.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_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:2898: result: no configure:2902: checking auth.h presence configure:2913: cc -E conftest.c configure:2917:18: auth.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for auth.h configure:2981: result: no configure:2866: checking hpsecurity.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2915:24: hpsecurity.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_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:2898: result: no configure:2902: checking hpsecurity.h presence configure:2913: cc -E conftest.c configure:2917:24: hpsecurity.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for hpsecurity.h configure:2981: result: no configure:2866: checking prot.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2915:18: prot.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_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:2898: result: no configure:2902: checking prot.h presence configure:2913: cc -E conftest.c configure:2917:18: prot.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for prot.h configure:2981: result: no configure:2866: checking shadow.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2915:20: shadow.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_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:2898: result: no configure:2902: checking shadow.h presence configure:2913: cc -E conftest.c configure:2917:20: shadow.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for shadow.h configure:2981: result: no configure:2866: checking fcntl.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_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:2898: result: no configure:2902: checking fcntl.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: fcntl.h: present but cannot be compiled configure:2960: WARNING: fcntl.h: check for missing prerequisite headers? configure:2962: WARNING: fcntl.h: proceeding with the preprocessor's result configure:2974: checking for fcntl.h configure:2981: result: yes configure:2866: checking regex.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_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:2898: result: no configure:2902: checking regex.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: regex.h: present but cannot be compiled configure:2960: WARNING: regex.h: check for missing prerequisite headers? configure:2962: WARNING: regex.h: proceeding with the preprocessor's result configure:2974: checking for regex.h configure:2981: result: yes configure:2866: checking sgtty.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_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:2898: result: no configure:2902: checking sgtty.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: sgtty.h: present but cannot be compiled configure:2960: WARNING: sgtty.h: check for missing prerequisite headers? configure:2962: WARNING: sgtty.h: proceeding with the preprocessor's result configure:2974: checking for sgtty.h configure:2981: result: yes configure:2857: checking for unistd.h configure:2862: result: no configure:2857: checking for memory.h configure:2862: result: no configure:2866: checking malloc.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_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:2898: result: no configure:2902: checking malloc.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: malloc.h: present but cannot be compiled configure:2960: WARNING: malloc.h: check for missing prerequisite headers? configure:2962: WARNING: malloc.h: proceeding with the preprocessor's result configure:2974: checking for malloc.h configure:2981: result: yes configure:2866: checking pwdadj.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2919:20: pwdadj.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_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:2898: result: no configure:2902: checking pwdadj.h presence configure:2913: cc -E conftest.c configure:2921:20: pwdadj.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for pwdadj.h configure:2981: result: no configure:2857: checking for sgtty.h configure:2862: result: yes configure:2866: checking sys/time.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_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:2898: result: no configure:2902: checking sys/time.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: sys/time.h: present but cannot be compiled configure:2960: WARNING: sys/time.h: check for missing prerequisite headers? configure:2962: WARNING: sys/time.h: proceeding with the preprocessor's result configure:2974: checking for sys/time.h configure:2981: result: yes configure:2866: checking stdarg.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_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:2898: result: no configure:2902: checking stdarg.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: stdarg.h: present but cannot be compiled configure:2960: WARNING: stdarg.h: check for missing prerequisite headers? configure:2962: WARNING: stdarg.h: proceeding with the preprocessor's result configure:2974: checking for stdarg.h configure:2981: result: yes configure:2866: checking syslog.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_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:2898: result: no configure:2902: checking syslog.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: syslog.h: present but cannot be compiled configure:2960: WARNING: syslog.h: check for missing prerequisite headers? configure:2962: WARNING: syslog.h: proceeding with the preprocessor's result configure:2974: checking for syslog.h configure:2981: result: yes configure:2866: checking sys/ioctl.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_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:2898: result: no configure:2902: checking sys/ioctl.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: sys/ioctl.h: present but cannot be compiled configure:2960: WARNING: sys/ioctl.h: check for missing prerequisite headers? configure:2962: WARNING: sys/ioctl.h: proceeding with the preprocessor's result configure:2974: checking for sys/ioctl.h configure:2981: result: yes configure:2866: checking termio.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2924:20: termio.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_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:2898: result: no configure:2902: checking termio.h presence configure:2913: cc -E conftest.c configure:2926:20: termio.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for termio.h configure:2981: result: no configure:2866: checking termios.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_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:2898: result: no configure:2902: checking termios.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: termios.h: present but cannot be compiled configure:2960: WARNING: termios.h: check for missing prerequisite headers? configure:2962: WARNING: termios.h: proceeding with the preprocessor's result configure:2974: checking for termios.h configure:2981: result: yes configure:2866: checking arpa/inet.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_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:2898: result: no configure:2902: checking arpa/inet.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: arpa/inet.h: present but cannot be compiled configure:2960: WARNING: arpa/inet.h: check for missing prerequisite headers? configure:2962: WARNING: arpa/inet.h: proceeding with the preprocessor's result configure:2974: checking for arpa/inet.h configure:2981: result: yes configure:2866: checking net/route.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_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:2898: result: no configure:2902: checking net/route.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: net/route.h: present but cannot be compiled configure:2960: WARNING: net/route.h: check for missing prerequisite headers? configure:2962: WARNING: net/route.h: proceeding with the preprocessor's result configure:2974: checking for net/route.h configure:2981: result: yes configure:2866: checking net/if.h usability configure:2879: cc -c -fno-common conftest.c >&5 In file included from configure:2927: /usr/include/net/if.h:213: error: field `ifru_addr' has incomplete type /usr/include/net/if.h:214: error: field `ifru_dstaddr' has incomplete type /usr/include/net/if.h:215: error: field `ifru_broadaddr' has incomplete type /usr/include/net/if.h:250: error: field `ifra_addr' has incomplete type /usr/include/net/if.h:251: error: field `ifra_broadaddr' has incomplete type /usr/include/net/if.h:252: error: field `ifra_mask' has incomplete type /usr/include/net/if.h:318: error: field `addr' has incomplete type /usr/include/net/if.h:319: error: field `dstaddr' has incomplete type configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_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:2898: result: no configure:2902: checking net/if.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: net/if.h: present but cannot be compiled configure:2960: WARNING: net/if.h: check for missing prerequisite headers? configure:2962: WARNING: net/if.h: proceeding with the preprocessor's result configure:2974: checking for net/if.h configure:2981: result: yes configure:2866: checking netinet/in.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_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:2898: result: no configure:2902: checking netinet/in.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: netinet/in.h: present but cannot be compiled configure:2960: WARNING: netinet/in.h: check for missing prerequisite headers? configure:2962: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:2974: checking for netinet/in.h configure:2981: result: yes configure:2857: checking for sys/types.h configure:2862: result: no configure:2866: checking sys/bsdtypes.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2929:26: sys/bsdtypes.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_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:2898: result: no configure:2902: checking sys/bsdtypes.h presence configure:2913: cc -E conftest.c configure:2931:26: sys/bsdtypes.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for sys/bsdtypes.h configure:2981: result: no configure:2866: checking sys/label.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2929:23: sys/label.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_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:2898: result: no configure:2902: checking sys/label.h presence configure:2913: cc -E conftest.c configure:2931:23: sys/label.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for sys/label.h configure:2981: result: no configure:2866: checking sys/audit.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2929:23: sys/audit.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_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:2898: result: no configure:2902: checking sys/audit.h presence configure:2913: cc -E conftest.c configure:2931:23: sys/audit.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for sys/audit.h configure:2981: result: no configure:2866: checking sys/filio.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_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:2898: result: no configure:2902: checking sys/filio.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: sys/filio.h: present but cannot be compiled configure:2960: WARNING: sys/filio.h: check for missing prerequisite headers? configure:2962: WARNING: sys/filio.h: proceeding with the preprocessor's result configure:2974: checking for sys/filio.h configure:2981: result: yes configure:2866: checking sys/wait.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_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:2898: result: no configure:2902: checking sys/wait.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: sys/wait.h: present but cannot be compiled configure:2960: WARNING: sys/wait.h: check for missing prerequisite headers? configure:2962: WARNING: sys/wait.h: proceeding with the preprocessor's result configure:2974: checking for sys/wait.h configure:2981: result: yes configure:2866: checking sys/param.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_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:2898: result: no configure:2902: checking sys/param.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: sys/param.h: present but cannot be compiled configure:2960: WARNING: sys/param.h: check for missing prerequisite headers? configure:2962: WARNING: sys/param.h: proceeding with the preprocessor's result configure:2974: checking for sys/param.h configure:2981: result: yes configure:2866: checking sys/security.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2932:26: sys/security.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_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:2898: result: no configure:2902: checking sys/security.h presence configure:2913: cc -E conftest.c configure:2934:26: sys/security.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for sys/security.h configure:2981: result: no configure:2866: checking sys/socket.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_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:2898: result: no configure:2902: checking sys/socket.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: sys/socket.h: present but cannot be compiled configure:2960: WARNING: sys/socket.h: check for missing prerequisite headers? configure:2962: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:2974: checking for sys/socket.h configure:2981: result: yes configure:2866: checking sys/sysinfo.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2933:25: sys/sysinfo.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_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:2898: result: no configure:2902: checking sys/sysinfo.h presence configure:2913: cc -E conftest.c configure:2935:25: sys/sysinfo.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for sys/sysinfo.h configure:2981: result: no configure:2866: checking sys/systeminfo.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2933:28: sys/systeminfo.h: No such file or directory configure:2882: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_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:2898: result: no configure:2902: checking sys/systeminfo.h presence configure:2913: cc -E conftest.c configure:2935:28: sys/systeminfo.h: No such file or directory configure:2919: $? = 1 configure: failed program was: | #line 2904 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:2938: result: no configure:2974: checking for sys/systeminfo.h configure:2981: result: no configure:2866: checking sys/utsname.h usability configure:2879: cc -c -fno-common conftest.c >&5 configure:2882: $? = 0 configure:2885: test -s conftest. configure:2888: $? = 1 configure: failed program was: | #line 2868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_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:2898: result: no configure:2902: checking sys/utsname.h presence configure:2913: cc -E conftest.c configure:2919: $? = 0 configure:2938: result: yes configure:2958: WARNING: sys/utsname.h: present but cannot be compiled configure:2960: WARNING: sys/utsname.h: check for missing prerequisite headers? configure:2962: WARNING: sys/utsname.h: proceeding with the preprocessor's result configure:2974: checking for sys/utsname.h configure:2981: result: yes configure:3015: checking security/pam_appl.h usability configure:3028: cc -c -fno-common conftest.c >&5 configure:3083:31: security/pam_appl.h: No such file or directory configure:3031: $? = 1 configure: failed program was: | #line 3017 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_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:3047: result: no configure:3051: checking security/pam_appl.h presence configure:3062: cc -E conftest.c configure:3085:31: security/pam_appl.h: No such file or directory configure:3068: $? = 1 configure: failed program was: | #line 3053 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include configure:3087: result: no configure:3123: checking for security/pam_appl.h configure:3130: result: no configure:3015: checking security/pam_misc.h usability configure:3028: cc -c -fno-common conftest.c >&5 configure:3083:31: security/pam_misc.h: No such file or directory configure:3031: $? = 1 configure: failed program was: | #line 3017 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_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:3047: result: no configure:3051: checking security/pam_misc.h presence configure:3062: cc -E conftest.c configure:3085:31: security/pam_misc.h: No such file or directory configure:3068: $? = 1 configure: failed program was: | #line 3053 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include configure:3087: result: no configure:3123: checking for security/pam_misc.h configure:3130: result: no configure:3146: checking for AIX configure:3169: result: no configure:3185: checking minix/config.h usability configure:3198: cc -c -fno-common conftest.c >&5 configure:3253:26: minix/config.h: No such file or directory configure:3201: $? = 1 configure: failed program was: | #line 3187 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_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:3217: result: no configure:3221: checking minix/config.h presence configure:3232: cc -E conftest.c configure:3255:26: minix/config.h: No such file or directory configure:3238: $? = 1 configure: failed program was: | #line 3223 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include configure:3257: result: no configure:3293: checking for minix/config.h configure:3300: result: no configure:3331: checking for directories to include in the safe path... configure:3344: checking for main in -lbsd configure:3369: cc -o conftest -fno-common conftest.c -lbsd >&5 ld: can't locate file for: -lbsd configure:3372: $? = 1 configure: failed program was: | #line 3351 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3390: result: no configure:3402: checking for main in -lsocket configure:3427: cc -o conftest -fno-common conftest.c -lsocket >&5 ld: can't locate file for: -lsocket configure:3430: $? = 1 configure: failed program was: | #line 3409 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3448: result: no configure:3460: checking for main in -linet configure:3485: cc -o conftest -fno-common conftest.c -linet >&5 ld: can't locate file for: -linet configure:3488: $? = 1 configure: failed program was: | #line 3467 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:3506: result: no configure:3527: checking for main in -ldl configure:3552: cc -o conftest -fno-common conftest.c -ldl >&5 configure:3555: $? = 0 configure:3558: test -s conftest configure:3561: $? = 0 configure:3573: result: yes configure:3585: checking for main in -lpam configure:3610: cc -o conftest -fno-common conftest.c -lpam -ldl >&5 configure:3613: $? = 0 configure:3616: test -s conftest configure:3619: $? = 0 configure:3631: result: yes configure:3643: checking for main in -lpam_misc configure:3668: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:3671: $? = 0 configure:3674: test -s conftest configure:3677: $? = 0 configure:3689: result: yes configure:3777: checking for pam_start configure:3827: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:3830: $? = 0 configure:3833: test -s conftest configure:3836: $? = 0 configure:3847: result: yes configure:3861: checking for misc_conv configure:3911: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:3914: $? = 0 configure:3917: test -s conftest configure:3920: $? = 0 configure:3931: result: yes configure:3950: checking for fileno configure:4000: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:4003: $? = 0 configure:4006: test -s conftest configure:4009: $? = 0 configure:4020: result: yes configure:4034: checking for gtty configure:4084: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 ld: Undefined symbols: _gtty configure:4087: $? = 1 configure: failed program was: | #line 4039 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gtty (); 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 gtty (); | /* 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_gtty) || defined (__stub___gtty) | choke me | #else | char (*f) () = gtty; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != gtty; | ; | return 0; | } configure:4104: result: no configure:4118: checking for syslog configure:4168: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:4171: $? = 0 configure:4174: test -s conftest configure:4177: $? = 0 configure:4188: result: yes configure:4202: checking for strdup configure:4252: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:4255: $? = 0 configure:4258: test -s conftest configure:4261: $? = 0 configure:4272: result: yes configure:4287: checking for initgroups configure:4337: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:4340: $? = 0 configure:4343: test -s conftest configure:4346: $? = 0 configure:4357: result: yes configure:4439: checking for main in -lmalloc configure:4464: cc -o conftest -fno-common conftest.c -lmalloc -lpam_misc -lpam -ldl >&5 ld: can't locate file for: -lmalloc configure:4467: $? = 1 configure: failed program was: | #line 4446 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4485: result: no configure:4499: checking for getpwnam in -lsun configure:4530: cc -o conftest -fno-common conftest.c -lsun -lpam_misc -lpam -ldl >&5 ld: can't locate file for: -lsun configure:4533: $? = 1 configure: failed program was: | #line 4506 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | /* end confdefs.h. */ | | /* 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 getpwnam (); | int | main () | { | getpwnam (); | ; | return 0; | } configure:4551: result: no configure:4565: checking for main in -lsec configure:4590: cc -o conftest -fno-common conftest.c -lsec -lpam_misc -lpam -ldl >&5 ld: can't locate file for: -lsec configure:4593: $? = 1 configure: failed program was: | #line 4572 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4611: result: no configure:4625: checking for main in -lsecurity configure:4650: cc -o conftest -fno-common conftest.c -lsecurity -lpam_misc -lpam -ldl >&5 ld: can't locate file for: -lsecurity configure:4653: $? = 1 configure: failed program was: | #line 4632 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4671: result: no configure:4685: checking for main in -lshadow configure:4710: cc -o conftest -fno-common conftest.c -lshadow -lpam_misc -lpam -ldl >&5 ld: can't locate file for: -lshadow configure:4713: $? = 1 configure: failed program was: | #line 4692 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4731: result: no configure:4745: checking for main in -lnsl configure:4770: cc -o conftest -fno-common conftest.c -lnsl -lpam_misc -lpam -ldl >&5 ld: can't locate file for: -lnsl configure:4773: $? = 1 configure: failed program was: | #line 4752 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4791: result: no configure:4805: checking for main in -lufc configure:4830: cc -o conftest -fno-common conftest.c -lufc -lpam_misc -lpam -ldl >&5 ld: can't locate file for: -lufc configure:4833: $? = 1 configure: failed program was: | #line 4812 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4851: result: no configure:4874: checking for an ANSI C-conforming const configure:4942: cc -c -fno-common conftest.c >&5 configure:4945: $? = 0 configure:4948: test -s conftest. configure:4951: $? = 1 configure: failed program was: | #line 4879 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 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:4962: result: no configure:4975: checking for long file names configure:5014: result: yes configure:5024: checking whether #! works in shell scripts configure:5041: result: yes configure:5049: checking for ANSI C header files configure:5196: result: no configure:5207: checking for pid_t configure:5232: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:5293: error: `pid_t' undeclared (first use in this function) configure:5293: error: (Each undeclared identifier is reported only once configure:5293: error: for each function it appears in.) configure:5293: error: parse error before ')' token configure:5235: $? = 1 configure: failed program was: | #line 5212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 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 | int | main () | { | if ((pid_t *) 0) | return 0; | if (sizeof (pid_t)) | return 0; | ; | return 0; | } configure:5252: result: no configure:5264: checking for uid_t in sys/types.h configure:5288: result: yes configure:5303: checking type of array argument to getgroups configure:5342: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:5345: $? = 0 configure:5347: ./conftest configure:5350: $? = 0 configure:5384: result: gid_t configure:5392: checking for size_t configure:5417: cc -c -fno-common conftest.c >&5 configure:5420: $? = 0 configure:5423: test -s conftest. configure:5426: $? = 1 configure: failed program was: | #line 5397 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | /* 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:5437: result: no configure:5450: checking whether struct tm is in sys/time.h or time.h configure:5474: cc -c -fno-common conftest.c >&5 configure:5477: $? = 0 configure:5480: test -s conftest. configure:5483: $? = 1 configure: failed program was: | #line 5455 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm *tp; tp->tm_sec; | ; | return 0; | } configure:5494: result: sys/time.h configure:5504: checking whether time.h and sys/time.h may both be included configure:5530: cc -c -fno-common conftest.c >&5 configure:5533: $? = 0 configure:5536: test -s conftest. configure:5539: $? = 1 configure: failed program was: | #line 5509 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:5550: result: no configure:5562: checking if func signal is compatible with declaring type void configure:5585: cc -c -fno-common conftest.c >&5 configure:5588: $? = 0 configure:5591: test -s conftest. configure:5594: $? = 1 configure: failed program was: | #line 5564 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | void (*signal())(); | signal(1, 0); | ; | return 0; | } configure:5629: cc -c -fno-common conftest.c >&5 configure:5632: $? = 0 configure:5635: test -s conftest. configure:5638: $? = 1 configure: failed program was: | #line 5608 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | void (*signal())(); | signal(1, 0); | ; | return 0; | } configure:5653: checking if sys_errlist is defined configure:5676: cc -c -fno-common conftest.c >&5 configure:5679: $? = 0 configure:5682: test -s conftest. configure:5685: $? = 1 configure: failed program was: | #line 5655 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | extern char *sys_errlist[]; | fputs(sys_errlist[0], stdout); | ; | return 0; | } configure:5696: result: no configure:5701: checking if errno must be explicitly declared extern configure:5723: cc -c -fno-common conftest.c >&5 configure:5726: $? = 0 configure:5729: test -s conftest. configure:5732: $? = 1 configure: failed program was: | #line 5703 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | printf("%d", errno); | ; | return 0; | } configure:5743: result: yes configure:5748: checking if regex library is POSIX configure:5778: cc -c -fno-common conftest.c >&5 configure:5781: $? = 0 configure:5784: test -s conftest. configure:5787: $? = 1 configure: failed program was: | #line 5750 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | regex_t preg; | char buf[100]; | regmatch_t pmatch[1]; | regcomp(&preg, "a pattern", REG_EXTENDED|REG_ICASE|REG_NOSUB|REG_NEWLINE); | regexec(&preg, "a string", 1, pmatch, REG_NOTBOL|REG_NOTEOL); | regerror(1, &preg, buf, sizeof(buf)); | regfree(&preg); | | ; | return 0; | } configure:5798: result: no configure:5803: checking if compiler supports enum configure:5822: cc -c -fno-common conftest.c >&5 configure:5825: $? = 0 configure:5828: test -s conftest. configure:5831: $? = 1 configure: failed program was: | #line 5805 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | | int | main () | { | enum { red, green, blue } color; | ; | return 0; | } configure:5842: result: no configure:5847: checking if close-on-exec can be done via ioctl() configure:5869: cc -c -fno-common conftest.c >&5 configure:5872: $? = 0 configure:5875: test -s conftest. configure:5878: $? = 1 configure: failed program was: | #line 5849 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | ioctl(0, FIOCLEX, NULL); | ; | return 0; | } configure:5889: result: no configure:5898: checking for vprintf configure:5948: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:5967: warning: conflicting types for built-in function `vprintf' configure:5951: $? = 0 configure:5954: test -s conftest configure:5957: $? = 0 configure:5968: result: yes configure:5975: checking for _doprnt configure:6025: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 ld: Undefined symbols: __doprnt configure:6028: $? = 1 configure: failed program was: | #line 5980 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 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:6045: result: no configure:6065: checking for pam_strerror configure:6115: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6118: $? = 0 configure:6121: test -s conftest configure:6124: $? = 0 configure:6135: result: yes configure:6171: checking for strerror configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for strtol configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for memcpy configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6244: warning: conflicting types for built-in function `memcpy' configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for memset configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6245: warning: conflicting types for built-in function `memset' configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for strerror configure:6241: result: yes configure:6171: checking for setreuid configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for setregid configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for getgroups configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for innetgr configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for iscomsec configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 ld: Undefined symbols: _iscomsec configure:6224: $? = 1 configure: failed program was: | #line 6176 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | #define HAVE_VPRINTF 1 | #define HAVE_PAM_STRERROR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INNETGR 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char iscomsec (); 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 iscomsec (); | /* 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_iscomsec) || defined (__stub___iscomsec) | choke me | #else | char (*f) () = iscomsec; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != iscomsec; | ; | return 0; | } configure:6241: result: no configure:6171: checking for localtime configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for sysconf configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for sysinfo configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 ld: Undefined symbols: _sysinfo configure:6224: $? = 1 configure: failed program was: | #line 6176 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ERRNO_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STANDARDS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_REGEX_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_ROUTE_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define SAFE_PATH "/bin:/usr/bin" | #define HAVE_LIBDL 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBPAM_MISC 1 | #define HAVE_PAM_START 1 | #define HAVE_MISC_CONV 1 | #define HAVE_FILENO 1 | #define HAVE_SYSLOG 1 | #define HAVE_STRDUP 1 | #define HAVE_INITGROUPS 1 | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define pid_t int | #define GETGROUPS_T gid_t | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | #define HAVE_VPRINTF 1 | #define HAVE_PAM_STRERROR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRERROR 1 | #define HAVE_SETREUID 1 | #define HAVE_SETREGID 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INNETGR 1 | #define HAVE_LOCALTIME 1 | #define HAVE_SYSCONF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysinfo (); 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 sysinfo (); | /* 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_sysinfo) || defined (__stub___sysinfo) | choke me | #else | char (*f) () = sysinfo; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != sysinfo; | ; | return 0; | } configure:6241: result: no configure:6171: checking for getdtablesize configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for getdomainname configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for sysinfo configure:6241: result: no configure:6171: checking for tcgetattr configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for tcsetattr configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6171: checking for uname configure:6221: cc -o conftest -fno-common conftest.c -lpam_misc -lpam -ldl >&5 configure:6224: $? = 0 configure:6227: test -s conftest configure:6230: $? = 0 configure:6241: result: yes configure:6360: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, 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:618: creating Makefile config.status:722: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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_fileno=yes ac_cv_func_getdomainname=yes ac_cv_func_getdtablesize=yes ac_cv_func_getgroups=yes ac_cv_func_gtty=no ac_cv_func_initgroups=yes ac_cv_func_innetgr=yes ac_cv_func_iscomsec=no ac_cv_func_localtime=yes ac_cv_func_memcpy=yes ac_cv_func_memset=yes ac_cv_func_misc_conv=yes ac_cv_func_pam_start=yes ac_cv_func_pam_strerror=yes ac_cv_func_setregid=yes ac_cv_func_setreuid=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strtol=yes ac_cv_func_sysconf=yes ac_cv_func_sysinfo=no ac_cv_func_syslog=yes ac_cv_func_tcgetattr=yes ac_cv_func_tcsetattr=yes ac_cv_func_uname=yes ac_cv_func_vprintf=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_auth_h=no ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_hpsecurity_h=no ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=no ac_cv_header_minix_config_h=no ac_cv_header_net_if_h=yes ac_cv_header_net_route_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_prot_h=no ac_cv_header_pwdadj_h=no ac_cv_header_regex_h=yes ac_cv_header_security_pam_appl_h=no ac_cv_header_security_pam_misc_h=no ac_cv_header_sgtty_h=yes ac_cv_header_shadow_h=no ac_cv_header_standards_h=yes ac_cv_header_stdarg_h=yes 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_audit_h=no ac_cv_header_sys_bsdtypes_h=no ac_cv_header_sys_filio_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_label_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_security_h=no ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_sysinfo_h=no ac_cv_header_sys_systeminfo_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termio_h=no ac_cv_header_termios_h=yes ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_lib_bsd_main=no ac_cv_lib_dl_main=yes ac_cv_lib_inet_main=no ac_cv_lib_malloc_main=no ac_cv_lib_nsl_main=no ac_cv_lib_pam_main=yes ac_cv_lib_pam_misc_main=yes ac_cv_lib_sec_main=no ac_cv_lib_security_main=no ac_cv_lib_shadow_main=no ac_cv_lib_socket_main=no ac_cv_lib_sun_getpwnam=no ac_cv_lib_ufc_main=no ac_cv_objext= 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_struct_tm=sys/time.h ac_cv_sys_interpreter=yes ac_cv_sys_long_file_names=yes ac_cv_type_getgroups=gid_t ac_cv_type_pid_t=no ac_cv_type_size_t=no ac_cv_type_uid_t=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' ConstDef='-Dconst=' 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=' pam.$U.' LIBS='-lpam_misc -lpam -ldl ' LTLIBOBJS=' pam.$U.lo' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' SafePath='/bin:/usr/bin' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' 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' with_pam='1' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GETGROUPS_T gid_t #define HAVE_ARPA_INET_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FILENO 1 #define HAVE_GETDOMAINNAME 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_GETGROUPS 1 #define HAVE_INITGROUPS 1 #define HAVE_INNETGR 1 #define HAVE_LIBDL 1 #define HAVE_LIBPAM 1 #define HAVE_LIBPAM_MISC 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LOCALTIME 1 #define HAVE_LONG_FILE_NAMES 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMCPY 1 #define HAVE_MEMSET 1 #define HAVE_MISC_CONV 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NET_IF_H 1 #define HAVE_NET_ROUTE_H 1 #define HAVE_PAM_START 1 #define HAVE_PAM_STRERROR 1 #define HAVE_REGEX_H 1 #define HAVE_SETREGID 1 #define HAVE_SETREUID 1 #define HAVE_SGTTY_H 1 #define HAVE_SGTTY_H 1 #define HAVE_STANDARDS_H 1 #define HAVE_STDARG_H 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRERROR 1 #define HAVE_STRTOL 1 #define HAVE_SYSCONF 1 #define HAVE_SYSLOG 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_FILIO_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TCGETATTR 1 #define HAVE_TCSETATTR 1 #define HAVE_TERMIOS_H 1 #define HAVE_UNAME 1 #define HAVE_VPRINTF 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SAFE_PATH "/bin:/usr/bin" #define TM_IN_SYS_TIME 1 #define const #define pid_t int #define size_t unsigned configure: exit 0