Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: gcc 3.0 produces broken zsh



> Are you sure it was built with dynamoc loading enabled? (I know it was
> --enable-dynamic, but was it really enabled?) config.log, config.cache.
> config.h?

/* Define to 1 if you want to use dynamically loaded modules */
#define DYNAMIC 1

I've attached the three files you wanted: config.log config.cache and
config.h.  make test produced some 6800 lines of output (most of them
"failed to load module" errors).  If you want that too, I can give it.

Jason

-- 
"Friendship is the bridge between lonely and loved, between a glance and a
gaze. It stretches from the fog into sunshine, hopelessness into faith, 
between despair and joy. It crosses the chasm from hell and to heaven, from 
God to man, and from you to me." --Unknown   Jason Price  jprice@xxxxxxxxxx
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:612: checking host system type
configure:1033: checking for gcc
configure:1146: checking whether the C compiler (gcc  ) works
configure:1162: gcc -o conftest    conftest.c  1>&5
configure:1188: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1193: checking whether we are using GNU C
configure:1202: gcc -E conftest.c
configure:1221: checking whether gcc accepts -g
configure:1258: checking whether large file support needs explicit enabling
configure:1359: checking how to run the C preprocessor
configure:1380: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:1439: checking whether gcc needs -traditional
configure:1484: checking for working const
configure:1538: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:1512: warning: unused variable `s'
configure:1532: warning: unused variable `foo'
configure:1494: warning: unused variable `x'
configure:1500: warning: unused variable `zero'
configure:1511: warning: `t' might be used uninitialized in this function
configure:1529: warning: `b' might be used uninitialized in this function
configure:1559: checking for Cygwin environment
configure:1575: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:1571: `__CYGWIN32__' undeclared (first use in this function)
configure:1571: (Each undeclared identifier is reported only once
configure:1571: for each function it appears in.)
configure: failed program was:
#line 1564 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1592: checking for mingw32 environment
configure:1604: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:1600: `__MINGW32__' undeclared (first use in this function)
configure:1600: (Each undeclared identifier is reported only once
configure:1600: for each function it appears in.)
configure: failed program was:
#line 1597 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1623: checking for executable suffix
configure:1633: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  1>&5
configure:1654: checking for gcc option to accept ANSI C
configure:1685: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:1705: checking whether to use prototypes
configure:1732: checking for working alloca.h
configure:1744: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  1>&5
configure: In function `main':
configure:1740: warning: unused variable `p'
configure:1765: checking for alloca
configure:1798: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  1>&5
configure: In function `main':
configure:1794: warning: unused variable `p'
configure:1964: checking if the compiler supports union initialisation
configure:1976: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:1997: checking if signed to unsigned casting is broken
configure:2009: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  1>&5
configure:2006: warning: return type defaults to `int'
configure: failed program was:
#line 2005 "configure"
#include "confdefs.h"
main(){return((int)(unsigned char)((char) -1) == 255);}
configure:2032: checking if the compiler supports variable-length arrays
configure:2044: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:2040: warning: unused variable `i'
configure:2040: warning: unused variable `a'
configure:2065: checking what to set MAXJOB to
configure:2131: checking whether make sets ${MAKE}
configure:2168: checking for a BSD compatible install
configure:2224: checking for mawk
configure:2224: checking for gawk
configure:2253: checking whether ln works
configure:2279: checking for yodl
configure:2315: checking for dirent.h that defines DIR
configure:2328: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:2324: warning: unused variable `dirp'
configure:2353: checking for opendir in -ldir
configure:2372: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldir   1>&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 2361 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:2436: checking for ANSI C header files
configure:2449: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2516: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  1>&5
configure:2540: checking whether time.h and sys/time.h may both be included
configure:2554: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:2550: warning: unused variable `tp'
configure:2575: checking whether stat file-mode macros are broken
configure:2631: checking for sys/wait.h that is POSIX.1 compatible
configure:2652: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:2681: checking for sys/time.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for sys/times.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for sys/select.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for termcap.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for termio.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for termios.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for sys/param.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for sys/filio.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2687:23: sys/filio.h: No such file or directory
configure: failed program was:
#line 2686 "configure"
#include "confdefs.h"
#include <sys/filio.h>
configure:2681: checking for string.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for memory.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for limits.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for fcntl.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for libc.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2687:18: libc.h: No such file or directory
configure: failed program was:
#line 2686 "configure"
#include "confdefs.h"
#include <libc.h>
configure:2681: checking for sys/utsname.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for sys/resource.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for locale.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for errno.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for stdlib.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for unistd.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for sys/capability.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2687:28: sys/capability.h: No such file or directory
configure: failed program was:
#line 2686 "configure"
#include "confdefs.h"
#include <sys/capability.h>
configure:2681: checking for utmp.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for utmpx.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for sys/types.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for pwd.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for grp.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for poll.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for sys/mman.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2681: checking for netinet/in_systm.h
configure:2691: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2722: checking for dlfcn.h
configure:2732: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2762: checking for dl.h
configure:2772: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2768:16: dl.h: No such file or directory
configure: failed program was:
#line 2767 "configure"
#include "confdefs.h"
#include <dl.h>
configure:2802: checking for conflicts in sys/time.h and sys/select.h
configure:2815: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:2811: warning: unused variable `i'
configure:2837: checking POSIX termios
configure:2852: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  1>&5
configure:2868: checking TIOCGWINSZ in termios.h
configure:2881: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  1>&5
configure: In function `main':
configure:2877: `TIOCGWINSZ' undeclared (first use in this function)
configure:2877: (Each undeclared identifier is reported only once
configure:2877: for each function it appears in.)
configure:2877: warning: unused variable `x'
configure: failed program was:
#line 2873 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <termios.h>
int main() {
int x = TIOCGWINSZ;
; return 0; }
configure:2900: checking TIOCGWINSZ in sys/ioctl.h
configure:2913: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c  1>&5
configure: In function `main':
configure:2909: warning: unused variable `x'
configure:2936: checking for sys/ptem.h
configure:2946: gcc -E -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out
configure:2942:22: sys/ptem.h: No such file or directory
configure: failed program was:
#line 2941 "configure"
#include "confdefs.h"
#include <sys/ptem.h>
configure:2973: checking for printf in -lc
configure:2992: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -lc   1>&5
configure:2985: warning: conflicting types for built-in function `printf'
configure:3014: checking for pow in -lm
configure:3033: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -lm   -lc 1>&5
configure:3141: checking for library containing tgetent
configure:3159: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -lm  -lc 1>&5
/tmp/ccgIBH08.o: In function `main':
/tmp/ccgIBH08.o(.text+0x7): undefined reference to `tgetent'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3148 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:3181: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ltermcap  -lm  -lc 1>&5
configure:3528: checking for library containing yp_all
configure:3546: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ltermcap -lm  -lc 1>&5
/tmp/ccCbVrSI.o: In function `main':
/tmp/ccCbVrSI.o(.text+0x7): undefined reference to `yp_all'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3535 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:3568: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -lnsl  -ltermcap -lm  -lc 1>&5
configure:3595: checking for dlopen in -ldl
configure:3614: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl  -lnsl -ltermcap -lm  -lc 1>&5
configure:3644: checking for cap_get_proc in -lcap
configure:3663: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -lcap  -ldl -lnsl -ltermcap -lm  -lc 1>&5
/usr/bin/ld: cannot find -lcap
collect2: ld returned 1 exit status
configure: failed program was:
#line 3652 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cap_get_proc();

