This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure 2.14a, executed with > ./configure --prefix=/usr --bindir=/bin --sbindir=/sbin --localstatedir=/var configure:650: checking build system type configure:662: result: i686-pc-linux-gnu configure:668: checking host system type configure:678: result: i686-pc-linux-gnu configure:695: checking for a BSD compatible install configure:741: result: /bin/install -c configure:748: checking whether build environment is sane configure:783: result: yes configure:815: checking for mawk configure:839: result: no configure:815: checking for gawk configure:836: result: gawk configure:844: checking whether make sets ${MAKE} configure:864: result: yes configure:924: checking for perl5.003 or newer configure:945: result: yes configure:964: checking for gcc configure:985: result: gcc configure:1113: checking whether the C compiler works configure:1125: gcc -o conftest conftest.c >&5 configure:1128: ./conftest configure:1141: result: yes configure:1151: checking whether we are using GNU C configure:1161: gcc -E conftest.c configure:1167: result: yes configure:1177: checking whether gcc accepts -g configure:1190: result: yes configure:1207: checking for Cygwin environment configure:1226: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:1221: `__CYGWIN32__' undeclared (first use in this function) configure:1221: (Each undeclared identifier is reported only once configure:1221: for each function it appears in.) configure: failed program was: #line 1213 "configure" #include "confdefs.h" int main () { #ifndef __CYGWIN__ # define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1235: result: no configure:1238: checking for mingw32 environment configure:1254: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:1249: `__MINGW32__' undeclared (first use in this function) configure:1249: (Each undeclared identifier is reported only once configure:1249: for each function it appears in.) configure: failed program was: #line 1244 "configure" #include "confdefs.h" int main () { return __MINGW32__; ; return 0; } configure:1263: result: no configure:1266: checking for EMX OS/2 environment configure:1282: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:1277: `__EMX__' undeclared (first use in this function) configure:1277: (Each undeclared identifier is reported only once configure:1277: for each function it appears in.) configure: failed program was: #line 1272 "configure" #include "confdefs.h" int main () { return __EMX__; ; return 0; } configure:1291: result: no configure:1294: checking for executable suffix configure:1312: gcc -o conftest -g -O2 conftest.c >&5 configure:1328: result: configure:1333: checking for object suffix configure:1348: gcc -c -g -O2 conftest.c >&5 configure:1362: result: o configure:1372: checking how to run the C preprocessor configure:1394: gcc -E conftest.c >/dev/null 2>conftest.out configure:1447: result: gcc -E configure:1451: checking dependency style of gcc configure:1487: result: gcc configure:1490: checking how to run the C preprocessor configure:1565: result: gcc -E configure:1568: checking whether gcc needs -traditional configure:1601: result: no configure:1609: checking for ranlib configure:1631: result: ranlib configure:1637: checking for AIX configure:1654: result: no configure:1658: checking for minix/config.h configure:1669: gcc -E conftest.c >/dev/null 2>conftest.out configure:1665: minix/config.h: No such file or directory configure: failed program was: #line 1664 "configure" #include "confdefs.h" #include configure:1681: result: no configure:1702: checking for uname configure:1736: gcc -o conftest -g -O2 conftest.c >&5 configure:1745: result: yes configure:1757: checking for chroot configure:1791: gcc -o conftest -g -O2 conftest.c >&5 configure:1800: result: yes configure:1812: checking for gethostid configure:1846: gcc -o conftest -g -O2 conftest.c >&5 configure:1855: result: yes configure:1869: checking for special C compiler options needed for large files configure:1924: result: no configure:1929: checking for _FILE_OFFSET_BITS value needed for large files configure:1948: gcc -c -g -O2 conftest.c >&5 configure:1940: size of array `a' is negative configure: failed program was: #line 1937 "configure" #include "confdefs.h" #include int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; int main () { ; return 0; } configure:1968: gcc -c -g -O2 conftest.c >&5 configure:1978: result: 64 configure:1985: checking for _LARGEFILE_SOURCE value needed for large files configure:2006: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:2000: `ftello' undeclared (first use in this function) configure:2000: (Each undeclared identifier is reported only once configure:2000: for each function it appears in.) configure: failed program was: #line 1993 "configure" #include "confdefs.h" #include #include int a[(off_t) 9223372036854775807 == 9223372036854775807 ? 1 : -1]; int main () { return !ftello; ; return 0; } configure:2028: gcc -c -g -O2 conftest.c >&5 configure:2038: result: 1 configure:2045: checking for _LARGE_FILES value needed for large files configure:2064: gcc -c -g -O2 conftest.c >&5 configure:2094: result: no configure:2101: checking for _XOPEN_SOURCE value needed for large files configure:2122: gcc -c -g -O2 conftest.c >&5 configure:2154: result: no configure:2162: checking for gcc option to accept ANSI C configure:2218: gcc -c -g -O2 conftest.c >&5 configure:2229: result: none needed configure:2239: checking for function prototypes configure:2242: result: yes configure:2392: checking whether byte ordering is bigendian configure:2414: gcc -c -g -O2 conftest.c >&5 configure:2431: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:2425: `not' undeclared (first use in this function) configure:2425: (Each undeclared identifier is reported only once configure:2425: for each function it appears in.) configure:2425: parse error before `big' configure: failed program was: #line 2417 "configure" #include "confdefs.h" #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:2476: result: no configure:2483: checking for gcc option to accept ANSI C configure:2539: gcc -c -g -O2 conftest.c >&5 configure:2551: result: none needed configure:2558: checking for an ANSI C-conforming const configure:2618: gcc -c -g -O2 conftest.c >&5 configure:2627: result: yes configure:2634: checking for working volatile configure:2651: gcc -c -g -O2 conftest.c >&5 configure:2660: result: yes configure:2667: checking for inline configure:2681: gcc -c -g -O2 conftest.c >&5 configure:2690: result: inline configure:2704: checking for long double configure:2740: result: yes configure:2750: checking for dirent.h that defines DIR configure:2768: gcc -c -g -O2 conftest.c >&5 configure:2777: result: yes configure:2788: checking for opendir in -ldir configure:2813: gcc -o conftest -g -O2 conftest.c -ldir >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 2796 "configure" #include "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 opendir (); int main () { opendir (); ; return 0; } configure:2823: result: no configure:2870: checking for struct stat.st_blocks configure:2889: gcc -c -g -O2 conftest.c >&5 configure:2898: result: yes configure:2910: checking whether struct tm is in sys/time.h or time.h configure:2928: gcc -c -g -O2 conftest.c >&5 configure:2937: result: time.h configure:2944: checking for struct tm.tm_zone configure:2963: gcc -c -g -O2 conftest.c >&5 configure:2972: result: yes configure:3021: checking whether stat file-mode macros are broken configure:3060: result: no configure:3067: checking for nanoseconds member of struct stat.st_mtim configure:3094: gcc -c -g -O2 -DST_MTIM_NSEC=tv_nsec conftest.c >&5 configure: In function `main': configure:3088: structure has no member named `st_mtim' configure: failed program was: #line 3082 "configure" #include "confdefs.h" #include #include int main () { struct stat s; s.st_mtim.ST_MTIM_NSEC; ; return 0; } configure:3094: gcc -c -g -O2 -DST_MTIM_NSEC=_tv_nsec conftest.c >&5 configure: In function `main': configure:3088: structure has no member named `st_mtim' configure: failed program was: #line 3082 "configure" #include "confdefs.h" #include #include int main () { struct stat s; s.st_mtim.ST_MTIM_NSEC; ; return 0; } configure:3094: gcc -c -g -O2 -DST_MTIM_NSEC=st__tim.tv_nsec conftest.c >&5 configure: In function `main': configure:3088: structure has no member named `st_mtim' configure: failed program was: #line 3082 "configure" #include "confdefs.h" #include #include int main () { struct stat s; s.st_mtim.ST_MTIM_NSEC; ; return 0; } configure:3104: result: no configure:3111: checking for st_dm_mode in struct stat configure:3129: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:3123: structure has no member named `st_dm_mode' configure: failed program was: #line 3117 "configure" #include "confdefs.h" #include #include int main () { struct stat s; s.st_dm_mode; ; return 0; } configure:3138: result: no configure:3145: checking whether time.h and sys/time.h may both be included configure:3164: gcc -c -g -O2 conftest.c >&5 configure:3173: result: yes configure:3180: checking for struct timespec configure:3206: gcc -c -g -O2 conftest.c >&5 configure:3215: result: yes configure:3222: checking for uid_t in sys/types.h configure:3240: result: yes configure:3250: checking type of array argument to getgroups configure:3282: gcc -o conftest -g -O2 conftest.c >&5 configure:3307: result: gid_t configure:3312: checking for mode_t configure:3332: gcc -c -g -O2 conftest.c >&5 configure:3341: result: yes configure:3350: checking for off_t configure:3370: gcc -c -g -O2 conftest.c >&5 configure:3379: result: yes configure:3388: checking for pid_t configure:3408: gcc -c -g -O2 conftest.c >&5 configure:3417: result: yes configure:3426: checking return type of signal handlers configure:3452: gcc -c -g -O2 conftest.c >&5 configure:3461: result: void configure:3466: checking for size_t configure:3486: gcc -c -g -O2 conftest.c >&5 configure:3495: result: yes configure:3504: checking for inttypes.h configure:3522: gcc -c -g -O2 conftest.c >&5 configure:3531: result: yes configure:3538: checking for unsigned long long configure:3556: gcc -o conftest -g -O2 conftest.c >&5 configure:3565: result: yes configure:3580: checking whether sys/types.h defines makedev configure:3597: gcc -o conftest -g -O2 conftest.c >&5 configure:3606: result: yes configure:3674: checking for struct stat.st_blksize configure:3693: gcc -c -g -O2 conftest.c >&5 configure:3702: result: yes configure:3709: checking for ino_t configure:3729: gcc -c -g -O2 conftest.c >&5 configure:3738: result: yes configure:3747: checking for ssize_t configure:3767: gcc -c -g -O2 conftest.c >&5 configure:3776: result: yes configure:3785: checking for strerror in -lcposix configure:3810: gcc -o conftest -g -O2 conftest.c -lcposix >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure: failed program was: #line 3793 "configure" #include "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 strerror (); int main () { strerror (); ; return 0; } configure:3820: result: no configure:3827: checking whether to enable assertions configure:3839: result: yes configure:3845: checking for utime.h configure:3856: gcc -E conftest.c >/dev/null 2>conftest.out configure:3868: result: yes configure:3876: checking for struct utimbuf configure:3905: gcc -c -g -O2 conftest.c >&5 configure:3914: result: yes configure:3921: checking for d_type member in directory struct configure:3952: gcc -o conftest -g -O2 conftest.c >&5 configure:3961: result: yes configure:3968: checking for d_ino member in directory struct configure:3999: gcc -o conftest -g -O2 conftest.c >&5 configure:4008: result: yes configure:4019: checking for memory.h configure:4030: gcc -E conftest.c >/dev/null 2>conftest.out configure:4042: result: yes configure:4019: checking for string.h configure:4030: gcc -E conftest.c >/dev/null 2>conftest.out configure:4042: result: yes configure:4019: checking for strings.h configure:4030: gcc -E conftest.c >/dev/null 2>conftest.out configure:4042: result: yes configure:4019: checking for stdlib.h configure:4030: gcc -E conftest.c >/dev/null 2>conftest.out configure:4042: result: yes configure:4019: checking for unistd.h configure:4030: gcc -E conftest.c >/dev/null 2>conftest.out configure:4042: result: yes configure:4019: checking for sys/time.h configure:4030: gcc -E conftest.c >/dev/null 2>conftest.out configure:4042: result: yes configure:4019: checking for utmp.h configure:4030: gcc -E conftest.c >/dev/null 2>conftest.out configure:4042: result: yes configure:4019: checking for utmpx.h configure:4030: gcc -E conftest.c >/dev/null 2>conftest.out configure:4042: result: yes configure:4083: checking whether free is declared configure:4102: gcc -c -g -O2 conftest.c >&5 configure:4111: result: yes configure:4122: checking whether getenv is declared configure:4141: gcc -c -g -O2 conftest.c >&5 configure:4150: result: yes configure:4161: checking whether geteuid is declared configure:4180: gcc -c -g -O2 conftest.c >&5 configure:4189: result: yes configure:4200: checking whether getlogin is declared configure:4219: gcc -c -g -O2 conftest.c >&5 configure:4228: result: yes configure:4239: checking whether getutent is declared configure:4258: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:4286: `getutent' undeclared (first use in this function) configure:4286: (Each undeclared identifier is reported only once configure:4286: for each function it appears in.) configure: failed program was: #line 4245 "configure" #include "confdefs.h" #include #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #else # if HAVE_STRINGS_H # include # endif #endif #if HAVE_STDLIB_H # include #endif #if HAVE_UNISTD_H # include #endif #include #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #if !HAVE_UTMPX_H # include #endif int main () { #ifndef getutent char *p = (char *) getutent; #endif ; return 0; } configure:4267: result: no configure:4278: checking whether lseek is declared configure:4297: gcc -c -g -O2 conftest.c >&5 configure:4306: result: yes configure:4317: checking whether malloc is declared configure:4336: gcc -c -g -O2 conftest.c >&5 configure:4345: result: yes configure:4356: checking whether memchr is declared configure:4375: gcc -c -g -O2 conftest.c >&5 configure:4384: result: yes configure:4395: checking whether nanosleep is declared configure:4414: gcc -c -g -O2 conftest.c >&5 configure:4423: result: yes configure:4434: checking whether realloc is declared configure:4453: gcc -c -g -O2 conftest.c >&5 configure:4462: result: yes configure:4473: checking whether stpcpy is declared configure:4492: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:4520: `stpcpy' undeclared (first use in this function) configure:4520: (Each undeclared identifier is reported only once configure:4520: for each function it appears in.) configure: failed program was: #line 4479 "configure" #include "confdefs.h" #include #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #else # if HAVE_STRINGS_H # include # endif #endif #if HAVE_STDLIB_H # include #endif #if HAVE_UNISTD_H # include #endif #include #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #if !HAVE_UTMPX_H # include #endif int main () { #ifndef stpcpy char *p = (char *) stpcpy; #endif ; return 0; } configure:4501: result: no configure:4512: checking whether strndup is declared configure:4531: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:4559: `strndup' undeclared (first use in this function) configure:4559: (Each undeclared identifier is reported only once configure:4559: for each function it appears in.) configure: failed program was: #line 4518 "configure" #include "confdefs.h" #include #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #else # if HAVE_STRINGS_H # include # endif #endif #if HAVE_STDLIB_H # include #endif #if HAVE_UNISTD_H # include #endif #include #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #if !HAVE_UTMPX_H # include #endif int main () { #ifndef strndup char *p = (char *) strndup; #endif ; return 0; } configure:4540: result: no configure:4551: checking whether strnlen is declared configure:4570: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:4598: `strnlen' undeclared (first use in this function) configure:4598: (Each undeclared identifier is reported only once configure:4598: for each function it appears in.) configure: failed program was: #line 4557 "configure" #include "confdefs.h" #include #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #else # if HAVE_STRINGS_H # include # endif #endif #if HAVE_STDLIB_H # include #endif #if HAVE_UNISTD_H # include #endif #include #if TIME_WITH_SYS_TIME # include # include #else # if HAVE_SYS_TIME_H # include # else # include # endif #endif #if !HAVE_UTMPX_H # include #endif int main () { #ifndef strnlen char *p = (char *) strnlen; #endif ; return 0; } configure:4579: result: no configure:4590: checking whether strstr is declared configure:4609: gcc -c -g -O2 conftest.c >&5 configure:4618: result: yes configure:4629: checking whether strtoul is declared configure:4648: gcc -c -g -O2 conftest.c >&5 configure:4657: result: yes configure:4668: checking whether strtoull is declared configure:4687: gcc -c -g -O2 conftest.c >&5 configure:4696: result: yes configure:4707: checking whether ttyname is declared configure:4726: gcc -c -g -O2 conftest.c >&5 configure:4735: result: yes configure:4746: checking for long file names configure:4785: result: yes configure:4795: checking for pathconf configure:4829: gcc -o conftest -g -O2 conftest.c >&5 configure:4838: result: yes configure:4849: checking for limits.h configure:4860: gcc -E conftest.c >/dev/null 2>conftest.out configure:4872: result: yes configure:4849: checking for string.h configure:4872: result: yes configure:4849: checking for unistd.h configure:4872: result: yes configure:4880: checking for library containing gethostbyname configure:4905: gcc -o conftest -g -O2 conftest.c >&5 configure:4944: result: none required configure:4956: checking for gethostbyname configure:4990: gcc -o conftest -g -O2 conftest.c >&5 configure:4999: result: yes configure:4956: checking for gethostbyaddr configure:4990: gcc -o conftest -g -O2 conftest.c >&5 configure:4999: result: yes configure:4956: checking for inet_ntoa configure:4990: gcc -o conftest -g -O2 conftest.c >&5 configure:4999: result: yes configure:5010: checking for gethostbyname configure:5053: result: yes configure:5010: checking for gethostbyaddr configure:5053: result: yes configure:5010: checking for inet_ntoa configure:5053: result: yes configure:5065: checking for unistd.h configure:5088: result: yes configure:5065: checking for string.h configure:5088: result: yes configure:5065: checking for netdb.h configure:5076: gcc -E conftest.c >/dev/null 2>conftest.out configure:5088: result: yes configure:5065: checking for sys/socket.h configure:5076: gcc -E conftest.c >/dev/null 2>conftest.out configure:5088: result: yes configure:5065: checking for netinet/in.h configure:5076: gcc -E conftest.c >/dev/null 2>conftest.out configure:5088: result: yes configure:5065: checking for arpa/inet.h configure:5076: gcc -E conftest.c >/dev/null 2>conftest.out configure:5088: result: yes configure:5099: checking for strerror configure:5133: gcc -o conftest -g -O2 conftest.c >&5 configure:5142: result: yes configure:5099: checking for strerror_r configure:5133: gcc -o conftest -g -O2 conftest.c >&5 configure:5142: result: yes configure:5099: checking for vprintf configure:5133: gcc -o conftest -g -O2 conftest.c >&5 configure:5142: result: yes configure:5099: checking for doprnt configure:5133: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/ccx0HY6K.o: In function `main': /home/kw/sh-utils-2.0j/configure:5127: undefined reference to `doprnt' collect2: ld returned 1 exit status configure: failed program was: #line 5105 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char doprnt (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char doprnt (); char (*f) (); int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_doprnt) || defined (__stub___doprnt) choke me #else f = doprnt; #endif ; return 0; } configure:5142: result: no configure:5150: checking for ANSI C header files configure:5164: gcc -E conftest.c >/dev/null 2>conftest.out configure:5235: gcc -o conftest -g -O2 conftest.c >&5 configure:5247: result: yes configure:5257: checking for getpagesize configure:5291: gcc -o conftest -g -O2 conftest.c >&5 configure:5300: result: yes configure:5311: checking for OS.h configure:5322: gcc -E conftest.c >/dev/null 2>conftest.out configure:5318: OS.h: No such file or directory configure: failed program was: #line 5317 "configure" #include "confdefs.h" #include configure:5334: result: no configure:5311: checking for unistd.h configure:5334: result: yes configure:5345: checking for limits.h configure:5368: result: yes configure:5345: checking for stdlib.h configure:5368: result: yes configure:5345: checking for string.h configure:5368: result: yes configure:5376: checking whether getenv is declared configure:5404: result: yes configure:5418: checking for isascii configure:5452: gcc -o conftest -g -O2 conftest.c >&5 configure:5461: result: yes configure:5418: checking for iswprint configure:5452: gcc -o conftest -g -O2 conftest.c >&5 configure:5461: result: yes configure:5418: checking for mbrtowc configure:5452: gcc -o conftest -g -O2 conftest.c >&5 configure:5461: result: yes configure:5472: checking for limits.h configure:5495: result: yes configure:5472: checking for stdlib.h configure:5495: result: yes configure:5472: checking for string.h configure:5495: result: yes configure:5472: checking for wchar.h configure:5483: gcc -E conftest.c >/dev/null 2>conftest.out configure:5495: result: yes configure:5472: checking for wctype.h configure:5483: gcc -E conftest.c >/dev/null 2>conftest.out configure:5495: result: yes configure:5503: checking for ANSI C header files configure:5600: result: yes configure:5607: checking whether backslash-a works in strings configure:5628: gcc -c -g -O2 conftest.c >&5 configure:5637: result: yes configure:5647: checking for stdlib.h configure:5670: result: yes configure:5678: checking for mbstate_t configure:5698: gcc -c -g -O2 conftest.c >&5 configure:5707: result: yes configure:5714: checking for mbstate_t object type configure:5734: gcc -c -g -O2 conftest.c >&5 configure:5743: result: yes configure:5750: checking for function prototypes configure:5753: result: yes configure:5903: checking for ANSI C header files configure:6000: result: yes configure:6010: checking for string.h configure:6033: result: yes configure:6010: checking for utmp.h configure:6033: result: yes configure:6010: checking for utmpx.h configure:6033: result: yes configure:6010: checking for sys/param.h configure:6021: gcc -E conftest.c >/dev/null 2>conftest.out configure:6033: result: yes configure:6044: checking for utmpname configure:6078: gcc -o conftest -g -O2 conftest.c >&5 configure:6087: result: yes configure:6098: checking for utmpxname configure:6132: gcc -o conftest -g -O2 conftest.c >&5 configure:6141: result: yes configure:6149: checking for function prototypes configure:6152: result: yes configure:6311: checking for struct utmpx.ut_user configure:6329: gcc -c -g -O2 conftest.c >&5 configure:6338: result: yes configure:6345: checking for struct utmp.ut_user configure:6363: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:6388: storage size of `foo' isn't known configure: failed program was: #line 6351 "configure" #include "confdefs.h" #include #include #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #else # if HAVE_STRINGS_H # include # endif #endif #if HAVE_INTTYPES_H # include #endif #if HAVE_UNISTD_H # include #endif #ifdef HAVE_UTMPX_H # include #else # include #endif int main () { struct utmp foo; foo.ut_user; ; return 0; } configure:6372: result: no configure:6379: checking for struct utmpx.ut_name configure:6397: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:6423: structure has no member named `ut_name' configure: failed program was: #line 6385 "configure" #include "confdefs.h" #include #include #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #else # if HAVE_STRINGS_H # include # endif #endif #if HAVE_INTTYPES_H # include #endif #if HAVE_UNISTD_H # include #endif #ifdef HAVE_UTMPX_H # include #else # include #endif int main () { struct utmpx foo; foo.ut_name; ; return 0; } configure:6406: result: no configure:6413: checking for struct utmp.ut_name configure:6431: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:6456: storage size of `foo' isn't known configure: failed program was: #line 6419 "configure" #include "confdefs.h" #include #include #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #else # if HAVE_STRINGS_H # include # endif #endif #if HAVE_INTTYPES_H # include #endif #if HAVE_UNISTD_H # include #endif #ifdef HAVE_UTMPX_H # include #else # include #endif int main () { struct utmp foo; foo.ut_name; ; return 0; } configure:6440: result: no configure:6452: checking for bzero configure:6486: gcc -o conftest -g -O2 conftest.c >&5 configure:6495: result: yes configure:6452: checking for bcopy configure:6486: gcc -o conftest -g -O2 conftest.c >&5 configure:6495: result: yes configure:6452: checking for isascii configure:6495: result: yes configure:6452: checking for btowc configure:6486: gcc -o conftest -g -O2 conftest.c >&5 configure:6495: result: yes configure:6506: checking for alloca.h configure:6517: gcc -E conftest.c >/dev/null 2>conftest.out configure:6529: result: yes configure:6506: checking for libintl.h configure:6517: gcc -E conftest.c >/dev/null 2>conftest.out configure:6529: result: yes configure:6506: checking for wctype.h configure:6529: result: yes configure:6506: checking for wchar.h configure:6529: result: yes configure:6537: checking for ANSI C header files configure:6634: result: yes configure:6643: checking for working alloca.h configure:6660: gcc -o conftest -g -O2 conftest.c >&5 configure:6669: result: yes configure:6676: checking for alloca configure:6712: gcc -o conftest -g -O2 conftest.c >&5 configure:6721: result: yes configure:6866: checking for lchown configure:6900: gcc -o conftest -g -O2 conftest.c >&5 configure:6909: result: yes configure:6919: checking for rmdir-not-empty errno value configure:6950: gcc -o conftest -g -O2 conftest.c >&5 configure:6961: result: 39 configure:7002: checking for working chown configure:7037: gcc -o conftest -g -O2 conftest.c >&5 configure:7048: result: yes configure:7059: checking for sys/time.h configure:7082: result: yes configure:7059: checking for unistd.h configure:7082: result: yes configure:7093: checking for alarm configure:7127: gcc -o conftest -g -O2 conftest.c >&5 configure:7136: result: yes configure:7144: checking for working mktime configure:7285: gcc -o conftest -g -O2 conftest.c >&5 configure:7296: result: yes configure:7304: checking for localtime_r configure:7338: gcc -o conftest -g -O2 conftest.c >&5 configure:7347: result: yes configure:7360: checking whether lstat dereferences a symlink specified with a trailing slash configure:7386: gcc -o conftest -g -O2 conftest.c >&5 configure:7402: result: yes configure:7411: checking whether lstat accepts an empty string configure:7432: gcc -o conftest -g -O2 conftest.c >&5 configure: failed program was: #line 7420 "configure" #include "confdefs.h" # include # include int main () { struct stat sbuf; exit (lstat ("", &sbuf) ? 1 : 0); } configure:7443: result: no configure:7451: checking whether stat accepts an empty string configure:7472: gcc -o conftest -g -O2 conftest.c >&5 configure: failed program was: #line 7460 "configure" #include "confdefs.h" # include # include int main () { struct stat sbuf; exit (stat ("", &sbuf) ? 1 : 0); } configure:7483: result: no configure:7494: checking for working realloc configure:7513: gcc -o conftest -g -O2 conftest.c >&5 configure:7524: result: yes configure:7535: checking for working malloc configure:7554: gcc -o conftest -g -O2 conftest.c >&5 configure:7565: result: yes configure:7574: checking whether strerror_r is declared configure:7593: gcc -c -g -O2 conftest.c >&5 configure:7602: result: yes configure:7616: checking for strerror_r configure:7659: result: yes configure:7671: checking for string.h configure:7694: result: yes configure:7702: checking for working strerror_r configure:7723: gcc -c -g -O2 conftest.c >&5 configure:7772: result: yes configure:7778: checking for library containing nanosleep configure:7803: gcc -o conftest -g -O2 conftest.c >&5 configure:7842: result: none required configure:7852: checking whether nanosleep works configure:7883: gcc -o conftest -g -O2 conftest.c >&5 configure:7894: result: yes configure:7906: checking for string.h configure:7929: result: yes configure:7937: checking for working readdir configure:8031: gcc -o conftest -g -O2 conftest.c >&5 configure:8042: result: yes configure:8049: checking for working memcmp configure:8087: gcc -o conftest -g -O2 conftest.c >&5 configure:8098: result: yes configure:8548: checking whether clearerr_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for clearerr_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether feof_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for feof_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether ferror_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for ferror_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether fflush_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for fflush_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether fputc_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for fputc_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether fread_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for fread_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether fwrite_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for fwrite_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether getc_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for getc_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether getchar_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for getchar_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether putc_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for putc_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8548: checking whether putchar_unlocked is declared configure:8567: gcc -c -g -O2 conftest.c >&5 configure:8576: result: yes configure:8593: checking for putchar_unlocked configure:8627: gcc -o conftest -g -O2 conftest.c >&5 configure:8636: result: yes configure:8646: checking whether we are using the GNU C Library configure:8668: result: yes configure:8670: checking for version 2 of the GNU C Library configure:8692: result: yes configure:8697: checking for fnmatch.h configure:8708: gcc -E conftest.c >/dev/null 2>conftest.out configure:8720: result: yes configure:8728: checking for working fnmatch configure:8751: gcc -o conftest -g -O2 conftest.c >&5 configure:8762: result: yes configure:8776: checking for group_member configure:8810: gcc -o conftest -g -O2 conftest.c >&5 configure:8819: result: yes configure:8826: checking for SVID conformant putenv configure:8853: gcc -o conftest -g -O2 conftest.c >&5 configure:8864: result: yes configure:8872: checking for AFS configure:8882: result: no configure:8887: checking for stdlib.h configure:8910: result: yes configure:8918: checking whether defines strtoumax as a macro configure:8939: result: no configure:8945: checking for strtoumax configure:8979: gcc -o conftest -g -O2 conftest.c >&5 configure:8988: result: yes configure:9059: checking whether link(2) dereferences a symlink specified with a trailing slash configure:9138: gcc -o conftest -g -O2 conftest.c >&5 configure: failed program was: #line 9106 "configure" #include "confdefs.h" # include # include # ifdef HAVE_UNISTD_H # include # endif # define SAME_INODE(Stat_buf_1, Stat_buf_2) ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev) int main () { const char *file = "conftest.file"; const char *sym = "conftest.sym"; const char *hard = "conftest.hard"; struct stat sb_file, sb_hard; /* Create a symlink to the regular file. */ if (symlink (file, sym)) abort (); /* Create a hard link to that symlink. */ if (link (sym, hard)) abort (); if (lstat (hard, &sb_hard)) abort (); if (lstat (file, &sb_file)) abort (); /* If the dev/inode of hard and file are the same, then the link call followed the symlink. */ return SAME_INODE (sb_hard, sb_file) ? 0 : 1; } configure:9149: result: no configure:9156: checking for error_at_line configure:9172: gcc -o conftest -g -O2 conftest.c >&5 configure:9181: result: yes configure:9189: checking for localtime_r configure:9232: result: yes configure:9189: checking for strftime configure:9223: gcc -o conftest -g -O2 conftest.c >&5 configure:9232: result: yes configure:9243: checking for limits.h configure:9266: result: yes configure:9277: checking for bcopy configure:9320: result: yes configure:9277: checking for tzset configure:9311: gcc -o conftest -g -O2 conftest.c >&5 configure:9320: result: yes configure:9277: checking for mempcpy configure:9311: gcc -o conftest -g -O2 conftest.c >&5 configure:9320: result: yes configure:9277: checking for memcpy configure:9311: gcc -o conftest -g -O2 conftest.c >&5 configure:9293: warning: conflicting types for built-in function `memcpy' configure:9320: result: yes configure:9277: checking for memset configure:9311: gcc -o conftest -g -O2 conftest.c >&5 configure:9293: warning: conflicting types for built-in function `memset' configure:9320: result: yes configure:9329: checking for struct tm.tm_zone configure:9357: result: yes configure:9409: checking for mblen configure:9443: gcc -o conftest -g -O2 conftest.c >&5 configure:9452: result: yes configure:9409: checking for mbrlen configure:9443: gcc -o conftest -g -O2 conftest.c >&5 configure:9452: result: yes configure:9460: checking for struct tm.tm_gmtoff configure:9478: gcc -c -g -O2 conftest.c >&5 configure:9487: result: yes configure:9497: checking for sys/time.h configure:9520: result: yes configure:9528: checking for working GNU strftime configure:9635: gcc -o conftest -g -O2 conftest.c >&5 configure:9646: result: yes configure:9657: checking for getgroups configure:9691: gcc -o conftest -g -O2 conftest.c >&5 configure:9700: result: yes configure:9757: checking for working getgroups configure:9776: gcc -o conftest -g -O2 conftest.c >&5 configure:9787: result: yes configure:9799: checking for vprintf configure:9842: result: yes configure:9848: checking for _doprnt configure:9882: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/ccsY6Zbh.o: In function `main': /home/kw/sh-utils-2.0j/configure:9876: undefined reference to `_doprnt' collect2: ld returned 1 exit status configure: failed program was: #line 9854 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _doprnt (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _doprnt (); char (*f) (); int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__doprnt) || defined (__stub____doprnt) choke me #else f = _doprnt; #endif ; return 0; } configure:9891: result: no configure:9900: checking for /proc/uptime configure:9911: result: yes configure:9921: checking for ftruncate configure:9955: gcc -o conftest -g -O2 conftest.c >&5 configure:9964: result: yes configure:10044: checking whether closedir returns void configure:10064: gcc -o conftest -g -O2 conftest.c >&5 configure:10075: result: no configure:10082: checking whether utime accepts a null argument configure:10108: gcc -o conftest -g -O2 conftest.c >&5 configure:10120: result: yes configure:10130: checking for utime.h configure:10153: result: yes configure:10303: checking for errno.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for fcntl.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for fenv.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for float.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for limits.h configure:10326: result: yes configure:10303: checking for memory.h configure:10326: result: yes configure:10303: checking for mntent.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for mnttab.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10310: mnttab.h: No such file or directory configure: failed program was: #line 10309 "configure" #include "confdefs.h" #include configure:10326: result: no configure:10303: checking for netdb.h configure:10326: result: yes configure:10303: checking for paths.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for stdlib.h configure:10326: result: yes configure:10303: checking for stddef.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for string.h configure:10326: result: yes configure:10303: checking for sys/acl.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10310: sys/acl.h: No such file or directory configure: failed program was: #line 10309 "configure" #include "confdefs.h" #include configure:10326: result: no configure:10303: checking for sys/filsys.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10310: sys/filsys.h: No such file or directory configure: failed program was: #line 10309 "configure" #include "confdefs.h" #include configure:10326: result: no configure:10303: checking for sys/fs/s5param.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10310: sys/fs/s5param.h: No such file or directory configure: failed program was: #line 10309 "configure" #include "confdefs.h" #include configure:10326: result: no configure:10303: checking for sys/fs_types.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10310: sys/fs_types.h: No such file or directory configure: failed program was: #line 10309 "configure" #include "confdefs.h" #include configure:10326: result: no configure:10303: checking for sys/fstyp.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10310: sys/fstyp.h: No such file or directory configure: failed program was: #line 10309 "configure" #include "confdefs.h" #include configure:10326: result: no configure:10303: checking for sys/ioctl.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for sys/mntent.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10310: sys/mntent.h: No such file or directory configure: failed program was: #line 10309 "configure" #include "confdefs.h" #include configure:10326: result: no configure:10303: checking for sys/mount.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for sys/param.h configure:10326: result: yes configure:10303: checking for sys/socket.h configure:10326: result: yes configure:10303: checking for sys/statfs.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for sys/statvfs.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for sys/systeminfo.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10310: sys/systeminfo.h: No such file or directory configure: failed program was: #line 10309 "configure" #include "confdefs.h" #include configure:10326: result: no configure:10303: checking for sys/time.h configure:10326: result: yes configure:10303: checking for sys/timeb.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for sys/vfs.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for sys/wait.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for syslog.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for termios.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10303: checking for unistd.h configure:10326: result: yes configure:10303: checking for utime.h configure:10326: result: yes configure:10303: checking for values.h configure:10314: gcc -E conftest.c >/dev/null 2>conftest.out configure:10326: result: yes configure:10341: checking for working re_compile_pattern configure:10372: gcc -o conftest -g -O2 conftest.c >&5 configure: failed program was: #line 10350 "configure" #include "confdefs.h" #include #include int main () { static struct re_pattern_buffer regex; const char *s; re_set_syntax (RE_SYNTAX_POSIX_EGREP); /* Add this third left square bracket, , to balance the three right ones below. Otherwise autoconf-2.14 chokes. */ s = re_compile_pattern ("a[[:]:]b\n", 9, ®ex); /* This should fail with _Invalid character class name_ error. */ if (!s) exit (1); /* This should succeed, but doesn't for e.g. glibc-2.1.3. */ s = re_compile_pattern ("{1", 2, ®ex); exit (s ? 1 : 0); } configure:10383: result: no configure:10411: checking for getloadavg configure:10445: gcc -o conftest -g -O2 conftest.c >&5 configure:10454: result: yes configure:10466: checking for pstat_getdynamic configure:10500: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/ccK9ssym.o: In function `main': /home/kw/sh-utils-2.0j/configure:10494: undefined reference to `pstat_getdynamic' collect2: ld returned 1 exit status configure: failed program was: #line 10472 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pstat_getdynamic (); below. */ #include /* 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_getdynamic (); char (*f) (); int main () { /* 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_getdynamic) || defined (__stub___pstat_getdynamic) choke me #else f = pstat_getdynamic; #endif ; return 0; } configure:10509: result: no configure:10518: checking for kstat_open in -lkstat configure:10543: gcc -o conftest -g -O2 conftest.c -lkstat >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lkstat collect2: ld returned 1 exit status configure: failed program was: #line 10526 "configure" #include "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 kstat_open (); int main () { kstat_open (); ; return 0; } configure:10553: result: no configure:10744: checking for getloadavg configure:10778: gcc -o conftest -g -O2 conftest.c >&5 configure:10787: result: yes configure:11140: checking whether getloadavg requires setgid configure:11161: result: no configure:11198: checking for strcasecmp configure:11232: gcc -o conftest -g -O2 conftest.c >&5 configure:11241: result: yes configure:11198: checking for strncasecmp configure:11232: gcc -o conftest -g -O2 conftest.c >&5 configure:11241: result: yes configure:11254: checking for dup2 configure:11288: gcc -o conftest -g -O2 conftest.c >&5 configure:11297: result: yes configure:11310: checking for gethostname configure:11344: gcc -o conftest -g -O2 conftest.c >&5 configure:11353: result: yes configure:11310: checking for getusershell configure:11344: gcc -o conftest -g -O2 conftest.c >&5 configure:11353: result: yes configure:11366: checking for stime configure:11400: gcc -o conftest -g -O2 conftest.c >&5 configure:11409: result: yes configure:11366: checking for strcspn configure:11400: gcc -o conftest -g -O2 conftest.c >&5 configure:11409: result: yes configure:11366: checking for stpcpy configure:11400: gcc -o conftest -g -O2 conftest.c >&5 configure:11409: result: yes configure:11366: checking for strstr configure:11400: gcc -o conftest -g -O2 conftest.c >&5 configure:11409: result: yes configure:11366: checking for strtol configure:11400: gcc -o conftest -g -O2 conftest.c >&5 configure:11409: result: yes configure:11366: checking for strtoul configure:11400: gcc -o conftest -g -O2 conftest.c >&5 configure:11409: result: yes configure:11422: checking for strpbrk configure:11456: gcc -o conftest -g -O2 conftest.c >&5 configure:11465: result: yes configure:11478: checking for euidaccess configure:11512: gcc -o conftest -g -O2 conftest.c >&5 configure:11521: result: yes configure:11478: checking for memcmp configure:11512: gcc -o conftest -g -O2 conftest.c >&5 configure:11494: warning: conflicting types for built-in function `memcmp' configure:11521: result: yes configure:11478: checking for rmdir configure:11512: gcc -o conftest -g -O2 conftest.c >&5 configure:11521: result: yes configure:11478: checking for rpmatch configure:11512: gcc -o conftest -g -O2 conftest.c >&5 configure:11521: result: yes configure:11478: checking for strndup configure:11512: gcc -o conftest -g -O2 conftest.c >&5 configure:11521: result: yes configure:11478: checking for strverscmp configure:11512: gcc -o conftest -g -O2 conftest.c >&5 configure:11521: result: yes configure:11534: checking for atexit configure:11568: gcc -o conftest -g -O2 conftest.c >&5 configure:11577: result: yes configure:11590: checking for strnlen configure:11624: gcc -o conftest -g -O2 conftest.c >&5 configure:11633: result: yes configure:11646: checking for getpass configure:11680: gcc -o conftest -g -O2 conftest.c >&5 configure:11689: result: yes configure:11702: checking for strdup configure:11736: gcc -o conftest -g -O2 conftest.c >&5 configure:11745: result: yes configure:11758: checking for memchr configure:11792: gcc -o conftest -g -O2 conftest.c >&5 configure:11801: result: yes configure:11758: checking for memmove configure:11792: gcc -o conftest -g -O2 conftest.c >&5 configure:11801: result: yes configure:11758: checking for memcpy configure:11801: result: yes configure:11758: checking for memset configure:11801: result: yes configure:11814: checking for getpagesize configure:11857: result: yes configure:11872: checking whether setvbuf arguments are reversed configure:11897: gcc -o conftest -g -O2 conftest.c >&5 configure: In function `main': configure:11890: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast configure:11890: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast configure: failed program was: #line 11881 "configure" #include "confdefs.h" #include /* If setvbuf has the reversed format, exit 0. */ int main () { /* This call has the arguments reversed. A reversed system may check and see that the address of main is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) exit(1); putc('\r', stdout); exit(0); /* Non-reversed systems segv here. */ } configure:11909: result: no configure:11923: checking for library containing clock_gettime configure:11948: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/ccN295Lg.o: In function `main': /home/kw/sh-utils-2.0j/configure:11943: undefined reference to `clock_gettime' collect2: ld returned 1 exit status configure: failed program was: #line 11931 "configure" #include "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 clock_gettime (); int main () { clock_gettime (); ; return 0; } configure:11976: gcc -o conftest -g -O2 conftest.c -lrt >&5 configure:11987: result: -lrt configure:12000: checking for clock_gettime configure:12034: gcc -o conftest -g -O2 conftest.c -lrt >&5 configure:12043: result: yes configure:12055: checking for gettimeofday configure:12089: gcc -o conftest -g -O2 conftest.c >&5 configure:12098: result: yes configure:12137: checking for acl configure:12171: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/ccGEKqKw.o: In function `main': /home/kw/sh-utils-2.0j/configure:12165: undefined reference to `acl' collect2: ld returned 1 exit status configure: failed program was: #line 12143 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char acl (); below. */ #include /* 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 acl (); char (*f) (); int main () { /* 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_acl) || defined (__stub___acl) choke me #else f = acl; #endif ; return 0; } configure:12180: result: no configure:12137: checking for bcopy configure:12180: result: yes configure:12137: checking for endgrent configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for endpwent configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for fchdir configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for fdatasync configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for fseeko configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for ftime configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for ftruncate configure:12180: result: yes configure:12137: checking for getcwd configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for gethrtime configure:12171: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/ccioQE4Y.o: In function `main': /home/kw/sh-utils-2.0j/configure:12165: undefined reference to `gethrtime' collect2: ld returned 1 exit status configure: failed program was: #line 12143 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethrtime (); below. */ #include /* 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 gethrtime (); char (*f) (); int main () { /* 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_gethrtime) || defined (__stub___gethrtime) choke me #else f = gethrtime; #endif ; return 0; } configure:12180: result: no configure:12137: checking for getmntinfo configure:12171: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/ccvqvJOi.o: In function `main': /home/kw/sh-utils-2.0j/configure:12165: undefined reference to `getmntinfo' collect2: ld returned 1 exit status configure: failed program was: #line 12143 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getmntinfo (); below. */ #include /* 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 getmntinfo (); char (*f) (); int main () { /* 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_getmntinfo) || defined (__stub___getmntinfo) choke me #else f = getmntinfo; #endif ; return 0; } configure:12180: result: no configure:12137: checking for hasmntopt configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for isascii configure:12180: result: yes configure:12137: checking for lchown configure:12180: result: yes configure:12137: checking for listmntent configure:12171: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/cciZlP96.o: In function `main': /home/kw/sh-utils-2.0j/configure:12165: undefined reference to `listmntent' collect2: ld returned 1 exit status configure: failed program was: #line 12143 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char listmntent (); below. */ #include /* 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 listmntent (); char (*f) (); int main () { /* 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_listmntent) || defined (__stub___listmntent) choke me #else f = listmntent; #endif ; return 0; } configure:12180: result: no configure:12137: checking for localeconv configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for memcpy configure:12180: result: yes configure:12137: checking for mempcpy configure:12180: result: yes configure:12137: checking for mkfifo configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for realpath configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for resolvepath configure:12171: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/ccINxSNs.o: In function `main': /home/kw/sh-utils-2.0j/configure:12165: undefined reference to `resolvepath' collect2: ld returned 1 exit status configure: failed program was: #line 12143 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char resolvepath (); below. */ #include /* 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 resolvepath (); char (*f) (); int main () { /* 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_resolvepath) || defined (__stub___resolvepath) choke me #else f = resolvepath; #endif ; return 0; } configure:12180: result: no configure:12137: checking for sethostname configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for strchr configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for strerror configure:12180: result: yes configure:12137: checking for strrchr configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for sysinfo configure:12171: gcc -o conftest -g -O2 conftest.c >&5 configure:12180: result: yes configure:12137: checking for tzset configure:12180: result: yes configure:12189: checking for getline configure:12223: gcc -o conftest -g -O2 conftest.c >&5 configure:12232: result: yes configure:12243: checking for string.h configure:12266: result: yes configure:12274: checking for working getline function configure:12303: gcc -o conftest -g -O2 conftest.c >&5 configure:12314: result: yes configure:12376: checking for obstacks configure:12393: gcc -o conftest -g -O2 conftest.c >&5 configure:12402: result: yes configure:12411: checking for working strtod configure:12447: gcc -o conftest -g -O2 conftest.c >&5 configure:12458: result: yes configure:12566: checking for langinfo.h configure:12577: gcc -E conftest.c >/dev/null 2>conftest.out configure:12589: result: yes configure:12600: checking for nl_langinfo configure:12634: gcc -o conftest -g -O2 conftest.c >&5 configure:12643: result: yes configure:12651: checking for nl_langinfo and CODESET configure:12668: gcc -o conftest -g -O2 conftest.c >&5 configure:12677: result: yes configure:12684: checking whether we are using the GNU C Library 2.1 or newer configure:12708: result: yes configure:12711: checking for iconv configure:12733: gcc -o conftest -g -O2 conftest.c >&5 configure:12769: result: yes configure:12784: checking for listmntent configure:12827: result: no configure:12784: checking for getmntent configure:12818: gcc -o conftest -g -O2 conftest.c >&5 configure:12827: result: yes configure:12784: checking for getmntinfo configure:12827: result: no configure:12838: checking for mntent.h configure:12861: result: yes configure:12874: checking for getmntent in -lsun configure:12899: gcc -o conftest -g -O2 conftest.c -lsun >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lsun collect2: ld returned 1 exit status configure: failed program was: #line 12882 "configure" #include "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 getmntent (); int main () { getmntent (); ; return 0; } configure:12909: result: no configure:12914: checking for getmntent in -lseq configure:12939: gcc -o conftest -g -O2 conftest.c -lseq >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lseq collect2: ld returned 1 exit status configure: failed program was: #line 12922 "configure" #include "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 getmntent (); int main () { getmntent (); ; return 0; } configure:12949: result: no configure:12954: checking for getmntent in -lgen configure:12979: gcc -o conftest -g -O2 conftest.c -lgen >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lgen collect2: ld returned 1 exit status configure: failed program was: #line 12962 "configure" #include "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 getmntent (); int main () { getmntent (); ; return 0; } configure:12989: result: no configure:12996: checking for getmntent configure:13039: result: yes configure:13055: checking for listmntent of Cray/Unicos-9 configure:13075: result: no configure:13089: checking for one-argument getmntent function configure:13098: result: yes configure:13470: checking for f_fstypename in struct statfs configure:13490: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:13485: storage size of `s' isn't known configure: failed program was: #line 13476 "configure" #include "confdefs.h" #include #include #include int main () { struct statfs s; int i = sizeof s.f_fstypename; ; return 0; } configure:13500: result: no configure:13517: checking for statvfs function (SVR4) configure:13535: gcc -o conftest -g -O2 conftest.c >&5 configure:13544: result: yes configure:13816: checking whether localtime caches TZ configure:13860: gcc -o conftest -g -O2 conftest.c >&5 configure:13876: result: no configure:13887: checking for initgroups configure:13921: gcc -o conftest -g -O2 conftest.c >&5 configure:13930: result: yes configure:13986: checking for syslog configure:14020: gcc -o conftest -g -O2 conftest.c >&5 configure:14029: result: yes configure:14086: checking for 3-argument setpriority function configure:14104: gcc -o conftest -g -O2 conftest.c >&5 configure:14113: result: yes configure:14160: checking ut_host in struct utmp configure:14178: gcc -o conftest -g -O2 conftest.c >&5 configure:14187: result: yes configure:14234: checking whether we can get the system boot time configure:14263: result: yes configure:14267: checking POSIX termios configure:14287: gcc -o conftest -g -O2 conftest.c >&5 configure:14296: result: yes configure:14298: checking whether use of TIOCGWINSZ requires termios.h configure:14321: result: no configure:14323: checking whether use of TIOCGWINSZ requires sys/ioctl.h configure:14346: result: yes configure:14355: checking whether termios.h needs _XOPEN_SOURCE configure:14391: result: no configure:14397: checking c_line in struct termios configure:14418: gcc -o conftest -g -O2 conftest.c >&5 configure:14427: result: yes configure:14434: checking for sys/ptem.h configure:14445: gcc -E conftest.c >/dev/null 2>conftest.out configure:14441: sys/ptem.h: No such file or directory configure: failed program was: #line 14440 "configure" #include "confdefs.h" #include configure:14457: result: no configure:14464: checking whether use of TIOCGWINSZ requires termios.h configure:14487: result: no configure:14533: checking for main in -lypsec configure:14551: gcc -o conftest -g -O2 conftest.c -lypsec >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lypsec collect2: ld returned 1 exit status configure: failed program was: #line 14541 "configure" #include "confdefs.h" int main () { main (); ; return 0; } configure:14561: result: no configure:14570: checking for main in -lldgc configure:14588: gcc -o conftest -g -O2 conftest.c -lldgc >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lldgc collect2: ld returned 1 exit status configure: failed program was: #line 14578 "configure" #include "confdefs.h" int main () { main (); ; return 0; } configure:14598: result: no configure:14616: checking for floor configure:14650: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:14659: result: yes configure:14616: checking for modf configure:14650: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:14659: result: yes configure:14616: checking for rint configure:14650: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:14659: result: yes configure:14671: checking for sqrt configure:14705: gcc -o conftest -g -O2 conftest.c >&5 configure:14687: warning: conflicting types for built-in function `sqrt' /home/kw/tmp/ccSdMyId.o: In function `main': /home/kw/sh-utils-2.0j/configure:14699: undefined reference to `sqrt' collect2: ld returned 1 exit status configure: failed program was: #line 14677 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char sqrt (); below. */ #include /* 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 sqrt (); char (*f) (); int main () { /* 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_sqrt) || defined (__stub___sqrt) choke me #else f = sqrt; #endif ; return 0; } configure:14714: result: no configure:14723: checking for sqrt in -lm configure:14748: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:14739: warning: conflicting types for built-in function `sqrt' configure:14758: result: yes configure:14767: checking for fesetround configure:14801: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/cchB9EtQ.o: In function `main': /home/kw/sh-utils-2.0j/configure:14795: undefined reference to `fesetround' collect2: ld returned 1 exit status configure: failed program was: #line 14773 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fesetround (); below. */ #include /* 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 fesetround (); char (*f) (); int main () { /* 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_fesetround) || defined (__stub___fesetround) choke me #else f = fesetround; #endif ; return 0; } configure:14810: result: no configure:14819: checking for fesetround in -lm configure:14844: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:14854: result: yes configure:14862: checking for library containing yp_match configure:14887: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/cclx0ybq.o: In function `main': /home/kw/sh-utils-2.0j/configure:14882: undefined reference to `yp_match' collect2: ld returned 1 exit status configure: failed program was: #line 14870 "configure" #include "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 yp_match (); int main () { yp_match (); ; return 0; } configure:14915: gcc -o conftest -g -O2 conftest.c -lsun >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lsun collect2: ld returned 1 exit status configure: failed program was: #line 14898 "configure" #include "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 yp_match (); int main () { yp_match (); ; return 0; } configure:14915: gcc -o conftest -g -O2 conftest.c -lypsec >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lypsec collect2: ld returned 1 exit status configure: failed program was: #line 14898 "configure" #include "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 yp_match (); int main () { yp_match (); ; return 0; } configure:14926: result: no configure:14937: checking for library containing getspnam configure:14962: gcc -o conftest -g -O2 conftest.c >&5 configure:15001: result: none required configure:15013: checking for shadow.h configure:15024: gcc -E conftest.c >/dev/null 2>conftest.out configure:15036: result: yes configure:15051: checking for struct spwd.sp_pwdp configure:15069: gcc -c -g -O2 conftest.c >&5 configure:15078: result: yes configure:15088: checking for getspnam configure:15122: gcc -o conftest -g -O2 conftest.c >&5 configure:15131: result: yes configure:15142: checking for library containing crypt configure:15167: gcc -o conftest -g -O2 conftest.c >&5 /home/kw/tmp/cc6t8Zg5.o: In function `main': /home/kw/sh-utils-2.0j/configure:15162: undefined reference to `crypt' collect2: ld returned 1 exit status configure: failed program was: #line 15150 "configure" #include "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 crypt (); int main () { crypt (); ; return 0; } configure:15195: gcc -o conftest -g -O2 conftest.c -lufc >&5 /usr/i686-pc-linux-gnu/bin/ld: cannot find -lufc collect2: ld returned 1 exit status configure: failed program was: #line 15178 "configure" #include "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 crypt (); int main () { crypt (); ; return 0; } configure:15195: gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:15206: result: -lcrypt configure:15220: checking for stdlib.h configure:15243: result: yes configure:15220: checking for unistd.h configure:15243: result: yes configure:15220: checking for sys/stat.h configure:15231: gcc -E conftest.c >/dev/null 2>conftest.out configure:15243: result: yes configure:15254: checking for getpagesize configure:15297: result: yes configure:15305: checking for working mmap configure:15438: gcc -o conftest -g -O2 conftest.c >&5 configure:15449: result: yes configure:15460: checking for argz.h configure:15471: gcc -E conftest.c >/dev/null 2>conftest.out configure:15483: result: yes configure:15460: checking for limits.h configure:15483: result: yes configure:15460: checking for locale.h configure:15471: gcc -E conftest.c >/dev/null 2>conftest.out configure:15483: result: yes configure:15460: checking for nl_types.h configure:15471: gcc -E conftest.c >/dev/null 2>conftest.out configure:15483: result: yes configure:15460: checking for malloc.h configure:15471: gcc -E conftest.c >/dev/null 2>conftest.out configure:15483: result: yes configure:15460: checking for string.h configure:15483: result: yes configure:15460: checking for unistd.h configure:15483: result: yes configure:15460: checking for sys/param.h configure:15483: result: yes configure:15495: checking for getcwd configure:15538: result: yes configure:15495: checking for munmap configure:15529: gcc -o conftest -g -O2 conftest.c >&5 configure:15538: result: yes configure:15495: checking for putenv configure:15529: gcc -o conftest -g -O2 conftest.c >&5 configure:15538: result: yes configure:15495: checking for setenv configure:15529: gcc -o conftest -g -O2 conftest.c >&5 configure:15538: result: yes configure:15495: checking for setlocale configure:15529: gcc -o conftest -g -O2 conftest.c >&5 configure:15538: result: yes configure:15495: checking for strchr configure:15538: result: yes configure:15495: checking for strcasecmp configure:15538: result: yes configure:15495: checking for strdup configure:15538: result: yes configure:15495: checking for __argz_count configure:15529: gcc -o conftest -g -O2 conftest.c >&5 configure:15538: result: yes configure:15495: checking for __argz_stringify configure:15529: gcc -o conftest -g -O2 conftest.c >&5 configure:15538: result: yes configure:15495: checking for __argz_next configure:15529: gcc -o conftest -g -O2 conftest.c >&5 configure:15538: result: yes configure:15608: checking for LC_MESSAGES configure:15625: gcc -o conftest -g -O2 conftest.c >&5 configure:15634: result: yes configure:15642: checking whether NLS is requested configure:15651: result: yes configure:15658: checking whether included gettext is requested configure:15667: result: no configure:15674: checking for libintl.h configure:15697: result: yes configure:15700: checking for gettext in libc configure:15717: gcc -o conftest -g -O2 conftest.c >&5 configure:15726: result: yes configure:15821: checking for msgfmt configure:15848: result: /usr/local/bin/msgfmt configure:15859: checking for dcgettext configure:15893: gcc -o conftest -g -O2 conftest.c >&5 configure:15902: result: yes configure:15912: checking for gmsgfmt configure:15938: result: /usr/local/bin/msgfmt configure:15946: checking for xgettext configure:15973: result: /usr/local/bin/xgettext configure:15991: gcc -o conftest -g -O2 conftest.c >&5 configure:16416: checking for catalogs to be installed configure:16425: result: cs da de el es et fr gl it ja nl no pl pt pt_BR sl ru sk sv zh Cache variables: | ac_cv_build=i686-pc-linux-gnu | ac_cv_build_alias=i686-pc-linux-gnu | ac_cv_c_backslash_a=yes | ac_cv_c_bigendian=no | ac_cv_c_const=yes | ac_cv_c_inline=inline | ac_cv_c_long_double=yes | ac_cv_c_volatile=yes | ac_cv_cygwin=no | ac_cv_emxos2=no | ac_cv_func___argz_count=yes | ac_cv_func___argz_next=yes | ac_cv_func___argz_stringify=yes | ac_cv_func__doprnt=no | ac_cv_func_acl=no | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_atexit=yes | ac_cv_func_bcopy=yes | ac_cv_func_btowc=yes | ac_cv_func_bzero=yes | ac_cv_func_chroot=yes | ac_cv_func_clearerr_unlocked=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_closedir_void=no | ac_cv_func_dcgettext=yes | ac_cv_func_doprnt=no | ac_cv_func_dup2=yes | ac_cv_func_endgrent=yes | ac_cv_func_endpwent=yes | ac_cv_func_euidaccess=yes | ac_cv_func_fchdir=yes | ac_cv_func_fdatasync=yes | ac_cv_func_feof_unlocked=yes | ac_cv_func_ferror_unlocked=yes | ac_cv_func_fesetround=no | ac_cv_func_fflush_unlocked=yes | ac_cv_func_floor=yes | ac_cv_func_fnmatch_works=yes | ac_cv_func_fputc_unlocked=yes | ac_cv_func_fread_unlocked=yes | ac_cv_func_fseeko=yes | ac_cv_func_ftime=yes | ac_cv_func_ftruncate=yes | ac_cv_func_fwrite_unlocked=yes | ac_cv_func_getc_unlocked=yes | ac_cv_func_getchar_unlocked=yes | ac_cv_func_getcwd=yes | ac_cv_func_getgroups=yes | ac_cv_func_gethostbyaddr=yes | ac_cv_func_gethostbyname=yes | ac_cv_func_gethostid=yes | ac_cv_func_gethostname=yes | ac_cv_func_gethrtime=no | ac_cv_func_getline=yes | ac_cv_func_getloadavg=yes | ac_cv_func_getloadavg_setgid=no | ac_cv_func_getmntent=yes | ac_cv_func_getmntinfo=no | ac_cv_func_getpagesize=yes | ac_cv_func_getpass=yes | ac_cv_func_getspnam=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_getusershell=yes | ac_cv_func_group_member=yes | ac_cv_func_hasmntopt=yes | ac_cv_func_inet_ntoa=yes | ac_cv_func_initgroups=yes | ac_cv_func_isascii=yes | ac_cv_func_iswprint=yes | ac_cv_func_lchown=yes | ac_cv_func_listmntent=no | ac_cv_func_localeconv=yes | ac_cv_func_localtime_r=yes | ac_cv_func_lstat_dereferences_slashed_symlink=yes | ac_cv_func_mblen=yes | ac_cv_func_mbrlen=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_memchr=yes | ac_cv_func_memcmp=yes | ac_cv_func_memcpy=yes | ac_cv_func_memmove=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memset=yes | ac_cv_func_mkfifo=yes | ac_cv_func_mmap_fixed_mapped=yes | ac_cv_func_modf=yes | ac_cv_func_munmap=yes | ac_cv_func_nl_langinfo=yes | ac_cv_func_pathconf=yes | ac_cv_func_pstat_getdynamic=no | ac_cv_func_putc_unlocked=yes | ac_cv_func_putchar_unlocked=yes | ac_cv_func_putenv=yes | ac_cv_func_realpath=yes | ac_cv_func_resolvepath=no | ac_cv_func_rint=yes | ac_cv_func_rmdir=yes | ac_cv_func_rpmatch=yes | ac_cv_func_setenv=yes | ac_cv_func_sethostname=yes | ac_cv_func_setlocale=yes | ac_cv_func_setvbuf_reversed=no | ac_cv_func_sqrt=no | ac_cv_func_stime=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchr=yes | ac_cv_func_strcspn=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strerror_r=yes | ac_cv_func_strerror_r_works=yes | ac_cv_func_strftime=yes | ac_cv_func_strncasecmp=yes | ac_cv_func_strndup=yes | ac_cv_func_strnlen=yes | ac_cv_func_strpbrk=yes | ac_cv_func_strrchr=yes | ac_cv_func_strstr=yes | ac_cv_func_strtol=yes | ac_cv_func_strtoul=yes | ac_cv_func_strtoumax=yes | ac_cv_func_strverscmp=yes | ac_cv_func_sysinfo=yes | ac_cv_func_syslog=yes | ac_cv_func_tzset=yes | ac_cv_func_uname=yes | ac_cv_func_utime_null=yes | ac_cv_func_utmpname=yes | ac_cv_func_utmpxname=yes | ac_cv_func_vprintf=yes | ac_cv_func_working_mktime=yes | ac_cv_glibc=yes | ac_cv_gnu_library=yes | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_feof_unlocked=yes | ac_cv_have_decl_ferror_unlocked=yes | ac_cv_have_decl_fflush_unlocked=yes | ac_cv_have_decl_fputc_unlocked=yes | ac_cv_have_decl_fread_unlocked=yes | ac_cv_have_decl_free=yes | ac_cv_have_decl_fwrite_unlocked=yes | ac_cv_have_decl_getc_unlocked=yes | ac_cv_have_decl_getchar_unlocked=yes | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_geteuid=yes | ac_cv_have_decl_getlogin=yes | ac_cv_have_decl_getutent=no | ac_cv_have_decl_lseek=yes | ac_cv_have_decl_malloc=yes | ac_cv_have_decl_memchr=yes | ac_cv_have_decl_nanosleep=yes | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_realloc=yes | ac_cv_have_decl_stpcpy=no | ac_cv_have_decl_strerror_r=yes | ac_cv_have_decl_strndup=no | ac_cv_have_decl_strnlen=no | ac_cv_have_decl_strstr=yes | ac_cv_have_decl_strtoul=yes | ac_cv_have_decl_strtoull=yes | ac_cv_have_decl_ttyname=yes | ac_cv_header_OS_h=no | ac_cv_header_alloca_h=yes | ac_cv_header_argz_h=yes | ac_cv_header_arpa_inet_h=yes | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_errno_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_fenv_h=yes | ac_cv_header_float_h=yes | ac_cv_header_fnmatch_h=yes | ac_cv_header_langinfo_h=yes | ac_cv_header_libintl_h=yes | ac_cv_header_limits_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_malloc_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_mntent_h=yes | ac_cv_header_mnttab_h=no | ac_cv_header_netdb_h=yes | ac_cv_header_netinet_in_h=yes | ac_cv_header_nl_types_h=yes | ac_cv_header_paths_h=yes | ac_cv_header_shadow_h=yes | ac_cv_header_stat_broken=no | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_acl_h=no | ac_cv_header_sys_filsys_h=no | ac_cv_header_sys_fs_s5param_h=no | ac_cv_header_sys_fs_types_h=no | ac_cv_header_sys_fstyp_h=no | ac_cv_header_sys_ioctl_h=yes | ac_cv_header_sys_mntent_h=no | ac_cv_header_sys_mount_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_ptem_h=no | ac_cv_header_sys_socket_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_statfs_h=yes | ac_cv_header_sys_statvfs_h=yes | ac_cv_header_sys_systeminfo_h=no | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_timeb_h=yes | ac_cv_header_sys_types_h_makedev=yes | ac_cv_header_sys_vfs_h=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_syslog_h=yes | ac_cv_header_termios_h=yes | ac_cv_header_time=yes | ac_cv_header_unistd_h=yes | ac_cv_header_utime_h=yes | ac_cv_header_utmp_h=yes | ac_cv_header_utmpx_h=yes | ac_cv_header_values_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=i686-pc-linux-gnu | ac_cv_host_alias=i686-pc-linux-gnu | ac_cv_lib_cposix_strerror=no | ac_cv_lib_dir_opendir=no | ac_cv_lib_gen_getmntent=no | ac_cv_lib_kstat_kstat_open=no | ac_cv_lib_ldgc_main=no | ac_cv_lib_m_fesetround=yes | ac_cv_lib_m_sqrt=yes | ac_cv_lib_seq_getmntent=no | ac_cv_lib_sun_getmntent=no | ac_cv_lib_ypsec_main=no | ac_cv_member_struct_spwd_sp_pwdp=yes | ac_cv_member_struct_stat_st_blksize=yes | ac_cv_member_struct_stat_st_blocks=yes | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_member_struct_utmp_ut_name=no | ac_cv_member_struct_utmp_ut_user=no | ac_cv_member_struct_utmpx_ut_name=no | ac_cv_member_struct_utmpx_ut_user=yes | ac_cv_mingw32=no | ac_cv_objext=o | ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt | ac_cv_path_MSGFMT=/usr/local/bin/msgfmt | ac_cv_path_XGETTEXT=/usr/local/bin/xgettext | ac_cv_path_install='/bin/install -c' | ac_cv_prog_AWK=gawk | ac_cv_prog_CC=gcc | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_RANLIB=ranlib | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc= | ac_cv_prog_gcc=yes | ac_cv_prog_gcc_traditional=no | ac_cv_prog_make_make_set=yes | ac_cv_search_clock_gettime=-lrt | ac_cv_search_crypt=-lcrypt | ac_cv_search_gethostbyname='none required' | ac_cv_search_getspnam='none required' | ac_cv_search_nanosleep='none required' | ac_cv_search_yp_match=no | ac_cv_struct_st_dm_mode=no | ac_cv_struct_st_mtim_nsec=no | ac_cv_struct_tm=time.h | ac_cv_sys_file_offset_bits=64 | ac_cv_sys_large_files=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_largefile_source=1 | ac_cv_sys_long_file_names=yes | ac_cv_sys_xopen_source=no | ac_cv_type_getgroups=gid_t | ac_cv_type_ino_t=yes | ac_cv_type_mbstate_t=yes | ac_cv_type_mbstate_t_object=yes | ac_cv_type_mode_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_ssize_t=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long=yes | ac_cv_working_alloca_h=yes | am_cv_CC_dependencies_compiler_type=gcc | am_cv_func_obstack=yes | am_cv_func_strtod=yes | am_cv_func_strtod_needs_libm=no | am_cv_func_working_getline=yes | am_cv_lib_error_at_line=yes | am_cv_prog_cc_stdc= | am_cv_sys_posix_termios=yes | am_cv_val_LC_MESSAGES=yes | fetish_cv_func_rmdir_errno_not_empty=39 | fu_cv_sys_f_fstypename_in_statfs=no | fu_cv_sys_mounted_cray_listmntent=no | fu_cv_sys_mounted_getmntent1=yes | fu_cv_sys_stat_statvfs=yes | fu_cv_sys_struct_timespec=yes | fu_cv_sys_struct_utimbuf=yes | gt_cv_func_gettext_libc=yes | jm_ac_cv_func_link_follows_symlink=no | jm_ac_cv_header_inttypes_h=yes | jm_cv_func_iconv=yes | jm_cv_func_lstat_empty_string_bug=no | jm_cv_func_memcmp_working=yes | jm_cv_func_nanosleep_works=yes | jm_cv_func_stat_empty_string_bug=no | jm_cv_func_strtoumax_macro=no | jm_cv_func_svid_putenv=yes | jm_cv_func_working_chown=yes | jm_cv_func_working_getgroups=yes | jm_cv_func_working_gnu_strftime=yes | jm_cv_func_working_malloc=yes | jm_cv_func_working_re_compile_pattern=no | jm_cv_func_working_readdir=yes | jm_cv_func_working_realloc=yes | jm_cv_have_proc_uptime=yes | jm_cv_langinfo_codeset=yes | jm_cv_lib_iconv=no | jm_cv_struct_dirent_d_ino=yes | jm_cv_struct_dirent_d_type=yes | jm_cv_sys_tiocgwinsz_needs_sys_ioctl_h=yes | jm_cv_sys_tiocgwinsz_needs_termios_h=no | nls_cv_force_use_gnu_gettext=no | nls_cv_header_intl= | nls_cv_header_libgt= | nls_cv_use_gnu_gettext=no | su_cv_func_ut_host_in_utmp=yes | su_cv_have_boot_time=yes | su_cv_sys_c_line_in_termios=yes | su_cv_sys_termios_needs_xopen_source=no | utils_cv_func_setpriority=yes | utils_cv_localtime_cache=no confdefs.h: | | #define PACKAGE "sh-utils" | #define VERSION "2.0j" | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define _FILE_OFFSET_BITS 64 | #define _LARGEFILE_SOURCE 1 | #define PROTOTYPES 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_INTTYPES_H 1 | #define HAVE_UNSIGNED_LONG_LONG 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_UTIME_H 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define D_TYPE_IN_DIRENT 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_STPCPY 0 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_STRSTR 1 | #define HAVE_DECL_STRTOUL 1 | #define HAVE_DECL_STRTOULL 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_INET_NTOA 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_INET_NTOA 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_STRERROR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_VPRINTF 1 | #define STDC_HEADERS 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_ISASCII 1 | #define HAVE_ISWPRINT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_LIMITS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define STDC_HEADERS 1 | #define HAVE_C_BACKSLASH_A 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MBSTATE_T_OBJECT 1 | #define PROTOTYPES 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_UTMPNAME 1 | #define HAVE_UTMPXNAME 1 | #define PROTOTYPES 1 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_BZERO 1 | #define HAVE_BCOPY 1 | #define HAVE_ISASCII 1 | #define HAVE_BTOWC 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_LCHOWN 1 | #define RMDIR_ERRNO_NOT_EMPTY 39 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ALARM 1 | #define HAVE_LOCALTIME_R 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_DONE_WORKING_REALLOC_CHECK 1 | #define HAVE_DONE_WORKING_MALLOC_CHECK 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_STRING_H 1 | #define HAVE_WORKING_STRERROR_R 1 | #define HAVE_STRING_H 1 | #define HAVE_WORKING_READDIR 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_PUTCHAR_UNLOCKED 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_STRFTIME 1 | #define HAVE_LIMITS_H 1 | #define HAVE_BCOPY 1 | #define HAVE_TZSET 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_GETGROUPS 1 | #define HAVE_VPRINTF 1 | #define HAVE_PROC_UPTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_UTIME_H 1 | #define GNU_PACKAGE "GNU sh-utils" | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FENV_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_MNTENT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DUP2 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETUSERSHELL 1 | #define HAVE_STIME 1 | #define HAVE_STRCSPN 1 | #define HAVE_STPCPY 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRPBRK 1 | #define HAVE_EUIDACCESS 1 | #define HAVE_MEMCMP 1 | #define HAVE_RMDIR 1 | #define HAVE_RPMATCH 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRVERSCMP 1 | #define HAVE_ATEXIT 1 | #define HAVE_STRNLEN 1 | #define HAVE_GETPASS 1 | #define HAVE_STRDUP 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMSET 1 | #define HAVE_GETPAGESIZE 1 | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL extern void usage () | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_BCOPY 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHDIR 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETCWD 1 | #define HAVE_HASMNTOPT 1 | #define HAVE_ISASCII 1 | #define HAVE_LCHOWN 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMPCPY 1 | #define HAVE_MKFIFO 1 | #define HAVE_REALPATH 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_STRCHR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRRCHR 1 | #define HAVE_SYSINFO 1 | #define HAVE_TZSET 1 | #define HAVE_STRING_H 1 | #define HAVE_OBSTACK 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_ICONV 1 | #define HAVE_GETMNTENT 1 | #define HAVE_MNTENT_H 1 | #define HAVE_GETMNTENT 1 | #define MOUNTED_GETMNTENT1 1 | #define STAT_STATVFS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_C_LINE 1 | #define HAVE_FLOOR 1 | #define HAVE_MODF 1 | #define HAVE_RINT 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STRUCT_SPWD_SP_PWDP 1 | #define HAVE_GETSPNAM 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_ARGZ_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_NL_TYPES_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_STRING_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_GETCWD 1 | #define HAVE_MUNMAP 1 | #define HAVE_PUTENV 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE___ARGZ_COUNT 1 | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE_STPCPY 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1