Bugzilla – Attachment 333 Details for
Bug 601
configure script doesen't setup preprocessor flags properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Configure log from vanilla config run
config.log (text/plain), 445.66 KB, created by
Ted Mittelstaedt
on 2003-06-24 17:48:54 AEST
(
hide
)
Description:
Configure log from vanilla config run
Filename:
MIME Type:
Creator:
Ted Mittelstaedt
Created:
2003-06-24 17:48:54 AEST
Size:
445.66 KB
patch
obsolete
>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 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = sunset >uname -m = sun4m >uname -r = 5.5.1 >uname -s = SunOS >uname -v = Generic_103640-42 > >/usr/bin/uname -p = sparc >/bin/uname -X = unknown > >/bin/arch = sun4 >/usr/bin/arch -k = sun4m >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/bin >PATH: /usr/sbin >PATH: /usr/ccs/bin >PATH: /usr/local/bin >PATH: /usr/openwin/bin >PATH: /usr/openwin/demo >PATH: /usr/local/ssl/bin >PATH: /usr/ucb > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1362: checking for gcc >configure:1378: found /usr/local/bin/gcc >configure:1388: result: gcc >configure:1632: checking for C compiler version >configure:1635: gcc --version </dev/null >&5 >2.95.3 >configure:1638: $? = 0 >configure:1640: gcc -v </dev/null >&5 >Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.3/specs >gcc version 2.95.3 20010315 (release) >configure:1643: $? = 0 >configure:1645: gcc -V </dev/null >&5 >gcc: argument to `-V' is missing >configure:1648: $? = 1 >configure:1672: checking for C compiler default output >configure:1675: gcc conftest.c >&5 >configure:1678: $? = 0 >configure:1724: result: a.out >configure:1729: checking whether the C compiler works >configure:1735: ./a.out >configure:1738: $? = 0 >configure:1755: result: yes >configure:1762: checking whether we are cross compiling >configure:1764: result: no >configure:1767: checking for suffix of executables >configure:1769: gcc -o conftest conftest.c >&5 >configure:1772: $? = 0 >configure:1797: result: >configure:1803: checking for suffix of object files >configure:1825: gcc -c conftest.c >&5 >configure:1828: $? = 0 >configure:1850: result: o >configure:1854: checking whether we are using the GNU C compiler >configure:1879: gcc -c conftest.c >&5 >configure:1882: $? = 0 >configure:1885: test -s conftest.o >configure:1888: $? = 0 >configure:1901: result: yes >configure:1907: checking whether gcc accepts -g >configure:1929: gcc -c -g conftest.c >&5 >configure:1932: $? = 0 >configure:1935: test -s conftest.o >configure:1938: $? = 0 >configure:1949: result: yes >configure:1966: checking for gcc option to accept ANSI C >configure:2027: gcc -c -g -O2 conftest.c >&5 >configure:2030: $? = 0 >configure:2033: test -s conftest.o >configure:2036: $? = 0 >configure:2054: result: none needed >configure:2072: gcc -c -g -O2 conftest.c >&5 >conftest.c:2: parse error before `me' >configure:2075: $? = 1 >configure: failed program was: >| #ifndef __cplusplus >| choke me >| #endif >configure:2215: checking build system type >configure:2233: result: sparc-sun-solaris2.5.1 >configure:2241: checking host system type >configure:2255: result: sparc-sun-solaris2.5.1 >configure:2264: checking whether byte ordering is bigendian >configure:2292: gcc -c -g -O2 conftest.c >&5 >configure: In function `main': >configure:2285: `bogus' undeclared (first use in this function) >configure:2285: (Each undeclared identifier is reported only once >configure:2285: for each function it appears in.) >configure:2285: parse error before `endian' >configure:2295: $? = 1 >configure: failed program was: >| #line 2270 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN >| bogus endian macros >| #endif >| >| ; >| return 0; >| } >configure:2425: gcc -o conftest -g -O2 conftest.c >&5 >configure:2428: $? = 0 >configure:2430: ./conftest >configure:2433: $? = 1 >configure: program exited with status 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. */ >| int >| main () >| { >| /* Are we little or big endian? From Harbison&Steele. */ >| union >| { >| long l; >| char c[sizeof (long)]; >| } u; >| u.l = 1; >| exit (u.c[sizeof (long) - 1] == 1); >| } >configure:2449: result: yes >configure:2475: checking how to run the C preprocessor >configure:2511: gcc -E conftest.c >configure:2517: $? = 0 >configure:2549: gcc -E conftest.c >configure:2549: ac_nonexistent.h: No such file or directory >configure:2555: $? = 1 >configure: failed program was: >| #line 2540 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:2593: result: gcc -E >configure:2618: gcc -E conftest.c >configure:2624: $? = 0 >configure:2656: gcc -E conftest.c >configure:2656: ac_nonexistent.h: No such file or directory >configure:2662: $? = 1 >configure: failed program was: >| #line 2647 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:2745: checking for ranlib >configure:2761: found /usr/ccs/bin/ranlib >configure:2772: result: ranlib >configure:2796: checking for a BSD-compatible install >configure:2850: result: ./install-sh -c >configure:2863: checking for ar >configure:2881: found /usr/ccs/bin/ar >configure:2893: result: /usr/ccs/bin/ar >configure:2904: checking for perl5 >configure:2937: result: no >configure:2904: checking for perl >configure:2922: found /usr/bin/perl >configure:2934: result: /usr/bin/perl >configure:2946: checking for sed >configure:2964: found /usr/bin/sed >configure:2976: result: /usr/bin/sed >configure:2986: checking for ent >configure:3019: result: no >configure:3026: checking for bash >configure:3059: result: no >configure:3065: checking for ksh >configure:3083: found /usr/bin/ksh >configure:3095: result: /usr/bin/ksh >configure:3104: checking for sh >configure:3134: result: /usr/bin/ksh >configure:3143: checking for sh >configure:3161: found /usr/bin/sh >configure:3173: result: /usr/bin/sh >configure:3189: checking for special C compiler options needed for large files >configure:3269: result: no >configure:3275: checking for _FILE_OFFSET_BITS value needed for large files >configure:3307: gcc -c -g -O2 conftest.c >&5 >configure:3297: warning: left shift count >= width of type >configure:3297: warning: left shift count >= width of type >configure:3299: size of array `off_t_is_large' is negative >configure:3310: $? = 1 >configure: failed program was: >| #line 3282 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3351: gcc -c -g -O2 conftest.c >&5 >configure:3341: warning: left shift count >= width of type >configure:3341: warning: left shift count >= width of type >configure:3343: size of array `off_t_is_large' is negative >configure:3354: $? = 1 >configure: failed program was: >| #line 3325 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #define _FILE_OFFSET_BITS 64 >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3372: result: no >configure:3382: checking for _LARGE_FILES value needed for large files >configure:3414: gcc -c -g -O2 conftest.c >&5 >configure:3404: warning: left shift count >= width of type >configure:3404: warning: left shift count >= width of type >configure:3406: size of array `off_t_is_large' is negative >configure:3417: $? = 1 >configure: failed program was: >| #line 3389 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3458: gcc -c -g -O2 conftest.c >&5 >configure:3448: warning: left shift count >= width of type >configure:3448: warning: left shift count >= width of type >configure:3450: size of array `off_t_is_large' is negative >configure:3461: $? = 1 >configure: failed program was: >| #line 3432 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| /* end confdefs.h. */ >| #define _LARGE_FILES 1 >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:3479: result: no >configure:3508: checking for login >configure:3526: found /usr/bin/login >configure:3538: result: /usr/bin/login >configure:3558: checking for inline >configure:3580: gcc -c -g -O2 conftest.c >&5 >configure:3583: $? = 0 >configure:3586: test -s conftest.o >configure:3589: $? = 0 >configure:3601: result: inline >configure:4456: checking for obsolete utmp and wtmp in solaris2.x >configure:4471: result: no >configure:4990: checking for egrep >configure:5000: result: egrep >configure:5005: checking for ANSI C header files >configure:5031: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5034: $? = 0 >configure:5037: test -s conftest.o >configure:5040: $? = 0 >configure:5132: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c >&5 >configure:5135: $? = 0 >configure:5137: ./conftest >configure:5140: $? = 0 >configure:5155: result: yes >configure:5179: checking for sys/types.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5199: $? = 0 >configure:5202: test -s conftest.o >configure:5205: $? = 0 >configure:5216: result: yes >configure:5179: checking for sys/stat.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5199: $? = 0 >configure:5202: test -s conftest.o >configure:5205: $? = 0 >configure:5216: result: yes >configure:5179: checking for stdlib.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5199: $? = 0 >configure:5202: test -s conftest.o >configure:5205: $? = 0 >configure:5216: result: yes >configure:5179: checking for string.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5199: $? = 0 >configure:5202: test -s conftest.o >configure:5205: $? = 0 >configure:5216: result: yes >configure:5179: checking for memory.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5199: $? = 0 >configure:5202: test -s conftest.o >configure:5205: $? = 0 >configure:5216: result: yes >configure:5179: checking for strings.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5199: $? = 0 >configure:5202: test -s conftest.o >configure:5205: $? = 0 >configure:5216: result: yes >configure:5179: checking for inttypes.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5241: inttypes.h: No such file or directory >configure:5199: $? = 1 >configure: failed program was: >| #line 5184 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <inttypes.h> >configure:5216: result: no >configure:5179: checking for stdint.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5241: stdint.h: No such file or directory >configure:5199: $? = 1 >configure: failed program was: >| #line 5184 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <stdint.h> >configure:5216: result: no >configure:5179: checking for unistd.h >configure:5196: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5199: $? = 0 >configure:5202: test -s conftest.o >configure:5205: $? = 0 >configure:5216: result: yes >configure:5295: checking bstring.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5354: bstring.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <bstring.h> >configure:5327: result: no >configure:5331: checking bstring.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5356: bstring.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <bstring.h> >configure:5367: result: no >configure:5403: checking for bstring.h >configure:5410: result: no >configure:5295: checking crypt.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking crypt.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for crypt.h >configure:5410: result: yes >configure:5295: checking endian.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5355: endian.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <endian.h> >configure:5327: result: no >configure:5331: checking endian.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5357: endian.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| /* end confdefs.h. */ >| #include <endian.h> >configure:5367: result: no >configure:5403: checking for endian.h >configure:5410: result: no >configure:5295: checking floatingpoint.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking floatingpoint.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for floatingpoint.h >configure:5410: result: yes >configure:5295: checking getopt.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5356: getopt.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <getopt.h> >configure:5327: result: no >configure:5331: checking getopt.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5358: getopt.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| /* end confdefs.h. */ >| #include <getopt.h> >configure:5367: result: no >configure:5403: checking for getopt.h >configure:5410: result: no >configure:5295: checking glob.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking glob.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for glob.h >configure:5410: result: yes >configure:5295: checking ia.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5357: ia.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ia.h> >configure:5327: result: no >configure:5331: checking ia.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5359: ia.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| /* end confdefs.h. */ >| #include <ia.h> >configure:5367: result: no >configure:5403: checking for ia.h >configure:5410: result: no >configure:5295: checking lastlog.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking lastlog.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for lastlog.h >configure:5410: result: yes >configure:5295: checking libgen.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking libgen.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for libgen.h >configure:5410: result: yes >configure:5295: checking limits.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking limits.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for limits.h >configure:5410: result: yes >configure:5295: checking login.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5360: login.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login.h> >configure:5327: result: no >configure:5331: checking login.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5362: login.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <login.h> >configure:5367: result: no >configure:5403: checking for login.h >configure:5410: result: no >configure:5295: checking login_cap.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5360: login_cap.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <login_cap.h> >configure:5327: result: no >configure:5331: checking login_cap.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5362: login_cap.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <login_cap.h> >configure:5367: result: no >configure:5403: checking for login_cap.h >configure:5410: result: no >configure:5295: checking maillock.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking maillock.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for maillock.h >configure:5410: result: yes >configure:5295: checking netdb.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >In file included from configure:5361: >/usr/include/netdb.h:195: warning: `struct sockaddr_in' declared inside parameter list >/usr/include/netdb.h:195: warning: its scope is only this definition or declaration, which is probably not what you want. >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking netdb.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for netdb.h >configure:5410: result: yes >configure:5295: checking netgroup.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5362: netgroup.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netgroup.h> >configure:5327: result: no >configure:5331: checking netgroup.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5364: netgroup.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:5367: result: no >configure:5403: checking for netgroup.h >configure:5410: result: no >configure:5295: checking netinet/in_systm.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking netinet/in_systm.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for netinet/in_systm.h >configure:5410: result: yes >configure:5295: checking paths.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5363: paths.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <paths.h> >configure:5327: result: no >configure:5331: checking paths.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5365: paths.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <paths.h> >configure:5367: result: no >configure:5403: checking for paths.h >configure:5410: result: no >configure:5295: checking pty.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5363: pty.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <pty.h> >configure:5327: result: no >configure:5331: checking pty.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5365: pty.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <pty.h> >configure:5367: result: no >configure:5403: checking for pty.h >configure:5410: result: no >configure:5295: checking readpassphrase.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5363: readpassphrase.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <readpassphrase.h> >configure:5327: result: no >configure:5331: checking readpassphrase.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5365: readpassphrase.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| /* end confdefs.h. */ >| #include <readpassphrase.h> >configure:5367: result: no >configure:5403: checking for readpassphrase.h >configure:5410: result: no >configure:5295: checking rpc/types.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking rpc/types.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for rpc/types.h >configure:5410: result: yes >configure:5295: checking security/pam_appl.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5364: security/pam_appl.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <security/pam_appl.h> >configure:5327: result: no >configure:5331: checking security/pam_appl.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5366: security/pam_appl.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| /* end confdefs.h. */ >| #include <security/pam_appl.h> >configure:5367: result: no >configure:5403: checking for security/pam_appl.h >configure:5410: result: no >configure:5295: checking shadow.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking shadow.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for shadow.h >configure:5410: result: yes >configure:5295: checking stddef.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking stddef.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for stddef.h >configure:5410: result: yes >configure:5286: checking for stdint.h >configure:5291: result: no >configure:5286: checking for strings.h >configure:5291: result: yes >configure:5295: checking sys/bitypes.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5367: sys/bitypes.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bitypes.h> >configure:5327: result: no >configure:5331: checking sys/bitypes.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5369: sys/bitypes.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sys/bitypes.h> >configure:5367: result: no >configure:5403: checking for sys/bitypes.h >configure:5410: result: no >configure:5295: checking sys/bsdtty.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5367: sys/bsdtty.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/bsdtty.h> >configure:5327: result: no >configure:5331: checking sys/bsdtty.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5369: sys/bsdtty.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sys/bsdtty.h> >configure:5367: result: no >configure:5403: checking for sys/bsdtty.h >configure:5410: result: no >configure:5295: checking sys/cdefs.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5367: sys/cdefs.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/cdefs.h> >configure:5327: result: no >configure:5331: checking sys/cdefs.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5369: sys/cdefs.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sys/cdefs.h> >configure:5367: result: no >configure:5403: checking for sys/cdefs.h >configure:5410: result: no >configure:5295: checking sys/mman.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking sys/mman.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for sys/mman.h >configure:5410: result: yes >configure:5295: checking sys/pstat.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5368: sys/pstat.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/pstat.h> >configure:5327: result: no >configure:5331: checking sys/pstat.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5370: sys/pstat.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <sys/pstat.h> >configure:5367: result: no >configure:5403: checking for sys/pstat.h >configure:5410: result: no >configure:5295: checking sys/select.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking sys/select.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for sys/select.h >configure:5410: result: yes >configure:5286: checking for sys/stat.h >configure:5291: result: yes >configure:5295: checking sys/stropts.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking sys/stropts.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for sys/stropts.h >configure:5410: result: yes >configure:5295: checking sys/sysmacros.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking sys/sysmacros.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for sys/sysmacros.h >configure:5410: result: yes >configure:5295: checking sys/time.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking sys/time.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for sys/time.h >configure:5410: result: yes >configure:5295: checking sys/timers.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5373: sys/timers.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/timers.h> >configure:5327: result: no >configure:5331: checking sys/timers.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5375: sys/timers.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <sys/timers.h> >configure:5367: result: no >configure:5403: checking for sys/timers.h >configure:5410: result: no >configure:5295: checking sys/un.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking sys/un.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for sys/un.h >configure:5410: result: yes >configure:5295: checking time.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking time.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for time.h >configure:5410: result: yes >configure:5295: checking tmpdir.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5375: tmpdir.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <tmpdir.h> >configure:5327: result: no >configure:5331: checking tmpdir.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5377: tmpdir.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <tmpdir.h> >configure:5367: result: no >configure:5403: checking for tmpdir.h >configure:5410: result: no >configure:5295: checking ttyent.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5375: ttyent.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ttyent.h> >configure:5327: result: no >configure:5331: checking ttyent.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5377: ttyent.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <ttyent.h> >configure:5367: result: no >configure:5403: checking for ttyent.h >configure:5410: result: no >configure:5295: checking usersec.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5375: usersec.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <usersec.h> >configure:5327: result: no >configure:5331: checking usersec.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5377: usersec.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <usersec.h> >configure:5367: result: no >configure:5403: checking for usersec.h >configure:5410: result: no >configure:5295: checking util.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5375: util.h: No such file or directory >configure:5311: $? = 1 >configure: failed program was: >| #line 5297 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <util.h> >configure:5327: result: no >configure:5331: checking util.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5377: util.h: No such file or directory >configure:5348: $? = 1 >configure: failed program was: >| #line 5333 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <util.h> >configure:5367: result: no >configure:5403: checking for util.h >configure:5410: result: no >configure:5295: checking utime.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking utime.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for utime.h >configure:5410: result: yes >configure:5295: checking utmp.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking utmp.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for utmp.h >configure:5410: result: yes >configure:5295: checking utmpx.h usability >configure:5308: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:5311: $? = 0 >configure:5314: test -s conftest.o >configure:5317: $? = 0 >configure:5327: result: yes >configure:5331: checking utmpx.h presence >configure:5342: gcc -E -I/usr/local/include conftest.c >configure:5348: $? = 0 >configure:5367: result: yes >configure:5403: checking for utmpx.h >configure:5410: result: yes >configure:5425: checking for yp_match >configure:5475: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c >&5 >Undefined first referenced > symbol in file >yp_match /var/tmp/ccQ66Qnw.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:5478: $? = 1 >configure: failed program was: >| #line 5430 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char yp_match (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 yp_match (); >| /* 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_yp_match) || defined (__stub___yp_match) >| choke me >| #else >| char (*f) () = yp_match; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != yp_match; >| ; >| return 0; >| } >configure:5495: result: no >configure:5501: checking for yp_match in -lnsl >configure:5532: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lnsl >&5 >configure:5535: $? = 0 >configure:5538: test -s conftest >configure:5541: $? = 0 >configure:5553: result: yes >configure:5566: checking for setsockopt >configure:5616: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lnsl >&5 >Undefined first referenced > symbol in file >setsockopt /var/tmp/ccUCdwil.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:5619: $? = 1 >configure: failed program was: >| #line 5571 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setsockopt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 setsockopt (); >| /* 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_setsockopt) || defined (__stub___setsockopt) >| choke me >| #else >| char (*f) () = setsockopt; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setsockopt; >| ; >| return 0; >| } >configure:5636: result: no >configure:5642: checking for setsockopt in -lsocket >configure:5673: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lsocket -lnsl >&5 >configure:5676: $? = 0 >configure:5679: test -s conftest >configure:5682: $? = 0 >configure:5694: result: yes >configure:5771: checking for getspnam >configure:5821: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lsocket -lnsl >&5 >configure:5824: $? = 0 >configure:5827: test -s conftest >configure:5830: $? = 0 >configure:5841: result: yes >configure:5955: checking for deflate in -lz >configure:5986: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:5989: $? = 0 >configure:5992: test -s conftest >configure:5995: $? = 0 >configure:6007: result: yes >configure:6023: checking for strcasecmp >configure:6073: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:6076: $? = 0 >configure:6079: test -s conftest >configure:6082: $? = 0 >configure:6093: result: yes >configure:6159: checking for utimes >configure:6209: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:6212: $? = 0 >configure:6215: test -s conftest >configure:6218: $? = 0 >configure:6229: result: yes >configure:6314: checking libutil.h usability >configure:6327: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure:6400: libutil.h: No such file or directory >configure:6330: $? = 1 >configure: failed program was: >| #line 6316 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <libutil.h> >configure:6346: result: no >configure:6350: checking libutil.h presence >configure:6361: gcc -E -I/usr/local/include conftest.c >configure:6402: libutil.h: No such file or directory >configure:6367: $? = 1 >configure: failed program was: >| #line 6352 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| /* end confdefs.h. */ >| #include <libutil.h> >configure:6386: result: no >configure:6422: checking for libutil.h >configure:6429: result: no >configure:6442: checking for library containing login >configure:6473: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >login /var/tmp/ccNdutvd.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:6476: $? = 1 >configure: failed program was: >| #line 6449 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 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 login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:6518: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lutil -lz -lsocket -lnsl >&5 >ld: fatal: library -lutil: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:6521: $? = 1 >configure: failed program was: >| #line 6494 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 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 login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:6518: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lbsd -lz -lsocket -lnsl >&5 >ld: fatal: library -lbsd: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:6521: $? = 1 >configure: failed program was: >| #line 6494 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 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 login (); >| int >| main () >| { >| login (); >| ; >| return 0; >| } >configure:6541: result: no >configure:6557: checking for logout >configure:6607: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >logout /var/tmp/cc9npN1k.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:6610: $? = 1 >configure: failed program was: >| #line 6562 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char logout (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 logout (); >| /* 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_logout) || defined (__stub___logout) >| choke me >| #else >| char (*f) () = logout; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != logout; >| ; >| return 0; >| } >configure:6627: result: no >configure:6557: checking for updwtmp >configure:6607: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:6610: $? = 0 >configure:6613: test -s conftest >configure:6616: $? = 0 >configure:6627: result: yes >configure:6557: checking for logwtmp >configure:6607: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >logwtmp /var/tmp/cckCjhqV.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:6610: $? = 1 >configure: failed program was: >| #line 6562 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char logwtmp (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 logwtmp (); >| /* 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_logwtmp) || defined (__stub___logwtmp) >| choke me >| #else >| char (*f) () = logwtmp; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != logwtmp; >| ; >| return 0; >| } >configure:6627: result: no >configure:6642: checking for strftime >configure:6692: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:6695: $? = 0 >configure:6698: test -s conftest >configure:6701: $? = 0 >configure:6712: result: yes >configure:6788: checking for GLOB_ALTDIRFUNC support >configure:6816: result: no >configure:6825: checking for gl_matchc field in glob_t >configure:6851: result: no >configure:6859: checking whether struct dirent allocates space for d_name >configure:6882: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:6885: $? = 0 >configure:6887: ./conftest >configure:6890: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| #line 6868 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <dirent.h> >| int main(void){struct dirent d;exit(sizeof(d.d_name)<=sizeof(char));} >| >configure:6901: result: no >configure:7172: checking for arc4random >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >arc4random /var/tmp/ccvW7LWx.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 arc4random (); >| /* 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_arc4random) || defined (__stub___arc4random) >| choke me >| #else >| char (*f) () = arc4random; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != arc4random; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for __b64_ntop >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >__b64_ntop /var/tmp/cc54EdeU.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __b64_ntop (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 __b64_ntop (); >| /* 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___b64_ntop) || defined (__stub_____b64_ntop) >| choke me >| #else >| char (*f) () = __b64_ntop; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != __b64_ntop; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for b64_ntop >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >b64_ntop /var/tmp/ccjqRKpT.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char b64_ntop (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 b64_ntop (); >| /* 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_b64_ntop) || defined (__stub___b64_ntop) >| choke me >| #else >| char (*f) () = b64_ntop; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != b64_ntop; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for __b64_pton >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >__b64_pton /var/tmp/ccOOUQNS.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __b64_pton (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 __b64_pton (); >| /* 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___b64_pton) || defined (__stub_____b64_pton) >| choke me >| #else >| char (*f) () = __b64_pton; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != __b64_pton; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for b64_pton >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >b64_pton /var/tmp/ccXhqfyK.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char b64_pton (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 b64_pton (); >| /* 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_b64_pton) || defined (__stub___b64_pton) >| choke me >| #else >| char (*f) () = b64_pton; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != b64_pton; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for basename >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >basename /var/tmp/ccNSmy8A.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char basename (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 basename (); >| /* 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_basename) || defined (__stub___basename) >| choke me >| #else >| char (*f) () = basename; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != basename; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for bcopy >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for bindresvport_sa >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >bindresvport_sa /var/tmp/cc6ExMzb.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char bindresvport_sa (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 bindresvport_sa (); >| /* 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_bindresvport_sa) || defined (__stub___bindresvport_sa) >| choke me >| #else >| char (*f) () = bindresvport_sa; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != bindresvport_sa; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for clock >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for fchmod >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for fchown >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for freeaddrinfo >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >freeaddrinfo /var/tmp/ccpXngCS.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char freeaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 freeaddrinfo (); >| /* 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_freeaddrinfo) || defined (__stub___freeaddrinfo) >| choke me >| #else >| char (*f) () = freeaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != freeaddrinfo; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for futimes >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >futimes /var/tmp/cclVOIAM.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char futimes (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 futimes (); >| /* 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_futimes) || defined (__stub___futimes) >| choke me >| #else >| char (*f) () = futimes; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != futimes; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for gai_strerror >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >gai_strerror /var/tmp/ccp931XC.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char gai_strerror (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 gai_strerror (); >| /* 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_gai_strerror) || defined (__stub___gai_strerror) >| choke me >| #else >| char (*f) () = gai_strerror; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != gai_strerror; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for getaddrinfo >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >getaddrinfo /var/tmp/ccjSVWH4.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 getaddrinfo (); >| /* 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_getaddrinfo) || defined (__stub___getaddrinfo) >| choke me >| #else >| char (*f) () = getaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getaddrinfo; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for getcwd >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for getgrouplist >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >getgrouplist /var/tmp/ccjmxGnr.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getgrouplist (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 getgrouplist (); >| /* 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_getgrouplist) || defined (__stub___getgrouplist) >| choke me >| #else >| char (*f) () = getgrouplist; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getgrouplist; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for getnameinfo >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >getnameinfo /var/tmp/ccc5Y5Bs.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getnameinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 getnameinfo (); >| /* 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_getnameinfo) || defined (__stub___getnameinfo) >| choke me >| #else >| char (*f) () = getnameinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getnameinfo; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for getopt >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for getpeereid >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >getpeereid /var/tmp/cciPjhHV.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getpeereid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 getpeereid (); >| /* 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_getpeereid) || defined (__stub___getpeereid) >| choke me >| #else >| char (*f) () = getpeereid; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getpeereid; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for _getpty >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >_getpty /var/tmp/ccaHVMjM.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _getpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 _getpty (); >| /* 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__getpty) || defined (__stub____getpty) >| choke me >| #else >| char (*f) () = _getpty; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != _getpty; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for getrlimit >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for getrusage >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for getttyent >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >getttyent /var/tmp/ccLhr4OW.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getttyent (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 getttyent (); >| /* 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_getttyent) || defined (__stub___getttyent) >| choke me >| #else >| char (*f) () = getttyent; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != getttyent; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for glob >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for inet_aton >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >inet_aton /var/tmp/ccIuVjKz.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char inet_aton (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 inet_aton (); >| /* 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_inet_aton) || defined (__stub___inet_aton) >| choke me >| #else >| char (*f) () = inet_aton; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != inet_aton; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for inet_ntoa >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for inet_ntop >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >inet_ntop /var/tmp/ccR0y96l.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char inet_ntop (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 inet_ntop (); >| /* 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_inet_ntop) || defined (__stub___inet_ntop) >| choke me >| #else >| char (*f) () = inet_ntop; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != inet_ntop; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for innetgr >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for login_getcapbool >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >login_getcapbool /var/tmp/ccxQEzJN.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char login_getcapbool (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 login_getcapbool (); >| /* 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_login_getcapbool) || defined (__stub___login_getcapbool) >| choke me >| #else >| char (*f) () = login_getcapbool; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != login_getcapbool; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for md5_crypt >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >md5_crypt /var/tmp/ccX7KBmC.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char md5_crypt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 md5_crypt (); >| /* 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_md5_crypt) || defined (__stub___md5_crypt) >| choke me >| #else >| char (*f) () = md5_crypt; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != md5_crypt; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for memmove >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for mkdtemp >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >mkdtemp /var/tmp/cccb0B2k.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char mkdtemp (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 mkdtemp (); >| /* 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_mkdtemp) || defined (__stub___mkdtemp) >| choke me >| #else >| char (*f) () = mkdtemp; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != mkdtemp; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for mmap >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for ngetaddrinfo >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >ngetaddrinfo /var/tmp/ccslbmaQ.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ngetaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 ngetaddrinfo (); >| /* 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_ngetaddrinfo) || defined (__stub___ngetaddrinfo) >| choke me >| #else >| char (*f) () = ngetaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != ngetaddrinfo; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for nsleep >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >nsleep /var/tmp/ccTaae5L.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char nsleep (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 nsleep (); >| /* 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_nsleep) || defined (__stub___nsleep) >| choke me >| #else >| char (*f) () = nsleep; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != nsleep; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for ogetaddrinfo >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >ogetaddrinfo /var/tmp/cczksArH.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ogetaddrinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 ogetaddrinfo (); >| /* 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_ogetaddrinfo) || defined (__stub___ogetaddrinfo) >| choke me >| #else >| char (*f) () = ogetaddrinfo; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != ogetaddrinfo; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for openpty >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >openpty /var/tmp/ccxzGF5x.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char openpty (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 openpty (); >| /* 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_openpty) || defined (__stub___openpty) >| choke me >| #else >| char (*f) () = openpty; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != openpty; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for pstat >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >pstat /var/tmp/ccUkbIgx.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pstat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 pstat (); >| /* 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_pstat) || defined (__stub___pstat) >| choke me >| #else >| char (*f) () = pstat; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != pstat; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for readpassphrase >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >readpassphrase /var/tmp/ccni7Rre.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char readpassphrase (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 readpassphrase (); >| /* 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_readpassphrase) || defined (__stub___readpassphrase) >| choke me >| #else >| char (*f) () = readpassphrase; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != readpassphrase; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for realpath >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for recvmsg >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for rresvport_af >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >rresvport_af /var/tmp/ccdsapdR.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char rresvport_af (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 rresvport_af (); >| /* 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_rresvport_af) || defined (__stub___rresvport_af) >| choke me >| #else >| char (*f) () = rresvport_af; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != rresvport_af; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for sendmsg >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for setdtablesize >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >setdtablesize /var/tmp/ccclwxy9.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setdtablesize (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 setdtablesize (); >| /* 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_setdtablesize) || defined (__stub___setdtablesize) >| choke me >| #else >| char (*f) () = setdtablesize; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setdtablesize; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for setegid >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for setenv >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >setenv /var/tmp/ccjDMVOP.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setenv (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 setenv (); >| /* 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_setenv) || defined (__stub___setenv) >| choke me >| #else >| char (*f) () = setenv; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setenv; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for seteuid >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for setgroups >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for setlogin >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >setlogin /var/tmp/ccvdPEGS.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setlogin (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 setlogin (); >| /* 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_setlogin) || defined (__stub___setlogin) >| choke me >| #else >| char (*f) () = setlogin; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setlogin; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for setpcred >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >setpcred /var/tmp/ccaKMtCV.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setpcred (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 setpcred (); >| /* 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_setpcred) || defined (__stub___setpcred) >| choke me >| #else >| char (*f) () = setpcred; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setpcred; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for setproctitle >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >setproctitle /var/tmp/ccwBviON.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setproctitle (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 setproctitle (); >| /* 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_setproctitle) || defined (__stub___setproctitle) >| choke me >| #else >| char (*f) () = setproctitle; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setproctitle; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for setresgid >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >setresgid /var/tmp/cc2D1wGc.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresgid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 setresgid (); >| /* 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_setresgid) || defined (__stub___setresgid) >| choke me >| #else >| char (*f) () = setresgid; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != setresgid; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for setreuid >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for setrlimit >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for setsid >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for setvbuf >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for sigaction >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for sigvec >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >sigvec /var/tmp/ccxv9AGc.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sigvec (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 sigvec (); >| /* 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_sigvec) || defined (__stub___sigvec) >| choke me >| #else >| char (*f) () = sigvec; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != sigvec; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for snprintf >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >snprintf /var/tmp/ccwIteiT.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char snprintf (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 snprintf (); >| /* 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_snprintf) || defined (__stub___snprintf) >| choke me >| #else >| char (*f) () = snprintf; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != snprintf; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for socketpair >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for strerror >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for strlcat >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >strlcat /var/tmp/ccg9qtgf.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 strlcat (); >| /* 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_strlcat) || defined (__stub___strlcat) >| choke me >| #else >| char (*f) () = strlcat; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strlcat; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for strlcpy >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >strlcpy /var/tmp/cc5KN3b1.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcpy (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 strlcpy (); >| /* 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_strlcpy) || defined (__stub___strlcpy) >| choke me >| #else >| char (*f) () = strlcpy; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strlcpy; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for strmode >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >strmode /var/tmp/ccUfL3K0.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strmode (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 strmode (); >| /* 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_strmode) || defined (__stub___strmode) >| choke me >| #else >| char (*f) () = strmode; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strmode; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for strnvis >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >strnvis /var/tmp/ccb4gSWP.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strnvis (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 strnvis (); >| /* 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_strnvis) || defined (__stub___strnvis) >| choke me >| #else >| char (*f) () = strnvis; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != strnvis; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for sysconf >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for tcgetpgrp >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for truncate >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for utimes >configure:7242: result: yes >configure:7172: checking for vhangup >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7172: checking for vsnprintf >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >vsnprintf /var/tmp/ccjQlqYK.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7225: $? = 1 >configure: failed program was: >| #line 7177 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char vsnprintf (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 vsnprintf (); >| /* 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_vsnprintf) || defined (__stub___vsnprintf) >| choke me >| #else >| char (*f) () = vsnprintf; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != vsnprintf; >| ; >| return 0; >| } >configure:7242: result: no >configure:7172: checking for waitpid >configure:7222: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >configure:7225: $? = 0 >configure:7228: test -s conftest >configure:7231: $? = 0 >configure:7242: result: yes >configure:7253: checking for library containing nanosleep >configure:7284: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >nanosleep /var/tmp/ccTqNadU.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7287: $? = 1 >configure: failed program was: >| #line 7260 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 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 nanosleep (); >| int >| main () >| { >| nanosleep (); >| ; >| return 0; >| } >configure:7329: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lrt -lz -lsocket -lnsl >&5 >ld: fatal: library -lrt: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7332: $? = 1 >configure: failed program was: >| #line 7305 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 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 nanosleep (); >| int >| main () >| { >| nanosleep (); >| ; >| return 0; >| } >configure:7329: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lposix4 -lz -lsocket -lnsl >&5 >configure:7332: $? = 0 >configure:7335: test -s conftest >configure:7338: $? = 0 >configure:7352: result: -lposix4 >configure:7362: checking for library containing basename >configure:7393: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lposix4 -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >basename /var/tmp/ccFa7O4B.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:7396: $? = 1 >configure: failed program was: >| #line 7369 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 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 basename (); >| int >| main () >| { >| basename (); >| ; >| return 0; >| } >configure:7438: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:7441: $? = 0 >configure:7444: test -s conftest >configure:7447: $? = 0 >configure:7461: result: -lgen >configure:7472: checking whether strsep is declared >configure:7497: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:7602: `strsep' undeclared (first use in this function) >configure:7602: (Each undeclared identifier is reported only once >configure:7602: for each function it appears in.) >configure:7602: warning: unused variable `p' >configure:7500: $? = 1 >configure: failed program was: >| #line 7477 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef strsep >| char *p = (char *) strsep; >| #endif >| >| ; >| return 0; >| } >configure:7517: result: no >configure:7611: checking for dirname >configure:7661: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:7664: $? = 0 >configure:7667: test -s conftest >configure:7670: $? = 0 >configure:7681: result: yes >configure:7692: checking for libgen.h >configure:7697: result: yes >configure:8116: checking for gettimeofday >configure:8166: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8169: $? = 0 >configure:8172: test -s conftest >configure:8175: $? = 0 >configure:8186: result: yes >configure:8116: checking for time >configure:8166: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8169: $? = 0 >configure:8172: test -s conftest >configure:8175: $? = 0 >configure:8186: result: yes >configure:8205: checking for endutent >configure:8255: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8258: $? = 0 >configure:8261: test -s conftest >configure:8264: $? = 0 >configure:8275: result: yes >configure:8205: checking for getutent >configure:8255: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8258: $? = 0 >configure:8261: test -s conftest >configure:8264: $? = 0 >configure:8275: result: yes >configure:8205: checking for getutid >configure:8255: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8258: $? = 0 >configure:8261: test -s conftest >configure:8264: $? = 0 >configure:8275: result: yes >configure:8205: checking for getutline >configure:8255: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8258: $? = 0 >configure:8261: test -s conftest >configure:8264: $? = 0 >configure:8275: result: yes >configure:8205: checking for pututline >configure:8255: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8258: $? = 0 >configure:8261: test -s conftest >configure:8264: $? = 0 >configure:8275: result: yes >configure:8205: checking for setutent >configure:8255: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8258: $? = 0 >configure:8261: test -s conftest >configure:8264: $? = 0 >configure:8275: result: yes >configure:8289: checking for utmpname >configure:8339: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8342: $? = 0 >configure:8345: test -s conftest >configure:8348: $? = 0 >configure:8359: result: yes >configure:8377: checking for endutxent >configure:8427: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8430: $? = 0 >configure:8433: test -s conftest >configure:8436: $? = 0 >configure:8447: result: yes >configure:8377: checking for getutxent >configure:8427: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8430: $? = 0 >configure:8433: test -s conftest >configure:8436: $? = 0 >configure:8447: result: yes >configure:8377: checking for getutxid >configure:8427: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8430: $? = 0 >configure:8433: test -s conftest >configure:8436: $? = 0 >configure:8447: result: yes >configure:8377: checking for getutxline >configure:8427: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8430: $? = 0 >configure:8433: test -s conftest >configure:8436: $? = 0 >configure:8447: result: yes >configure:8377: checking for pututxline >configure:8427: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8430: $? = 0 >configure:8433: test -s conftest >configure:8436: $? = 0 >configure:8447: result: yes >configure:8462: checking for setutxent >configure:8512: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8515: $? = 0 >configure:8518: test -s conftest >configure:8521: $? = 0 >configure:8532: result: yes >configure:8462: checking for utmpxname >configure:8512: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8515: $? = 0 >configure:8518: test -s conftest >configure:8521: $? = 0 >configure:8532: result: yes >configure:8543: checking for daemon >configure:8593: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >Undefined first referenced > symbol in file >daemon /var/tmp/ccnSoGQE.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:8596: $? = 1 >configure: failed program was: >| #line 8548 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| /* end confdefs.h. */ >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char daemon (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| /* 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 daemon (); >| /* 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_daemon) || defined (__stub___daemon) >| choke me >| #else >| char (*f) () = daemon; >| #endif >| #ifdef __cplusplus >| } >| #endif >| >| int >| main () >| { >| return f != daemon; >| ; >| return 0; >| } >configure:8613: result: no >configure:8621: checking for daemon in -lbsd >configure:8652: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lbsd -lgen -lposix4 -lz -lsocket -lnsl >&5 >ld: fatal: library -lbsd: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:8655: $? = 1 >configure: failed program was: >| #line 8628 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 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 daemon (); >| int >| main () >| { >| daemon (); >| ; >| return 0; >| } >configure:8673: result: no >configure:8686: checking for getpagesize >configure:8736: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl >&5 >configure:8739: $? = 0 >configure:8742: test -s conftest >configure:8745: $? = 0 >configure:8756: result: yes >configure:8951: checking whether getpgrp requires zero arguments >configure:8974: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:9100: too many arguments to function `getpgrp' >configure:8977: $? = 1 >configure: failed program was: >| #line 8957 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #if HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #if HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #if STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # if HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #if HAVE_STRING_H >| # if !STDC_HEADERS && HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #if HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #if HAVE_INTTYPES_H >| # include <inttypes.h> >| #else >| # if HAVE_STDINT_H >| # include <stdint.h> >| # endif >| #endif >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| getpgrp (0); >| ; >| return 0; >| } >configure:8995: result: yes >configure:9436: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >ld: fatal: library -lcrypto: not found >ld: fatal: File processing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:9439: $? = 1 >configure: failed program was: >| #line 9412 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 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 RAND_add (); >| int >| main () >| { >| RAND_add (); >| ; >| return 0; >| } >configure:9486: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:9489: $? = 0 >configure:9492: test -s conftest >configure:9495: $? = 0 >configure:9519: checking OpenSSL header version >configure:9556: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure: In function `main': >configure:9649: warning: unsigned int format, long unsigned int arg (arg 3) >configure:9559: $? = 0 >configure:9561: ./conftest >configure:9564: $? = 0 >configure:9568: result: 90702f (OpenSSL 0.9.7b 10 Apr 2003) >configure:9590: checking OpenSSL library version >configure:9628: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure: In function `main': >configure:9721: warning: unsigned int format, long unsigned int arg (arg 3) >configure:9631: $? = 0 >configure:9633: ./conftest >configure:9636: $? = 0 >configure:9640: result: 90702f (OpenSSL 0.9.7b 10 Apr 2003) >configure:9662: checking whether OpenSSL's headers match the library >configure:9685: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure: In function `main': >configure:9782: warning: implicit declaration of function `SSLeay' >configure:9688: $? = 0 >configure:9690: ./conftest >configure:9693: $? = 0 >configure:9696: result: yes >configure:9784: checking whether OpenSSL's PRNG is internally seeded >configure:9807: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:9810: $? = 0 >configure:9812: ./conftest >configure:9815: $? = 0 >configure:9819: result: yes >configure:10031: checking for ls >configure:10049: found /usr/bin/ls >configure:10061: result: /usr/bin/ls >configure:10076: checking for netstat >configure:10094: found /usr/bin/netstat >configure:10106: result: /usr/bin/netstat >configure:10121: checking for arp >configure:10139: found /usr/sbin/arp >configure:10151: result: /usr/sbin/arp >configure:10166: checking for ifconfig >configure:10184: found /sbin/ifconfig >configure:10196: result: /sbin/ifconfig >configure:10211: checking for jstat >configure:10244: result: no >configure:10256: checking for ps >configure:10274: found /usr/bin/ps >configure:10286: result: /usr/bin/ps >configure:10301: checking for sar >configure:10319: found /usr/bin/sar >configure:10331: result: /usr/bin/sar >configure:10346: checking for w >configure:10364: found /usr/bin/w >configure:10376: result: /usr/bin/w >configure:10391: checking for who >configure:10409: found /usr/bin/who >configure:10421: result: /usr/bin/who >configure:10436: checking for last >configure:10454: found /usr/bin/last >configure:10466: result: /usr/bin/last >configure:10481: checking for lastlog >configure:10514: result: no >configure:10526: checking for df >configure:10544: found /usr/bin/df >configure:10556: result: /usr/bin/df >configure:10571: checking for vmstat >configure:10589: found /usr/bin/vmstat >configure:10601: result: /usr/bin/vmstat >configure:10616: checking for uptime >configure:10634: found /usr/bin/uptime >configure:10646: result: /usr/bin/uptime >configure:10661: checking for ipcs >configure:10679: found /usr/bin/ipcs >configure:10691: result: /usr/bin/ipcs >configure:10706: checking for tail >configure:10724: found /usr/bin/tail >configure:10736: result: /usr/bin/tail >configure:10773: checking for char >configure:10798: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:10801: $? = 0 >configure:10804: test -s conftest.o >configure:10807: $? = 0 >configure:10818: result: yes >configure:10821: checking size of char >configure:11096: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:11099: $? = 0 >configure:11101: ./conftest >configure:11104: $? = 0 >configure:11127: result: 1 >configure:11134: checking for short int >configure:11159: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:11162: $? = 0 >configure:11165: test -s conftest.o >configure:11168: $? = 0 >configure:11179: result: yes >configure:11182: checking size of short int >configure:11457: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:11460: $? = 0 >configure:11462: ./conftest >configure:11465: $? = 0 >configure:11488: result: 2 >configure:11495: checking for int >configure:11520: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:11523: $? = 0 >configure:11526: test -s conftest.o >configure:11529: $? = 0 >configure:11540: result: yes >configure:11543: checking size of int >configure:11818: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:11821: $? = 0 >configure:11823: ./conftest >configure:11826: $? = 0 >configure:11849: result: 4 >configure:11856: checking for long int >configure:11881: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:11884: $? = 0 >configure:11887: test -s conftest.o >configure:11890: $? = 0 >configure:11901: result: yes >configure:11904: checking size of long int >configure:12179: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:12182: $? = 0 >configure:12184: ./conftest >configure:12187: $? = 0 >configure:12210: result: 4 >configure:12217: checking for long long int >configure:12242: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:12245: $? = 0 >configure:12248: test -s conftest.o >configure:12251: $? = 0 >configure:12262: result: yes >configure:12265: checking size of long long int >configure:12540: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:12543: $? = 0 >configure:12545: ./conftest >configure:12548: $? = 0 >configure:12571: result: 8 >configure:12585: checking for u_int type >configure:12608: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:12611: $? = 0 >configure:12614: test -s conftest.o >configure:12617: $? = 0 >configure:12630: result: yes >configure:12640: checking for intXX_t types >configure:12663: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:12767: `int8_t' undeclared (first use in this function) >configure:12767: (Each undeclared identifier is reported only once >configure:12767: for each function it appears in.) >configure:12767: parse error before `a' >configure:12767: `int16_t' undeclared (first use in this function) >configure:12767: `int32_t' undeclared (first use in this function) >configure:12767: `a' undeclared (first use in this function) >configure:12767: `b' undeclared (first use in this function) >configure:12767: `c' undeclared (first use in this function) >configure:12666: $? = 1 >configure: failed program was: >| #line 12646 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| int8_t a; int16_t b; int32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:12685: result: no >configure:12747: checking for int64_t type >configure:12779: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:12883: `int64_t' undeclared (first use in this function) >configure:12883: (Each undeclared identifier is reported only once >configure:12883: for each function it appears in.) >configure:12883: parse error before `a' >configure:12883: `a' undeclared (first use in this function) >configure:12782: $? = 1 >configure: failed program was: >| #line 12753 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #include <sys/socket.h> >| #ifdef HAVE_SYS_BITYPES_H >| # include <sys/bitypes.h> >| #endif >| >| int >| main () >| { >| int64_t a; a = 1; >| ; >| return 0; >| } >configure:12801: result: no >configure:12810: checking for u_intXX_t types >configure:12833: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:12937: `u_int8_t' undeclared (first use in this function) >configure:12937: (Each undeclared identifier is reported only once >configure:12937: for each function it appears in.) >configure:12937: parse error before `a' >configure:12937: `u_int16_t' undeclared (first use in this function) >configure:12937: `u_int32_t' undeclared (first use in this function) >configure:12937: `a' undeclared (first use in this function) >configure:12937: `b' undeclared (first use in this function) >configure:12937: `c' undeclared (first use in this function) >configure:12836: $? = 1 >configure: failed program was: >| #line 12816 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:12855: result: no >configure:12866: checking for u_intXX_t types in sys/socket.h >configure:12885: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >In file included from configure:12986: >/usr/include/sys/socket.h:143: parse error before `u_short' >/usr/include/sys/socket.h:143: warning: no semicolon at end of struct or union >/usr/include/sys/socket.h:145: parse error before `}' >/usr/include/sys/socket.h:152: parse error before `u_short' >/usr/include/sys/socket.h:152: warning: no semicolon at end of struct or union >/usr/include/sys/socket.h:153: warning: data definition has no type or storage class >/usr/include/sys/socket.h:195: parse error before `caddr_t' >/usr/include/sys/socket.h:195: warning: no semicolon at end of struct or union >/usr/include/sys/socket.h:199: parse error before `msg_accrights' >/usr/include/sys/socket.h:199: warning: data definition has no type or storage class >/usr/include/sys/socket.h:201: parse error before `}' >/usr/include/sys/socket.h:260: parse error before `dev_t' >/usr/include/sys/socket.h:260: warning: no semicolon at end of struct or union >/usr/include/sys/socket.h:262: parse error before `}' >configure: In function `main': >configure:12989: `u_int8_t' undeclared (first use in this function) >configure:12989: (Each undeclared identifier is reported only once >configure:12989: for each function it appears in.) >configure:12989: parse error before `a' >configure:12989: `u_int16_t' undeclared (first use in this function) >configure:12989: `u_int32_t' undeclared (first use in this function) >configure:12989: `a' undeclared (first use in this function) >configure:12989: `b' undeclared (first use in this function) >configure:12989: `c' undeclared (first use in this function) >configure:12888: $? = 1 >configure: failed program was: >| #line 12868 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| #include <sys/socket.h> >| int >| main () >| { >| u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:12908: result: no >configure:12915: checking for u_int64_t types >configure:12938: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:13042: `u_int64_t' undeclared (first use in this function) >configure:13042: (Each undeclared identifier is reported only once >configure:13042: for each function it appears in.) >configure:13042: parse error before `a' >configure:13042: `a' undeclared (first use in this function) >configure:12941: $? = 1 >configure: failed program was: >| #line 12921 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| int >| main () >| { >| u_int64_t a; a = 1; >| ; >| return 0; >| } >configure:12960: result: no >configure:12971: checking for u_int64_t type in sys/bitypes.h >configure:12990: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13090: sys/bitypes.h: No such file or directory >configure:12993: $? = 1 >configure: failed program was: >| #line 12973 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| #include <sys/bitypes.h> >| int >| main () >| { >| u_int64_t a; a = 1 >| ; >| return 0; >| } >configure:13013: result: no >configure:13021: checking for uintXX_t types >configure:13046: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:13150: `uint8_t' undeclared (first use in this function) >configure:13150: (Each undeclared identifier is reported only once >configure:13150: for each function it appears in.) >configure:13150: parse error before `a' >configure:13150: `uint16_t' undeclared (first use in this function) >configure:13150: `uint32_t' undeclared (first use in this function) >configure:13150: `a' undeclared (first use in this function) >configure:13150: `b' undeclared (first use in this function) >configure:13150: `c' undeclared (first use in this function) >configure:13049: $? = 1 >configure: failed program was: >| #line 13027 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| >| int >| main () >| { >| uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:13068: result: no >configure:13079: checking for uintXX_t types in stdint.h >configure:13098: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13198: stdint.h: No such file or directory >configure:13101: $? = 1 >configure: failed program was: >| #line 13081 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| /* end confdefs.h. */ >| #include <stdint.h> >| int >| main () >| { >| uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; >| ; >| return 0; >| } >configure:13121: result: no >configure:13191: checking for u_char >configure:13216: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13219: $? = 0 >configure:13222: test -s conftest.o >configure:13225: $? = 0 >configure:13238: result: yes >configure:13248: checking for socklen_t >configure:13275: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:13377: `socklen_t' undeclared (first use in this function) >configure:13377: (Each undeclared identifier is reported only once >configure:13377: for each function it appears in.) >configure:13377: parse error before `)' >configure:13278: $? = 1 >configure: failed program was: >| #line 13253 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| if ((socklen_t *) 0) >| return 0; >| if (sizeof (socklen_t)) >| return 0; >| ; >| return 0; >| } >configure:13295: result: no >configure:13301: checking for socklen_t equivalent >configure:13337: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13340: $? = 0 >configure:13343: test -s conftest.o >configure:13346: $? = 0 >configure:13337: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13434: conflicting types for `getpeername' >/usr/include/sys/socket.h:297: previous declaration of `getpeername' >configure:13340: $? = 1 >configure: failed program was: >| #line 13312 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, int *); >| >| int >| main () >| { >| >| int len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:13337: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13434: conflicting types for `getpeername' >/usr/include/sys/socket.h:297: previous declaration of `getpeername' >configure:13340: $? = 1 >configure: failed program was: >| #line 13312 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, size_t *); >| >| int >| main () >| { >| >| size_t len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:13337: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13434: conflicting types for `getpeername' >/usr/include/sys/socket.h:297: previous declaration of `getpeername' >configure:13340: $? = 1 >configure: failed program was: >| #line 13312 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, unsigned *); >| >| int >| main () >| { >| >| unsigned len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:13337: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13434: conflicting types for `getpeername' >/usr/include/sys/socket.h:297: previous declaration of `getpeername' >configure:13340: $? = 1 >configure: failed program was: >| #line 13312 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, long *); >| >| int >| main () >| { >| >| long len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:13337: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13434: conflicting types for `getpeername' >/usr/include/sys/socket.h:297: previous declaration of `getpeername' >configure:13340: $? = 1 >configure: failed program was: >| #line 13312 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int getpeername (int, void *, unsigned long *); >| >| int >| main () >| { >| >| unsigned long len; >| getpeername(0,0,&len); >| >| ; >| return 0; >| } >configure:13369: result: int >configure:13380: checking for sig_atomic_t >configure:13406: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13409: $? = 0 >configure:13412: test -s conftest.o >configure:13415: $? = 0 >configure:13426: result: yes >configure:13438: checking for size_t >configure:13463: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13466: $? = 0 >configure:13469: test -s conftest.o >configure:13472: $? = 0 >configure:13485: result: yes >configure:13494: checking for ssize_t >configure:13519: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13522: $? = 0 >configure:13525: test -s conftest.o >configure:13528: $? = 0 >configure:13541: result: yes >configure:13550: checking for clock_t >configure:13575: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13578: $? = 0 >configure:13581: test -s conftest.o >configure:13584: $? = 0 >configure:13597: result: yes >configure:13606: checking for sa_family_t >configure:13632: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:13742: `sa_family_t' undeclared (first use in this function) >configure:13742: (Each undeclared identifier is reported only once >configure:13742: for each function it appears in.) >configure:13742: parse error before `foo' >configure:13742: `foo' undeclared (first use in this function) >configure:13635: $? = 1 >configure: failed program was: >| #line 13612 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| sa_family_t foo; foo = 1235; >| ; >| return 0; >| } >configure:13669: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:13779: `sa_family_t' undeclared (first use in this function) >configure:13779: (Each undeclared identifier is reported only once >configure:13779: for each function it appears in.) >configure:13779: parse error before `foo' >configure:13779: `foo' undeclared (first use in this function) >configure:13672: $? = 1 >configure: failed program was: >| #line 13648 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <netinet/in.h> >| >| int >| main () >| { >| sa_family_t foo; foo = 1235; >| ; >| return 0; >| } >configure:13694: result: no >configure:13703: checking for pid_t >configure:13728: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13731: $? = 0 >configure:13734: test -s conftest.o >configure:13737: $? = 0 >configure:13750: result: yes >configure:13759: checking for mode_t >configure:13784: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:13787: $? = 0 >configure:13790: test -s conftest.o >configure:13793: $? = 0 >configure:13806: result: yes >configure:13816: checking for struct sockaddr_storage >configure:13842: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:13954: storage size of `s' isn't known >configure:13954: warning: unused variable `s' >configure:13845: $? = 1 >configure: failed program was: >| #line 13822 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| struct sockaddr_storage s; >| ; >| return 0; >| } >configure:13864: result: no >configure:13873: checking for struct sockaddr_in6 >configure:13899: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:14011: storage size of `s' isn't known >configure:14011: warning: unused variable `s' >configure:13902: $? = 1 >configure: failed program was: >| #line 13879 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <netinet/in.h> >| >| int >| main () >| { >| struct sockaddr_in6 s; s.sin6_family = 0; >| ; >| return 0; >| } >configure:13921: result: no >configure:13930: checking for struct in6_addr >configure:13956: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:14068: storage size of `s' isn't known >configure:14068: warning: unused variable `s' >configure:13959: $? = 1 >configure: failed program was: >| #line 13936 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <netinet/in.h> >| >| int >| main () >| { >| struct in6_addr s; s.s6_addr[0] = 0; >| ; >| return 0; >| } >configure:13978: result: no >configure:13987: checking for struct addrinfo >configure:14014: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >In file included from configure:14121: >/usr/include/netdb.h:195: warning: `struct sockaddr_in' declared inside parameter list >/usr/include/netdb.h:195: warning: its scope is only this definition or declaration, which is probably not what you want. >configure: In function `main': >configure:14126: storage size of `s' isn't known >configure:14126: `AI_PASSIVE' undeclared (first use in this function) >configure:14126: (Each undeclared identifier is reported only once >configure:14126: for each function it appears in.) >configure:14126: warning: unused variable `s' >configure:14017: $? = 1 >configure: failed program was: >| #line 13993 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <netdb.h> >| >| int >| main () >| { >| struct addrinfo s; s.ai_flags = AI_PASSIVE; >| ; >| return 0; >| } >configure:14036: result: no >configure:14045: checking for struct timeval >configure:14068: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:14071: $? = 0 >configure:14074: test -s conftest.o >configure:14077: $? = 0 >configure:14090: result: yes >configure:14100: checking for struct timespec >configure:14125: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:14128: $? = 0 >configure:14131: test -s conftest.o >configure:14134: $? = 0 >configure:14145: result: yes >configure:14206: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:14321: warning: return-type defaults to `int' >configure:14209: $? = 0 >configure:14211: ./conftest >configure:14214: $? = 0 >configure:14237: checking for ut_host field in utmp.h >configure:14265: result: no >configure:14282: checking for ut_host field in utmpx.h >configure:14310: result: yes >configure:14327: checking for syslen field in utmpx.h >configure:14355: result: yes >configure:14372: checking for ut_pid field in utmp.h >configure:14400: result: yes >configure:14417: checking for ut_type field in utmp.h >configure:14445: result: yes >configure:14462: checking for ut_type field in utmpx.h >configure:14490: result: yes >configure:14507: checking for ut_tv field in utmp.h >configure:14535: result: no >configure:14552: checking for ut_id field in utmp.h >configure:14580: result: yes >configure:14597: checking for ut_id field in utmpx.h >configure:14625: result: yes >configure:14642: checking for ut_addr field in utmp.h >configure:14670: result: no >configure:14687: checking for ut_addr field in utmpx.h >configure:14715: result: no >configure:14732: checking for ut_addr_v6 field in utmp.h >configure:14760: result: no >configure:14777: checking for ut_addr_v6 field in utmpx.h >configure:14805: result: no >configure:14822: checking for ut_exit field in utmp.h >configure:14850: result: yes >configure:14867: checking for ut_time field in utmp.h >configure:14895: result: yes >configure:14912: checking for ut_time field in utmpx.h >configure:14940: result: yes >configure:14957: checking for ut_tv field in utmpx.h >configure:14985: result: yes >configure:14999: checking for struct stat.st_blksize >configure:15023: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:15026: $? = 0 >configure:15029: test -s conftest.o >configure:15032: $? = 0 >configure:15080: result: yes >configure:15092: checking for ss_family field in struct sockaddr_storage >configure:15118: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:15244: storage size of `s' isn't known >configure:15244: warning: unused variable `s' >configure:15121: $? = 1 >configure: failed program was: >| #line 15098 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| struct sockaddr_storage s; s.ss_family = 1; >| ; >| return 0; >| } >configure:15139: result: no >configure:15148: checking for __ss_family field in struct sockaddr_storage >configure:15174: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:15300: storage size of `s' isn't known >configure:15300: warning: unused variable `s' >configure:15177: $? = 1 >configure: failed program was: >| #line 15154 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| struct sockaddr_storage s; s.__ss_family = 1; >| ; >| return 0; >| } >configure:15196: result: no >configure:15205: checking for pw_class field in struct passwd >configure:15230: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:15356: structure has no member named `pw_class' >configure:15233: $? = 1 >configure: failed program was: >| #line 15211 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_class = 0; >| ; >| return 0; >| } >configure:15252: result: no >configure:15261: checking for pw_expire field in struct passwd >configure:15286: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:15412: structure has no member named `pw_expire' >configure:15289: $? = 1 >configure: failed program was: >| #line 15267 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_expire = 0; >| ; >| return 0; >| } >configure:15308: result: no >configure:15317: checking for pw_change field in struct passwd >configure:15342: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:15468: structure has no member named `pw_change' >configure:15345: $? = 1 >configure: failed program was: >| #line 15323 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| /* end confdefs.h. */ >| >| #include <pwd.h> >| >| int >| main () >| { >| struct passwd p; p.pw_change = 0; >| ; >| return 0; >| } >configure:15364: result: no >configure:15373: checking for msg_accrights field in struct msghdr >configure:15408: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:15411: $? = 0 >configure:15413: ./conftest >configure:15416: $? = 0 >configure:15432: result: yes >configure:15441: checking for msg_control field in struct msghdr >configure:15476: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure: In function `main': >configure:15603: structure has no member named `msg_control' >configure:15479: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| #line 15454 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <sys/uio.h> >| int main() { >| #ifdef msg_control >| exit(1); >| #endif >| struct msghdr m; >| m.msg_control = 0; >| exit(0); >| } >| >configure:15500: result: no >configure:15509: checking if libc defines __progname >configure:15532: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure: In function `main': >configure:15659: warning: implicit declaration of function `printf' >Undefined first referenced > symbol in file >__progname /var/tmp/ccCpDdkN.o >ld: fatal: Symbol referencing errors. No output written to conftest >collect2: ld returned 1 exit status >configure:15535: $? = 1 >configure: failed program was: >| #line 15515 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| extern char *__progname; printf("%s", __progname); >| ; >| return 0; >| } >configure:15554: result: no >configure:15563: checking whether gcc implements __FUNCTION__ >configure:15588: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:15591: $? = 0 >configure:15594: test -s conftest >configure:15597: $? = 0 >configure:15610: result: yes >configure:15619: checking whether gcc implements __func__ >configure:15644: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:15647: $? = 0 >configure:15650: test -s conftest >configure:15653: $? = 0 >configure:15666: result: yes >configure:15675: checking whether getopt has optreset support >configure:15700: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:15824: getopt.h: No such file or directory >configure:15703: $? = 1 >configure: failed program was: >| #line 15681 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| /* end confdefs.h. */ >| >| #include <getopt.h> >| >| int >| main () >| { >| extern int optreset; optreset = 0; >| ; >| return 0; >| } >configure:15722: result: no >configure:15731: checking if libc defines sys_errlist >configure:15754: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure: In function `main': >configure:15883: warning: implicit declaration of function `printf' >configure:15757: $? = 0 >configure:15760: test -s conftest >configure:15763: $? = 0 >configure:15776: result: yes >configure:15786: checking if libc defines sys_nerr >configure:15809: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure: In function `main': >configure:15939: warning: implicit declaration of function `printf' >configure:15812: $? = 0 >configure:15815: test -s conftest >configure:15818: $? = 0 >configure:15831: result: yes >configure:16878: checking for xauth >configure:16896: found /usr/openwin/bin/xauth >configure:16908: result: /usr/openwin/bin/xauth >configure:16958: checking for "/dev/ptmx" >configure:16973: result: yes >configure:16988: checking for "/dev/ptc" >configure:17003: result: no >configure:17042: checking for nroff >configure:17060: found /usr/bin/nroff >configure:17072: result: /usr/bin/nroff >configure:17135: checking if the systems has expire shadow information >configure:17158: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure:17161: $? = 0 >configure:17164: test -s conftest.o >configure:17167: $? = 0 >configure:17180: result: yes >configure:17292: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib conftest.c -lgen -lposix4 -lz -lsocket -lnsl -lcrypto >&5 >configure:17416: warning: return-type defaults to `int' >configure:17295: $? = 0 >configure:17297: ./conftest >configure:17300: $? = 0 >configure:17326: result: Adding /usr/local/bin to USER_PATH so scp will work >configure:17377: checking if we need to convert IPv4 in IPv6-mapped addresses >configure:17409: result: no (default) >configure:17556: checking if your system defines LASTLOG_FILE >configure:17587: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:17723: `LASTLOG_FILE' undeclared (first use in this function) >configure:17723: (Each undeclared identifier is reported only once >configure:17723: for each function it appears in.) >configure:17723: warning: unused variable `lastlog' >configure:17590: $? = 1 >configure: failed program was: >| #line 17558 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define XAUTH_PATH "/usr/openwin/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define HAS_SHADOW_EXPIRE 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #define _PATH_SSH_PIDDIR "/usr/local/etc" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_LASTLOG_H >| # include <lastlog.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| #ifdef HAVE_LOGIN_H >| # include <login.h> >| #endif >| >| int >| main () >| { >| char *lastlog = LASTLOG_FILE; >| ; >| return 0; >| } >configure:17605: result: no >configure:17607: checking if your system defines _PATH_LASTLOG >configure:17635: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:17771: `_PATH_LASTLOG' undeclared (first use in this function) >configure:17771: (Each undeclared identifier is reported only once >configure:17771: for each function it appears in.) >configure:17771: warning: unused variable `lastlog' >configure:17638: $? = 1 >configure: failed program was: >| #line 17609 "configure" >| /* confdefs.h. */ >| >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define WORDS_BIGENDIAN 1 >| #define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >| #define PAM_SUN_CODEBASE 1 >| #define LOGIN_NEEDS_UTMPX 1 >| #define LOGIN_NEEDS_TERM 1 >| #define PAM_TTY_KLUDGE 1 >| #define STREAMS_PUSH_ACQUIRES_CTTY 1 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_FLOATINGPOINT_H 1 >| #define HAVE_GLOB_H 1 >| #define HAVE_LASTLOG_H 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MAILLOCK_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_RPC_TYPES_H 1 >| #define HAVE_SHADOW_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_STROPTS_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_UTMP_H 1 >| #define HAVE_UTMPX_H 1 >| #define HAVE_LIBNSL 1 >| #define HAVE_LIBSOCKET 1 >| #define HAVE_LIBZ 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_STRFTIME 1 >| #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >| #define HAVE_BCOPY 1 >| #define HAVE_CLOCK 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_GETCWD 1 >| #define HAVE_GETOPT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_GETRUSAGE 1 >| #define HAVE_GLOB 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INNETGR 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MMAP 1 >| #define HAVE_REALPATH 1 >| #define HAVE_RECVMSG 1 >| #define HAVE_SENDMSG 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETGROUPS 1 >| #define HAVE_SETREUID 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_SETSID 1 >| #define HAVE_SETVBUF 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_STRERROR 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_TCGETPGRP 1 >| #define HAVE_TRUNCATE 1 >| #define HAVE_UTIMES 1 >| #define HAVE_VHANGUP 1 >| #define HAVE_WAITPID 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_BASENAME 1 >| #define HAVE_DIRNAME 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_TIME 1 >| #define HAVE_ENDUTENT 1 >| #define HAVE_GETUTENT 1 >| #define HAVE_GETUTID 1 >| #define HAVE_GETUTLINE 1 >| #define HAVE_PUTUTLINE 1 >| #define HAVE_SETUTENT 1 >| #define HAVE_UTMPNAME 1 >| #define HAVE_ENDUTXENT 1 >| #define HAVE_GETUTXENT 1 >| #define HAVE_GETUTXID 1 >| #define HAVE_GETUTXLINE 1 >| #define HAVE_PUTUTXLINE 1 >| #define HAVE_SETUTXENT 1 >| #define HAVE_UTMPXNAME 1 >| #define HAVE_GETPAGESIZE 1 >| #define GETPGRP_VOID 1 >| #define HAVE_OPENSSL 1 >| #define OPENSSL_PRNG_ONLY 1 >| #define ENTROPY_TIMEOUT_MSEC 200 >| #define SSH_PRIVSEP_USER "sshd" >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT_INT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG_INT 4 >| #define SIZEOF_LONG_LONG_INT 8 >| #define HAVE_U_INT 1 >| #define HAVE_U_CHAR 1 >| #define socklen_t int >| #define HAVE_SIG_ATOMIC_T 1 >| #define HAVE_SIZE_T 1 >| #define HAVE_SSIZE_T 1 >| #define HAVE_CLOCK_T 1 >| #define HAVE_PID_T 1 >| #define HAVE_MODE_T 1 >| #define HAVE_STRUCT_TIMEVAL 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_HOST_IN_UTMPX 1 >| #define HAVE_SYSLEN_IN_UTMPX 1 >| #define HAVE_PID_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMP 1 >| #define HAVE_TYPE_IN_UTMPX 1 >| #define HAVE_ID_IN_UTMP 1 >| #define HAVE_ID_IN_UTMPX 1 >| #define HAVE_EXIT_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMP 1 >| #define HAVE_TIME_IN_UTMPX 1 >| #define HAVE_TV_IN_UTMPX 1 >| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >| #define HAVE_ACCRIGHTS_IN_MSGHDR 1 >| #define HAVE___FUNCTION__ 1 >| #define HAVE___func__ 1 >| #define HAVE_SYS_ERRLIST 1 >| #define HAVE_SYS_NERR 1 >| #define XAUTH_PATH "/usr/openwin/bin/xauth" >| #define HAVE_DEV_PTMX 1 >| #define HAS_SHADOW_EXPIRE 1 >| #define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >| #define _PATH_SSH_PIDDIR "/usr/local/etc" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <utmp.h> >| #ifdef HAVE_LASTLOG_H >| # include <lastlog.h> >| #endif >| #ifdef HAVE_PATHS_H >| # include <paths.h> >| #endif >| >| int >| main () >| { >| char *lastlog = _PATH_LASTLOG; >| ; >| return 0; >| } >configure:17653: result: no >configure:17685: checking if your system defines UTMP_FILE >configure:17710: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:17847: warning: unused variable `utmp' >configure:17713: $? = 0 >configure:17716: test -s conftest.o >configure:17719: $? = 0 >configure:17721: result: yes >configure:17755: checking if your system defines WTMP_FILE >configure:17780: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:17917: warning: unused variable `wtmp' >configure:17783: $? = 0 >configure:17786: test -s conftest.o >configure:17789: $? = 0 >configure:17791: result: yes >configure:17826: checking if your system defines UTMPX_FILE >configure:17854: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:17991: warning: unused variable `utmpx' >configure:17857: $? = 0 >configure:17860: test -s conftest.o >configure:17863: $? = 0 >configure:17865: result: yes >configure:17891: checking if your system defines WTMPX_FILE >configure:17919: gcc -c -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -I/usr/local/include conftest.c >&5 >configure: In function `main': >configure:18056: warning: unused variable `wtmpx' >configure:17922: $? = 0 >configure:17925: test -s conftest.o >configure:17928: $? = 0 >configure:17930: result: yes >configure:18068: 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 sunset > >config.status:667: creating Makefile >config.status:667: creating openbsd-compat/Makefile >config.status:667: creating scard/Makefile >config.status:667: creating ssh_prng_cmds >config.status:771: creating config.h > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=sparc-sun-solaris2.5.1 >ac_cv_build_alias=sparc-sun-solaris2.5.1 >ac_cv_c_bigendian=yes >ac_cv_c_compiler_gnu=yes >ac_cv_c_inline=inline >ac_cv_cc_implements___FUNCTION__=yes >ac_cv_cc_implements___func__=yes >ac_cv_env_CC_set='' >ac_cv_env_CC_value='' >ac_cv_env_CFLAGS_set='' >ac_cv_env_CFLAGS_value='' >ac_cv_env_CPPFLAGS_set='' >ac_cv_env_CPPFLAGS_value='' >ac_cv_env_CPP_set='' >ac_cv_env_CPP_value='' >ac_cv_env_LDFLAGS_set='' >ac_cv_env_LDFLAGS_value='' >ac_cv_env_build_alias_set='' >ac_cv_env_build_alias_value='' >ac_cv_env_host_alias_set='' >ac_cv_env_host_alias_value='' >ac_cv_env_target_alias_set='' >ac_cv_env_target_alias_value='' >ac_cv_exeext='' >ac_cv_file___dev_ptc_=no >ac_cv_file___dev_ptmx_=yes >ac_cv_func___b64_ntop=no >ac_cv_func___b64_pton=no >ac_cv_func__getpty=no >ac_cv_func_arc4random=no >ac_cv_func_b64_ntop=no >ac_cv_func_b64_pton=no >ac_cv_func_basename=no >ac_cv_func_bcopy=yes >ac_cv_func_bindresvport_sa=no >ac_cv_func_clock=yes >ac_cv_func_daemon=no >ac_cv_func_dirname=yes >ac_cv_func_endutent=yes >ac_cv_func_endutxent=yes >ac_cv_func_fchmod=yes >ac_cv_func_fchown=yes >ac_cv_func_freeaddrinfo=no >ac_cv_func_futimes=no >ac_cv_func_gai_strerror=no >ac_cv_func_getaddrinfo=no >ac_cv_func_getcwd=yes >ac_cv_func_getgrouplist=no >ac_cv_func_getnameinfo=no >ac_cv_func_getopt=yes >ac_cv_func_getpagesize=yes >ac_cv_func_getpeereid=no >ac_cv_func_getpgrp_void=yes >ac_cv_func_getrlimit=yes >ac_cv_func_getrusage=yes >ac_cv_func_getspnam=yes >ac_cv_func_gettimeofday=yes >ac_cv_func_getttyent=no >ac_cv_func_getutent=yes >ac_cv_func_getutid=yes >ac_cv_func_getutline=yes >ac_cv_func_getutxent=yes >ac_cv_func_getutxid=yes >ac_cv_func_getutxline=yes >ac_cv_func_glob=yes >ac_cv_func_inet_aton=no >ac_cv_func_inet_ntoa=yes >ac_cv_func_inet_ntop=no >ac_cv_func_innetgr=yes >ac_cv_func_login_getcapbool=no >ac_cv_func_logout=no >ac_cv_func_logwtmp=no >ac_cv_func_md5_crypt=no >ac_cv_func_memmove=yes >ac_cv_func_mkdtemp=no >ac_cv_func_mmap=yes >ac_cv_func_ngetaddrinfo=no >ac_cv_func_nsleep=no >ac_cv_func_ogetaddrinfo=no >ac_cv_func_openpty=no >ac_cv_func_pstat=no >ac_cv_func_pututline=yes >ac_cv_func_pututxline=yes >ac_cv_func_readpassphrase=no >ac_cv_func_realpath=yes >ac_cv_func_recvmsg=yes >ac_cv_func_rresvport_af=no >ac_cv_func_sendmsg=yes >ac_cv_func_setdtablesize=no >ac_cv_func_setegid=yes >ac_cv_func_setenv=no >ac_cv_func_seteuid=yes >ac_cv_func_setgroups=yes >ac_cv_func_setlogin=no >ac_cv_func_setpcred=no >ac_cv_func_setproctitle=no >ac_cv_func_setresgid=no >ac_cv_func_setreuid=yes >ac_cv_func_setrlimit=yes >ac_cv_func_setsid=yes >ac_cv_func_setsockopt=no >ac_cv_func_setutent=yes >ac_cv_func_setutxent=yes >ac_cv_func_setvbuf=yes >ac_cv_func_sigaction=yes >ac_cv_func_sigvec=no >ac_cv_func_snprintf=no >ac_cv_func_socketpair=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strlcat=no >ac_cv_func_strlcpy=no >ac_cv_func_strmode=no >ac_cv_func_strnvis=no >ac_cv_func_sysconf=yes >ac_cv_func_tcgetpgrp=yes >ac_cv_func_time=yes >ac_cv_func_truncate=yes >ac_cv_func_updwtmp=yes >ac_cv_func_utimes=yes >ac_cv_func_utmpname=yes >ac_cv_func_utmpxname=yes >ac_cv_func_vhangup=yes >ac_cv_func_vsnprintf=no >ac_cv_func_waitpid=yes >ac_cv_func_yp_match=no >ac_cv_have___ss_family_in_struct_ss=no >ac_cv_have_accrights_in_msghdr=yes >ac_cv_have_clock_t=yes >ac_cv_have_control_in_msghdr=no >ac_cv_have_decl_strsep=no >ac_cv_have_getopt_optreset=no >ac_cv_have_int64_t=no >ac_cv_have_intxx_t=no >ac_cv_have_mode_t=yes >ac_cv_have_pid_t=yes >ac_cv_have_pw_change_in_struct_passwd=no >ac_cv_have_pw_class_in_struct_passwd=no >ac_cv_have_pw_expire_in_struct_passwd=no >ac_cv_have_sa_family_t=no >ac_cv_have_size_t=yes >ac_cv_have_ss_family_in_struct_ss=no >ac_cv_have_ssize_t=yes >ac_cv_have_struct_addrinfo=no >ac_cv_have_struct_in6_addr=no >ac_cv_have_struct_sockaddr_in6=no >ac_cv_have_struct_sockaddr_storage=no >ac_cv_have_struct_timeval=yes >ac_cv_have_u_char=yes >ac_cv_have_u_int=yes >ac_cv_have_u_int64_t=no >ac_cv_have_u_intxx_t=no >ac_cv_have_uintxx_t=no >ac_cv_header_bstring_h=no >ac_cv_header_crypt_h=yes >ac_cv_header_endian_h=no >ac_cv_header_floatingpoint_h=yes >ac_cv_header_getopt_h=no >ac_cv_header_glob_h=yes >ac_cv_header_ia_h=no >ac_cv_header_inttypes_h=no >ac_cv_header_lastlog_h=yes >ac_cv_header_libgen_h=yes >ac_cv_header_libutil_h=no >ac_cv_header_limits_h=yes >ac_cv_header_login_cap_h=no >ac_cv_header_login_h=no >ac_cv_header_maillock_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_netdb_h=yes >ac_cv_header_netgroup_h=no >ac_cv_header_netinet_in_systm_h=yes >ac_cv_header_paths_h=no >ac_cv_header_pty_h=no >ac_cv_header_readpassphrase_h=no >ac_cv_header_rpc_types_h=yes >ac_cv_header_security_pam_appl_h=no >ac_cv_header_shadow_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=no >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_bitypes_h=no >ac_cv_header_sys_bsdtty_h=no >ac_cv_header_sys_cdefs_h=no >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_pstat_h=no >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_stropts_h=yes >ac_cv_header_sys_sysmacros_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_timers_h=no >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_un_h=yes >ac_cv_header_time_h=yes >ac_cv_header_tmpdir_h=no >ac_cv_header_ttyent_h=no >ac_cv_header_unistd_h=yes >ac_cv_header_usersec_h=no >ac_cv_header_util_h=no >ac_cv_header_utime_h=yes >ac_cv_header_utmp_h=yes >ac_cv_header_utmpx_h=yes >ac_cv_host=sparc-sun-solaris2.5.1 >ac_cv_host_alias=sparc-sun-solaris2.5.1 >ac_cv_lib_bsd_daemon=no >ac_cv_lib_nsl_yp_match=yes >ac_cv_lib_socket_setsockopt=yes >ac_cv_lib_z_deflate=yes >ac_cv_libc_defines___progname=no >ac_cv_libc_defines_sys_errlist=yes >ac_cv_libc_defines_sys_nerr=yes >ac_cv_member_struct_stat_st_blksize=yes >ac_cv_objext=o >ac_cv_path_AR=/usr/ccs/bin/ar >ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login >ac_cv_path_NROFF=/usr/bin/nroff >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_PROG_ARP=/usr/sbin/arp >ac_cv_path_PROG_DF=/usr/bin/df >ac_cv_path_PROG_IFCONFIG=/sbin/ifconfig >ac_cv_path_PROG_IPCS=/usr/bin/ipcs >ac_cv_path_PROG_LAST=/usr/bin/last >ac_cv_path_PROG_LS=/usr/bin/ls >ac_cv_path_PROG_NETSTAT=/usr/bin/netstat >ac_cv_path_PROG_PS=/usr/bin/ps >ac_cv_path_PROG_SAR=/usr/bin/sar >ac_cv_path_PROG_TAIL=/usr/bin/tail >ac_cv_path_PROG_UPTIME=/usr/bin/uptime >ac_cv_path_PROG_VMSTAT=/usr/bin/vmstat >ac_cv_path_PROG_W=/usr/bin/w >ac_cv_path_PROG_WHO=/usr/bin/who >ac_cv_path_SED=/usr/bin/sed >ac_cv_path_SH=/usr/bin/sh >ac_cv_path_TEST_MINUS_S_SH=/usr/bin/ksh >ac_cv_path_xauth_path=/usr/openwin/bin/xauth >ac_cv_prog_CPP='gcc -E' >ac_cv_prog_ac_ct_CC=gcc >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc='' >ac_cv_prog_egrep=egrep >ac_cv_search_basename=-lgen >ac_cv_search_login=no >ac_cv_search_nanosleep=-lposix4 >ac_cv_sizeof_char=1 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long_int=4 >ac_cv_sizeof_long_long_int=8 >ac_cv_sizeof_short_int=2 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_large_files=no >ac_cv_sys_largefile_CC=no >ac_cv_type_char=yes >ac_cv_type_int=yes >ac_cv_type_long_int=yes >ac_cv_type_long_long_int=yes >ac_cv_type_short_int=yes >ac_cv_type_sig_atomic_t=yes >ac_cv_type_socklen_t=no >ac_cv_type_struct_timespec=yes >curl_cv_socklen_t_equiv=int >ossh_cv_utmp_h_has_ut_addr=no >ossh_cv_utmp_h_has_ut_addr_v6=no >ossh_cv_utmp_h_has_ut_exit=yes >ossh_cv_utmp_h_has_ut_host=no >ossh_cv_utmp_h_has_ut_id=yes >ossh_cv_utmp_h_has_ut_pid=yes >ossh_cv_utmp_h_has_ut_time=yes >ossh_cv_utmp_h_has_ut_tv=no >ossh_cv_utmp_h_has_ut_type=yes >ossh_cv_utmpx_h_has_syslen=yes >ossh_cv_utmpx_h_has_ut_addr=no >ossh_cv_utmpx_h_has_ut_addr_v6=no >ossh_cv_utmpx_h_has_ut_host=yes >ossh_cv_utmpx_h_has_ut_id=yes >ossh_cv_utmpx_h_has_ut_time=yes >ossh_cv_utmpx_h_has_ut_tv=yes >ossh_cv_utmpx_h_has_ut_type=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='/usr/ccs/bin/ar' >CC='gcc' >CFLAGS='-g -O2 -Wall -Wpointer-arith -Wno-uninitialized' >CPP='gcc -E' >CPPFLAGS='-I/usr/local/ssl/include -I/usr/local/include' >DEFS='-DHAVE_CONFIG_H' >ECHO_C='ECHO_N='' >ECHO_T='' >EGREP='egrep' >ENT='' >EXEEXT='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_SSH_PRNG_CMDS='' >INSTALL_SSH_RAND_HELPER='' >LD='gcc' >LDFLAGS='-L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib' >LIBOBJS='' >LIBPAM='' >LIBS='-lgen -lposix4 -lz -lsocket -lnsl -lcrypto ' >LIBWRAP='' >LOGIN_PROGRAM_FALLBACK='/usr/bin/login' >LTLIBOBJS='' >MANTYPE='man' >NROFF='/usr/bin/nroff' >OBJEXT='o' >OPENSC_CONFIG='' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >PERL='/usr/bin/perl' >PRIVSEP_PATH='/var/empty' >PROG_ARP='/usr/sbin/arp' >PROG_DF='/usr/bin/df' >PROG_IFCONFIG='/sbin/ifconfig' >PROG_IPCS='/usr/bin/ipcs' >PROG_JSTAT='undef' >PROG_LAST='/usr/bin/last' >PROG_LASTLOG='undef' >PROG_LS='/usr/bin/ls' >PROG_NETSTAT='/usr/bin/netstat' >PROG_PS='/usr/bin/ps' >PROG_SAR='/usr/bin/sar' >PROG_TAIL='/usr/bin/tail' >PROG_UPTIME='/usr/bin/uptime' >PROG_VMSTAT='/usr/bin/vmstat' >PROG_W='/usr/bin/w' >PROG_WHO='/usr/bin/who' >RANLIB='ranlib' >SED='/usr/bin/sed' >SH='/usr/bin/sh' >SHELL='/bin/ksh' >SSH_PRIVSEP_USER='sshd' >STRIP_OPT='-s' >TEST_MINUS_S_SH='/usr/bin/ksh' >XAUTH_PATH='/usr/openwin/bin/xauth' >ac_ct_CC='gcc' >ac_ct_RANLIB='ranlib' >bindir='${exec_prefix}/bin' >build='sparc-sun-solaris2.5.1' >build_alias='' >build_cpu='sparc' >build_os='solaris2.5.1' >build_vendor='sun' >datadir='${prefix}/share' >exec_prefix='${prefix}' >host='sparc-sun-solaris2.5.1' >host_alias='' >host_cpu='sparc' >host_os='solaris2.5.1' >host_vendor='sun' >includedir='${prefix}/include' >infodir='${prefix}/info' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localstatedir='${prefix}/var' >mandir='${prefix}/man' >mansubdir='man' >oldincludedir='/usr/include' >piddir='/usr/local/etc' >prefix='/usr/local' >program_transform_name='s,x,x,' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='${prefix}/etc' >target_alias='' >user_path='/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin' >xauth_path='/usr/openwin/bin/xauth' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >#define CONF_LASTLOG_FILE "/var/adm/lastlog" >#define ENTROPY_TIMEOUT_MSEC 200 >#define GETPGRP_VOID 1 >#define HAS_SHADOW_EXPIRE 1 >#define HAVE_ACCRIGHTS_IN_MSGHDR 1 >#define HAVE_BASENAME 1 >#define HAVE_BCOPY 1 >#define HAVE_CLOCK 1 >#define HAVE_CLOCK_T 1 >#define HAVE_CRYPT_H 1 >#define HAVE_DEV_PTMX 1 >#define HAVE_DIRNAME 1 >#define HAVE_ENDUTENT 1 >#define HAVE_ENDUTXENT 1 >#define HAVE_EXIT_IN_UTMP 1 >#define HAVE_FCHMOD 1 >#define HAVE_FCHOWN 1 >#define HAVE_FLOATINGPOINT_H 1 >#define HAVE_GETCWD 1 >#define HAVE_GETOPT 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_GETRLIMIT 1 >#define HAVE_GETRUSAGE 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_GETUTENT 1 >#define HAVE_GETUTID 1 >#define HAVE_GETUTLINE 1 >#define HAVE_GETUTXENT 1 >#define HAVE_GETUTXID 1 >#define HAVE_GETUTXLINE 1 >#define HAVE_GLOB 1 >#define HAVE_GLOB_H 1 >#define HAVE_HOST_IN_UTMPX 1 >#define HAVE_ID_IN_UTMP 1 >#define HAVE_ID_IN_UTMPX 1 >#define HAVE_INET_NTOA 1 >#define HAVE_INNETGR 1 >#define HAVE_LASTLOG_H 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_LIBNSL 1 >#define HAVE_LIBSOCKET 1 >#define HAVE_LIBZ 1 >#define HAVE_LIMITS_H 1 >#define HAVE_MAILLOCK_H 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MEMORY_H 1 >#define HAVE_MMAP 1 >#define HAVE_MODE_T 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_SYSTM_H 1 >#define HAVE_OPENSSL 1 >#define HAVE_PID_IN_UTMP 1 >#define HAVE_PID_T 1 >#define HAVE_PUTUTLINE 1 >#define HAVE_PUTUTXLINE 1 >#define HAVE_REALPATH 1 >#define HAVE_RECVMSG 1 >#define HAVE_RPC_TYPES_H 1 >#define HAVE_SENDMSG 1 >#define HAVE_SETEGID 1 >#define HAVE_SETEUID 1 >#define HAVE_SETGROUPS 1 >#define HAVE_SETREUID 1 >#define HAVE_SETRLIMIT 1 >#define HAVE_SETSID 1 >#define HAVE_SETUTENT 1 >#define HAVE_SETUTXENT 1 >#define HAVE_SETVBUF 1 >#define HAVE_SHADOW_H 1 >#define HAVE_SIGACTION 1 >#define HAVE_SIG_ATOMIC_T 1 >#define HAVE_SIZE_T 1 >#define HAVE_SOCKETPAIR 1 >#define HAVE_SSIZE_T 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRERROR 1 >#define HAVE_STRFTIME 1 >#define HAVE_STRINGS_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRUCT_STAT_ST_BLKSIZE 1 >#define HAVE_STRUCT_TIMESPEC 1 >#define HAVE_STRUCT_TIMEVAL 1 >#define HAVE_SYSCONF 1 >#define HAVE_SYSLEN_IN_UTMPX 1 >#define HAVE_SYS_ERRLIST 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_NERR 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_STROPTS_H 1 >#define HAVE_SYS_SYSMACROS_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_TCGETPGRP 1 >#define HAVE_TIME 1 >#define HAVE_TIME_H 1 >#define HAVE_TIME_IN_UTMP 1 >#define HAVE_TIME_IN_UTMPX 1 >#define HAVE_TRUNCATE 1 >#define HAVE_TV_IN_UTMPX 1 >#define HAVE_TYPE_IN_UTMP 1 >#define HAVE_TYPE_IN_UTMPX 1 >#define HAVE_UNISTD_H 1 >#define HAVE_UPDWTMP 1 >#define HAVE_UTIMES 1 >#define HAVE_UTIME_H 1 >#define HAVE_UTMPNAME 1 >#define HAVE_UTMPXNAME 1 >#define HAVE_UTMPX_H 1 >#define HAVE_UTMP_H 1 >#define HAVE_U_CHAR 1 >#define HAVE_U_INT 1 >#define HAVE_VHANGUP 1 >#define HAVE_WAITPID 1 >#define HAVE___FUNCTION__ 1 >#define HAVE___func__ 1 >#define LOGIN_NEEDS_TERM 1 >#define LOGIN_NEEDS_UTMPX 1 >#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >#define OPENSSL_PRNG_ONLY 1 >#define PACKAGE_BUGREPORT "" >#define PACKAGE_NAME "" >#define PACKAGE_STRING "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PAM_SUN_CODEBASE 1 >#define PAM_TTY_KLUDGE 1 >#define SIZEOF_CHAR 1 >#define SIZEOF_INT 4 >#define SIZEOF_LONG_INT 4 >#define SIZEOF_LONG_LONG_INT 8 >#define SIZEOF_SHORT_INT 2 >#define SSH_PRIVSEP_USER "sshd" >#define STDC_HEADERS 1 >#define STREAMS_PUSH_ACQUIRES_CTTY 1 >#define USER_PATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" >#define WORDS_BIGENDIAN 1 >#define XAUTH_PATH "/usr/openwin/bin/xauth" >#define _PATH_SSH_PIDDIR "/usr/local/etc" >#define socklen_t int > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 601
:
332
| 333 |
334
|
335
|
336