int main() {
cap_get_proc()
; return 0; }
configure:3692: checking for socket in -lsocket
configure:3711: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -lsocket  -ldl -lnsl -ltermcap -lm  -lc 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 3700 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:3740: checking if an include file defines ospeed
configure:3758: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:3819: checking return type of signal handlers
configure:3841: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:3837: warning: unused variable `i'
configure:3860: checking for pid_t
configure:3893: checking for off_t
configure:3926: checking for ino_t
configure:3959: checking for mode_t
configure:3992: checking for uid_t in sys/types.h
configure:4026: checking for size_t
configure:4060: checking if long is 64 bits
configure:4072: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure: failed program was:
#line 4068 "configure"
#include "confdefs.h"
int main() { return sizeof(long) < 8; }
configure:4095: checking if off_t is 64 bit
configure:4111: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:4107: warning: return type defaults to `int'
configure:4134: checking if ino_t is 64 bit
configure:4150: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:4146: warning: return type defaults to `int'
configure:4175: checking if compiler has a 64 bit type
configure:4240: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:4232: warning: return type defaults to `int'
configure: In function `main':
configure:4234: warning: unused variable `bar'
configure:4379: checking for a corresponding unsigned 64 bit type
configure:4406: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:4398: warning: return type defaults to `int'
configure: In function `main':
configure:4400: warning: unused variable `bar'
configure:4471: checking for sigset_t
configure:4484: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4480: warning: unused variable `tempsigset'
configure:4505: checking for struct timezone
configure:4521: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4517: warning: unused variable `testvar'
configure:4544: checking for struct utmp
configure:4563: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4559: warning: unused variable `testvar'
configure:4585: checking for struct utmpx
configure:4604: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4600: warning: unused variable `testvar'
configure:4627: checking for ut_host in struct utmp
configure:4646: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4642: warning: statement with no effect
configure:4668: checking for ut_host in struct utmpx
configure:4687: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4683: warning: statement with no effect
configure:4709: checking for ut_xtime in struct utmpx
configure:4728: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4724: structure has no member named `ut_xtime'
configure: failed program was:
#line 4714 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_UTMPX_H
# include <utmpx.h>
#endif

int main() {
struct utmpx testvar; testvar.ut_xtime;
; return 0; }
configure:4750: checking for ut_tv in struct utmpx
configure:4769: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4765: warning: statement with no effect
configure:4792: checking for d_ino in struct dirent
configure:4811: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4807: warning: statement with no effect
configure:4833: checking for d_stat in struct dirent
configure:4852: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4848: structure has no member named `d_stat'
configure: failed program was:
#line 4838 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#endif

int main() {
struct dirent testvar; testvar.d_stat;
; return 0; }
configure:4874: checking for d_ino in struct direct
configure:4899: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4895: storage size of `testvar' isn't known
configure:4895: warning: unused variable `testvar'
configure: failed program was:
#line 4879 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_NDIR_H
# include <sys/ndir.h>
#endif
#ifdef HAVE_SYS_DIR_H
# include <sys/dir.h>
#endif
#ifdef HAVE_NDIR_H
# include <ndir.h>
#endif

int main() {
struct direct testvar; testvar.d_ino;
; return 0; }
configure:4921: checking for d_stat in struct direct
configure:4946: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4942: storage size of `testvar' isn't known
configure:4942: warning: unused variable `testvar'
configure: failed program was:
#line 4926 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_NDIR_H
# include <sys/ndir.h>
#endif
#ifdef HAVE_SYS_DIR_H
# include <sys/dir.h>
#endif
#ifdef HAVE_NDIR_H
# include <ndir.h>
#endif

int main() {
struct direct testvar; testvar.d_stat;
; return 0; }
configure:4969: checking for sin6_scope_id in struct sockaddr_in6
configure:4986: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:4982: warning: statement with no effect
configure:5009: checking if we need our own h_errno
configure:5021: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for strftime
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for difftime
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for gettimeofday
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for select
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for poll
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for readlink
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for lstat
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for lchown
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for faccessx
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccuylLIG.o: In function `main':
/tmp/ccuylLIG.o(.text+0x7): undefined reference to `faccessx'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char faccessx(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char faccessx();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_faccessx) || defined (__stub___faccessx)
choke me
#else
faccessx();
#endif

; return 0; }
configure:5069: checking for fchdir
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for ftruncate
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for fseeko
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for ftello
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for mkfifo
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for _mktemp
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccSYaVWp.o: In function `main':
/tmp/ccSYaVWp.o(.text+0x7): undefined reference to `_mktemp'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char _mktemp(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char _mktemp();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub__mktemp) || defined (__stub____mktemp)
choke me
#else
_mktemp();
#endif

; return 0; }
configure:5069: checking for waitpid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for wait3
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for sigaction
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for sigblock
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for sighold
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for sigrelse
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for sigsetmask
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for sigprocmask
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for killpg
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for setpgid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for setpgrp
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for tcsetpgrp
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for tcgetattr
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for nice
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for gethostname
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for gethostbyname2
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for getipnodebyname
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/cccabUPD.o: In function `main':
/tmp/cccabUPD.o(.text+0x7): undefined reference to `getipnodebyname'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getipnodebyname(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getipnodebyname();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getipnodebyname) || defined (__stub___getipnodebyname)
choke me
#else
getipnodebyname();
#endif

; return 0; }
configure:5069: checking for inet_aton
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for inet_pton
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for inet_ntop
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for getlogin
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for getpwent
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for getpwnam
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for getpwuid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for getgrgid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for getgrnam
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for initgroups
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for nis_list
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for setuid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for seteuid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for setreuid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for setresuid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for setsid
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for memcpy
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5081: warning: conflicting types for built-in function `memcpy'
configure:5069: checking for memmove
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for strstr
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5081: warning: conflicting types for built-in function `strstr'
configure:5069: checking for strerror
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for cap_get_proc
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/cc2iQHaR.o: In function `main':
/tmp/cc2iQHaR.o(.text+0x7): undefined reference to `cap_get_proc'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char cap_get_proc(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cap_get_proc();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_cap_get_proc) || defined (__stub___cap_get_proc)
choke me
#else
cap_get_proc();
#endif

; return 0; }
configure:5069: checking for getrlimit
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for setlocale
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for uname
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for signgam
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for putenv
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for getenv
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for brk
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for sbrk
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for pathconf
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for sysconf
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for tgetent
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5069: checking for tigetflag
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccIH2jui.o: In function `main':
/tmp/ccIH2jui.o(.text+0x7): undefined reference to `tigetflag'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char tigetflag(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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() {

/* 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_tigetflag) || defined (__stub___tigetflag)
choke me
#else
tigetflag();
#endif

; return 0; }
configure:5069: checking for tigetnum
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/cc0VyL7D.o: In function `main':
/tmp/cc0VyL7D.o(.text+0x7): undefined reference to `tigetnum'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char tigetnum(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char tigetnum();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_tigetnum) || defined (__stub___tigetnum)
choke me
#else
tigetnum();
#endif

; return 0; }
configure:5069: checking for tigetstr
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccuSEEEZ.o: In function `main':
/tmp/ccuSEEEZ.o(.text+0x7): undefined reference to `tigetstr'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char tigetstr(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char tigetstr();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_tigetstr) || defined (__stub___tigetstr)
choke me
#else
tigetstr();
#endif

; return 0; }
configure:5069: checking for setupterm
configure:5097: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/cco0vVYg.o: In function `main':
/tmp/cco0vVYg.o(.text+0x7): undefined reference to `setupterm'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5074 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setupterm(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char setupterm();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_setupterm) || defined (__stub___setupterm)
choke me
#else
setupterm();
#endif

; return 0; }
configure:5122: checking for working strcoll
configure:5140: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5133: warning: return type defaults to `int'
configure:5164: checking if tgetent accepts NULL
configure:5188: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5175: warning: return type defaults to `int'
configure:5218: checking for unistd.h
configure:5257: checking for getpagesize
configure:5285: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5310: checking for working mmap
configure:5461: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5487: checking for munmap
configure:5515: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5487: checking for msync
configure:5515: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5543: checking whether getpgrp takes no argument
configure:5606: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5567: warning: return type defaults to `int'
configure:5642: checking for dlopen
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5642: checking for dlerror
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5642: checking for dlsym
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5642: checking for dlclose
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5642: checking for load
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccqtydQb.o: In function `main':
/tmp/ccqtydQb.o(.text+0x7): undefined reference to `load'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5647 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char load(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char load();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_load) || defined (__stub___load)
choke me
#else
load();
#endif

