This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --bindir=/bin --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i586-uhu-linux --host=i586-uhu-linux ## --------- ## ## Platform. ## ## --------- ## hostname = norris uname -m = i686 uname -r = 2.6.17.6-3 uname -s = Linux uname -v = #1 SMP Wed Jul 26 12:57:38 CEST 2006 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1331: checking build system type configure:1349: result: i586-uhu-linux-gnu configure:1357: checking host system type configure:1371: result: i586-uhu-linux-gnu configure:1380: checking cached host tuple configure:1390: result: ok configure:1621: checking for i586-uhu-linux-gcc configure:1637: found /usr/lib/ccache/i586-uhu-linux-gcc configure:1647: result: i586-uhu-linux-gcc configure:1929: checking for C compiler version configure:1932: i586-uhu-linux-gcc --version &5 i586-uhu-linux-gcc (GCC) 3.4.6 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1935: $? = 0 configure:1937: i586-uhu-linux-gcc -v &5 Reading specs from /usr/lib/gcc/i586-uhu-linux/3.4.6/specs Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++ --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --host=i586-uhu-linux Thread model: posix gcc version 3.4.6 configure:1940: $? = 0 configure:1942: i586-uhu-linux-gcc -V &5 i586-uhu-linux-gcc: `-V' option must have argument configure:1945: $? = 1 configure:1968: checking for C compiler default output file name configure:1971: i586-uhu-linux-gcc conftest.c >&5 configure:1974: $? = 0 configure:2020: result: a.out configure:2025: checking whether the C compiler works configure:2031: ./a.out configure:2034: $? = 0 configure:2051: result: yes configure:2058: checking whether we are cross compiling configure:2060: result: no configure:2063: checking for suffix of executables configure:2065: i586-uhu-linux-gcc -o conftest conftest.c >&5 configure:2068: $? = 0 configure:2093: result: configure:2099: checking for suffix of object files configure:2120: i586-uhu-linux-gcc -c conftest.c >&5 configure:2123: $? = 0 configure:2145: result: o configure:2149: checking whether we are using the GNU C compiler configure:2173: i586-uhu-linux-gcc -c conftest.c >&5 configure:2179: $? = 0 configure:2183: test -z || test ! -s conftest.err configure:2186: $? = 0 configure:2189: test -s conftest.o configure:2192: $? = 0 configure:2205: result: yes configure:2211: checking whether i586-uhu-linux-gcc accepts -g configure:2232: i586-uhu-linux-gcc -c -g conftest.c >&5 configure:2238: $? = 0 configure:2242: test -z || test ! -s conftest.err configure:2245: $? = 0 configure:2248: test -s conftest.o configure:2251: $? = 0 configure:2262: result: yes configure:2279: checking for i586-uhu-linux-gcc option to accept ANSI C configure:2349: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:2355: $? = 0 configure:2359: test -z || test ! -s conftest.err configure:2362: $? = 0 configure:2365: test -s conftest.o configure:2368: $? = 0 configure:2386: result: none needed configure:2404: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2410: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2548: checking how to run the C preprocessor configure:2583: i586-uhu-linux-gcc -E conftest.c configure:2589: $? = 0 configure:2621: i586-uhu-linux-gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2627: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2666: result: i586-uhu-linux-gcc -E configure:2690: i586-uhu-linux-gcc -E conftest.c configure:2696: $? = 0 configure:2728: i586-uhu-linux-gcc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2734: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2779: checking for egrep configure:2789: result: grep -E configure:2795: checking whether i586-uhu-linux-gcc needs -traditional configure:2837: result: no configure:2850: checking for library containing crypt configure:2880: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c >&5 /tmp/cc03017a.o: In function `main': /var/uhubuild/work/compile/conftest.c:20: undefined reference to `crypt' collect2: ld returned 1 exit status configure:2886: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char crypt (); | int | main () | { | crypt (); | ; | return 0; | } configure:2935: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:2941: $? = 0 configure:2945: test -z || test ! -s conftest.err configure:2948: $? = 0 configure:2951: test -s conftest configure:2954: $? = 0 configure:2969: result: -lcrypt configure:2976: checking for library containing getspnam configure:3006: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcrypt >&5 configure:3012: $? = 0 configure:3016: test -z || test ! -s conftest.err configure:3019: $? = 0 configure:3022: test -s conftest configure:3025: $? = 0 configure:3095: result: none required configure:3102: checking for library containing tgetent configure:3132: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcrypt >&5 /tmp/ccGS5Lqj.o: In function `main': /var/uhubuild/work/compile/conftest.c:20: undefined reference to `tgetent' collect2: ld returned 1 exit status configure:3138: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tgetent (); | int | main () | { | tgetent (); | ; | return 0; | } configure:3187: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -ltermlib -lcrypt >&5 /usr/bin/ld: cannot find -ltermlib collect2: ld returned 1 exit status configure:3193: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tgetent (); | int | main () | { | tgetent (); | ; | return 0; | } configure:3187: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -ltermcap -lcrypt >&5 /usr/bin/ld: cannot find -ltermcap collect2: ld returned 1 exit status configure:3193: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tgetent (); | int | main () | { | tgetent (); | ; | return 0; | } configure:3187: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:3193: $? = 0 configure:3197: test -z || test ! -s conftest.err configure:3200: $? = 0 configure:3203: test -s conftest configure:3206: $? = 0 configure:3221: result: -lcurses configure:3228: checking for library containing gethostbyname configure:3258: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:3264: $? = 0 configure:3268: test -z || test ! -s conftest.err configure:3271: $? = 0 configure:3274: test -s conftest configure:3277: $? = 0 configure:3347: result: none required configure:3354: checking for library containing connect configure:3384: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:3390: $? = 0 configure:3394: test -z || test ! -s conftest.err configure:3397: $? = 0 configure:3400: test -s conftest configure:3403: $? = 0 configure:3473: result: none required configure:3480: checking for library containing iconv configure:3510: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:3516: $? = 0 configure:3520: test -z || test ! -s conftest.err configure:3523: $? = 0 configure:3526: test -s conftest configure:3529: $? = 0 configure:3599: result: none required configure:3611: checking for ANSI C header files configure:3636: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3642: $? = 0 configure:3646: test -z || test ! -s conftest.err configure:3649: $? = 0 configure:3652: test -s conftest.o configure:3655: $? = 0 configure:3744: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:3747: $? = 0 configure:3749: ./conftest configure:3752: $? = 0 configure:3767: result: yes configure:3791: checking for sys/types.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3791: checking for sys/stat.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3791: checking for stdlib.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3791: checking for string.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3791: checking for memory.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3791: checking for strings.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3791: checking for inttypes.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3791: checking for stdint.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3791: checking for unistd.h configure:3807: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3813: $? = 0 configure:3817: test -z || test ! -s conftest.err configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3837: result: yes configure:3866: checking auth.h usability configure:3878: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c:54:18: auth.h: No such file or directory configure:3884: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ICONV 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3907: result: no configure:3911: checking auth.h presence configure:3921: i586-uhu-linux-gcc -E conftest.c conftest.c:20:18: auth.h: No such file or directory configure:3927: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ICONV 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:3947: result: no configure:3982: checking for auth.h configure:3989: result: no configure:3857: checking for inttypes.h configure:3862: result: yes configure:3866: checking shadow.h usability configure:3878: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:3884: $? = 0 configure:3888: test -z || test ! -s conftest.err configure:3891: $? = 0 configure:3894: test -s conftest.o configure:3897: $? = 0 configure:3907: result: yes configure:3911: checking shadow.h presence configure:3921: i586-uhu-linux-gcc -E conftest.c configure:3927: $? = 0 configure:3947: result: yes configure:3982: checking for shadow.h configure:3989: result: yes configure:3857: checking for stdint.h configure:3862: result: yes configure:4017: checking utmpx.h usability configure:4029: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:4035: $? = 0 configure:4039: test -z || test ! -s conftest.err configure:4042: $? = 0 configure:4045: test -s conftest.o configure:4048: $? = 0 configure:4058: result: yes configure:4062: checking utmpx.h presence configure:4072: i586-uhu-linux-gcc -E conftest.c configure:4078: $? = 0 configure:4098: result: yes configure:4133: checking for utmpx.h configure:4140: result: yes configure:4017: checking utmp.h usability configure:4029: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:4035: $? = 0 configure:4039: test -z || test ! -s conftest.err configure:4042: $? = 0 configure:4045: test -s conftest.o configure:4048: $? = 0 configure:4058: result: yes configure:4062: checking utmp.h presence configure:4072: i586-uhu-linux-gcc -E conftest.c configure:4078: $? = 0 configure:4098: result: yes configure:4133: checking for utmp.h configure:4140: result: yes configure:4167: checking wchar.h usability configure:4179: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:4185: $? = 0 configure:4189: test -z || test ! -s conftest.err configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4208: result: yes configure:4212: checking wchar.h presence configure:4222: i586-uhu-linux-gcc -E conftest.c configure:4228: $? = 0 configure:4248: result: yes configure:4283: checking for wchar.h configure:4290: result: yes configure:4298: checking for wchar_t configure:4324: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:4330: $? = 0 configure:4334: test -z || test ! -s conftest.err configure:4337: $? = 0 configure:4340: test -s conftest.o configure:4343: $? = 0 configure:4354: result: yes configure:4357: checking size of wchar_t configure:4688: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:4691: $? = 0 configure:4693: ./conftest configure:4696: $? = 0 configure:4719: result: 4 configure:4740: checking wctype.h usability configure:4752: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:4758: $? = 0 configure:4762: test -z || test ! -s conftest.err configure:4765: $? = 0 configure:4768: test -s conftest.o configure:4771: $? = 0 configure:4781: result: yes configure:4785: checking wctype.h presence configure:4795: i586-uhu-linux-gcc -E conftest.c configure:4801: $? = 0 configure:4821: result: yes configure:4856: checking for wctype.h configure:4863: result: yes configure:4888: checking for dirent.h that defines DIR configure:4912: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:4918: $? = 0 configure:4922: test -z || test ! -s conftest.err configure:4925: $? = 0 configure:4928: test -s conftest.o configure:4931: $? = 0 configure:4942: result: yes configure:4955: checking for library containing opendir configure:4985: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:4991: $? = 0 configure:4995: test -z || test ! -s conftest.err configure:4998: $? = 0 configure:5001: test -s conftest configure:5004: $? = 0 configure:5074: result: none required configure:5210: checking whether stat file-mode macros are broken configure:5258: result: no configure:5268: checking for ANSI C header files configure:5424: result: yes configure:5435: checking for long long configure:5459: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5465: $? = 0 configure:5469: test -z || test ! -s conftest.err configure:5472: $? = 0 configure:5475: test -s conftest.o configure:5478: $? = 0 configure:5489: result: yes configure:5500: checking for uid_t in sys/types.h configure:5523: result: yes configure:5538: checking type of array argument to getgroups configure:5576: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:5579: $? = 0 configure:5581: ./conftest configure:5584: $? = 0 configure:5617: result: gid_t configure:5625: checking for mode_t configure:5649: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5655: $? = 0 configure:5659: test -z || test ! -s conftest.err configure:5662: $? = 0 configure:5665: test -s conftest.o configure:5668: $? = 0 configure:5679: result: yes configure:5691: checking return type of signal handlers configure:5722: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5728: $? = 0 configure:5732: test -z || test ! -s conftest.err configure:5735: $? = 0 configure:5738: test -s conftest.o configure:5741: $? = 0 configure:5752: result: void configure:5760: checking for size_t configure:5784: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5790: $? = 0 configure:5794: test -z || test ! -s conftest.err configure:5797: $? = 0 configure:5800: test -s conftest.o configure:5803: $? = 0 configure:5814: result: yes configure:5826: checking for uid_t in sys/types.h configure:5849: result: yes configure:5867: checking for socklen_t configure:5895: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5901: $? = 0 configure:5905: test -z || test ! -s conftest.err configure:5908: $? = 0 configure:5911: test -s conftest.o configure:5914: $? = 0 configure:5925: result: yes configure:5940: checking for struct dirent.d_ino configure:5973: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:5979: $? = 0 configure:5983: test -z || test ! -s conftest.err configure:5986: $? = 0 configure:5989: test -s conftest.o configure:5992: $? = 0 configure:6059: result: yes configure:6070: checking for struct utmp.ut_host configure:6099: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:6105: $? = 0 configure:6109: test -z || test ! -s conftest.err configure:6112: $? = 0 configure:6115: test -s conftest.o configure:6118: $? = 0 configure:6181: result: yes configure:6191: checking for struct utmp.ut_user configure:6220: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:6226: $? = 0 configure:6230: test -z || test ! -s conftest.err configure:6233: $? = 0 configure:6236: test -s conftest.o configure:6239: $? = 0 configure:6302: result: yes configure:6312: checking for struct utmp.ut_tv configure:6341: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:47: error: invalid operands to binary != configure:6347: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ICONV 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | /* end confdefs.h. */ | #ifdef HAVE_UTMPX_H | #include | #define utmp utmpx | #elif defined HAVE_UTMP_H | #include | #endif | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_tv) | return 0; | ; | return 0; | } configure:6391: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:6397: $? = 0 configure:6401: test -z || test ! -s conftest.err configure:6404: $? = 0 configure:6407: test -s conftest.o configure:6410: $? = 0 configure:6423: result: yes configure:6433: checking for struct utmp.ut_xtime configure:6462: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:48: error: structure has no member named `ut_xtime' configure:6468: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ICONV 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | /* end confdefs.h. */ | #ifdef HAVE_UTMPX_H | #include | #define utmp utmpx | #elif defined HAVE_UTMP_H | #include | #endif | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_xtime) | return 0; | ; | return 0; | } configure:6512: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:48: error: structure has no member named `ut_xtime' configure:6518: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ICONV 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | /* end confdefs.h. */ | #ifdef HAVE_UTMPX_H | #include | #define utmp utmpx | #elif defined HAVE_UTMP_H | #include | #endif | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_xtime) | return 0; | ; | return 0; | } configure:6544: result: no configure:6555: checking for struct sockaddr_storage.ss_family configure:6580: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:6586: $? = 0 configure:6590: test -z || test ! -s conftest.err configure:6593: $? = 0 configure:6596: test -s conftest.o configure:6599: $? = 0 configure:6658: result: yes configure:6670: checking for an ANSI C-conforming const configure:6737: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:6743: $? = 0 configure:6747: test -z || test ! -s conftest.err configure:6750: $? = 0 configure:6753: test -s conftest.o configure:6756: $? = 0 configure:6767: result: yes configure:6777: checking for function prototypes configure:6780: result: yes configure:6797: checking for working volatile configure:6820: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:6826: $? = 0 configure:6830: test -z || test ! -s conftest.err configure:6833: $? = 0 configure:6836: test -s conftest.o configure:6839: $? = 0 configure:6850: result: yes configure:6861: checking whether gethostname is declared configure:6885: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 configure:6891: $? = 0 configure:6895: test -z || test ! -s conftest.err configure:6898: $? = 0 configure:6901: test -s conftest.o configure:6904: $? = 0 configure:6915: result: yes configure:6952: checking for dup2 configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for getcwd configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for gethostname configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for getpwent configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for getutent configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for memmove configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 conftest.c:70: warning: conflicting types for built-in function 'memmove' configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for memset configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 conftest.c:71: warning: conflicting types for built-in function 'memset' configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for nice configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for nl_langinfo configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for sbrk configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for setpgid configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for setpriority configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for strerror configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for strstr configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 conftest.c:78: warning: conflicting types for built-in function 'strstr' configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for sysconf configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:6952: checking for wcwidth configure:7009: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 configure:7015: $? = 0 configure:7019: test -z || test ! -s conftest.err configure:7022: $? = 0 configure:7025: test -s conftest configure:7028: $? = 0 configure:7040: result: yes configure:7050: checking whether getpgrp requires zero arguments configure:7072: i586-uhu-linux-gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:94: error: too many arguments to function `getpgrp' configure:7078: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ICONV 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_DECL_GETHOSTNAME 1 | #define HAVE_DUP2 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_SBRK 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSTR 1 | #define HAVE_SYSCONF 1 | #define HAVE_WCWIDTH 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | getpgrp (0); | ; | return 0; | } configure:7103: result: yes configure:7113: checking whether setpgrp takes no argument configure:7145: i586-uhu-linux-gcc -o conftest -g -O2 conftest.c -lcurses -lcrypt >&5 conftest.c: In function `main': conftest.c:68: error: too many arguments to function `setpgrp' configure:7148: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ICONV 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_WCHAR_H 1 | #define SIZEOF_WCHAR_T 4 | #define HAVE_WCTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_LONG_LONG 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMP_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_TV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_DECL_GETHOSTNAME 1 | #define HAVE_DUP2 1 | #define HAVE_GETCWD 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETUTENT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_SBRK 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSTR 1 | #define HAVE_SYSCONF 1 | #define HAVE_WCWIDTH 1 | #define GETPGRP_VOID 1 | /* end confdefs.h. */ | #if HAVE_UNISTD_H | # include | #endif | | int | main () | { | /* If this system has a BSD-style setpgrp which takes arguments, | setpgrp(1, 1) will fail with ESRCH and return -1, in that case | exit successfully. */ | exit (setpgrp (1,1) == -1 ? 0 : 1); | ; | return 0; | } configure:7167: result: yes configure:7460: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on norris config.status:652: creating Makefile config.status:755: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i586-uhu-linux-gnu ac_cv_build_alias=i586-uhu-linux ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_volatile=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i586-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i586-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_dup2=yes ac_cv_func_getcwd=yes ac_cv_func_gethostname=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getpwent=yes ac_cv_func_getutent=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_nice=yes ac_cv_func_nl_langinfo=yes ac_cv_func_sbrk=yes ac_cv_func_setpgid=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setpriority=yes ac_cv_func_strerror=yes ac_cv_func_strstr=yes ac_cv_func_sysconf=yes ac_cv_func_wcwidth=yes ac_cv_have_decl_gethostname=yes ac_cv_header_auth_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_shadow_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utmp_h=yes ac_cv_header_utmpx_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=i586-uhu-linux-gnu ac_cv_host_alias=i586-uhu-linux ac_cv_host_system_type=i586-uhu-linux-gnu ac_cv_member_struct_dirent_d_ino=yes ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_member_struct_utmp_ut_host=yes ac_cv_member_struct_utmp_ut_tv=yes ac_cv_member_struct_utmp_ut_user=yes ac_cv_member_struct_utmp_ut_xtime=no ac_cv_objext=o ac_cv_prog_CC=i586-uhu-linux-gcc ac_cv_prog_CPP='i586-uhu-linux-gcc -E' ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_gcc_traditional=no ac_cv_search_connect='none required' ac_cv_search_crypt=-lcrypt ac_cv_search_gethostbyname='none required' ac_cv_search_getspnam='none required' ac_cv_search_iconv='none required' ac_cv_search_opendir='none required' ac_cv_search_tgetent=-lcurses ac_cv_sizeof_wchar_t=4 ac_cv_type_getgroups=gid_t ac_cv_type_long_long=yes ac_cv_type_mode_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_uid_t=yes ac_cv_type_wchar_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='i586-uhu-linux-gcc' CFLAGS='-g -O2' CPP='i586-uhu-linux-gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' DFLAGS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' HESDEF='' HESLIB='' LDFLAGS='' LIBOBJS='' LIBS='-lcurses -lcrypt ' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' ac_ct_CC='' bindir='/bin' build='i586-uhu-linux-gnu' build_alias='i586-uhu-linux' build_cpu='i586' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i586-uhu-linux-gnu' host_alias='i586-uhu-linux' host_cpu='i586' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define GETGROUPS_T gid_t #define GETPGRP_VOID 1 #define HAVE_DECL_GETHOSTNAME 1 #define HAVE_DIRENT_H 1 #define HAVE_DUP2 1 #define HAVE_GETCWD 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETPWENT 1 #define HAVE_GETUTENT 1 #define HAVE_ICONV 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LONG_LONG 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_NICE 1 #define HAVE_NL_LANGINFO 1 #define HAVE_SBRK 1 #define HAVE_SETPGID 1 #define HAVE_SETPRIORITY 1 #define HAVE_SHADOW_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRERROR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRSTR 1 #define HAVE_STRUCT_DIRENT_D_INO 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_STRUCT_UTMP_UT_HOST 1 #define HAVE_STRUCT_UTMP_UT_TV 1 #define HAVE_STRUCT_UTMP_UT_USER 1 #define HAVE_SYSCONF 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTMPX_H 1 #define HAVE_UTMP_H 1 #define HAVE_WCHAR_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_WCWIDTH 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PROTOTYPES 1 #define RETSIGTYPE void #define SETPGRP_VOID 1 #define SIZEOF_WCHAR_T 4 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define __PROTOTYPES 1 configure: exit 0