Bugzilla – Attachment 335 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 blown up vanilla config run with LD_LIBRARY_PATH set
config.log (text/plain), 302.70 KB, created by
Ted Mittelstaedt
on 2003-06-24 18:12:56 AEST
(
hide
)
Description:
configure log from blown up vanilla config run with LD_LIBRARY_PATH set
Filename:
MIME Type:
Creator:
Ted Mittelstaedt
Created:
2003-06-24 18:12:56 AEST
Size:
302.70 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/ccBvolmM.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/cc2qhBmP.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/ccRsFDD5.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/cczQDgy6.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/ccarTtbt.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/ccEXdJcL.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/ccpzWEuP.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/ccbYMZLF.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/cclpmWhz.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/ccSf3kOE.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/ccdPeALr.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/ccgFGcg6.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/ccm7nOCb.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/ccrZDYHi.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/ccNq04A7.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/cc4HIOGX.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/cc8RDJtK.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/cc9FLyWu.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/cccDz4Wb.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/ccmiFQS4.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/ccdYWMA1.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/ccbeNY6S.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/cc80Eefl.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/cczGvpxZ.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/cctrChTR.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/cc4H62ZA.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/ccnCQ6e3.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/ccBx8M1Y.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/ccnaSelP.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/ccC05bCT.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/ccZ12xWB.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/cc7fQQHx.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/ccYXOotQ.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/ccNkCFyA.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/cchupZCp.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/ccFA2Fvw.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/ccKB20VE.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/ccHT9z1o.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/cc8hqkzv.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/ccPO2y8L.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/ccF1QKTZ.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/ccJXzO7l.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/ccedJXLo.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/ccCvvW2h.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/ccppMkq2.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/ccGVRgDw.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/ccujhAXH.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/ccYK8Cqv.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/ccQgBlNm.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 >configure:9439: $? = 0 >configure:9442: test -s conftest >configure:9445: $? = 0 >configure:9519: checking OpenSSL header version >configure:9556: 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 >configure:9639: openssl/opensslv.h: No such file or directory >configure:9559: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| #line 9528 "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 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #include <string.h> >| #include <openssl/opensslv.h> >| #define DATA "conftest.sslincver" >| int main(void) { >| FILE *fd; >| int rc; >| >| fd = fopen(DATA,"w"); >| if(fd == NULL) >| exit(1); >| >| if ((rc = fprintf(fd ,"%x (%s)\n", OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT)) <0) >| exit(1); >| >| exit(0); >| } >| >configure:9578: result: not found >configure:9580: error: OpenSSL version header not found. > >## ---------------- ## >## 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_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_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_decl_strsep=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_objext=o >ac_cv_path_AR=/usr/ccs/bin/ar >ac_cv_path_LOGIN_PROGRAM_FALLBACK=/usr/bin/login >ac_cv_path_PERL=/usr/bin/perl >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_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_sys_file_offset_bits=no >ac_cv_sys_large_files=no >ac_cv_sys_largefile_CC=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >AR='/usr/ccs/bin/ar' >CC='gcc' >CFLAGS='-g -O2 -Wall -Wpointer-arith -Wno-uninitialized' >CPP='gcc -E' >CPPFLAGS=' -I/usr/local/include' >DEFS='' >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/lib -R/usr/local/lib' >LIBOBJS='' >LIBPAM='' >LIBS='-lgen -lposix4 -lz -lsocket -lnsl -lcrypto' >LIBWRAP='' >LOGIN_PROGRAM_FALLBACK='/usr/bin/login' >LTLIBOBJS='' >MANTYPE='' >NROFF='' >OBJEXT='o' >OPENSC_CONFIG='' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >PERL='/usr/bin/perl' >PRIVSEP_PATH='' >PROG_ARP='' >PROG_DF='' >PROG_IFCONFIG='' >PROG_IPCS='' >PROG_JSTAT='' >PROG_LAST='' >PROG_LASTLOG='' >PROG_LS='' >PROG_NETSTAT='' >PROG_PS='' >PROG_SAR='' >PROG_TAIL='' >PROG_UPTIME='' >PROG_VMSTAT='' >PROG_W='' >PROG_WHO='' >RANLIB='ranlib' >SED='/usr/bin/sed' >SH='/usr/bin/sh' >SHELL='/bin/ksh' >SSH_PRIVSEP_USER='' >STRIP_OPT='' >TEST_MINUS_S_SH='/usr/bin/ksh' >XAUTH_PATH='' >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='NONE' >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='' >oldincludedir='/usr/include' >piddir='' >prefix='NONE' >program_transform_name='s,x,x,' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='${prefix}/etc' >target_alias='' >user_path='' >xauth_path='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 >#define GETPGRP_VOID 1 >#define HAVE_BASENAME 1 >#define HAVE_BCOPY 1 >#define HAVE_CLOCK 1 >#define HAVE_CRYPT_H 1 >#define HAVE_DIRNAME 1 >#define HAVE_ENDUTENT 1 >#define HAVE_ENDUTXENT 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_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_NANOSLEEP 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_SYSTM_H 1 >#define HAVE_OPENSSL 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_SOCKETPAIR 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_SYSCONF 1 >#define HAVE_SYS_MMAN_H 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_TRUNCATE 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_VHANGUP 1 >#define HAVE_WAITPID 1 >#define LOGIN_NEEDS_TERM 1 >#define LOGIN_NEEDS_UTMPX 1 >#define LOGIN_PROGRAM_FALLBACK "/usr/bin/login" >#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 STDC_HEADERS 1 >#define STREAMS_PUSH_ACQUIRES_CTTY 1 >#define WORDS_BIGENDIAN 1 > >configure: exit 1
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