; return 0; }
configure:5642: checking for loadquery
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/cc6AsDKe.o: In function `main':
/tmp/cc6AsDKe.o(.text+0x7): undefined reference to `loadquery'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5647 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char loadquery(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char loadquery();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_loadquery) || defined (__stub___loadquery)
choke me
#else
loadquery();
#endif

; return 0; }
configure:5642: checking for loadbind
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/cc42ljDw.o: In function `main':
/tmp/cc42ljDw.o(.text+0x7): undefined reference to `loadbind'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5647 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char loadbind(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char loadbind();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_loadbind) || defined (__stub___loadbind)
choke me
#else
loadbind();
#endif

; return 0; }
configure:5642: checking for unload
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccyxMdlS.o: In function `main':
/tmp/ccyxMdlS.o(.text+0x7): undefined reference to `unload'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5647 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char unload(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char unload();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_unload) || defined (__stub___unload)
choke me
#else
unload();
#endif

; return 0; }
configure:5642: checking for shl_load
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccs93Swe.o: In function `main':
/tmp/ccs93Swe.o(.text+0x7): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5647 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char shl_load(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_shl_load) || defined (__stub___shl_load)
choke me
#else
shl_load();
#endif

; return 0; }
configure:5642: checking for shl_unload
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccS7cQuv.o: In function `main':
/tmp/ccS7cQuv.o(.text+0x7): undefined reference to `shl_unload'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5647 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char shl_unload(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_shl_unload) || defined (__stub___shl_unload)
choke me
#else
shl_unload();
#endif

; return 0; }
configure:5642: checking for shl_findsym
configure:5670: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
/tmp/ccO8W7PQ.o: In function `main':
/tmp/ccO8W7PQ.o(.text+0x7): undefined reference to `shl_findsym'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5647 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char shl_findsym(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_shl_findsym) || defined (__stub___shl_findsym)
choke me
#else
shl_findsym();
#endif

; return 0; }
configure:5698: checking what style of signals to use
configure:5731: checking where signal.h is located
configure:5771: checking where the RLIMIT macros are located
configure:5795: checking if rlim_t is longer than a long
configure:5812: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5809: warning: return type defaults to `int'
configure:5829: checking if rlim_t is a quad
configure:5853: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:5844: warning: return type defaults to `int'
configure:5925: checking for rlim_t
configure:5942: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure: In function `main':
configure:5938: warning: unused variable `l'
configure:5963: checking for /dev/fd filesystem
configure:5981: checking for RFS superroot directory
configure:5997: checking whether we should use the native getcwd
configure:6016: checking for NIS
configure:6033: checking for NIS+
configure:6051: checking for utmp file
configure:6072: checking for wtmp file
configure:6093: checking for utmpx file
configure:6114: checking for wtmpx file
configure:6136: checking for brk() prototype in <unistd.h>
configure:6149: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:6143: conflicting types for `brk'
/usr/include/unistd.h:866: previous declaration of `brk'
configure: In function `main':
configure:6145: warning: unused variable `i'
configure: failed program was:
#line 6141 "configure"
#include "confdefs.h"
#include <unistd.h>
double brk();
int main() {
int i;
; return 0; }
configure:6170: checking for sbrk() prototype in <unistd.h>
configure:6183: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:6177: conflicting types for `sbrk'
/usr/include/unistd.h:872: previous declaration of `sbrk'
configure: In function `main':
configure:6179: warning: unused variable `i'
configure: failed program was:
#line 6175 "configure"
#include "confdefs.h"
#include <unistd.h>
double sbrk();
int main() {
int i;
; return 0; }
configure:6206: checking for ioctl prototype in <sys/ioctl.h>
configure:6219: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:6213: conflicting types for `ioctl'
/usr/include/sys/ioctl.h:42: previous declaration of `ioctl'
configure: In function `main':
configure:6215: warning: unused variable `i'
configure: failed program was:
#line 6211 "configure"
#include "confdefs.h"
#include <sys/ioctl.h>
   int ioctl(double x);
int main() {
int i;
; return 0; }
configure:6239: checking for mknod prototype in <sys/stat.h>
configure:6252: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5
configure:6246: conflicting types for `mknod'
/usr/include/sys/stat.h:365: previous declaration of `mknod'
configure: In function `main':
configure:6248: warning: unused variable `i'
configure: failed program was:
#line 6244 "configure"
#include "confdefs.h"
#include <sys/stat.h>
   int mknod(double x);
int main() {
int i;
; return 0; }
configure:6309: checking if named FIFOs work
configure:6348: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6322: warning: return type defaults to `int'
configure:6370: checking if echo in /bin/sh interprets escape sequences
configure:6390: checking if link() works
configure:6420: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6403: warning: return type defaults to `int'
configure:6443: checking if kill(pid, 0) returns ESRCH correctly
configure:6466: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6457: warning: return type defaults to `int'
configure:6490: checking if POSIX sigsuspend() works
configure:6527: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6504: warning: no previous prototype for `handler'
configure:6506: warning: return type defaults to `int'
configure: In function `main':
configure:6523: warning: control reaches end of non-void function
configure:6552: checking if tcsetpgrp() actually works
configure:6572: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6564: warning: return type defaults to `int'
configure:6597: checking if getpwnam() is faked
configure:6621: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6608: warning: return type defaults to `int'
configure:6715: checking if your system use ELF binaries
configure:6742: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6728: warning: return type defaults to `int'
configure:6817: checking if your dlsym() needs a leading underscore
configure:6824: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest.c 1>&5
conftest.c:1: warning: return type defaults to `int'
conftest.c:1: warning: no previous prototype for `fred'
conftest.c: In function `fred':
conftest.c:1: warning: control reaches end of non-void function
configure:6825: gcc  -shared -o conftest.so conftest.o 1>&5
configure:6886: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6860: warning: return type defaults to `int'
configure:6914: checking if environ is available in shared libraries
configure:6934: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest1.c 1>&5
conftest1.c:3: warning: no previous prototype for `zsh_getaddr1'
configure:6935: gcc -o conftest1.so  -shared conftest1.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6936: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest2.c 1>&5
conftest2.c:3: warning: no previous prototype for `zsh_getaddr2'
configure:6937: gcc -o conftest2.so  -shared conftest2.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6999: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:6973: warning: return type defaults to `int'
configure:7022: checking if tgetent is available in shared libraries
configure:7042: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest1.c 1>&5
conftest1.c:3: warning: no previous prototype for `zsh_getaddr1'
configure:7043: gcc -o conftest1.so  -shared conftest1.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7044: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest2.c 1>&5
conftest2.c:3: warning: no previous prototype for `zsh_getaddr2'
configure:7045: gcc -o conftest2.so  -shared conftest2.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7107: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7081: warning: return type defaults to `int'
configure:7240: checking if name clashes in shared objects are OK
configure:7251: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest1.c 1>&5
conftest1.c:1: warning: no previous prototype for `fred'
configure:7252: gcc -o conftest1.so  -shared conftest1.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7253: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest2.c 1>&5
conftest2.c:1: warning: no previous prototype for `fred'
configure:7254: gcc -o conftest2.so  -shared conftest2.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7306: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7291: warning: return type defaults to `int'
configure:7333: checking for working RTLD_GLOBAL
configure:7344: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest1.c 1>&5
conftest1.c:1: warning: no previous prototype for `fred'
configure:7345: gcc -o conftest1.so  -shared conftest1.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7346: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest2.c 1>&5
conftest2.c:1: warning: no previous prototype for `barney'
configure:7347: gcc -o conftest2.so  -shared conftest2.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7397: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7383: warning: return type defaults to `int'
configure:7420: checking whether symbols in the executable are available
configure:7430: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest1.c 1>&5
conftest1.c:1: warning: no previous prototype for `barney'
configure:7431: gcc -o conftest1.so  -shared conftest1.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7483: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -rdynamic conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7469: warning: return type defaults to `int'
configure:7479: warning: no previous prototype for `fred'
configure:7509: checking whether executables can be stripped
configure:7522: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest1.c 1>&5
conftest1.c:1: warning: no previous prototype for `barney'
configure:7523: gcc -o conftest1.so  -shared conftest1.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7575: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -rdynamic -s conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7561: warning: return type defaults to `int'
configure:7571: warning: no previous prototype for `fred'
configure:7597: checking whether libraries can be stripped
configure:7607: gcc -c  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fpic conftest1.c 1>&5
conftest1.c:1: warning: no previous prototype for `fred'
configure:7608: gcc -o conftest1.so  -shared -s conftest1.o -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7656: gcc -o conftest  -Wall -Wno-implicit -Wmissing-prototypes -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  conftest.c -ldl -lnsl -ltermcap -lm  -lc 1>&5
configure:7644: warning: return type defaults to `int'
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
ac_cv_c_const=${ac_cv_c_const=yes}
ac_cv_cygwin=${ac_cv_cygwin=no}
ac_cv_exeext=${ac_cv_exeext=no}
ac_cv_func__mktemp=${ac_cv_func__mktemp=no}
ac_cv_func_alloca_works=${ac_cv_func_alloca_works=yes}
ac_cv_func_brk=${ac_cv_func_brk=yes}
ac_cv_func_cap_get_proc=${ac_cv_func_cap_get_proc=no}
ac_cv_func_difftime=${ac_cv_func_difftime=yes}
ac_cv_func_dlclose=${ac_cv_func_dlclose=yes}
ac_cv_func_dlerror=${ac_cv_func_dlerror=yes}
ac_cv_func_dlopen=${ac_cv_func_dlopen=yes}
ac_cv_func_dlsym=${ac_cv_func_dlsym=yes}
ac_cv_func_faccessx=${ac_cv_func_faccessx=no}
ac_cv_func_fchdir=${ac_cv_func_fchdir=yes}
ac_cv_func_fseeko=${ac_cv_func_fseeko=yes}
ac_cv_func_ftello=${ac_cv_func_ftello=yes}
ac_cv_func_ftruncate=${ac_cv_func_ftruncate=yes}
ac_cv_func_getenv=${ac_cv_func_getenv=yes}
ac_cv_func_getgrgid=${ac_cv_func_getgrgid=yes}
ac_cv_func_getgrnam=${ac_cv_func_getgrnam=yes}
ac_cv_func_gethostbyname2=${ac_cv_func_gethostbyname2=yes}
ac_cv_func_gethostname=${ac_cv_func_gethostname=yes}
ac_cv_func_getipnodebyname=${ac_cv_func_getipnodebyname=no}
ac_cv_func_getlogin=${ac_cv_func_getlogin=yes}
ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
ac_cv_func_getpwent=${ac_cv_func_getpwent=yes}
ac_cv_func_getpwnam=${ac_cv_func_getpwnam=yes}
ac_cv_func_getpwuid=${ac_cv_func_getpwuid=yes}
ac_cv_func_getrlimit=${ac_cv_func_getrlimit=yes}
ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
ac_cv_func_inet_aton=${ac_cv_func_inet_aton=yes}
ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop=yes}
ac_cv_func_inet_pton=${ac_cv_func_inet_pton=yes}
ac_cv_func_initgroups=${ac_cv_func_initgroups=yes}
ac_cv_func_killpg=${ac_cv_func_killpg=yes}
ac_cv_func_lchown=${ac_cv_func_lchown=yes}
ac_cv_func_load=${ac_cv_func_load=no}
ac_cv_func_loadbind=${ac_cv_func_loadbind=no}
ac_cv_func_loadquery=${ac_cv_func_loadquery=no}
ac_cv_func_lstat=${ac_cv_func_lstat=yes}
ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
ac_cv_func_memmove=${ac_cv_func_memmove=yes}
ac_cv_func_mkfifo=${ac_cv_func_mkfifo=yes}
ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
ac_cv_func_msync=${ac_cv_func_msync=yes}
ac_cv_func_munmap=${ac_cv_func_munmap=yes}
ac_cv_func_nice=${ac_cv_func_nice=yes}
ac_cv_func_nis_list=${ac_cv_func_nis_list=yes}
ac_cv_func_pathconf=${ac_cv_func_pathconf=yes}
ac_cv_func_poll=${ac_cv_func_poll=yes}
ac_cv_func_putenv=${ac_cv_func_putenv=yes}
ac_cv_func_readlink=${ac_cv_func_readlink=yes}
ac_cv_func_sbrk=${ac_cv_func_sbrk=yes}
ac_cv_func_select=${ac_cv_func_select=yes}
ac_cv_func_seteuid=${ac_cv_func_seteuid=yes}
ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
ac_cv_func_setpgid=${ac_cv_func_setpgid=yes}
ac_cv_func_setpgrp=${ac_cv_func_setpgrp=yes}
ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
ac_cv_func_setreuid=${ac_cv_func_setreuid=yes}
ac_cv_func_setsid=${ac_cv_func_setsid=yes}
ac_cv_func_setuid=${ac_cv_func_setuid=yes}
ac_cv_func_setupterm=${ac_cv_func_setupterm=no}
ac_cv_func_shl_findsym=${ac_cv_func_shl_findsym=no}
ac_cv_func_shl_load=${ac_cv_func_shl_load=no}
ac_cv_func_shl_unload=${ac_cv_func_shl_unload=no}
ac_cv_func_sigaction=${ac_cv_func_sigaction=yes}
ac_cv_func_sigblock=${ac_cv_func_sigblock=yes}
ac_cv_func_sighold=${ac_cv_func_sighold=yes}
ac_cv_func_signgam=${ac_cv_func_signgam=yes}
ac_cv_func_sigprocmask=${ac_cv_func_sigprocmask=yes}
ac_cv_func_sigrelse=${ac_cv_func_sigrelse=yes}
ac_cv_func_sigsetmask=${ac_cv_func_sigsetmask=yes}
ac_cv_func_strcoll_works=${ac_cv_func_strcoll_works=yes}
ac_cv_func_strerror=${ac_cv_func_strerror=yes}
ac_cv_func_strftime=${ac_cv_func_strftime=yes}
ac_cv_func_strstr=${ac_cv_func_strstr=yes}
ac_cv_func_sysconf=${ac_cv_func_sysconf=yes}
ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr=yes}
ac_cv_func_tcsetpgrp=${ac_cv_func_tcsetpgrp=yes}
ac_cv_func_tgetent=${ac_cv_func_tgetent=yes}
ac_cv_func_tigetflag=${ac_cv_func_tigetflag=no}
ac_cv_func_tigetnum=${ac_cv_func_tigetnum=no}
ac_cv_func_tigetstr=${ac_cv_func_tigetstr=no}
ac_cv_func_uname=${ac_cv_func_uname=yes}
ac_cv_func_unload=${ac_cv_func_unload=no}
ac_cv_func_wait3=${ac_cv_func_wait3=yes}
ac_cv_func_waitpid=${ac_cv_func_waitpid=yes}
ac_cv_header_alloca_h=${ac_cv_header_alloca_h=yes}
ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h=yes}
ac_cv_header_dl_h=${ac_cv_header_dl_h=no}
ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
ac_cv_header_errno_h=${ac_cv_header_errno_h=yes}
ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes}
ac_cv_header_grp_h=${ac_cv_header_grp_h=yes}
ac_cv_header_libc_h=${ac_cv_header_libc_h=no}
ac_cv_header_limits_h=${ac_cv_header_limits_h=yes}
ac_cv_header_locale_h=${ac_cv_header_locale_h=yes}
ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
ac_cv_header_netinet_in_systm_h=${ac_cv_header_netinet_in_systm_h=yes}
ac_cv_header_poll_h=${ac_cv_header_poll_h=yes}
ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes}
ac_cv_header_stat_broken=${ac_cv_header_stat_broken=no}
ac_cv_header_stdc=${ac_cv_header_stdc=yes}
ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
ac_cv_header_string_h=${ac_cv_header_string_h=yes}
ac_cv_header_sys_capability_h=${ac_cv_header_sys_capability_h=no}
ac_cv_header_sys_filio_h=${ac_cv_header_sys_filio_h=no}
ac_cv_header_sys_mman_h=${ac_cv_header_sys_mman_h=yes}
ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
ac_cv_header_sys_ptem_h=${ac_cv_header_sys_ptem_h=no}
ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes}
ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h=yes}
ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes}
ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h=yes}
ac_cv_header_termcap_h=${ac_cv_header_termcap_h=yes}
ac_cv_header_termio_h=${ac_cv_header_termio_h=yes}
ac_cv_header_termios_h=${ac_cv_header_termios_h=yes}
ac_cv_header_time=${ac_cv_header_time=yes}
ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
ac_cv_header_utmp_h=${ac_cv_header_utmp_h=yes}
ac_cv_header_utmpx_h=${ac_cv_header_utmpx_h=yes}
ac_cv_lib_c_printf=${ac_cv_lib_c_printf=yes}
ac_cv_lib_cap_cap_get_proc=${ac_cv_lib_cap_cap_get_proc=no}
ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir=no}
ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=yes}
ac_cv_lib_m_pow=${ac_cv_lib_m_pow=yes}
ac_cv_lib_socket_socket=${ac_cv_lib_socket_socket=no}
ac_cv_mingw32=${ac_cv_mingw32=no}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_prog_AWK=${ac_cv_prog_AWK=gawk}
ac_cv_prog_CC=${ac_cv_prog_CC=gcc}
ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'}
ac_cv_prog_LN=${ac_cv_prog_LN=ln}
ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross=no}
ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes}
ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes}
ac_cv_prog_gcc=${ac_cv_prog_gcc=yes}
ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional=no}
ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
ac_cv_search_tgetent=${ac_cv_search_tgetent=-ltermcap}
ac_cv_search_yp_all=${ac_cv_search_yp_all=-lnsl}
ac_cv_type_ino_t=${ac_cv_type_ino_t=yes}
ac_cv_type_mode_t=${ac_cv_type_mode_t=yes}
ac_cv_type_off_t=${ac_cv_type_off_t=yes}
ac_cv_type_pid_t=${ac_cv_type_pid_t=yes}
ac_cv_type_signal=${ac_cv_type_signal=void}
ac_cv_type_size_t=${ac_cv_type_size_t=yes}
ac_cv_type_uid_t=${ac_cv_type_uid_t=yes}
fp_cv_prog_cc_stdc=${fp_cv_prog_cc_stdc=}
zsh_cv_64_bit_type=${zsh_cv_64_bit_type='long long'}
zsh_cv_64_bit_utype=${zsh_cv_64_bit_utype='unsigned long long'}
zsh_cv_c_broken_signed_to_unsigned_casting=${zsh_cv_c_broken_signed_to_unsigned_casting=no}
zsh_cv_c_have_union_init=${zsh_cv_c_have_union_init=yes}
zsh_cv_c_variable_length_arrays=${zsh_cv_c_variable_length_arrays=yes}
zsh_cv_decl_h_errno_use_local=${zsh_cv_decl_h_errno_use_local=no}
zsh_cv_decl_ospeed_include_defines=${zsh_cv_decl_ospeed_include_defines=yes}
zsh_cv_func_dlsym_needs_underscore=${zsh_cv_func_dlsym_needs_underscore=no}
zsh_cv_func_tgetent_accepts_null=${zsh_cv_func_tgetent_accepts_null=yes}
zsh_cv_header_sys_ioctl_h_ioctl_proto=${zsh_cv_header_sys_ioctl_h_ioctl_proto=yes}
zsh_cv_header_sys_ioctl_h_tiocgwinsz=${zsh_cv_header_sys_ioctl_h_tiocgwinsz=yes}
zsh_cv_header_sys_stat_h_mknod_proto=${zsh_cv_header_sys_stat_h_mknod_proto=yes}
zsh_cv_header_termios_h_tiocgwinsz=${zsh_cv_header_termios_h_tiocgwinsz=no}
zsh_cv_header_time_h_select_h_conflicts=${zsh_cv_header_time_h_select_h_conflicts=no}
zsh_cv_header_unistd_h_brk_proto=${zsh_cv_header_unistd_h_brk_proto=yes}
zsh_cv_header_unistd_h_sbrk_proto=${zsh_cv_header_unistd_h_sbrk_proto=yes}
zsh_cv_ino_t_is_64_bit=${zsh_cv_ino_t_is_64_bit=yes}
zsh_cv_long_is_64_bit=${zsh_cv_long_is_64_bit=no}
zsh_cv_off_t_is_64_bit=${zsh_cv_off_t_is_64_bit=yes}
zsh_cv_path_rlimit_h=${zsh_cv_path_rlimit_h=/usr/include/asm/resource.h}
zsh_cv_path_signal_h=${zsh_cv_path_signal_h=/usr/include/bits/signum.h}
zsh_cv_path_utmp=${zsh_cv_path_utmp=/var/run/utmp}
zsh_cv_path_utmpx=${zsh_cv_path_utmpx=no}
zsh_cv_path_wtmp=${zsh_cv_path_wtmp=/var/log/wtmp}
zsh_cv_path_wtmpx=${zsh_cv_path_wtmpx=no}
zsh_cv_prog_sh_echo_escape=${zsh_cv_prog_sh_echo_escape=no}
zsh_cv_rlim_t_is_longer=${zsh_cv_rlim_t_is_longer=yes}
zsh_cv_rlim_t_is_quad_t=${zsh_cv_rlim_t_is_quad_t=yes}
zsh_cv_shared_environ=${zsh_cv_shared_environ=yes}
zsh_cv_shared_tgetent=${zsh_cv_shared_tgetent=yes}
zsh_cv_struct_member_struct_direct_d_ino=${zsh_cv_struct_member_struct_direct_d_ino=no}
zsh_cv_struct_member_struct_direct_d_stat=${zsh_cv_struct_member_struct_direct_d_stat=no}
zsh_cv_struct_member_struct_dirent_d_ino=${zsh_cv_struct_member_struct_dirent_d_ino=yes}
zsh_cv_struct_member_struct_dirent_d_stat=${zsh_cv_struct_member_struct_dirent_d_stat=no}
zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id=${zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id=yes}
zsh_cv_struct_member_struct_utmp_ut_host=${zsh_cv_struct_member_struct_utmp_ut_host=yes}
zsh_cv_struct_member_struct_utmpx_ut_host=${zsh_cv_struct_member_struct_utmpx_ut_host=yes}
zsh_cv_struct_member_struct_utmpx_ut_tv=${zsh_cv_struct_member_struct_utmpx_ut_tv=yes}
zsh_cv_struct_member_struct_utmpx_ut_xtime=${zsh_cv_struct_member_struct_utmpx_ut_xtime=no}
zsh_cv_sys_dynamic_clash_ok=${zsh_cv_sys_dynamic_clash_ok=yes}
zsh_cv_sys_dynamic_execsyms=${zsh_cv_sys_dynamic_execsyms=yes}
zsh_cv_sys_dynamic_rtld_global=${zsh_cv_sys_dynamic_rtld_global=yes}
zsh_cv_sys_dynamic_strip_exe=${zsh_cv_sys_dynamic_strip_exe=yes}
zsh_cv_sys_dynamic_strip_lib=${zsh_cv_sys_dynamic_strip_lib=yes}
zsh_cv_sys_elf=${zsh_cv_sys_elf=yes}
zsh_cv_sys_fifo=${zsh_cv_sys_fifo=yes}
zsh_cv_sys_getpwnam_faked=${zsh_cv_sys_getpwnam_faked=no}
zsh_cv_sys_killesrch=${zsh_cv_sys_killesrch=yes}
zsh_cv_sys_link=${zsh_cv_sys_link=yes}
zsh_cv_sys_nis=${zsh_cv_sys_nis=no}
zsh_cv_sys_nis_plus=${zsh_cv_sys_nis_plus=no}
zsh_cv_sys_path_dev_fd=${zsh_cv_sys_path_dev_fd=/proc/self/fd}
zsh_cv_sys_posix_termios=${zsh_cv_sys_posix_termios=yes}
zsh_cv_sys_sigsuspend=${zsh_cv_sys_sigsuspend=yes}
zsh_cv_sys_superroot=${zsh_cv_sys_superroot=no}
zsh_cv_sys_tcsetpgrp=${zsh_cv_sys_tcsetpgrp=yes}
zsh_cv_type_exists_struct_timezone=${zsh_cv_type_exists_struct_timezone=yes}
zsh_cv_type_exists_struct_utmp=${zsh_cv_type_exists_struct_utmp=yes}
zsh_cv_type_exists_struct_utmpx=${zsh_cv_type_exists_struct_utmpx=yes}
zsh_cv_type_rlim_t=${zsh_cv_type_rlim_t=yes}
zsh_cv_type_sigset_t=${zsh_cv_type_sigset_t=yes}
zsh_cv_use_getcwd=${zsh_cv_use_getcwd=no}
/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/***** begin user configuration section *****/

