From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28749 invoked from network); 19 Mar 2005 15:23:19 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 19 Mar 2005 15:23:19 -0000 Received: (qmail 60431 invoked from network); 19 Mar 2005 15:23:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Mar 2005 15:23:10 -0000 Received: (qmail 3407 invoked by alias); 19 Mar 2005 15:23:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21020 Received: (qmail 90 invoked from network); 15 Mar 2005 16:38:46 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 15 Mar 2005 16:38:46 -0000 Received: (qmail 51056 invoked from network); 15 Mar 2005 16:38:46 -0000 Received: from rzcomm22.rz.tu-bs.de (134.169.9.68) by a.mx.sunsite.dk with SMTP; 15 Mar 2005 16:38:45 -0000 Received: from moocow.localhost (ppp547.ts.rz.tu-bs.de [134.169.243.48]) by rzcomm22.rz.tu-bs.de (8.12.11/8.12.11) with ESMTP id j2FGc9jA010251 for ; Tue, 15 Mar 2005 17:38:10 +0100 (envelope-from ML.Dowling@tu-bs.de) Received: by moocow.localhost (Postfix, from userid 149) id 5D095F1A11; Tue, 15 Mar 2005 17:38:11 +0100 (CET) Date: Tue, 15 Mar 2005 17:38:11 +0100 From: Mike Dowling To: zsh-workers@sunsite.dk Subject: Problem with the configure script (2.4.2) Message-ID: <20050315163810.GA24540@moocow.localhost> Reply-To: ML.Dowling@tu-bs.de Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline Organisation: Technical University of Braunschweig User-Agent: Mutt/1.5.7i X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CD 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __HAS_MSGID 0, __MIME_VERSION 0, __SANE_MSGID 0' --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I cannot get configure to produce a Makefile or a config.h file. I suspect that the problem lies with me, but I would be very grateful for any hints as to how I can solve the problem. #./configure produces lots of output, as usual, and perminates with checking for sbrk() prototype in ... yes checking for ioctl prototype in ... yes checking for mknod prototype in ... yes checking if named FIFOs work... yes checking if echo in /bin/sh interprets escape sequences... yes checking if link() works... yes checking if kill(pid, 0) returns ESRCH correctly... yes checking if POSIX sigsuspend() works... yes Everything looks fine, until I enter #make make: *** No targets specified and no makefile found. Stop. But there's no Make file. config.log also looks inoccuous enough (attached). What could possibly be going wrong? Cheers, Mike Dowling --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.log" 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 ## --------- ## ## Platform. ## ## --------- ## hostname = moocow.localhost uname -m = i686 uname -r = 2.6.11.2 uname -s = Linux uname -v = #3 Sun Mar 13 10:32:04 CET 2005 /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: //bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/bin/X11 PATH: /usr/local/bin PATH: /usr/local/X11/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1374: checking build system type configure:1392: result: i686-pc-linux-gnu configure:1400: checking host system type configure:1414: result: i686-pc-linux-gnu configure:1885: checking for gcc configure:1901: found /usr/bin/gcc configure:1911: result: gcc configure:2155: checking for C compiler version configure:2158: gcc --version &5 gcc (GCC) 3.4.1 Copyright (C) 2004 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:2161: $? = 0 configure:2163: gcc -v &5 Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.1/specs Configured with: ../gcc-3.4.1/configure --prefix=/usr --disable-nls Thread model: posix gcc version 3.4.1 configure:2166: $? = 0 configure:2168: gcc -V &5 gcc: `-V' option must have argument configure:2171: $? = 1 configure:2194: checking for C compiler default output file name configure:2197: gcc conftest.c >&5 configure:2200: $? = 0 configure:2246: result: a.out configure:2251: checking whether the C compiler works configure:2257: ./a.out configure:2260: $? = 0 configure:2277: result: yes configure:2284: checking whether we are cross compiling configure:2286: result: no configure:2289: checking for suffix of executables configure:2291: gcc -o conftest conftest.c >&5 configure:2294: $? = 0 configure:2319: result: configure:2325: checking for suffix of object files configure:2346: gcc -c conftest.c >&5 configure:2349: $? = 0 configure:2371: result: o configure:2375: checking whether we are using the GNU C compiler configure:2399: gcc -c conftest.c >&5 configure:2405: $? = 0 configure:2409: test -z || test ! -s conftest.err configure:2412: $? = 0 configure:2415: test -s conftest.o configure:2418: $? = 0 configure:2431: result: yes configure:2437: checking whether gcc accepts -g configure:2458: gcc -c -g conftest.c >&5 configure:2464: $? = 0 configure:2468: test -z || test ! -s conftest.err configure:2471: $? = 0 configure:2474: test -s conftest.o configure:2477: $? = 0 configure:2488: result: yes configure:2505: checking for gcc option to accept ANSI C configure:2575: gcc -c conftest.c >&5 configure:2581: $? = 0 configure:2585: test -z || test ! -s conftest.err configure:2588: $? = 0 configure:2591: test -s conftest.o configure:2594: $? = 0 configure:2612: result: none needed configure:2630: gcc -c conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2636: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2774: checking whether large file support needs explicit enabling configure:2803: result: yes configure:2882: checking how to run the C preprocessor configure:2917: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:2923: $? = 0 configure:2955: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftest.c:20:28: ac_nonexistent.h: No such file or directory configure:2961: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | /* end confdefs.h. */ | #include configure:3000: result: gcc -E configure:3024: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:3030: $? = 0 configure:3062: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftest.c:20:28: ac_nonexistent.h: No such file or directory configure:3068: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | /* end confdefs.h. */ | #include configure:3112: checking for egrep configure:3122: result: grep -E configure:3128: checking whether gcc needs -traditional configure:3170: result: no configure:3176: checking for an ANSI C-conforming const configure:3243: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:47: warning: unused variable `s' conftest.c:67: warning: unused variable `foo' conftest.c:28: warning: unused variable `x' conftest.c:34: warning: unused variable `zero' conftest.c:64: warning: 'b' might be used uninitialized in this function conftest.c:46: warning: 't' might be used uninitialized in this function configure:3249: $? = 0 configure:3253: test -z || test ! -s conftest.err configure:3256: $? = 0 configure:3259: test -s conftest.o configure:3262: $? = 0 configure:3273: result: yes configure:3287: checking for gcc option to accept ANSI C configure:3327: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:3333: $? = 0 configure:3337: test -z || test ! -s conftest.err configure:3340: $? = 0 configure:3343: test -s conftest.o configure:3346: $? = 0 configure:3359: result: configure:3366: checking whether to use prototypes configure:3385: result: yes configure:3397: checking for working alloca.h configure:3418: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:25: warning: unused variable `p' configure:3424: $? = 0 configure:3428: test -z || test ! -s conftest.err configure:3431: $? = 0 configure:3434: test -s conftest configure:3437: $? = 0 configure:3449: result: yes configure:3459: checking for alloca configure:3500: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:46: warning: unused variable `p' configure:3506: $? = 0 configure:3510: test -z || test ! -s conftest.err configure:3513: $? = 0 configure:3516: test -s conftest configure:3519: $? = 0 configure:3531: result: yes configure:3754: checking if the compiler supports union initialisation configure:3775: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:3781: $? = 0 configure:3785: test -z || test ! -s conftest.err configure:3788: $? = 0 configure:3791: test -s conftest.o configure:3794: $? = 0 configure:3805: result: yes configure:3816: checking if signed to unsigned casting is broken configure:3833: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:24: warning: return type defaults to `int' configure:3836: $? = 0 configure:3838: ./conftest configure:3841: $? = 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 MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | /* end confdefs.h. */ | main(){return((int)(unsigned char)((char) -1) == 255);} configure:3855: result: no configure:3866: checking if the compiler supports variable-length arrays configure:3887: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:28: warning: unused variable `i' conftest.c:28: warning: unused variable `a' configure:3893: $? = 0 configure:3897: test -z || test ! -s conftest.err configure:3900: $? = 0 configure:3903: test -s conftest.o configure:3906: $? = 0 configure:3917: result: yes configure:3928: checking whether make sets $(MAKE) configure:3948: result: yes configure:3969: checking for a BSD-compatible install configure:4024: result: //bin/install -c configure:4038: checking for gawk configure:4054: found //bin/gawk configure:4064: result: gawk configure:4073: checking whether ln works configure:4091: result: yes configure:4101: checking for yodl configure:4130: result: no configure:4142: checking for ansi2knr configure:4171: result: no configure:4198: checking for dirent.h that defines DIR configure:4222: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4228: $? = 0 configure:4232: test -z || test ! -s conftest.err configure:4235: $? = 0 configure:4238: test -s conftest.o configure:4241: $? = 0 configure:4252: result: yes configure:4265: checking for library containing opendir configure:4295: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4301: $? = 0 configure:4305: test -z || test ! -s conftest.err configure:4308: $? = 0 configure:4311: test -s conftest configure:4314: $? = 0 configure:4384: result: none required configure:4520: checking for ANSI C header files configure:4545: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4551: $? = 0 configure:4555: test -z || test ! -s conftest.err configure:4558: $? = 0 configure:4561: test -s conftest.o configure:4564: $? = 0 configure:4653: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:43: warning: implicit declaration of function `exit' configure:4656: $? = 0 configure:4658: ./conftest configure:4661: $? = 0 configure:4676: result: yes configure:4686: checking whether time.h and sys/time.h may both be included configure:4711: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4717: $? = 0 configure:4721: test -z || test ! -s conftest.err configure:4724: $? = 0 configure:4727: test -s conftest.o configure:4730: $? = 0 configure:4741: result: yes configure:4751: checking whether stat file-mode macros are broken configure:4799: result: no configure:4809: checking for sys/wait.h that is POSIX.1 compatible configure:4840: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4846: $? = 0 configure:4850: test -z || test ! -s conftest.err configure:4853: $? = 0 configure:4856: test -s conftest.o configure:4859: $? = 0 configure:4870: result: yes configure:4937: checking for sys/types.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:4937: checking for sys/stat.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:4937: checking for stdlib.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:4937: checking for string.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:4937: checking for memory.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:4937: checking for strings.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:4937: checking for inttypes.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:4937: checking for stdint.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:4937: checking for unistd.h configure:4953: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:4959: $? = 0 configure:4963: test -z || test ! -s conftest.err configure:4966: $? = 0 configure:4969: test -s conftest.o configure:4972: $? = 0 configure:4983: result: yes configure:5049: checking sys/time.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking sys/time.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for sys/time.h configure:5172: result: yes configure:5049: checking sys/times.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking sys/times.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for sys/times.h configure:5172: result: yes configure:5049: checking sys/select.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking sys/select.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for sys/select.h configure:5172: result: yes configure:5049: checking termcap.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking termcap.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for termcap.h configure:5172: result: yes configure:5049: checking termio.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking termio.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for termio.h configure:5172: result: yes configure:5049: checking termios.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking termios.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for termios.h configure:5172: result: yes configure:5049: checking sys/param.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking sys/param.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for sys/param.h configure:5172: result: yes configure:5049: checking sys/filio.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:79:23: sys/filio.h: No such file or directory configure:5067: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5090: result: no configure:5094: checking sys/filio.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftest.c:45:23: sys/filio.h: No such file or directory configure:5110: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:5130: result: no configure:5165: checking for sys/filio.h configure:5172: result: no configure:5040: checking for string.h configure:5045: result: yes configure:5040: checking for memory.h configure:5045: result: yes configure:5049: checking limits.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking limits.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for limits.h configure:5172: result: yes configure:5049: checking fcntl.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking fcntl.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for fcntl.h configure:5172: result: yes configure:5049: checking libc.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:83:18: libc.h: No such file or directory configure:5067: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5090: result: no configure:5094: checking libc.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftest.c:49:18: libc.h: No such file or directory configure:5110: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:5130: result: no configure:5165: checking for libc.h configure:5172: result: no configure:5049: checking sys/utsname.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking sys/utsname.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for sys/utsname.h configure:5172: result: yes configure:5049: checking sys/resource.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking sys/resource.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for sys/resource.h configure:5172: result: yes configure:5049: checking locale.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking locale.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for locale.h configure:5172: result: yes configure:5049: checking errno.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking errno.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for errno.h configure:5172: result: yes configure:5049: checking stdio.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking stdio.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for stdio.h configure:5172: result: yes configure:5040: checking for stdlib.h configure:5045: result: yes configure:5040: checking for unistd.h configure:5045: result: yes configure:5049: checking sys/capability.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:90:28: sys/capability.h: No such file or directory configure:5067: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_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:5090: result: no configure:5094: checking sys/capability.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftest.c:56:28: sys/capability.h: No such file or directory configure:5110: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:5130: result: no configure:5165: checking for sys/capability.h configure:5172: result: no configure:5049: checking utmp.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking utmp.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for utmp.h configure:5172: result: yes configure:5049: checking utmpx.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking utmpx.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for utmpx.h configure:5172: result: yes configure:5040: checking for sys/types.h configure:5045: result: yes configure:5049: checking pwd.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking pwd.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for pwd.h configure:5172: result: yes configure:5049: checking grp.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking grp.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for grp.h configure:5172: result: yes configure:5049: checking poll.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking poll.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for poll.h configure:5172: result: yes configure:5049: checking sys/mman.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking sys/mman.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for sys/mman.h configure:5172: result: yes configure:5049: checking netinet/in_systm.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking netinet/in_systm.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for netinet/in_systm.h configure:5172: result: yes configure:5049: checking pcre.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:98:18: pcre.h: No such file or directory configure:5067: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_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:5090: result: no configure:5094: checking pcre.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftest.c:64:18: pcre.h: No such file or directory configure:5110: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | /* end confdefs.h. */ | #include configure:5130: result: no configure:5165: checking for pcre.h configure:5172: result: no configure:5049: checking langinfo.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking langinfo.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for langinfo.h configure:5172: result: yes configure:5049: checking wchar.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking wchar.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for wchar.h configure:5172: result: yes configure:5049: checking stddef.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking stddef.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for stddef.h configure:5172: result: yes configure:5049: checking sys/stropts.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking sys/stropts.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for sys/stropts.h configure:5172: result: yes configure:5049: checking iconv.h usability configure:5061: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5067: $? = 0 configure:5071: test -z || test ! -s conftest.err configure:5074: $? = 0 configure:5077: test -s conftest.o configure:5080: $? = 0 configure:5090: result: yes configure:5094: checking iconv.h presence configure:5104: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5110: $? = 0 configure:5130: result: yes configure:5165: checking for iconv.h configure:5172: result: yes configure:5200: checking dlfcn.h usability configure:5212: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5218: $? = 0 configure:5222: test -z || test ! -s conftest.err configure:5225: $? = 0 configure:5228: test -s conftest.o configure:5231: $? = 0 configure:5241: result: yes configure:5245: checking dlfcn.h presence configure:5255: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:5261: $? = 0 configure:5281: result: yes configure:5316: checking for dlfcn.h configure:5323: result: yes configure:5350: checking dl.h usability configure:5362: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:104:16: dl.h: No such file or directory configure:5368: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_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:5391: result: no configure:5395: checking dl.h presence configure:5405: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c conftest.c:70:16: dl.h: No such file or directory configure:5411: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5431: result: no configure:5466: checking for dl.h configure:5473: result: no configure:5491: checking for conflicts in sys/time.h and sys/select.h configure:5513: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:75: warning: unused variable `i' configure:5519: $? = 0 configure:5523: test -z || test ! -s conftest.err configure:5526: $? = 0 configure:5529: test -s conftest.o configure:5532: $? = 0 configure:5543: result: no configure:5553: checking POSIX termios configure:5577: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:5583: $? = 0 configure:5587: test -z || test ! -s conftest.err configure:5590: $? = 0 configure:5593: test -s conftest configure:5596: $? = 0 configure:5608: result: yes configure:5612: checking TIOCGWINSZ in termios.h configure:5634: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:75: error: `TIOCGWINSZ' undeclared (first use in this function) conftest.c:75: error: (Each undeclared identifier is reported only once conftest.c:75: error: for each function it appears in.) conftest.c:75: warning: unused variable `x' configure:5640: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | int x = TIOCGWINSZ; | ; | return 0; | } configure:5665: result: no configure:5674: checking TIOCGWINSZ in sys/ioctl.h configure:5696: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:75: warning: unused variable `x' configure:5702: $? = 0 configure:5706: test -z || test ! -s conftest.err configure:5709: $? = 0 configure:5712: test -s conftest configure:5715: $? = 0 configure:5727: result: yes configure:5739: checking for streams headers including struct winsize configure:5761: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:71:24: sys/stream.h: No such file or directory conftest.c:72:22: sys/ptem.h: No such file or directory conftest.c: In function `main': conftest.c:77: error: storage size of 'wsz' isn't known conftest.c:77: warning: unused variable `wsz' configure:5767: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | struct winsize wsz | ; | return 0; | } configure:5791: result: no configure:5801: checking for printf in -lc configure:5831: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lc >&5 conftest.c:78: warning: conflicting types for built-in function 'printf' configure:5837: $? = 0 configure:5841: test -z || test ! -s conftest.err configure:5844: $? = 0 configure:5847: test -s conftest configure:5850: $? = 0 configure:5863: result: yes configure:5871: checking for pow in -lm configure:5901: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -lc >&5 conftest.c:78: warning: conflicting types for built-in function 'pow' configure:5907: $? = 0 configure:5911: test -z || test ! -s conftest.err configure:5914: $? = 0 configure:5917: test -s conftest configure:5920: $? = 0 configure:5933: result: yes configure:6101: checking for library containing tgetent configure:6131: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -lc >&5 /tmp/ccSjMa8i.o(.text+0xd): In function `main': : undefined reference to `tgetent' collect2: ld returned 1 exit status configure:6137: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tgetent (); | int | main () | { | tgetent (); | ; | return 0; | } configure:6186: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -lm -lc >&5 /usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ltinfo collect2: ld returned 1 exit status configure:6192: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tgetent (); | int | main () | { | tgetent (); | ; | return 0; | } configure:6186: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltermcap -lm -lc >&5 configure:6192: $? = 0 configure:6196: test -z || test ! -s conftest.err configure:6199: $? = 0 configure:6202: test -s conftest configure:6205: $? = 0 configure:6220: result: -ltermcap configure:6227: checking for library containing tigetflag configure:6257: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltermcap -lm -lc >&5 /tmp/cckhwUaS.o(.text+0xd): In function `main': : undefined reference to `tigetflag' collect2: ld returned 1 exit status configure:6263: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tigetflag (); | int | main () | { | tigetflag (); | ; | return 0; | } configure:6312: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltinfo -ltermcap -lm -lc >&5 /usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ltinfo collect2: ld returned 1 exit status configure:6318: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tigetflag (); | int | main () | { | tigetflag (); | ; | return 0; | } configure:6312: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ltermcap -ltermcap -lm -lc >&5 /tmp/ccE7ognf.o(.text+0xd): In function `main': : undefined reference to `tigetflag' collect2: ld returned 1 exit status configure:6318: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char tigetflag (); | int | main () | { | tigetflag (); | ; | return 0; | } configure:6312: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5 configure:6318: $? = 0 configure:6322: test -z || test ! -s conftest.err configure:6325: $? = 0 configure:6328: test -s conftest configure:6331: $? = 0 configure:6346: result: -lcurses configure:6367: checking curses.h usability configure:6379: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6385: $? = 0 configure:6389: test -z || test ! -s conftest.err configure:6392: $? = 0 configure:6395: test -s conftest.o configure:6398: $? = 0 configure:6408: result: yes configure:6412: checking curses.h presence configure:6422: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:6428: $? = 0 configure:6448: result: yes configure:6483: checking for curses.h configure:6490: result: yes configure:6579: checking term.h usability configure:6591: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:6597: $? = 0 configure:6601: test -z || test ! -s conftest.err configure:6604: $? = 0 configure:6607: test -s conftest.o configure:6610: $? = 0 configure:6620: result: yes configure:6624: checking term.h presence configure:6634: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c configure:6640: $? = 0 configure:6660: result: yes configure:6695: checking for term.h configure:6702: result: yes configure:6710: checking if term.h needs curses.h configure:6728: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:78: warning: initialization discards qualifiers from pointer target type conftest.c:78: warning: unused variable `test' configure:6734: $? = 0 configure:6738: test -z || test ! -s conftest.err configure:6741: $? = 0 configure:6744: test -s conftest.o configure:6747: $? = 0 configure:6774: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:79: warning: initialization discards qualifiers from pointer target type conftest.c:79: warning: unused variable `test' configure:6780: $? = 0 configure:6784: test -z || test ! -s conftest.err configure:6787: $? = 0 configure:6790: test -s conftest.o configure:6793: $? = 0 configure:6812: result: no configure:6816: checking if boolcodes is available configure:6837: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5 conftest.c: In function `main': conftest.c:81: warning: initialization discards qualifiers from pointer target type conftest.c:81: warning: implicit declaration of function `printf' configure:6843: $? = 0 configure:6847: test -z || test ! -s conftest.err configure:6850: $? = 0 configure:6853: test -s conftest configure:6856: $? = 0 configure:6870: result: yes configure:6872: checking if numcodes is available configure:6893: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5 conftest.c: In function `main': conftest.c:82: warning: initialization discards qualifiers from pointer target type conftest.c:82: warning: implicit declaration of function `printf' configure:6899: $? = 0 configure:6903: test -z || test ! -s conftest.err configure:6906: $? = 0 configure:6909: test -s conftest configure:6912: $? = 0 configure:6926: result: yes configure:6928: checking if strcodes is available configure:6949: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5 conftest.c: In function `main': conftest.c:83: warning: initialization discards qualifiers from pointer target type conftest.c:83: warning: implicit declaration of function `printf' configure:6955: $? = 0 configure:6959: test -z || test ! -s conftest.err configure:6962: $? = 0 configure:6965: test -s conftest configure:6968: $? = 0 configure:6982: result: yes configure:6984: checking if boolnames is available configure:7003: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5 conftest.c: In function `main': conftest.c:82: warning: initialization discards qualifiers from pointer target type configure:7009: $? = 0 configure:7013: test -z || test ! -s conftest.err configure:7016: $? = 0 configure:7019: test -s conftest configure:7022: $? = 0 configure:7036: result: yes configure:7038: checking if numnames is available configure:7057: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5 conftest.c: In function `main': conftest.c:83: warning: initialization discards qualifiers from pointer target type configure:7063: $? = 0 configure:7067: test -z || test ! -s conftest.err configure:7070: $? = 0 configure:7073: test -s conftest configure:7076: $? = 0 configure:7090: result: yes configure:7092: checking if strnames is available configure:7111: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5 conftest.c: In function `main': conftest.c:84: warning: initialization discards qualifiers from pointer target type configure:7117: $? = 0 configure:7121: test -z || test ! -s conftest.err configure:7124: $? = 0 configure:7127: test -s conftest configure:7130: $? = 0 configure:7144: result: yes configure:7153: checking for library containing yp_all configure:7183: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lcurses -ltermcap -lm -lc >&5 /tmp/ccegdQEX.o(.text+0xd): In function `main': : undefined reference to `yp_all' collect2: ld returned 1 exit status configure:7189: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char yp_all (); | int | main () | { | yp_all (); | ; | return 0; | } configure:7238: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lnsl -lcurses -ltermcap -lm -lc >&5 configure:7244: $? = 0 configure:7248: test -z || test ! -s conftest.err configure:7251: $? = 0 configure:7254: test -s conftest configure:7257: $? = 0 configure:7272: result: -lnsl configure:7286: checking for dlopen in -ldl configure:7316: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:7322: $? = 0 configure:7326: test -z || test ! -s conftest.err configure:7329: $? = 0 configure:7332: test -s conftest configure:7335: $? = 0 configure:7348: result: yes configure:7439: checking for socket in -lsocket configure:7469: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lsocket -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:7475: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char socket (); | int | main () | { | socket (); | ; | return 0; | } configure:7501: result: no configure:7514: checking for iconv in -liconv configure:7544: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -liconv -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -liconv collect2: ld returned 1 exit status configure:7550: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char iconv (); | int | main () | { | iconv (); | ; | return 0; | } configure:7576: result: no configure:7669: checking if an include file defines ospeed configure:7696: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:7702: $? = 0 configure:7706: test -z || test ! -s conftest.err configure:7709: $? = 0 configure:7712: test -s conftest configure:7715: $? = 0 configure:7727: result: yes configure:7808: checking return type of signal handlers configure:7839: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:96: warning: unused variable `i' configure:7845: $? = 0 configure:7849: test -z || test ! -s conftest.err configure:7852: $? = 0 configure:7855: test -s conftest.o configure:7858: $? = 0 configure:7869: result: void configure:7877: checking for pid_t configure:7901: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:7907: $? = 0 configure:7911: test -z || test ! -s conftest.err configure:7914: $? = 0 configure:7917: test -s conftest.o configure:7920: $? = 0 configure:7931: result: yes configure:7943: checking for off_t configure:7967: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:7973: $? = 0 configure:7977: test -z || test ! -s conftest.err configure:7980: $? = 0 configure:7983: test -s conftest.o configure:7986: $? = 0 configure:7997: result: yes configure:8009: checking for ino_t configure:8033: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:8039: $? = 0 configure:8043: test -z || test ! -s conftest.err configure:8046: $? = 0 configure:8049: test -s conftest.o configure:8052: $? = 0 configure:8063: result: yes configure:8075: checking for mode_t configure:8099: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:8105: $? = 0 configure:8109: test -z || test ! -s conftest.err configure:8112: $? = 0 configure:8115: test -s conftest.o configure:8118: $? = 0 configure:8129: result: yes configure:8141: checking for uid_t in sys/types.h configure:8164: result: yes configure:8179: checking for size_t configure:8203: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:8209: $? = 0 configure:8213: test -z || test ! -s conftest.err configure:8216: $? = 0 configure:8219: test -s conftest.o configure:8222: $? = 0 configure:8233: result: yes configure:8246: checking if long is 64 bits configure:8263: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:8266: $? = 0 configure:8268: ./conftest configure:8271: $? = 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 MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | int main() { return sizeof(long) < 8; } configure:8285: result: no configure:8306: checking if off_t is 64 bit configure:8327: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:86: warning: return type defaults to `int' configure:8330: $? = 0 configure:8332: ./conftest configure:8335: $? = 0 configure:8349: result: yes configure:8358: checking if ino_t is 64 bit configure:8379: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:87: warning: return type defaults to `int' configure:8382: $? = 0 configure:8384: ./conftest configure:8387: $? = 0 configure:8401: result: yes configure:8412: checking if compiler has a 64 bit type configure:8495: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:91: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:93: warning: unused variable `bar' configure:8498: $? = 0 configure:8500: ./conftest configure:8503: $? = 0 configure:8673: result: long long configure:8681: checking for a corresponding unsigned 64 bit type configure:8713: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:92: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:94: warning: unused variable `bar' configure:8716: $? = 0 configure:8718: ./conftest configure:8721: $? = 0 configure:8787: result: unsigned long long configure:8799: checking for sigset_t configure:8821: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:92: warning: unused variable `tempsigset' configure:8827: $? = 0 configure:8831: test -z || test ! -s conftest.err configure:8834: $? = 0 configure:8837: test -s conftest.o configure:8840: $? = 0 configure:8851: result: yes configure:8862: checking for struct timezone configure:8887: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:95: warning: unused variable `testvar' configure:8893: $? = 0 configure:8897: test -z || test ! -s conftest.err configure:8900: $? = 0 configure:8903: test -s conftest.o configure:8906: $? = 0 configure:8918: result: yes configure:8930: checking for struct utmp configure:8958: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:99: warning: unused variable `testvar' configure:8964: $? = 0 configure:8968: test -z || test ! -s conftest.err configure:8971: $? = 0 configure:8974: test -s conftest.o configure:8977: $? = 0 configure:8989: result: yes configure:9000: checking for struct utmpx configure:9028: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:100: warning: unused variable `testvar' configure:9034: $? = 0 configure:9038: test -z || test ! -s conftest.err configure:9041: $? = 0 configure:9044: test -s conftest.o configure:9047: $? = 0 configure:9059: result: yes configure:9071: checking for ut_host in struct utmp configure:9099: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:101: warning: statement with no effect configure:9105: $? = 0 configure:9109: test -z || test ! -s conftest.err configure:9112: $? = 0 configure:9115: test -s conftest.o configure:9118: $? = 0 configure:9130: result: yes configure:9141: checking for ut_host in struct utmpx configure:9169: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:102: warning: statement with no effect configure:9175: $? = 0 configure:9179: test -z || test ! -s conftest.err configure:9182: $? = 0 configure:9185: test -s conftest.o configure:9188: $? = 0 configure:9200: result: yes configure:9211: checking for ut_xtime in struct utmpx configure:9239: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:103: error: structure has no member named `ut_xtime' configure:9245: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | | int | main () | { | struct utmpx testvar; testvar.ut_xtime; | ; | return 0; | } configure:9270: result: no configure:9281: checking for ut_tv in struct utmpx configure:9309: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:103: warning: statement with no effect configure:9315: $? = 0 configure:9319: test -z || test ! -s conftest.err configure:9322: $? = 0 configure:9325: test -s conftest.o configure:9328: $? = 0 configure:9340: result: yes configure:9352: checking for d_ino in struct dirent configure:9380: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:104: warning: statement with no effect configure:9386: $? = 0 configure:9390: test -z || test ! -s conftest.err configure:9393: $? = 0 configure:9396: test -s conftest.o configure:9399: $? = 0 configure:9411: result: yes configure:9422: checking for d_stat in struct dirent configure:9450: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:105: error: structure has no member named `d_stat' configure:9456: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_DIRENT_H | # include | #endif | | int | main () | { | struct dirent testvar; testvar.d_stat; | ; | return 0; | } configure:9481: result: no configure:9492: checking for d_ino in struct direct configure:9526: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:111: error: storage size of 'testvar' isn't known conftest.c:111: warning: unused variable `testvar' configure:9532: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_NDIR_H | # include | #endif | #ifdef HAVE_SYS_DIR_H | # include | #endif | #ifdef HAVE_NDIR_H | # include | #endif | | int | main () | { | struct direct testvar; testvar.d_ino; | ; | return 0; | } configure:9557: result: no configure:9568: checking for d_stat in struct direct configure:9602: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:111: error: storage size of 'testvar' isn't known conftest.c:111: warning: unused variable `testvar' configure:9608: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_NDIR_H | # include | #endif | #ifdef HAVE_SYS_DIR_H | # include | #endif | #ifdef HAVE_NDIR_H | # include | #endif | | int | main () | { | struct direct testvar; testvar.d_stat; | ; | return 0; | } configure:9633: result: no configure:9645: checking for sin6_scope_id in struct sockaddr_in6 configure:9671: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:103: warning: statement with no effect configure:9677: $? = 0 configure:9681: test -z || test ! -s conftest.err configure:9684: $? = 0 configure:9687: test -s conftest.o configure:9690: $? = 0 configure:9702: result: yes configure:9716: checking if we need our own h_errno configure:9737: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9743: $? = 0 configure:9747: test -z || test ! -s conftest.err configure:9750: $? = 0 configure:9753: test -s conftest configure:9756: $? = 0 configure:9768: result: no configure:9894: checking for strftime configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:119: warning: conflicting types for built-in function 'strftime' configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for difftime configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for gettimeofday configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for select configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for poll configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for readlink configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for faccessx configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/cc82KAUV.o(.text+0x14): In function `main': : undefined reference to `faccessx' /tmp/cc82KAUV.o(.data+0x0): undefined reference to `faccessx' collect2: ld returned 1 exit status configure:9957: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | /* end confdefs.h. */ | /* Define faccessx to an innocuous variant, in case declares faccessx. | For example, HP-UX 11i declares gettimeofday. */ | #define faccessx innocuous_faccessx | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char faccessx (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef faccessx | | /* 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 faccessx (); | /* 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_faccessx) || defined (__stub___faccessx) | choke me | #else | char (*f) () = faccessx; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != faccessx; | ; | return 0; | } configure:9982: result: no configure:9894: checking for fchdir configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for ftruncate configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for fstat configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for lstat configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for lchown configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for fseeko configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for ftello configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for mkfifo configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for _mktemp configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/ccSc3RZ5.o(.text+0x14): In function `main': : undefined reference to `_mktemp' /tmp/ccSc3RZ5.o(.data+0x0): undefined reference to `_mktemp' collect2: ld returned 1 exit status configure:9957: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | /* end confdefs.h. */ | /* Define _mktemp to an innocuous variant, in case declares _mktemp. | For example, HP-UX 11i declares gettimeofday. */ | #define _mktemp innocuous__mktemp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _mktemp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _mktemp | | /* 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 _mktemp (); | /* 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__mktemp) || defined (__stub____mktemp) | choke me | #else | char (*f) () = _mktemp; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _mktemp; | ; | return 0; | } configure:9982: result: no configure:9894: checking for mkstemp configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for waitpid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for wait3 configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for sigaction configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for sigblock configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for sighold configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for sigrelse configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for sigsetmask configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for sigprocmask configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for killpg configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for setpgid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for setpgrp configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for tcsetpgrp configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for tcgetattr configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for nice configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for gethostname configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for gethostbyname2 configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getipnodebyname configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/cc6zZ0zc.o(.text+0x14): In function `main': : undefined reference to `getipnodebyname' /tmp/cc6zZ0zc.o(.data+0x0): undefined reference to `getipnodebyname' collect2: ld returned 1 exit status configure:9957: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | /* end confdefs.h. */ | /* Define getipnodebyname to an innocuous variant, in case declares getipnodebyname. | For example, HP-UX 11i declares gettimeofday. */ | #define getipnodebyname innocuous_getipnodebyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getipnodebyname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getipnodebyname | | /* 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 getipnodebyname (); | /* 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_getipnodebyname) || defined (__stub___getipnodebyname) | choke me | #else | char (*f) () = getipnodebyname; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getipnodebyname; | ; | return 0; | } configure:9982: result: no configure:9894: checking for inet_aton configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for inet_pton configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for inet_ntop configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getlogin configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getpwent configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getpwnam configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getpwuid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getgrgid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getgrnam configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for initgroups configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for nis_list configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for setuid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for seteuid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for setreuid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for setresuid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for setsid configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for memcpy configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:166: warning: conflicting types for built-in function 'memcpy' configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for memmove configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:167: warning: conflicting types for built-in function 'memmove' configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for strstr configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:168: warning: conflicting types for built-in function 'strstr' configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for strerror configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getrlimit configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getrusage configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for setlocale configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for uname configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for signgam configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for putenv configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for getenv configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for brk configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for sbrk configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for pathconf configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for sysconf configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for tgetent configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for tigetflag configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for tigetnum configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for tigetstr configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for setupterm configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for pcre_compile configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/ccCnazfl.o(.text+0x14): In function `main': : undefined reference to `pcre_compile' /tmp/ccCnazfl.o(.data+0x0): undefined reference to `pcre_compile' collect2: ld returned 1 exit status configure:9957: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | /* end confdefs.h. */ | /* Define pcre_compile to an innocuous variant, in case declares pcre_compile. | For example, HP-UX 11i declares gettimeofday. */ | #define pcre_compile innocuous_pcre_compile | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pcre_compile (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pcre_compile | | /* 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 pcre_compile (); | /* 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_pcre_compile) || defined (__stub___pcre_compile) | choke me | #else | char (*f) () = pcre_compile; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pcre_compile; | ; | return 0; | } configure:9982: result: no configure:9894: checking for pcre_study configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/cckJJVSG.o(.text+0x14): In function `main': : undefined reference to `pcre_study' /tmp/cckJJVSG.o(.data+0x0): undefined reference to `pcre_study' collect2: ld returned 1 exit status configure:9957: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | /* end confdefs.h. */ | /* Define pcre_study to an innocuous variant, in case declares pcre_study. | For example, HP-UX 11i declares gettimeofday. */ | #define pcre_study innocuous_pcre_study | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pcre_study (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pcre_study | | /* 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 pcre_study (); | /* 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_pcre_study) || defined (__stub___pcre_study) | choke me | #else | char (*f) () = pcre_study; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pcre_study; | ; | return 0; | } configure:9982: result: no configure:9894: checking for pcre_exec configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/ccal7o2S.o(.text+0x14): In function `main': : undefined reference to `pcre_exec' /tmp/ccal7o2S.o(.data+0x0): undefined reference to `pcre_exec' collect2: ld returned 1 exit status configure:9957: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | /* end confdefs.h. */ | /* Define pcre_exec to an innocuous variant, in case declares pcre_exec. | For example, HP-UX 11i declares gettimeofday. */ | #define pcre_exec innocuous_pcre_exec | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pcre_exec (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pcre_exec | | /* 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 pcre_exec (); | /* 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_pcre_exec) || defined (__stub___pcre_exec) | choke me | #else | char (*f) () = pcre_exec; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pcre_exec; | ; | return 0; | } configure:9982: result: no configure:9894: checking for nl_langinfo configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for erand48 configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for open_memstream configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for wctomb configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for iconv configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for grantpt configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for unlockpt configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for ptsname configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for htons configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9894: checking for ntohs configure:9951: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:9957: $? = 0 configure:9961: test -z || test ! -s conftest.err configure:9964: $? = 0 configure:9967: test -s conftest configure:9970: $? = 0 configure:9982: result: yes configure:9992: checking for working strcoll configure:10018: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10021: $? = 0 configure:10023: ./conftest configure:10026: $? = 0 configure:10040: result: yes configure:10158: checking if tgetent accepts NULL configure:10189: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:175: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:177: warning: implicit declaration of function `tgetent' conftest.c:182: warning: implicit declaration of function `tgetstr' conftest.c:183: warning: implicit declaration of function `creat' conftest.c:185: warning: implicit declaration of function `exit' configure:10192: $? = 0 configure:10194: ./conftest configure:10197: $? = 0 configure:10215: result: yes configure:10223: checking if tgetent returns 0 on success configure:10254: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:176: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:178: warning: implicit declaration of function `tgetent' conftest.c:183: warning: implicit declaration of function `tgetstr' conftest.c:184: warning: implicit declaration of function `creat' conftest.c:186: warning: implicit declaration of function `exit' configure:10257: $? = 0 configure:10259: ./conftest configure:10262: $? = 0 configure:10280: result: no configure:10302: checking for stdlib.h configure:10307: result: yes configure:10302: checking for unistd.h configure:10307: result: yes configure:10451: checking for getpagesize configure:10508: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10514: $? = 0 configure:10518: test -z || test ! -s conftest.err configure:10521: $? = 0 configure:10524: test -s conftest configure:10527: $? = 0 configure:10539: result: yes configure:10549: checking for working mmap configure:10691: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10694: $? = 0 configure:10696: ./conftest configure:10699: $? = 0 configure:10713: result: yes configure:10730: checking for munmap configure:10787: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10793: $? = 0 configure:10797: test -z || test ! -s conftest.err configure:10800: $? = 0 configure:10803: test -s conftest configure:10806: $? = 0 configure:10818: result: yes configure:10730: checking for msync configure:10787: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10793: $? = 0 configure:10797: test -z || test ! -s conftest.err configure:10800: $? = 0 configure:10803: test -s conftest configure:10806: $? = 0 configure:10818: result: yes configure:10831: checking whether getpgrp requires zero arguments configure:10853: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:218: error: too many arguments to function `getpgrp' configure:10859: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 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:10884: result: yes configure:10918: checking for dlopen configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10981: $? = 0 configure:10985: test -z || test ! -s conftest.err configure:10988: $? = 0 configure:10991: test -s conftest configure:10994: $? = 0 configure:11006: result: yes configure:10918: checking for dlerror configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10981: $? = 0 configure:10985: test -z || test ! -s conftest.err configure:10988: $? = 0 configure:10991: test -s conftest configure:10994: $? = 0 configure:11006: result: yes configure:10918: checking for dlsym configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10981: $? = 0 configure:10985: test -z || test ! -s conftest.err configure:10988: $? = 0 configure:10991: test -s conftest configure:10994: $? = 0 configure:11006: result: yes configure:10918: checking for dlclose configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:10981: $? = 0 configure:10985: test -z || test ! -s conftest.err configure:10988: $? = 0 configure:10991: test -s conftest configure:10994: $? = 0 configure:11006: result: yes configure:10918: checking for load configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/ccOpoDHR.o(.text+0x14): In function `main': : undefined reference to `load' /tmp/ccOpoDHR.o(.data+0x0): undefined reference to `load' collect2: ld returned 1 exit status configure:10981: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | /* end confdefs.h. */ | /* Define load to an innocuous variant, in case declares load. | For example, HP-UX 11i declares gettimeofday. */ | #define load innocuous_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef load | | /* 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 load (); | /* 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_load) || defined (__stub___load) | choke me | #else | char (*f) () = load; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != load; | ; | return 0; | } configure:11006: result: no configure:10918: checking for loadquery configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/ccojGKg6.o(.text+0x14): In function `main': : undefined reference to `loadquery' /tmp/ccojGKg6.o(.data+0x0): undefined reference to `loadquery' collect2: ld returned 1 exit status configure:10981: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | /* end confdefs.h. */ | /* Define loadquery to an innocuous variant, in case declares loadquery. | For example, HP-UX 11i declares gettimeofday. */ | #define loadquery innocuous_loadquery | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char loadquery (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef loadquery | | /* 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 loadquery (); | /* 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_loadquery) || defined (__stub___loadquery) | choke me | #else | char (*f) () = loadquery; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != loadquery; | ; | return 0; | } configure:11006: result: no configure:10918: checking for loadbind configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/cciFvqFr.o(.text+0x14): In function `main': : undefined reference to `loadbind' /tmp/cciFvqFr.o(.data+0x0): undefined reference to `loadbind' collect2: ld returned 1 exit status configure:10981: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | /* end confdefs.h. */ | /* Define loadbind to an innocuous variant, in case declares loadbind. | For example, HP-UX 11i declares gettimeofday. */ | #define loadbind innocuous_loadbind | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char loadbind (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef loadbind | | /* 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 loadbind (); | /* 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_loadbind) || defined (__stub___loadbind) | choke me | #else | char (*f) () = loadbind; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != loadbind; | ; | return 0; | } configure:11006: result: no configure:10918: checking for unload configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/cc2GeJjp.o(.text+0x14): In function `main': : undefined reference to `unload' /tmp/cc2GeJjp.o(.data+0x0): undefined reference to `unload' collect2: ld returned 1 exit status configure:10981: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | /* end confdefs.h. */ | /* Define unload to an innocuous variant, in case declares unload. | For example, HP-UX 11i declares gettimeofday. */ | #define unload innocuous_unload | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char unload (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef unload | | /* 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 unload (); | /* 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_unload) || defined (__stub___unload) | choke me | #else | char (*f) () = unload; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != unload; | ; | return 0; | } configure:11006: result: no configure:10918: checking for shl_load configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/cckf5FiB.o(.text+0x14): In function `main': : undefined reference to `shl_load' /tmp/cckf5FiB.o(.data+0x0): undefined reference to `shl_load' collect2: ld returned 1 exit status configure:10981: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* 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 shl_load (); | /* 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_shl_load) || defined (__stub___shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_load; | ; | return 0; | } configure:11006: result: no configure:10918: checking for shl_unload configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/ccWpMKVW.o(.text+0x14): In function `main': : undefined reference to `shl_unload' /tmp/ccWpMKVW.o(.data+0x0): undefined reference to `shl_unload' collect2: ld returned 1 exit status configure:10981: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | /* end confdefs.h. */ | /* Define shl_unload to an innocuous variant, in case declares shl_unload. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_unload innocuous_shl_unload | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_unload (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_unload | | /* 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 shl_unload (); | /* 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_shl_unload) || defined (__stub___shl_unload) | choke me | #else | char (*f) () = shl_unload; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_unload; | ; | return 0; | } configure:11006: result: no configure:10918: checking for shl_findsym configure:10975: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 /tmp/cc0Sxqbb.o(.text+0x14): In function `main': : undefined reference to `shl_findsym' /tmp/cc0Sxqbb.o(.data+0x0): undefined reference to `shl_findsym' collect2: ld returned 1 exit status configure:10981: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | /* end confdefs.h. */ | /* Define shl_findsym to an innocuous variant, in case declares shl_findsym. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_findsym innocuous_shl_findsym | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_findsym (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_findsym | | /* 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 shl_findsym (); | /* 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_shl_findsym) || defined (__stub___shl_findsym) | choke me | #else | char (*f) () = shl_findsym; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_findsym; | ; | return 0; | } configure:11006: result: no configure:11027: checking what style of signals to use configure:11058: result: POSIX_SIGNALS configure:11061: checking where signal.h is located configure:11100: result: /usr/include/bits/signum.h configure:11104: checking where error names are located configure:11132: result: /usr/include/asm-generic/errno.h configure:11136: checking where the RLIMIT macros are located configure:11153: result: /usr/include/bits/resource.h configure:11169: checking if rlim_t is longer than a long configure:11191: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:193: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:193: warning: implicit declaration of function `exit' configure:11194: $? = 0 configure:11196: ./conftest configure:11199: $? = 0 configure:11213: result: yes configure:11216: checking if rlim_t is a quad configure:11245: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:194: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:199: warning: implicit declaration of function `exit' conftest.c:199: warning: implicit declaration of function `strcmp' configure:11248: $? = 0 configure:11250: ./conftest configure:11253: $? = 0 configure:11267: result: yes configure:11338: checking for rlim_t configure:11364: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:198: warning: unused variable `l' configure:11370: $? = 0 configure:11374: test -z || test ! -s conftest.err configure:11377: $? = 0 configure:11380: test -s conftest.o configure:11383: $? = 0 configure:11394: result: yes configure:11407: checking for limit RLIMIT_AIO_MEM configure:11433: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:199: error: `RLIMIT_AIO_MEM' undeclared (first use in this function) conftest.c:199: error: (Each undeclared identifier is reported only once conftest.c:199: error: for each function it appears in.) configure:11439: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int | main () | { | RLIMIT_AIO_MEM | ; | return 0; | } configure:11463: result: no configure:11474: checking for limit RLIMIT_AIO_OPS configure:11500: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:199: error: `RLIMIT_AIO_OPS' undeclared (first use in this function) conftest.c:199: error: (Each undeclared identifier is reported only once conftest.c:199: error: for each function it appears in.) configure:11506: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int | main () | { | RLIMIT_AIO_OPS | ; | return 0; | } configure:11530: result: no configure:11541: checking for limit RLIMIT_AS configure:11567: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:198: warning: statement with no effect configure:11573: $? = 0 configure:11577: test -z || test ! -s conftest.err configure:11580: $? = 0 configure:11583: test -s conftest.o configure:11586: $? = 0 configure:11597: result: yes configure:11608: checking for limit RLIMIT_LOCKS configure:11634: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:199: warning: statement with no effect configure:11640: $? = 0 configure:11644: test -z || test ! -s conftest.err configure:11647: $? = 0 configure:11650: test -s conftest.o configure:11653: $? = 0 configure:11664: result: yes configure:11675: checking for limit RLIMIT_MEMLOCK configure:11701: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:200: warning: statement with no effect configure:11707: $? = 0 configure:11711: test -z || test ! -s conftest.err configure:11714: $? = 0 configure:11717: test -s conftest.o configure:11720: $? = 0 configure:11731: result: yes configure:11742: checking for limit RLIMIT_NPROC configure:11768: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:201: warning: statement with no effect configure:11774: $? = 0 configure:11778: test -z || test ! -s conftest.err configure:11781: $? = 0 configure:11784: test -s conftest.o configure:11787: $? = 0 configure:11798: result: yes configure:11809: checking for limit RLIMIT_NOFILE configure:11835: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:202: warning: statement with no effect configure:11841: $? = 0 configure:11845: test -z || test ! -s conftest.err configure:11848: $? = 0 configure:11851: test -s conftest.o configure:11854: $? = 0 configure:11865: result: yes configure:11876: checking for limit RLIMIT_PTHREAD configure:11902: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:204: error: `RLIMIT_PTHREAD' undeclared (first use in this function) conftest.c:204: error: (Each undeclared identifier is reported only once conftest.c:204: error: for each function it appears in.) configure:11908: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int | main () | { | RLIMIT_PTHREAD | ; | return 0; | } configure:11932: result: no configure:11943: checking for limit RLIMIT_RSS configure:11969: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:203: warning: statement with no effect configure:11975: $? = 0 configure:11979: test -z || test ! -s conftest.err configure:11982: $? = 0 configure:11985: test -s conftest.o configure:11988: $? = 0 configure:11999: result: yes configure:12010: checking for limit RLIMIT_SBSIZE configure:12036: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:205: error: `RLIMIT_SBSIZE' undeclared (first use in this function) conftest.c:205: error: (Each undeclared identifier is reported only once conftest.c:205: error: for each function it appears in.) configure:12042: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int | main () | { | RLIMIT_SBSIZE | ; | return 0; | } configure:12066: result: no configure:12077: checking for limit RLIMIT_TCACHE configure:12103: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:205: error: `RLIMIT_TCACHE' undeclared (first use in this function) conftest.c:205: error: (Each undeclared identifier is reported only once conftest.c:205: error: for each function it appears in.) configure:12109: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int | main () | { | RLIMIT_TCACHE | ; | return 0; | } configure:12133: result: no configure:12144: checking for limit RLIMIT_VMEM configure:12170: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:205: error: `RLIMIT_VMEM' undeclared (first use in this function) conftest.c:205: error: (Each undeclared identifier is reported only once conftest.c:205: error: for each function it appears in.) configure:12176: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int | main () | { | RLIMIT_VMEM | ; | return 0; | } configure:12200: result: no configure:12211: checking for limit RLIMIT_SIGPENDING configure:12237: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:205: error: `RLIMIT_SIGPENDING' undeclared (first use in this function) conftest.c:205: error: (Each undeclared identifier is reported only once conftest.c:205: error: for each function it appears in.) configure:12243: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int | main () | { | RLIMIT_SIGPENDING | ; | return 0; | } configure:12267: result: no configure:12278: checking for limit RLIMIT_MSGQUEUE configure:12304: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c: In function `main': conftest.c:205: error: `RLIMIT_MSGQUEUE' undeclared (first use in this function) conftest.c:205: error: (Each undeclared identifier is reported only once conftest.c:205: error: for each function it appears in.) configure:12310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int | main () | { | RLIMIT_MSGQUEUE | ; | return 0; | } configure:12334: result: no configure:12346: checking if RLIMIT_VMEM and RLIMIT_RSS are the same configure:12376: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:12379: $? = 0 configure:12381: ./conftest configure:12384: $? = 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 MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int main() | { | int ret = 1; | #if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_RSS) | if (RLIMIT_RSS == RLIMIT_VMEM) ret = 0; | #endif | return ret; | } configure:12398: result: no configure:12411: checking if RLIMIT_VMEM and RLIMIT_AS are the same configure:12441: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 configure:12444: $? = 0 configure:12446: ./conftest configure:12449: $? = 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 MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_TIME_H | #include | #endif | #include | int main() | { | int ret = 1; | #if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_AS) | if (RLIMIT_AS == RLIMIT_VMEM) ret = 0; | #endif | return ret; | } configure:12463: result: no configure:12475: checking for struct rusage.ru_maxrss configure:12503: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:12509: $? = 0 configure:12513: test -z || test ! -s conftest.err configure:12516: $? = 0 configure:12519: test -s conftest.o configure:12522: $? = 0 configure:12584: result: yes configure:12594: checking for struct rusage.ru_ixrss configure:12622: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:12628: $? = 0 configure:12632: test -z || test ! -s conftest.err configure:12635: $? = 0 configure:12638: test -s conftest.o configure:12641: $? = 0 configure:12703: result: yes configure:12713: checking for struct rusage.ru_idrss configure:12741: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:12747: $? = 0 configure:12751: test -z || test ! -s conftest.err configure:12754: $? = 0 configure:12757: test -s conftest.o configure:12760: $? = 0 configure:12822: result: yes configure:12832: checking for struct rusage.ru_isrss configure:12860: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:12866: $? = 0 configure:12870: test -z || test ! -s conftest.err configure:12873: $? = 0 configure:12876: test -s conftest.o configure:12879: $? = 0 configure:12941: result: yes configure:12951: checking for struct rusage.ru_minflt configure:12979: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:12985: $? = 0 configure:12989: test -z || test ! -s conftest.err configure:12992: $? = 0 configure:12995: test -s conftest.o configure:12998: $? = 0 configure:13060: result: yes configure:13070: checking for struct rusage.ru_majflt configure:13098: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:13104: $? = 0 configure:13108: test -z || test ! -s conftest.err configure:13111: $? = 0 configure:13114: test -s conftest.o configure:13117: $? = 0 configure:13179: result: yes configure:13189: checking for struct rusage.ru_nswap configure:13217: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:13223: $? = 0 configure:13227: test -z || test ! -s conftest.err configure:13230: $? = 0 configure:13233: test -s conftest.o configure:13236: $? = 0 configure:13298: result: yes configure:13308: checking for struct rusage.ru_inblock configure:13336: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:13342: $? = 0 configure:13346: test -z || test ! -s conftest.err configure:13349: $? = 0 configure:13352: test -s conftest.o configure:13355: $? = 0 configure:13417: result: yes configure:13427: checking for struct rusage.ru_oublock configure:13455: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:13461: $? = 0 configure:13465: test -z || test ! -s conftest.err configure:13468: $? = 0 configure:13471: test -s conftest.o configure:13474: $? = 0 configure:13536: result: yes configure:13546: checking for struct rusage.ru_msgsnd configure:13574: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:13580: $? = 0 configure:13584: test -z || test ! -s conftest.err configure:13587: $? = 0 configure:13590: test -s conftest.o configure:13593: $? = 0 configure:13655: result: yes configure:13665: checking for struct rusage.ru_msgrcv configure:13693: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:13699: $? = 0 configure:13703: test -z || test ! -s conftest.err configure:13706: $? = 0 configure:13709: test -s conftest.o configure:13712: $? = 0 configure:13774: result: yes configure:13784: checking for struct rusage.ru_nsignals configure:13812: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:13818: $? = 0 configure:13822: test -z || test ! -s conftest.err configure:13825: $? = 0 configure:13828: test -s conftest.o configure:13831: $? = 0 configure:13893: result: yes configure:13903: checking for struct rusage.ru_nvcsw configure:13931: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:13937: $? = 0 configure:13941: test -z || test ! -s conftest.err configure:13944: $? = 0 configure:13947: test -s conftest.o configure:13950: $? = 0 configure:14012: result: yes configure:14022: checking for struct rusage.ru_nivcsw configure:14050: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 configure:14056: $? = 0 configure:14060: test -z || test ! -s conftest.err configure:14063: $? = 0 configure:14066: test -s conftest.o configure:14069: $? = 0 configure:14131: result: yes configure:14166: checking for /dev/fd filesystem configure:14175: result: /proc/self/fd configure:14184: checking for RFS superroot directory configure:14191: result: no configure:14202: checking whether we should use the native getcwd configure:14212: result: no configure:14225: checking for NIS configure:14233: result: no configure:14244: checking for NIS+ configure:14253: result: no configure:14262: checking for utmp file configure:14274: result: /etc/utmp configure:14285: checking for wtmp file configure:14297: result: /var/adm/wtmp configure:14308: checking for utmpx file configure:14320: result: no configure:14331: checking for wtmpx file configure:14343: result: no configure:14355: checking for brk() prototype in configure:14377: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:214: error: conflicting types for 'brk' /usr/include/unistd.h:859: error: previous declaration of 'brk' was here conftest.c:214: error: conflicting types for 'brk' /usr/include/unistd.h:859: error: previous declaration of 'brk' was here conftest.c: In function `main': conftest.c:218: warning: unused variable `i' configure:14383: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1 | #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1 | #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1 | #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1 | #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1 | #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1 | #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1 | #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1 | #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1 | #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1 | #define DEFAULT_PATH "/bin:/usr/bin" | #define PATH_DEV_FD "/proc/self/fd" | #define PATH_UTMP_FILE "/etc/utmp" | #define PATH_WTMP_FILE "/var/adm/wtmp" | /* end confdefs.h. */ | #include | double brk(); | int | main () | { | int i; | ; | return 0; | } configure:14407: result: yes configure:14418: checking for sbrk() prototype in configure:14440: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:215: error: conflicting types for 'sbrk' /usr/include/unistd.h:865: error: previous declaration of 'sbrk' was here conftest.c:215: error: conflicting types for 'sbrk' /usr/include/unistd.h:865: error: previous declaration of 'sbrk' was here conftest.c: In function `main': conftest.c:219: warning: unused variable `i' configure:14446: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1 | #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1 | #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1 | #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1 | #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1 | #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1 | #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1 | #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1 | #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1 | #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1 | #define DEFAULT_PATH "/bin:/usr/bin" | #define PATH_DEV_FD "/proc/self/fd" | #define PATH_UTMP_FILE "/etc/utmp" | #define PATH_WTMP_FILE "/var/adm/wtmp" | #define HAVE_BRK_PROTO 1 | /* end confdefs.h. */ | #include | double sbrk(); | int | main () | { | int i; | ; | return 0; | } configure:14470: result: yes configure:14487: checking for ioctl prototype in configure:14509: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:216: error: conflicting types for 'ioctl' /usr/include/sys/ioctl.h:42: error: previous declaration of 'ioctl' was here conftest.c:216: error: conflicting types for 'ioctl' /usr/include/sys/ioctl.h:42: error: previous declaration of 'ioctl' was here conftest.c: In function `main': conftest.c:220: warning: unused variable `i' configure:14515: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1 | #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1 | #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1 | #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1 | #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1 | #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1 | #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1 | #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1 | #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1 | #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1 | #define DEFAULT_PATH "/bin:/usr/bin" | #define PATH_DEV_FD "/proc/self/fd" | #define PATH_UTMP_FILE "/etc/utmp" | #define PATH_WTMP_FILE "/var/adm/wtmp" | #define HAVE_BRK_PROTO 1 | #define HAVE_SBRK_PROTO 1 | /* end confdefs.h. */ | #include | int ioctl(double x); | int | main () | { | int i; | ; | return 0; | } configure:14539: result: yes configure:14547: checking for mknod prototype in configure:14569: gcc -c -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:217: error: conflicting types for 'mknod' /usr/include/sys/stat.h:364: error: previous definition of 'mknod' was here conftest.c:217: error: conflicting types for 'mknod' /usr/include/sys/stat.h:364: error: previous definition of 'mknod' was here conftest.c: In function `main': conftest.c:221: warning: unused variable `i' configure:14575: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define MACHTYPE "i686" | #define VENDOR "pc" | #define OSTYPE "linux-gnu" | #define GLOBAL_ZSHENV "/etc/zshenv" | #define GLOBAL_ZSHRC "/etc/zshrc" | #define GLOBAL_ZPROFILE "/etc/zprofile" | #define GLOBAL_ZLOGIN "/etc/zlogin" | #define GLOBAL_ZLOGOUT "/etc/zlogout" | #define RESTRICTED_R 1 | #define CONFIG_LOCALE 1 | #define MAX_FUNCTION_DEPTH 4096 | #define PROTOTYPES 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_UNION_INIT 1 | #define HAVE_VARIABLE_LENGTH_ARRAYS 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 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_SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_NETINET_IN_SYSTM_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_STROPTS_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_DLFCN_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_LIBM 1 | #define HAVE_CURSES_H 1 | #define HAVE_TERM_H 1 | #define HAVE_BOOLCODES 1 | #define HAVE_NUMCODES 1 | #define HAVE_STRCODES 1 | #define HAVE_BOOLNAMES 1 | #define HAVE_NUMNAMES 1 | #define HAVE_STRNAMES 1 | #define HAVE_LIBDL 1 | #define HAVE_OSPEED 1 | #define RETSIGTYPE void | #define OFF_T_IS_64_BIT 1 | #define INO_T_IS_64_BIT 1 | #define ZSH_64_BIT_TYPE long long | #define ZSH_64_BIT_UTYPE unsigned long long | #define HAVE_STRUCT_TIMEZONE 1 | #define HAVE_STRUCT_UTMP 1 | #define HAVE_STRUCT_UTMPX 1 | #define HAVE_STRUCT_UTMP_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_HOST 1 | #define HAVE_STRUCT_UTMPX_UT_TV 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_STRFTIME 1 | #define HAVE_DIFFTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_SELECT 1 | #define HAVE_POLL 1 | #define HAVE_READLINK 1 | #define HAVE_FCHDIR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FSTAT 1 | #define HAVE_LSTAT 1 | #define HAVE_LCHOWN 1 | #define HAVE_FSEEKO 1 | #define HAVE_FTELLO 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKSTEMP 1 | #define HAVE_WAITPID 1 | #define HAVE_WAIT3 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGBLOCK 1 | #define HAVE_SIGHOLD 1 | #define HAVE_SIGRELSE 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_KILLPG 1 | #define HAVE_SETPGID 1 | #define HAVE_SETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_TCGETATTR 1 | #define HAVE_NICE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_GETGRGID 1 | #define HAVE_GETGRNAM 1 | #define HAVE_INITGROUPS 1 | #define HAVE_NIS_LIST 1 | #define HAVE_SETUID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETREUID 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETSID 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRSTR 1 | #define HAVE_STRERROR 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UNAME 1 | #define HAVE_SIGNGAM 1 | #define HAVE_PUTENV 1 | #define HAVE_GETENV 1 | #define HAVE_BRK 1 | #define HAVE_SBRK 1 | #define HAVE_PATHCONF 1 | #define HAVE_SYSCONF 1 | #define HAVE_TGETENT 1 | #define HAVE_TIGETFLAG 1 | #define HAVE_TIGETNUM 1 | #define HAVE_TIGETSTR 1 | #define HAVE_SETUPTERM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_ERAND48 1 | #define HAVE_OPEN_MEMSTREAM 1 | #define HAVE_WCTOMB 1 | #define HAVE_ICONV 1 | #define HAVE_GRANTPT 1 | #define HAVE_UNLOCKPT 1 | #define HAVE_PTSNAME 1 | #define HAVE_HTONS 1 | #define HAVE_NTOHS 1 | #define HAVE_STRCOLL 1 | #define TGETENT_ACCEPTS_NULL 1 | #define TGETENT_SUCCESS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MUNMAP 1 | #define HAVE_MSYNC 1 | #define GETPGRP_VOID 1 | #define HAVE_DLOPEN 1 | #define HAVE_DLERROR 1 | #define HAVE_DLSYM 1 | #define HAVE_DLCLOSE 1 | #define POSIX_SIGNALS 1 | #define POSIX_SIGNALS 1 | #define RLIM_T_IS_QUAD_T 1 | #define HAVE_RLIMIT_AS 1 | #define HAVE_RLIMIT_LOCKS 1 | #define HAVE_RLIMIT_MEMLOCK 1 | #define HAVE_RLIMIT_NPROC 1 | #define HAVE_RLIMIT_NOFILE 1 | #define HAVE_RLIMIT_RSS 1 | #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1 | #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1 | #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1 | #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1 | #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1 | #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1 | #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1 | #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1 | #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1 | #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1 | #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1 | #define DEFAULT_PATH "/bin:/usr/bin" | #define PATH_DEV_FD "/proc/self/fd" | #define PATH_UTMP_FILE "/etc/utmp" | #define PATH_WTMP_FILE "/var/adm/wtmp" | #define HAVE_BRK_PROTO 1 | #define HAVE_SBRK_PROTO 1 | #define HAVE_IOCTL_PROTO 1 | /* end confdefs.h. */ | #include | int mknod(double x); | int | main () | { | int i; | ; | return 0; | } configure:14599: result: yes configure:14673: checking if named FIFOs work configure:14720: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:221: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:225: warning: implicit declaration of function `unlink' conftest.c:227: warning: implicit declaration of function `mkfifo' conftest.c:231: warning: implicit declaration of function `exit' conftest.c:232: warning: implicit declaration of function `fork' conftest.c:237: warning: implicit declaration of function `read' conftest.c:240: warning: implicit declaration of function `write' configure:14723: $? = 0 configure:14725: ./conftest configure:14728: $? = 0 configure:14743: result: yes configure:14753: checking if echo in /bin/sh interprets escape sequences configure:14764: result: yes configure:14775: checking if link() works configure:14810: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:222: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:230: warning: implicit declaration of function `exit' configure:14813: $? = 0 configure:14815: ./conftest configure:14818: $? = 0 configure:14832: result: yes configure:14843: checking if kill(pid, 0) returns ESRCH correctly configure:14870: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:224: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:227: warning: implicit declaration of function `exit' configure:14873: $? = 0 configure:14875: ./conftest configure:14878: $? = 0 configure:14892: result: yes configure:14906: checking if POSIX sigsuspend() works configure:14948: gcc -o conftest -Wall -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldl -lnsl -lcurses -ltermcap -lm -lc >&5 conftest.c:224: warning: no previous prototype for 'handler' conftest.c:226: warning: return type defaults to `int' conftest.c: In function `main': conftest.c:241: warning: implicit declaration of function `exit' conftest.c:243: warning: control reaches end of non-void function configure:14951: $? = 0 configure:14953: ./conftest configure:14956: $? = 0 configure:14970: result: yes --qDbXVdCdHGoSgWSk--