/* Define this to be the location of your password file */
#define PASSWD_FILE "/etc/passwd"

/* Define this to be the name of your NIS/YP password *
 * map (if applicable)                                */
#define PASSWD_MAP "passwd.byname"

/* Define to 1 if you want user names to be cached */
#define CACHE_USERNAMES 1

/* Define to 1 if system supports job control */
#define JOB_CONTROL 1

/* Define this if you use "suspended" instead of "stopped" */
#define USE_SUSPENDED 1
 
/* The default history buffer size in lines */
#define DEFAULT_HISTSIZE 30

/* The default editor for the fc builtin */
#define DEFAULT_FCEDIT "vi"

/* The default prefix for temporary files */
#define DEFAULT_TMPPREFIX "/tmp/zsh"


/***** end of user configuration section            *****/
/***** shouldn't have to change anything below here *****/

/* Define if using alloca.c.  */
/* #undef C_ALLOCA */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
   This function is required for alloca.c support on those systems.  */
/* #undef CRAY_STACKSEG_END */

/* Define if the `getpgrp' function takes no argument.  */
#define GETPGRP_VOID 1

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef gid_t */

/* Define if you have alloca, as a function or macro.  */
#define HAVE_ALLOCA 1

/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
#define HAVE_ALLOCA_H 1

/* Define if you have a working `mmap' system call.  */
#define HAVE_MMAP 1

/* Define if you have the strcoll function and it is properly defined.  */
#define HAVE_STRCOLL 1

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
#define HAVE_SYS_WAIT_H 1

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef mode_t */

/* Define to `long' if <sys/types.h> doesn't define.  */
/* #undef off_t */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef pid_t */

/* Define as the return type of signal handlers (int or void).  */
#define RETSIGTYPE void

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
 STACK_DIRECTION > 0 => grows toward higher addresses
 STACK_DIRECTION < 0 => grows toward lower addresses
 STACK_DIRECTION = 0 => direction of growth unknown
 */
/* #undef STACK_DIRECTION */

/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
/* #undef STAT_MACROS_BROKEN */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#define TIME_WITH_SYS_TIME 1

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef uid_t */

/* The global file to source absolutely first whenever zsh is run; *
 * if undefined, don't source anything                             */
#define GLOBAL_ZSHENV "/etc/zshenv"

/* The global file to source whenever zsh is run; *
 * if undefined, don't source anything            */
#define GLOBAL_ZSHRC "/etc/zshrc"

/* The global file to source whenever zsh is run as a login shell; *
 * if undefined, don't source anything                             */
#define GLOBAL_ZLOGIN "/etc/zlogin"

/* The global file to source whenever zsh is run as a login shell, *
 * before zshrc is read; if undefined, don't source anything       */
#define GLOBAL_ZPROFILE "/etc/zprofile"

/* The global file to source whenever zsh was run as a login shell.  *
 * This is sourced right before exiting.  If undefined, don't source *
 * anything                                                          */
#define GLOBAL_ZLOGOUT "/etc/zlogout"

/* Define to 1 if compiler could initialise a union */
#define HAVE_UNION_INIT 1

/* Define to 1 if compiler incorrectly cast signed to unsigned */
/* #undef BROKEN_SIGNED_TO_UNSIGNED_CASTING */

/* Define to 1 if compiler supports variable-length arrays */
#define HAVE_VARIABLE_LENGTH_ARRAYS 1

/* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
#define GWINSZ_IN_SYS_IOCTL 1

/* Define to 1 if you have NIS */
/* #undef HAVE_NIS */

/* Define to 1 if you have NISPLUS */
/* #undef HAVE_NIS_PLUS */

/* Define to 1 if you have RFS superroot directory. */
/* #undef HAVE_SUPERROOT */

/* Define to 1 if you need to use the native getcwd */
/* #undef USE_GETCWD */

/* Define to the path of the /dev/fd filesystem */
#define PATH_DEV_FD "/proc/self/fd"

/* Define if sys/time.h and sys/select.h cannot be both included */
/* #undef TIME_H_SELECT_H_CONFLICTS */

/* Define to be the machine type (microprocessor class or machine model) */
#define MACHTYPE "i686"

/* Define to be the name of the operating system */
#define OSTYPE "linux-gnu"

/* Define to 1 if ANSI function prototypes are usable.  */
#define PROTOTYPES 1

/* Define to be location of utmp file. */
#define PATH_UTMP_FILE "/var/run/utmp"

/* Define to be location of utmpx file. */
/* #undef PATH_UTMPX_FILE */

/* Define to be location of wtmp file. */
#define PATH_WTMP_FILE "/var/log/wtmp"

/* Define to be location of wtmpx file. */
/* #undef PATH_WTMPX_FILE */

/* Define to 1 if struct utmp is defined by a system header */
#define HAVE_STRUCT_UTMP 1

/* Define to 1 if struct utmpx is defined by a system header */
#define HAVE_STRUCT_UTMPX 1

/* Define if your system's struct utmp has a member named ut_host.  */
#define HAVE_STRUCT_UTMP_UT_HOST 1

/* Define if your system's struct utmpx has a member named ut_host.  */
#define HAVE_STRUCT_UTMPX_UT_HOST 1

/* Define if your system's struct utmpx has a member named ut_xtime.  */
/* #undef HAVE_STRUCT_UTMPX_UT_XTIME */

/* Define if your system's struct utmpx has a member named ut_tv.  */
#define HAVE_STRUCT_UTMPX_UT_TV 1

/* Define if your system's struct dirent has a member named d_ino.  */
#define HAVE_STRUCT_DIRENT_D_INO 1

/* Define if your system's struct dirent has a member named d_stat.  */
/* #undef HAVE_STRUCT_DIRENT_D_STAT */

/* Define if your system's struct direct has a member named d_ino.  */
/* #undef HAVE_STRUCT_DIRECT_D_INO */

/* Define if your system's struct direct has a member named d_stat.  */
/* #undef HAVE_STRUCT_DIRECT_D_STAT */

/* Define if your system's struct sockaddr_in6 has a member named sin6_scope_id.  */
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1

/* Define to be a string corresponding the vendor of the machine */
#define VENDOR "pc"

/* Define to limit job table size */
#define MAXJOB 50
/* #undef NEED_LINUX_TASKS_H */

/* Define if your system defines `struct winsize' in sys/ptem.h.  */
/* #undef WINSIZE_IN_PTEM */

/* Define to 1 if you want to debug zsh */
/* #undef DEBUG */

/* Define to 1 if you want to use zsh's own memory allocation routines */
/* #undef ZSH_MEM */

/* Define to 1 if you want to debug zsh memory allocation routines */
/* #undef ZSH_MEM_DEBUG */

/* Define to 1 if you want to turn on warnings of memory allocation errors */
/* #undef ZSH_MEM_WARNING */

/* Define to 1 if you want to turn on memory checking for free() */
/* #undef ZSH_SECURE_FREE */

/* Define to 1 if you want to get debugging information on internal *
 * hash tables.  This turns on the `hashinfo' builtin.              */
/* #undef ZSH_HASH_DEBUG */

/* Undefine this if you don't want to get a restricted shell *
 * when zsh is exec'd with basename that starts with r.      *
 * By default this is defined.                               */
#define RESTRICTED_R 1

/* Define for Maildir support */
/* #undef MAILDIR_SUPPORT */

/* Define for function depth limits */
/* #undef MAX_FUNCTION_DEPTH */

/* Define if you want locale features.  By default this is defined. */
#define CONFIG_LOCALE 1

/* Define to 1 if your termcap library has the ospeed variable */
#define HAVE_OSPEED 1
/* Define to 1 if you have ospeed, but it is not defined in termcap.h */
/* #undef MUST_DEFINE_OSPEED */

/* Define to 1 if tgetent() accepts NULL as a buffer */
#define TGETENT_ACCEPTS_NULL 1

/* Define to 1 if you use POSIX style signal handling */
#define POSIX_SIGNALS 1

/* Define to 1 if you use BSD style signal handling (and can block signals) */
/* #undef BSD_SIGNALS */

/* Define to 1 if you use SYS style signal handling (and can block signals) */
/* #undef SYSV_SIGNALS */

/* Define to 1 if you have no signal blocking at all (bummer) */
/* #undef NO_SIGNAL_BLOCKING */

/* Define to `unsigned int' if <sys/types.h> or <signal.h> doesn't define */
/* #undef sigset_t */

/* Define to 1 if struct timezone is defined by a system header */
#define HAVE_STRUCT_TIMEZONE 1

/* Define to 1 if there is a prototype defined for brk() on your system */
#define HAVE_BRK_PROTO 1

/* Define to 1 if there is a prototype defined for sbrk() on your system */
#define HAVE_SBRK_PROTO 1

/* Define to 1 if there is a prototype defined for ioctl() on your system */
#define HAVE_IOCTL_PROTO 1

/* Define to 1 if there is a prototype defined for mknod() on your system */
#define HAVE_MKNOD_PROTO 1

/* Define to 1 if select() is defined in <sys/socket.h>, ie BeOS R4.51*/
/* #undef SELECT_IN_SYS_SOCKET_H */

/* Define to 1 if system has working FIFO's */
#define HAVE_FIFOS 1

/* Define to 1 if struct rlimit uses quad_t */
#define RLIM_T_IS_QUAD_T 1

/* Define to 1 if struct rlimit uses long long */
/* #undef RLIM_T_IS_LONG_LONG */

/* Define to 1 if rlimit uses unsigned */
/* #undef RLIM_T_IS_UNSIGNED */

/* Define to the type used in struct rlimit */
/* #undef rlim_t */

/* Define to 1 if /bin/sh does not interpret \ escape sequences */
#define SH_USE_BSD_ECHO 1

/* Define to 1 if system has working link() */
#define HAVE_LINK 1

/* Define to 1 if kill(pid, 0) doesn't return ESRCH, ie BeOS R4.51 */
/* #undef BROKEN_KILL_ESRCH */

/* Define to 1 if sigsuspend() is broken, ie BeOS R4.51 */
/* #undef BROKEN_POSIX_SIGSUSPEND */

/* Define to 1 if getpwnam() is faked, ie BeOS R4.51 */
/* #undef GETPWNAM_FAKED */

/* Define to 1 if tcsetpgrp() doesn't work, ie BeOS R4.51 */
/* #undef BROKEN_TCSETPGRP */

/* Define to 1 if an underscore has to be prepended to dlsym() argument */
/* #undef DLSYM_NEEDS_UNDERSCORE */

/* Define to 1 if multiple modules defining the same symbol are OK */
#define DYNAMIC_NAME_CLASH_OK 1

/* The exension used for dynamically loaded modules */
#define DL_EXT "so"

/* Define to 1 if you want to use dynamically loaded modules */
#define DYNAMIC 1

/* Define to 1 if you want to use dynamically loaded modules on AIX */
/* #undef AIXDYNAMIC */

/* Define to 1 if you want to use dynamically loaded modules on HPUX 10 */
/* #undef HPUXDYNAMIC */

/* Define to `unsigned long' if <sys/types.h> doesn't define. */
/* #undef ino_t */

/*
 * Definitions used when a long is less than eight byte, to try to
 * provide some support for eight byte operations.
 *
 * Note that ZSH_64_BIT_TYPE, OFF_T_IS_64_BIT, INO_T_IS_64_BIT do *not* get
 * defined if long is already 64 bits, since in that case no special handling
 * is required.
 */
/* Define to 1 if long is 64 bits */
/* #undef LONG_IS_64_BIT */

/* Define to a 64 bit integer type if there is one, but long is shorter */
#define ZSH_64_BIT_TYPE long long

/* Define to an unsigned variant of ZSH_64_BIT_TYPE if that is defined */
#define ZSH_64_BIT_UTYPE unsigned long long

/* Define to 1 if off_t is 64 bit (for large file support) */
#define OFF_T_IS_64_BIT 1

/* Define to 1 if ino_t is 64 bit (for large file support) */
#define INO_T_IS_64_BIT 1

/* Define to 1 if h_errno is not defined by the system */
/* #undef USE_LOCAL_H_ERRNO */

/* Define if you have the termcap boolcodes symbol.  */
/* #undef HAVE_BOOLCODES */

/* Define if you have the termcap numcodes symbol.  */
/* #undef HAVE_NUMCODES */

/* Define if you have the termcap strcodes symbol.  */
/* #undef HAVE_STRCODES */

/* Define if you have the terminfo boolnames symbol.  */
/* #undef HAVE_BOOLNAMES */

/* Define if you have the terminfo numnames symbol.  */
/* #undef HAVE_NUMNAMES */

/* Define if you have the terminfo strnames symbol.  */
/* #undef HAVE_STRNAMES */

/* Define if term.h chokes without curses.h */
/* #undef TERM_H_NEEDS_CURSES_H */

/* Define if you have the _mktemp function.  */
/* #undef HAVE__MKTEMP */

/* Define if you have the brk function.  */
#define HAVE_BRK 1

/* Define if you have the cap_get_proc function.  */
/* #undef HAVE_CAP_GET_PROC */

/* Define if you have the difftime function.  */
#define HAVE_DIFFTIME 1

/* Define if you have the dlclose function.  */
#define HAVE_DLCLOSE 1

/* Define if you have the dlerror function.  */
#define HAVE_DLERROR 1

/* Define if you have the dlopen function.  */
#define HAVE_DLOPEN 1

/* Define if you have the dlsym function.  */
#define HAVE_DLSYM 1

/* Define if you have the faccessx function.  */
/* #undef HAVE_FACCESSX */

/* Define if you have the fchdir function.  */
#define HAVE_FCHDIR 1

/* Define if you have the fseeko function.  */
#define HAVE_FSEEKO 1

/* Define if you have the ftello function.  */
#define HAVE_FTELLO 1

/* Define if you have the ftruncate function.  */
#define HAVE_FTRUNCATE 1

/* Define if you have the getenv function.  */
#define HAVE_GETENV 1

/* Define if you have the getgrgid function.  */
#define HAVE_GETGRGID 1

/* Define if you have the getgrnam function.  */
#define HAVE_GETGRNAM 1

/* Define if you have the gethostbyname2 function.  */
#define HAVE_GETHOSTBYNAME2 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the getipnodebyname function.  */
/* #undef HAVE_GETIPNODEBYNAME */

/* Define if you have the getlogin function.  */
#define HAVE_GETLOGIN 1

/* Define if you have the getpagesize function.  */
#define HAVE_GETPAGESIZE 1

/* Define if you have the getpwent function.  */
#define HAVE_GETPWENT 1

/* Define if you have the getpwnam function.  */
#define HAVE_GETPWNAM 1

/* Define if you have the getpwuid function.  */
#define HAVE_GETPWUID 1

/* Define if you have the getrlimit function.  */
#define HAVE_GETRLIMIT 1

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the inet_aton function.  */
#define HAVE_INET_ATON 1

/* Define if you have the inet_ntop function.  */
#define HAVE_INET_NTOP 1

/* Define if you have the inet_pton function.  */
#define HAVE_INET_PTON 1

/* Define if you have the initgroups function.  */
#define HAVE_INITGROUPS 1

/* Define if you have the killpg function.  */
#define HAVE_KILLPG 1

/* Define if you have the lchown function.  */
#define HAVE_LCHOWN 1

/* Define if you have the load function.  */
/* #undef HAVE_LOAD */

/* Define if you have the loadbind function.  */
/* #undef HAVE_LOADBIND */

/* Define if you have the loadquery function.  */
/* #undef HAVE_LOADQUERY */

/* Define if you have the lstat function.  */
#define HAVE_LSTAT 1

/* Define if you have the memcpy function.  */
#define HAVE_MEMCPY 1

/* Define if you have the memmove function.  */
#define HAVE_MEMMOVE 1

/* Define if you have the mkfifo function.  */
#define HAVE_MKFIFO 1

/* Define if you have the msync function.  */
#define HAVE_MSYNC 1

/* Define if you have the munmap function.  */
#define HAVE_MUNMAP 1

/* Define if you have the nice function.  */
#define HAVE_NICE 1

/* Define if you have the nis_list function.  */
#define HAVE_NIS_LIST 1

/* Define if you have the pathconf function.  */
#define HAVE_PATHCONF 1

/* Define if you have the poll function.  */
#define HAVE_POLL 1

/* Define if you have the putenv function.  */
#define HAVE_PUTENV 1

/* Define if you have the readlink function.  */
#define HAVE_READLINK 1

/* Define if you have the sbrk function.  */
#define HAVE_SBRK 1

/* Define if you have the select function.  */
#define HAVE_SELECT 1

/* Define if you have the seteuid function.  */
#define HAVE_SETEUID 1

/* Define if you have the setlocale function.  */
#define HAVE_SETLOCALE 1

/* Define if you have the setpgid function.  */
#define HAVE_SETPGID 1

/* Define if you have the setpgrp function.  */
#define HAVE_SETPGRP 1

/* Define if you have the setresuid function.  */
#define HAVE_SETRESUID 1

/* Define if you have the setreuid function.  */
#define HAVE_SETREUID 1

/* Define if you have the setsid function.  */
#define HAVE_SETSID 1

/* Define if you have the setuid function.  */
#define HAVE_SETUID 1

/* Define if you have the setupterm function.  */
/* #undef HAVE_SETUPTERM */

/* Define if you have the shl_findsym function.  */
/* #undef HAVE_SHL_FINDSYM */

/* Define if you have the shl_load function.  */
/* #undef HAVE_SHL_LOAD */

/* Define if you have the shl_unload function.  */
/* #undef HAVE_SHL_UNLOAD */

/* Define if you have the sigaction function.  */
#define HAVE_SIGACTION 1

/* Define if you have the sigblock function.  */
#define HAVE_SIGBLOCK 1

/* Define if you have the sighold function.  */
#define HAVE_SIGHOLD 1

/* Define if you have the signgam function.  */
#define HAVE_SIGNGAM 1

/* Define if you have the sigprocmask function.  */
#define HAVE_SIGPROCMASK 1

/* Define if you have the sigrelse function.  */
#define HAVE_SIGRELSE 1

/* Define if you have the sigsetmask function.  */
#define HAVE_SIGSETMASK 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strftime function.  */
#define HAVE_STRFTIME 1

/* Define if you have the strstr function.  */
#define HAVE_STRSTR 1

/* Define if you have the sysconf function.  */
#define HAVE_SYSCONF 1

/* Define if you have the tcgetattr function.  */
#define HAVE_TCGETATTR 1

/* Define if you have the tcsetpgrp function.  */
#define HAVE_TCSETPGRP 1

/* Define if you have the tgetent function.  */
#define HAVE_TGETENT 1

/* Define if you have the tigetflag function.  */
/* #undef HAVE_TIGETFLAG */

/* Define if you have the tigetnum function.  */
/* #undef HAVE_TIGETNUM */

/* Define if you have the tigetstr function.  */
/* #undef HAVE_TIGETSTR */

/* Define if you have the uname function.  */
#define HAVE_UNAME 1

/* Define if you have the unload function.  */
/* #undef HAVE_UNLOAD */

/* Define if you have the wait3 function.  */
#define HAVE_WAIT3 1

/* Define if you have the waitpid function.  */
#define HAVE_WAITPID 1

/* Define if you have the <curses.h> header file.  */
/* #undef HAVE_CURSES_H */

/* Define if you have the <dirent.h> header file.  */
#define HAVE_DIRENT_H 1

/* Define if you have the <dl.h> header file.  */
/* #undef HAVE_DL_H */

/* Define if you have the <dlfcn.h> header file.  */
#define HAVE_DLFCN_H 1

/* Define if you have the <errno.h> header file.  */
#define HAVE_ERRNO_H 1

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <grp.h> header file.  */
#define HAVE_GRP_H 1

/* Define if you have the <libc.h> header file.  */
/* #undef HAVE_LIBC_H */

/* Define if you have the <limits.h> header file.  */
#define HAVE_LIMITS_H 1

/* Define if you have the <locale.h> header file.  */
#define HAVE_LOCALE_H 1

/* Define if you have the <memory.h> header file.  */
#define HAVE_MEMORY_H 1

/* Define if you have the <ndir.h> header file.  */
/* #undef HAVE_NDIR_H */

/* Define if you have the <netinet/in_systm.h> header file.  */
#define HAVE_NETINET_IN_SYSTM_H 1

/* Define if you have the <poll.h> header file.  */
#define HAVE_POLL_H 1

/* Define if you have the <pwd.h> header file.  */
#define HAVE_PWD_H 1

/* Define if you have the <stdlib.h> header file.  */
#define HAVE_STDLIB_H 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the <sys/capability.h> header file.  */
/* #undef HAVE_SYS_CAPABILITY_H */

/* Define if you have the <sys/dir.h> header file.  */
/* #undef HAVE_SYS_DIR_H */

/* Define if you have the <sys/filio.h> header file.  */
/* #undef HAVE_SYS_FILIO_H */

/* Define if you have the <sys/mman.h> header file.  */
#define HAVE_SYS_MMAN_H 1

/* Define if you have the <sys/ndir.h> header file.  */
/* #undef HAVE_SYS_NDIR_H */

/* Define if you have the <sys/param.h> header file.  */
#define HAVE_SYS_PARAM_H 1

/* Define if you have the <sys/resource.h> header file.  */
#define HAVE_SYS_RESOURCE_H 1

/* Define if you have the <sys/select.h> header file.  */
#define HAVE_SYS_SELECT_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <sys/times.h> header file.  */
#define HAVE_SYS_TIMES_H 1

/* Define if you have the <sys/types.h> header file.  */
#define HAVE_SYS_TYPES_H 1

/* Define if you have the <sys/utsname.h> header file.  */
#define HAVE_SYS_UTSNAME_H 1

/* Define if you have the <term.h> header file.  */
/* #undef HAVE_TERM_H */

/* Define if you have the <termcap.h> header file.  */
#define HAVE_TERMCAP_H 1

/* Define if you have the <termio.h> header file.  */
#define HAVE_TERMIO_H 1

/* Define if you have the <termios.h> header file.  */
#define HAVE_TERMIOS_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if you have the <utmp.h> header file.  */
#define HAVE_UTMP_H 1

/* Define if you have the <utmpx.h> header file.  */
#define HAVE_UTMPX_H 1

/* Define if you have the cap library (-lcap).  */
/* #undef HAVE_LIBCAP */

/* Define if you have the dl library (-ldl).  */
#define HAVE_LIBDL 1

/* Define if you have the m library (-lm).  */
#define HAVE_LIBM 1

/* Define if you have the socket library (-lsocket).  */
/* #undef HAVE_LIBSOCKET */


Messages sorted by: Reverse Date, Date, Thread, Author