zsh-workers
 help / color / mirror / code / Atom feed
* Problems building 4.3.4 on FreeBSD
@ 2007-07-25 18:20 Renato Botelho
  2007-07-25 18:56 ` Renato Botelho
  0 siblings, 1 reply; 9+ messages in thread
From: Renato Botelho @ 2007-07-25 18:20 UTC (permalink / raw)
  To: zsh-workers

Hello,

I'm working to upgrade zsh on FreeBSD ports tree from 4.3.2 to 4.3.4
and i had a problem building it.

When iconv was not found, Src/utils.c didn't build, i made this change
and everything built file:

--- Src/utils.c.orig    Tue Apr 17 10:57:15 2007
+++ Src/utils.c Wed Jul 25 15:13:58 2007
@@ -4569,11 +4570,11 @@
     int count;
 #else
     unsigned int wval;
+    size_t count;
 # if defined(HAVE_NL_LANGINFO) && defined(CODESET) && defined(HAVE_ICONV)
     iconv_t cd;
     char inbuf[4];
     size_t inbytes, outbytes;
-    size_t count;
 # endif
 #endif

Best Regards
-- 
Renato Botelho


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Problems building 4.3.4 on FreeBSD
  2007-07-25 18:20 Problems building 4.3.4 on FreeBSD Renato Botelho
@ 2007-07-25 18:56 ` Renato Botelho
  2007-07-25 19:56   ` Renato Botelho
  0 siblings, 1 reply; 9+ messages in thread
From: Renato Botelho @ 2007-07-25 18:56 UTC (permalink / raw)
  To: zsh-workers

On 7/25/07, Renato Botelho <rbgarga@gmail.com> wrote:
> Hello,
>
> I'm working to upgrade zsh on FreeBSD ports tree from 4.3.2 to 4.3.4
> and i had a problem building it.
>
> When iconv was not found, Src/utils.c didn't build, i made this change
> and everything built file:
>
> --- Src/utils.c.orig    Tue Apr 17 10:57:15 2007
> +++ Src/utils.c Wed Jul 25 15:13:58 2007
> @@ -4569,11 +4570,11 @@
>      int count;
>  #else
>      unsigned int wval;
> +    size_t count;
>  # if defined(HAVE_NL_LANGINFO) && defined(CODESET) && defined(HAVE_ICONV)
>      iconv_t cd;
>      char inbuf[4];
>      size_t inbytes, outbytes;
> -    size_t count;
>  # endif
>  #endif

Now all built fine, but I have a problem at install time:

cc  -s -shared -o zutil.so   zutil..o    -lncurses -lm  -lc
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  zutil.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zutil.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  compctl.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/compctl.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  complete.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/complete.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  complist.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/complist.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  computil.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/computil.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  deltochar.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/deltochar.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  zle.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zle.so
/bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
install  -s -o root -g wheel -m 555  zleparameter.so
/tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zleparameter.so
if test x/tmp/zsh-4.3.4/share/zsh/4.3.4/functions != x && test
x/tmp/zsh-4.3.4/share/zsh/4.3.4/functions != xno; then  test
x/tmp/zsh-4.3.4/share/zsh/site-functions != xno &&  /bin/sh
./mkinstalldirs /tmp/zsh-4.3.4/share/zsh/site-functions;  sdir_top="."
fndir="/tmp/zsh-4.3.4/share/zsh/4.3.4/functions" dir_top="."
scriptdir="/tmp/zsh-4.3.4/share/zsh/4.3.4/scripts"
FUNCTIONS_SUBDIRS="yes"  INSTALL_DATA="install  -o root -g wheel -m
444"  INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"
DESTDIR="" VERSION="4.3.4"  /bin/sh ./Config/installfns.sh || exit 1;
fi;  exit 0
mkdir /tmp/zsh-4.3.4/share/zsh
mkdir /tmp/zsh-4.3.4/share/zsh/site-functions
mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4
mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions
mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Exceptions
mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Misc
strip: /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Misc/harden: File
format not recognized
install: wait: No such file or directory
*** Error code 1

Somebody can give me some help? The problem seems to be on Config/installfns.sh

Thanks
-- 
Renato Botelho


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Problems building 4.3.4 on FreeBSD
  2007-07-25 18:56 ` Renato Botelho
@ 2007-07-25 19:56   ` Renato Botelho
  2007-07-25 20:42     ` Peter Stephenson
  0 siblings, 1 reply; 9+ messages in thread
From: Renato Botelho @ 2007-07-25 19:56 UTC (permalink / raw)
  To: zsh-workers

On 7/25/07, Renato Botelho <rbgarga@gmail.com> wrote:
> On 7/25/07, Renato Botelho <rbgarga@gmail.com> wrote:
> > Hello,
> >
> > I'm working to upgrade zsh on FreeBSD ports tree from 4.3.2 to 4.3.4
> > and i had a problem building it.
> >
> > When iconv was not found, Src/utils.c didn't build, i made this change
> > and everything built file:
> >
> > --- Src/utils.c.orig    Tue Apr 17 10:57:15 2007
> > +++ Src/utils.c Wed Jul 25 15:13:58 2007
> > @@ -4569,11 +4570,11 @@
> >      int count;
> >  #else
> >      unsigned int wval;
> > +    size_t count;
> >  # if defined(HAVE_NL_LANGINFO) && defined(CODESET) && defined(HAVE_ICONV)
> >      iconv_t cd;
> >      char inbuf[4];
> >      size_t inbytes, outbytes;
> > -    size_t count;
> >  # endif
> >  #endif
>
> Now all built fine, but I have a problem at install time:
>
> cc  -s -shared -o zutil.so   zutil..o    -lncurses -lm  -lc
> /bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
> install  -s -o root -g wheel -m 555  zutil.so
> /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zutil.so
> /bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
> install  -s -o root -g wheel -m 555  compctl.so
> /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/compctl.so
> /bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
> install  -s -o root -g wheel -m 555  complete.so
> /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/complete.so
> /bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
> install  -s -o root -g wheel -m 555  complist.so
> /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/complist.so
> /bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
> install  -s -o root -g wheel -m 555  computil.so
> /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/computil.so
> /bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
> install  -s -o root -g wheel -m 555  deltochar.so
> /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/deltochar.so
> /bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
> install  -s -o root -g wheel -m 555  zle.so
> /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zle.so
> /bin/sh ../../mkinstalldirs /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh
> install  -s -o root -g wheel -m 555  zleparameter.so
> /tmp/zsh-4.3.4/lib/zsh/4.3.4/zsh/zleparameter.so
> if test x/tmp/zsh-4.3.4/share/zsh/4.3.4/functions != x && test
> x/tmp/zsh-4.3.4/share/zsh/4.3.4/functions != xno; then  test
> x/tmp/zsh-4.3.4/share/zsh/site-functions != xno &&  /bin/sh
> ./mkinstalldirs /tmp/zsh-4.3.4/share/zsh/site-functions;  sdir_top="."
> fndir="/tmp/zsh-4.3.4/share/zsh/4.3.4/functions" dir_top="."
> scriptdir="/tmp/zsh-4.3.4/share/zsh/4.3.4/scripts"
> FUNCTIONS_SUBDIRS="yes"  INSTALL_DATA="install  -o root -g wheel -m
> 444"  INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"
> DESTDIR="" VERSION="4.3.4"  /bin/sh ./Config/installfns.sh || exit 1;
> fi;  exit 0
> mkdir /tmp/zsh-4.3.4/share/zsh
> mkdir /tmp/zsh-4.3.4/share/zsh/site-functions
> mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4
> mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions
> mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Exceptions
> mkdir /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Misc
> strip: /tmp/zsh-4.3.4/share/zsh/4.3.4/functions/Misc/harden: File
> format not recognized
> install: wait: No such file or directory
> *** Error code 1
>
> Somebody can give me some help? The problem seems to be on Config/installfns.sh

I figured it out, the problem is caused because some Functions and
Completions has 0755 permissions, so, installfns.sh consider it
executable and call install with -s.

-- 
Renato Botelho


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Problems building 4.3.4 on FreeBSD
  2007-07-25 19:56   ` Renato Botelho
@ 2007-07-25 20:42     ` Peter Stephenson
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Stephenson @ 2007-07-25 20:42 UTC (permalink / raw)
  To: zsh-workers

"Renato Botelho" wrote:
> I figured it out, the problem is caused because some Functions and
> Completions has 0755 permissions, so, installfns.sh consider it
> executable and call install with -s.

The change that brought this in is 22341.  It looks like we need to set
the permissions separately from installing.

Ideally we still need to be more selective with the permissions somehow.
The permissions don't seem to be fixable in the archive by any obvious
means.  We could perhaps run a script to get this right in the
distribution.

Index: Config/installfns.sh
===================================================================
RCS file: /cvsroot/zsh/zsh/Config/installfns.sh,v
retrieving revision 1.13
diff -u -r1.13 installfns.sh
--- Config/installfns.sh	20 Mar 2006 11:06:24 -0000	1.13
+++ Config/installfns.sh	25 Jul 2007 20:42:08 -0000
@@ -45,10 +45,9 @@
       esac
     fi
     test -d $instdir || /bin/sh $sdir_top/mkinstalldirs $instdir || exit 1
+    $INSTALL_DATA $sdir_top/$file $instdir || exit 1
     if test -x $sdir_top/$file; then
-	$INSTALL_PROGRAM $sdir_top/$file $instdir || exit 1
-    else
-	$INSTALL_DATA $sdir_top/$file $instdir || exit 1
+	chmod +x $instdir/`echo $file | sed -e 's%^.*/%%'`
     fi
   fi
 done

-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Not finding iconv and pcre
@ 2007-07-27 17:49 ` Renato Botelho
  2007-07-27 17:56   ` Renato Botelho
                     ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Renato Botelho @ 2007-07-27 17:49 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1470 bytes --]

Zsh 4.3.4 is not finding iconv and pcre on FreeBSD. Here are some data:

garga@soc90:~/prs/zsh% make configure | grep -E -i '(pcre|iconv)'
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking iconv.h usability... no
checking iconv.h presence... no
checking for iconv.h... no
checking for pcre_compile... no
checking for pcre_study... no
checking for pcre_exec... no
checking for iconv... no
garga@soc90:~/prs/zsh% ldconfig -r | grep -i -E '(pcre|iconv)'
        21:-lkiconv.2 => /lib/libkiconv.so.2
        95:-liconv.3 => /usr/local/lib/libiconv.so.3
        190:-lpcre.0 => /usr/local/lib/libpcre.so.0
        198:-lpcreposix.0 => /usr/local/lib/libpcreposix.so.0
        244:-lpcrecpp.0 => /usr/local/lib/libpcrecpp.so.0
garga@soc90:~/prs/zsh% ls -l /usr/local/include/pcre*
-r--r--r--  1 root  wheel  11842 Jul 19 08:42 /usr/local/include/pcre.h
-r--r--r--  1 root  wheel   6570 Jul 19 08:42 /usr/local/include/pcre_scanner.h
-r--r--r--  1 root  wheel   6041 Jul 19 08:42
/usr/local/include/pcre_stringpiece.h
-r--r--r--  1 root  wheel  25875 Jul 19 08:42 /usr/local/include/pcrecpp.h
-r--r--r--  1 root  wheel   6712 Jul 19 08:42 /usr/local/include/pcrecpparg.h
-r--r--r--  1 root  wheel   4871 Jul 19 08:42 /usr/local/include/pcreposix.h
garga@soc90:~/prs/zsh% ls -l /usr/local/include/*iconv*
-r--r--r--  1 root  wheel  4760 May 11 14:53 /usr/local/include/iconv.h

Does anyone have ideas about it?
-- 
Renato Botelho

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 376856 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --with-curses-terminfo --with-tcsetpgrp --enable-etcdir=/etc --enable-fndir=/usr/local/share/zsh/4.3.4/functions --enable-function-subdirs --enable-site-fndir=/usr/local/share/zsh/site-functions --enable-zsh-mem --enable-zsh-secure-free --enable-maildir-support --enable-dynamic --enable-multibyte --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd6.2

## --------- ##
## Platform. ##
## --------- ##

hostname = soc90.bluepex.com
uname -m = i386
uname -r = 6.2-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 6.2-STABLE #1: Thu Jun 28 19:48:53 BRT 2007     root@soc90:/usr/obj/usr/src/sys/GARGA 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /home/garga/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1385: checking build system type
configure:1403: result: i386-portbld-freebsd6.2
configure:1411: checking host system type
configure:1425: result: i386-portbld-freebsd6.2
configure:1922: checking for gcc
configure:1948: result: cc
configure:2192: checking for C compiler version
configure:2195: cc --version </dev/null >&5
cc (GCC) 3.4.6 [FreeBSD] 20060305
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2198: $? = 0
configure:2200: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305
configure:2203: $? = 0
configure:2205: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:2208: $? = 1
configure:2231: checking for C compiler default output file name
configure:2234: cc -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:2237: $? = 0
configure:2283: result: a.out
configure:2288: checking whether the C compiler works
configure:2294: ./a.out
configure:2297: $? = 0
configure:2314: result: yes
configure:2321: checking whether we are cross compiling
configure:2323: result: no
configure:2326: checking for suffix of executables
configure:2328: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:2331: $? = 0
configure:2356: result: 
configure:2362: checking for suffix of object files
configure:2383: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:2386: $? = 0
configure:2408: result: o
configure:2412: checking whether we are using the GNU C compiler
configure:2436: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:2442: $? = 0
configure:2446: test -z 
			 || test ! -s conftest.err
configure:2449: $? = 0
configure:2452: test -s conftest.o
configure:2455: $? = 0
configure:2468: result: yes
configure:2474: checking whether cc accepts -g
configure:2495: cc -c -g  conftest.c >&5
configure:2501: $? = 0
configure:2505: test -z 
			 || test ! -s conftest.err
configure:2508: $? = 0
configure:2511: test -s conftest.o
configure:2514: $? = 0
configure:2525: result: yes
configure:2542: checking for cc option to accept ANSI C
configure:2612: cc  -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:2618: $? = 0
configure:2622: test -z 
			 || test ! -s conftest.err
configure:2625: $? = 0
configure:2628: test -s conftest.o
configure:2631: $? = 0
configure:2649: result: none needed
configure:2667: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2673: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2811: checking whether large file support needs explicit enabling
configure:2840: result: no
configure:2919: checking how to run the C preprocessor
configure:2954: cc -E  conftest.c
configure:2960: $? = 0
configure:2992: cc -E  conftest.c
conftest.c:23:28: ac_nonexistent.h: No such file or directory
configure:2998: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3037: result: cc -E
configure:3061: cc -E  conftest.c
configure:3067: $? = 0
configure:3099: cc -E  conftest.c
conftest.c:23:28: ac_nonexistent.h: No such file or directory
configure:3105: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3149: checking for egrep
configure:3159: result: grep -E
configure:3165: checking whether cc needs -traditional
conftest.c:23:20: termio.h: No such file or directory
configure:3207: result: no
configure:3213: checking for an ANSI C-conforming const
configure:3280: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:3286: $? = 0
configure:3290: test -z 
			 || test ! -s conftest.err
configure:3293: $? = 0
configure:3296: test -s conftest.o
configure:3299: $? = 0
configure:3310: result: yes
configure:3324: checking for cc option to accept ANSI C
configure:3364: cc -c -O2 -fno-strict-aliasing -pipe    conftest.c >&5
configure:3370: $? = 0
configure:3374: test -z 
			 || test ! -s conftest.err
configure:3377: $? = 0
configure:3380: test -s conftest.o
configure:3383: $? = 0
configure:3396: result: 
configure:3403: checking whether to use prototypes
configure:3422: result: yes
configure:3434: checking for working alloca.h
configure:3455: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
conftest.c:24:20: alloca.h: No such file or directory
configure:3461: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| /* end confdefs.h.  */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
|   ;
|   return 0;
| }
configure:3486: result: no
configure:3496: checking for alloca
configure:3537: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:3543: $? = 0
configure:3547: test -z 
			 || test ! -s conftest.err
configure:3550: $? = 0
configure:3553: test -s conftest
configure:3556: $? = 0
configure:3568: result: yes
configure:3791: checking if the compiler supports union initialisation
configure:3812: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:3818: $? = 0
configure:3822: test -z 
			 || test ! -s conftest.err
configure:3825: $? = 0
configure:3828: test -s conftest.o
configure:3831: $? = 0
configure:3842: result: yes
configure:3853: checking if signed to unsigned casting is broken
configure:3870: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:3873: $? = 0
configure:3875: ./conftest
configure:3878: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| /* end confdefs.h.  */
| main(){return((int)(unsigned char)((char) -1) == 255);}
configure:3892: result: no
configure:3903: checking if the compiler supports variable-length arrays
configure:3924: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:3930: $? = 0
configure:3934: test -z 
			 || test ! -s conftest.err
configure:3937: $? = 0
configure:3940: test -s conftest.o
configure:3943: $? = 0
configure:3954: result: yes
configure:3965: checking whether make sets $(MAKE)
configure:3985: result: yes
configure:4006: checking for a BSD-compatible install
configure:4061: result: /usr/bin/install -c 
configure:4075: checking for gawk
configure:4104: result: no
configure:4075: checking for mawk
configure:4104: result: no
configure:4075: checking for nawk
configure:4091: found /usr/bin/nawk
configure:4101: result: nawk
configure:4110: checking whether ln works
configure:4128: result: yes
configure:4134: checking for egrep
configure:4144: result: grep -E
configure:4152: checking for yodl
configure:4181: result: no
configure:4193: checking for pdfetex
configure:4222: result: no
configure:4234: checking for texi2pdf
configure:4263: result: no
configure:4274: checking for ansi2knr
configure:4303: result: no
configure:4330: checking for dirent.h that defines DIR
configure:4354: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:4360: $? = 0
configure:4364: test -z 
			 || test ! -s conftest.err
configure:4367: $? = 0
configure:4370: test -s conftest.o
configure:4373: $? = 0
configure:4384: result: yes
configure:4397: checking for library containing opendir
configure:4427: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:4433: $? = 0
configure:4437: test -z 
			 || test ! -s conftest.err
configure:4440: $? = 0
configure:4443: test -s conftest
configure:4446: $? = 0
configure:4516: result: none required
configure:4652: checking for ANSI C header files
configure:4677: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:4683: $? = 0
configure:4687: test -z 
			 || test ! -s conftest.err
configure:4690: $? = 0
configure:4693: test -s conftest.o
configure:4696: $? = 0
configure:4785: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:4788: $? = 0
configure:4790: ./conftest
configure:4793: $? = 0
configure:4808: result: yes
configure:4818: checking whether time.h and sys/time.h may both be included
configure:4843: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:4849: $? = 0
configure:4853: test -z 
			 || test ! -s conftest.err
configure:4856: $? = 0
configure:4859: test -s conftest.o
configure:4862: $? = 0
configure:4873: result: yes
configure:4883: checking whether stat file-mode macros are broken
configure:4931: result: no
configure:4941: checking for sys/wait.h that is POSIX.1 compatible
configure:4972: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:4978: $? = 0
configure:4982: test -z 
			 || test ! -s conftest.err
configure:4985: $? = 0
configure:4988: test -s conftest.o
configure:4991: $? = 0
configure:5002: result: yes
configure:5069: checking for sys/types.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5069: checking for sys/stat.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5069: checking for stdlib.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5069: checking for string.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5069: checking for memory.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5069: checking for strings.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5069: checking for inttypes.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5069: checking for stdint.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5069: checking for unistd.h
configure:5085: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5091: $? = 0
configure:5095: test -z 
			 || test ! -s conftest.err
configure:5098: $? = 0
configure:5101: test -s conftest.o
configure:5104: $? = 0
configure:5115: result: yes
configure:5184: checking sys/time.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking sys/time.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for sys/time.h
configure:5307: result: yes
configure:5184: checking sys/times.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking sys/times.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for sys/times.h
configure:5307: result: yes
configure:5184: checking sys/select.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking sys/select.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for sys/select.h
configure:5307: result: yes
configure:5184: checking termcap.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking termcap.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for termcap.h
configure:5307: result: yes
configure:5184: checking termio.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:78:20: termio.h: No such file or directory
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <termio.h>
configure:5225: result: no
configure:5229: checking termio.h presence
configure:5239: cc -E  conftest.c
conftest.c:44:20: termio.h: No such file or directory
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| /* end confdefs.h.  */
| #include <termio.h>
configure:5265: result: no
configure:5300: checking for termio.h
configure:5307: result: no
configure:5184: checking termios.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking termios.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for termios.h
configure:5307: result: yes
configure:5184: checking sys/param.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking sys/param.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for sys/param.h
configure:5307: result: yes
configure:5184: checking sys/filio.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking sys/filio.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for sys/filio.h
configure:5307: result: yes
configure:5175: checking for string.h
configure:5180: result: yes
configure:5175: checking for memory.h
configure:5180: result: yes
configure:5184: checking limits.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking limits.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for limits.h
configure:5307: result: yes
configure:5184: checking fcntl.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking fcntl.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for fcntl.h
configure:5307: result: yes
configure:5184: checking libc.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:85:18: libc.h: No such file or directory
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libc.h>
configure:5225: result: no
configure:5229: checking libc.h presence
configure:5239: cc -E  conftest.c
conftest.c:51:18: libc.h: No such file or directory
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <libc.h>
configure:5265: result: no
configure:5300: checking for libc.h
configure:5307: result: no
configure:5184: checking sys/utsname.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking sys/utsname.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for sys/utsname.h
configure:5307: result: yes
configure:5184: checking sys/resource.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking sys/resource.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for sys/resource.h
configure:5307: result: yes
configure:5184: checking locale.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking locale.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for locale.h
configure:5307: result: yes
configure:5184: checking errno.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking errno.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for errno.h
configure:5307: result: yes
configure:5184: checking stdio.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking stdio.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for stdio.h
configure:5307: result: yes
configure:5184: checking stdarg.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking stdarg.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for stdarg.h
configure:5307: result: yes
configure:5184: checking varargs.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
In file included from conftest.c:91:
/usr/include/varargs.h:34:2: #error "<varargs.h> is obsolete with this version of GCC."
/usr/include/varargs.h:35:2: #error "Change your code to use <stdarg.h> instead."
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <varargs.h>
configure:5225: result: no
configure:5229: checking varargs.h presence
configure:5239: cc -E  conftest.c
In file included from conftest.c:57:
/usr/include/varargs.h:34:2: #error "<varargs.h> is obsolete with this version of GCC."
/usr/include/varargs.h:35:2: #error "Change your code to use <stdarg.h> instead."
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h.  */
| #include <varargs.h>
configure:5265: result: no
configure:5300: checking for varargs.h
configure:5307: result: no
configure:5175: checking for stdlib.h
configure:5180: result: yes
configure:5175: checking for unistd.h
configure:5180: result: yes
configure:5184: checking sys/capability.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:93:28: sys/capability.h: No such file or directory
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/capability.h>
configure:5225: result: no
configure:5229: checking sys/capability.h presence
configure:5239: cc -E  conftest.c
conftest.c:59:28: sys/capability.h: No such file or directory
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/capability.h>
configure:5265: result: no
configure:5300: checking for sys/capability.h
configure:5307: result: no
configure:5184: checking utmp.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking utmp.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for utmp.h
configure:5307: result: yes
configure:5184: checking utmpx.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:94:19: utmpx.h: No such file or directory
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <utmpx.h>
configure:5225: result: no
configure:5229: checking utmpx.h presence
configure:5239: cc -E  conftest.c
conftest.c:60:19: utmpx.h: No such file or directory
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| /* end confdefs.h.  */
| #include <utmpx.h>
configure:5265: result: no
configure:5300: checking for utmpx.h
configure:5307: result: no
configure:5175: checking for sys/types.h
configure:5180: result: yes
configure:5184: checking pwd.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking pwd.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for pwd.h
configure:5307: result: yes
configure:5184: checking grp.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking grp.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for grp.h
configure:5307: result: yes
configure:5184: checking poll.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking poll.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for poll.h
configure:5307: result: yes
configure:5184: checking sys/mman.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking sys/mman.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for sys/mman.h
configure:5307: result: yes
configure:5184: checking netinet/in_systm.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking netinet/in_systm.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for netinet/in_systm.h
configure:5307: result: yes
configure:5184: checking pcre.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:100:18: pcre.h: No such file or directory
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre.h>
configure:5225: result: no
configure:5229: checking pcre.h presence
configure:5239: cc -E  conftest.c
conftest.c:66:18: pcre.h: No such file or directory
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| /* end confdefs.h.  */
| #include <pcre.h>
configure:5265: result: no
configure:5300: checking for pcre.h
configure:5307: result: no
configure:5184: checking langinfo.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking langinfo.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for langinfo.h
configure:5307: result: yes
configure:5184: checking wchar.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking wchar.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for wchar.h
configure:5307: result: yes
configure:5184: checking stddef.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5202: $? = 0
configure:5206: test -z 
			 || test ! -s conftest.err
configure:5209: $? = 0
configure:5212: test -s conftest.o
configure:5215: $? = 0
configure:5225: result: yes
configure:5229: checking stddef.h presence
configure:5239: cc -E  conftest.c
configure:5245: $? = 0
configure:5265: result: yes
configure:5300: checking for stddef.h
configure:5307: result: yes
configure:5184: checking sys/stropts.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:103:25: sys/stropts.h: No such file or directory
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/stropts.h>
configure:5225: result: no
configure:5229: checking sys/stropts.h presence
configure:5239: cc -E  conftest.c
conftest.c:69:25: sys/stropts.h: No such file or directory
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| /* end confdefs.h.  */
| #include <sys/stropts.h>
configure:5265: result: no
configure:5300: checking for sys/stropts.h
configure:5307: result: no
configure:5184: checking iconv.h usability
configure:5196: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:103:19: iconv.h: No such file or directory
configure:5202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <iconv.h>
configure:5225: result: no
configure:5229: checking iconv.h presence
configure:5239: cc -E  conftest.c
conftest.c:69:19: iconv.h: No such file or directory
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| /* end confdefs.h.  */
| #include <iconv.h>
configure:5265: result: no
configure:5300: checking for iconv.h
configure:5307: result: no
configure:5335: checking dlfcn.h usability
configure:5347: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5353: $? = 0
configure:5357: test -z 
			 || test ! -s conftest.err
configure:5360: $? = 0
configure:5363: test -s conftest.o
configure:5366: $? = 0
configure:5376: result: yes
configure:5380: checking dlfcn.h presence
configure:5390: cc -E  conftest.c
configure:5396: $? = 0
configure:5416: result: yes
configure:5451: checking for dlfcn.h
configure:5458: result: yes
configure:5485: checking dl.h usability
configure:5497: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:104:16: dl.h: No such file or directory
configure:5503: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:5526: result: no
configure:5530: checking dl.h presence
configure:5540: cc -E  conftest.c
conftest.c:70:16: dl.h: No such file or directory
configure:5546: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <dl.h>
configure:5566: result: no
configure:5601: checking for dl.h
configure:5608: result: no
configure:5626: checking for conflicts in sys/time.h and sys/select.h
configure:5648: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:5654: $? = 0
configure:5658: test -z 
			 || test ! -s conftest.err
configure:5661: $? = 0
configure:5664: test -s conftest.o
configure:5667: $? = 0
configure:5678: result: no
configure:5691: checking TIOCGWINSZ in termios.h
configure:5716: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c  >&5
configure:5722: $? = 0
configure:5726: test -z 
			 || test ! -s conftest.err
configure:5729: $? = 0
configure:5732: test -s conftest
configure:5735: $? = 0
configure:5747: result: yes
configure:5821: checking for streams headers including struct winsize
configure:5843: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:70:24: sys/stream.h: No such file or directory
conftest.c:71:22: sys/ptem.h: No such file or directory
conftest.c: In function `main':
conftest.c:76: error: storage size of 'wsz' isn't known
configure:5849: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <sys/stream.h>
| #include <sys/ptem.h>
| int
| main ()
| {
| struct winsize wsz
|   ;
|   return 0;
| }
configure:5873: result: no
configure:5883: checking for printf in -lc
configure:5913: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lc   >&5
conftest.c:77: warning: conflicting types for built-in function 'printf'
configure:5919: $? = 0
configure:5923: test -z 
			 || test ! -s conftest.err
configure:5926: $? = 0
configure:5929: test -s conftest
configure:5932: $? = 0
configure:5945: result: yes
configure:5953: checking for pow in -lm
configure:5983: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lm   -lc >&5
conftest.c:77: warning: conflicting types for built-in function 'pow'
configure:5989: $? = 0
configure:5993: test -z 
			 || test ! -s conftest.err
configure:5996: $? = 0
configure:5999: test -s conftest
configure:6002: $? = 0
configure:6015: result: yes
configure:6033: checking for library containing tigetstr
configure:6063: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lm  -lc >&5
/var/tmp//cc6QPQEJ.o(.text+0xd): In function `main':
: undefined reference to `tigetstr'
configure:6069: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char tigetstr ();
| int
| main ()
| {
| tigetstr ();
|   ;
|   return 0;
| }
configure:6118: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses  -lm  -lc >&5
configure:6124: $? = 0
configure:6128: test -z 
			 || test ! -s conftest.err
configure:6131: $? = 0
configure:6134: test -s conftest
configure:6137: $? = 0
configure:6152: result: -lncurses
configure:6183: checking for library containing tigetflag
configure:6213: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:6219: $? = 0
configure:6223: test -z 
			 || test ! -s conftest.err
configure:6226: $? = 0
configure:6229: test -s conftest
configure:6232: $? = 0
configure:6302: result: none required
configure:6309: checking for library containing tgetent
configure:6339: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:6345: $? = 0
configure:6349: test -z 
			 || test ! -s conftest.err
configure:6352: $? = 0
configure:6355: test -s conftest
configure:6358: $? = 0
configure:6428: result: none required
configure:6449: checking curses.h usability
configure:6461: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:6467: $? = 0
configure:6471: test -z 
			 || test ! -s conftest.err
configure:6474: $? = 0
configure:6477: test -s conftest.o
configure:6480: $? = 0
configure:6490: result: yes
configure:6494: checking curses.h presence
configure:6504: cc -E  conftest.c
configure:6510: $? = 0
configure:6530: result: yes
configure:6565: checking for curses.h
configure:6572: result: yes
configure:6661: checking term.h usability
configure:6673: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:6679: $? = 0
configure:6683: test -z 
			 || test ! -s conftest.err
configure:6686: $? = 0
configure:6689: test -s conftest.o
configure:6692: $? = 0
configure:6702: result: yes
configure:6706: checking term.h presence
configure:6716: cc -E  conftest.c
configure:6722: $? = 0
configure:6742: result: yes
configure:6777: checking for term.h
configure:6784: result: yes
configure:6792: checking if term.h needs curses.h
configure:6810: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:77: warning: initialization from incompatible pointer type
configure:6816: $? = 0
configure:6820: test -z 
			 || test ! -s conftest.err
configure:6823: $? = 0
configure:6826: test -s conftest.o
configure:6829: $? = 0
configure:6856: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:78: warning: initialization from incompatible pointer type
configure:6862: $? = 0
configure:6866: test -z 
			 || test ! -s conftest.err
configure:6869: $? = 0
configure:6872: test -s conftest.o
configure:6875: $? = 0
configure:6894: result: no
configure:6898: checking if boolcodes is available
configure:6919: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c: In function `main':
conftest.c:80: warning: initialization from incompatible pointer type
configure:6925: $? = 0
configure:6929: test -z 
			 || test ! -s conftest.err
configure:6932: $? = 0
configure:6935: test -s conftest
configure:6938: $? = 0
configure:6952: result: yes
configure:6954: checking if numcodes is available
configure:6975: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c: In function `main':
conftest.c:81: warning: initialization from incompatible pointer type
configure:6981: $? = 0
configure:6985: test -z 
			 || test ! -s conftest.err
configure:6988: $? = 0
configure:6991: test -s conftest
configure:6994: $? = 0
configure:7008: result: yes
configure:7010: checking if strcodes is available
configure:7031: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c: In function `main':
conftest.c:82: warning: initialization from incompatible pointer type
configure:7037: $? = 0
configure:7041: test -z 
			 || test ! -s conftest.err
configure:7044: $? = 0
configure:7047: test -s conftest
configure:7050: $? = 0
configure:7064: result: yes
configure:7066: checking if boolnames is available
configure:7085: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c: In function `main':
conftest.c:81: warning: initialization from incompatible pointer type
configure:7091: $? = 0
configure:7095: test -z 
			 || test ! -s conftest.err
configure:7098: $? = 0
configure:7101: test -s conftest
configure:7104: $? = 0
configure:7118: result: yes
configure:7120: checking if numnames is available
configure:7139: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c: In function `main':
conftest.c:82: warning: initialization from incompatible pointer type
configure:7145: $? = 0
configure:7149: test -z 
			 || test ! -s conftest.err
configure:7152: $? = 0
configure:7155: test -s conftest
configure:7158: $? = 0
configure:7172: result: yes
configure:7174: checking if strnames is available
configure:7193: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c: In function `main':
conftest.c:83: warning: initialization from incompatible pointer type
configure:7199: $? = 0
configure:7203: test -z 
			 || test ! -s conftest.err
configure:7206: $? = 0
configure:7209: test -s conftest
configure:7212: $? = 0
configure:7226: result: yes
configure:7235: checking for library containing yp_all
configure:7265: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:7271: $? = 0
configure:7275: test -z 
			 || test ! -s conftest.err
configure:7278: $? = 0
configure:7281: test -s conftest
configure:7284: $? = 0
configure:7354: result: none required
configure:7368: checking for dlopen in -ldl
configure:7398: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -ldl  -lncurses -lm  -lc >&5
/usr/bin/ld: cannot find -ldl
configure:7404: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| int
| main ()
| {
| dlopen ();
|   ;
|   return 0;
| }
configure:7430: result: no
configure:7521: checking for socket in -lsocket
configure:7551: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lsocket  -lncurses -lm  -lc >&5
/usr/bin/ld: cannot find -lsocket
configure:7557: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char socket ();
| int
| main ()
| {
| socket ();
|   ;
|   return 0;
| }
configure:7583: result: no
configure:8047: checking if an include file defines ospeed
configure:8074: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:8080: $? = 0
configure:8084: test -z 
			 || test ! -s conftest.err
configure:8087: $? = 0
configure:8090: test -s conftest
configure:8093: $? = 0
configure:8105: result: yes
configure:8186: checking return type of signal handlers
configure:8217: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:8223: $? = 0
configure:8227: test -z 
			 || test ! -s conftest.err
configure:8230: $? = 0
configure:8233: test -s conftest.o
configure:8236: $? = 0
configure:8247: result: void
configure:8255: checking for pid_t
configure:8279: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:8285: $? = 0
configure:8289: test -z 
			 || test ! -s conftest.err
configure:8292: $? = 0
configure:8295: test -s conftest.o
configure:8298: $? = 0
configure:8309: result: yes
configure:8321: checking for off_t
configure:8345: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:8351: $? = 0
configure:8355: test -z 
			 || test ! -s conftest.err
configure:8358: $? = 0
configure:8361: test -s conftest.o
configure:8364: $? = 0
configure:8375: result: yes
configure:8387: checking for ino_t
configure:8411: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:8417: $? = 0
configure:8421: test -z 
			 || test ! -s conftest.err
configure:8424: $? = 0
configure:8427: test -s conftest.o
configure:8430: $? = 0
configure:8441: result: yes
configure:8453: checking for mode_t
configure:8477: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:8483: $? = 0
configure:8487: test -z 
			 || test ! -s conftest.err
configure:8490: $? = 0
configure:8493: test -s conftest.o
configure:8496: $? = 0
configure:8507: result: yes
configure:8519: checking for uid_t in sys/types.h
configure:8542: result: yes
configure:8557: checking for size_t
configure:8581: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:8587: $? = 0
configure:8591: test -z 
			 || test ! -s conftest.err
configure:8594: $? = 0
configure:8597: test -s conftest.o
configure:8600: $? = 0
configure:8611: result: yes
configure:8624: checking if long is 64 bits
configure:8641: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:8644: $? = 0
configure:8646: ./conftest
configure:8649: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| int main() { return sizeof(long) < 8; }
configure:8663: result: no
configure:8684: checking if off_t is 64 bit
configure:8705: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:8708: $? = 0
configure:8710: ./conftest
configure:8713: $? = 0
configure:8727: result: yes
configure:8736: checking if ino_t is 64 bit
configure:8757: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:8760: $? = 0
configure:8762: ./conftest
configure:8765: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| 
| main() { return sizeof(ino_t) < 8; }
| 
configure:8779: result: no
configure:8790: checking if compiler has a 64 bit type
configure:8873: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:8876: $? = 0
configure:8878: ./conftest
configure:8881: $? = 0
configure:9051: result: long long
configure:9059: checking for a corresponding unsigned 64 bit type
configure:9091: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:9094: $? = 0
configure:9096: ./conftest
configure:9099: $? = 0
configure:9165: result: unsigned long long
configure:9177: checking for sigset_t
configure:9199: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:9205: $? = 0
configure:9209: test -z 
			 || test ! -s conftest.err
configure:9212: $? = 0
configure:9215: test -s conftest.o
configure:9218: $? = 0
configure:9229: result: yes
configure:9240: checking for struct timezone
configure:9265: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:9271: $? = 0
configure:9275: test -z 
			 || test ! -s conftest.err
configure:9278: $? = 0
configure:9281: test -s conftest.o
configure:9284: $? = 0
configure:9296: result: yes
configure:9308: checking for struct utmp
configure:9336: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:9342: $? = 0
configure:9346: test -z 
			 || test ! -s conftest.err
configure:9349: $? = 0
configure:9352: test -s conftest.o
configure:9355: $? = 0
configure:9367: result: yes
configure:9378: checking for struct utmpx
configure:9406: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:97: error: storage size of 'testvar' isn't known
configure:9412: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| /* end 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;
|   ;
|   return 0;
| }
configure:9437: result: no
configure:9449: checking for ut_host in struct utmp
configure:9477: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:9483: $? = 0
configure:9487: test -z 
			 || test ! -s conftest.err
configure:9490: $? = 0
configure:9493: test -s conftest.o
configure:9496: $? = 0
configure:9508: result: yes
configure:9519: checking for ut_host in struct utmpx
configure:9547: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:98: error: storage size of 'testvar' isn't known
configure:9553: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| /* end 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_host;
|   ;
|   return 0;
| }
configure:9578: result: no
configure:9589: checking for ut_xtime in struct utmpx
configure:9617: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:98: error: storage size of 'testvar' isn't known
configure:9623: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| /* end 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:9648: result: no
configure:9659: checking for ut_tv in struct utmpx
configure:9687: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:98: error: storage size of 'testvar' isn't known
configure:9693: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| /* end 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_tv;
|   ;
|   return 0;
| }
configure:9718: result: no
configure:9730: checking for d_ino in struct dirent
configure:9758: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:9764: $? = 0
configure:9768: test -z 
			 || test ! -s conftest.err
configure:9771: $? = 0
configure:9774: test -s conftest.o
configure:9777: $? = 0
configure:9789: result: yes
configure:9800: checking for d_stat in struct dirent
configure:9828: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:99: error: structure has no member named `d_stat'
configure:9834: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end 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:9859: result: no
configure:9870: checking for d_ino in struct direct
configure:9904: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:105: error: storage size of 'testvar' isn't known
configure:9910: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end 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:9935: result: no
configure:9946: checking for d_stat in struct direct
configure:9980: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:105: error: storage size of 'testvar' isn't known
configure:9986: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| /* end 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:10011: result: no
configure:10023: checking for sin6_scope_id in struct sockaddr_in6
configure:10049: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:10055: $? = 0
configure:10059: test -z 
			 || test ! -s conftest.err
configure:10062: $? = 0
configure:10065: test -s conftest.o
configure:10068: $? = 0
configure:10080: result: yes
configure:10094: checking if we need our own h_errno
configure:10115: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10121: $? = 0
configure:10125: test -z 
			 || test ! -s conftest.err
configure:10128: $? = 0
configure:10131: test -s conftest
configure:10134: $? = 0
configure:10146: result: no
configure:10278: checking for strftime
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c:113: warning: conflicting types for built-in function 'strftime'
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for strptime
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for mktime
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for timelocal
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for difftime
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for gettimeofday
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for select
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for poll
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for readlink
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for faccessx
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccH6YJzw.o(.text+0x14): In function `main':
: undefined reference to `faccessx'
/var/tmp//ccH6YJzw.o(.data+0x0): undefined reference to `faccessx'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| /* end confdefs.h.  */
| /* Define faccessx to an innocuous variant, in case <limits.h> declares faccessx.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define faccessx innocuous_faccessx
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char faccessx (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef faccessx
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char faccessx ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_faccessx) || defined (__stub___faccessx)
| choke me
| #else
| char (*f) () = faccessx;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != faccessx;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for fchdir
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for ftruncate
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for fstat
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for lstat
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for lchown
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for fchown
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for fchmod
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for fseeko
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for ftello
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for mkfifo
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for _mktemp
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for mkstemp
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for waitpid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for wait3
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for sigaction
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for sigblock
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for sighold
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccZ96gVO.o(.text+0x14): In function `main':
: undefined reference to `sighold'
/var/tmp//ccZ96gVO.o(.data+0x0): undefined reference to `sighold'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| /* end confdefs.h.  */
| /* Define sighold to an innocuous variant, in case <limits.h> declares sighold.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sighold innocuous_sighold
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sighold (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sighold
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char sighold ();
| /* 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_sighold) || defined (__stub___sighold)
| choke me
| #else
| char (*f) () = sighold;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != sighold;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for sigrelse
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccYPES2r.o(.text+0x14): In function `main':
: undefined reference to `sigrelse'
/var/tmp//ccYPES2r.o(.data+0x0): undefined reference to `sigrelse'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| /* end confdefs.h.  */
| /* Define sigrelse to an innocuous variant, in case <limits.h> declares sigrelse.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigrelse innocuous_sigrelse
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sigrelse (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sigrelse
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char sigrelse ();
| /* 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_sigrelse) || defined (__stub___sigrelse)
| choke me
| #else
| char (*f) () = sigrelse;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != sigrelse;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for sigsetmask
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for sigprocmask
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for killpg
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setpgid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setpgrp
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for tcsetpgrp
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for tcgetattr
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for nice
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for gethostname
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for gethostbyname2
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getipnodebyname
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for inet_aton
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for inet_pton
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for inet_ntop
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getlogin
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getpwent
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getpwnam
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getpwuid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getgrgid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getgrnam
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for initgroups
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for nis_list
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccHI0vZk.o(.text+0x14): In function `main':
: undefined reference to `nis_list'
/var/tmp//ccHI0vZk.o(.data+0x0): undefined reference to `nis_list'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| /* end confdefs.h.  */
| /* Define nis_list to an innocuous variant, in case <limits.h> declares nis_list.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nis_list innocuous_nis_list
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nis_list (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef nis_list
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char nis_list ();
| /* 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_nis_list) || defined (__stub___nis_list)
| choke me
| #else
| char (*f) () = nis_list;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != nis_list;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for setuid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for seteuid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setreuid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setresuid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setsid
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for memcpy
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c:164: warning: conflicting types for built-in function 'memcpy'
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for memmove
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c:165: warning: conflicting types for built-in function 'memmove'
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for strstr
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
conftest.c:166: warning: conflicting types for built-in function 'strstr'
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for strerror
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getrlimit
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getrusage
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setlocale
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for uname
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for signgam
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for putenv
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getenv
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for brk
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for sbrk
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for pathconf
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for sysconf
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for tgetent
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for tigetflag
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for tigetnum
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for tigetstr
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setupterm
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for pcre_compile
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccdC6U7N.o(.text+0x14): In function `main':
: undefined reference to `pcre_compile'
/var/tmp//ccdC6U7N.o(.data+0x0): undefined reference to `pcre_compile'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| /* end confdefs.h.  */
| /* Define pcre_compile to an innocuous variant, in case <limits.h> declares pcre_compile.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pcre_compile innocuous_pcre_compile
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pcre_compile (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pcre_compile
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pcre_compile ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_pcre_compile) || defined (__stub___pcre_compile)
| choke me
| #else
| char (*f) () = pcre_compile;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pcre_compile;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for pcre_study
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccADkd7S.o(.text+0x14): In function `main':
: undefined reference to `pcre_study'
/var/tmp//ccADkd7S.o(.data+0x0): undefined reference to `pcre_study'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| /* end confdefs.h.  */
| /* Define pcre_study to an innocuous variant, in case <limits.h> declares pcre_study.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pcre_study innocuous_pcre_study
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pcre_study (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pcre_study
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pcre_study ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_pcre_study) || defined (__stub___pcre_study)
| choke me
| #else
| char (*f) () = pcre_study;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pcre_study;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for pcre_exec
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccLL6Uci.o(.text+0x14): In function `main':
: undefined reference to `pcre_exec'
/var/tmp//ccLL6Uci.o(.data+0x0): undefined reference to `pcre_exec'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| /* end confdefs.h.  */
| /* Define pcre_exec to an innocuous variant, in case <limits.h> declares pcre_exec.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pcre_exec innocuous_pcre_exec
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pcre_exec (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pcre_exec
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pcre_exec ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_pcre_exec) || defined (__stub___pcre_exec)
| choke me
| #else
| char (*f) () = pcre_exec;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pcre_exec;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for nl_langinfo
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for erand48
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for open_memstream
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccMAMVOm.o(.text+0x14): In function `main':
: undefined reference to `open_memstream'
/var/tmp//ccMAMVOm.o(.data+0x0): undefined reference to `open_memstream'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| /* end confdefs.h.  */
| /* Define open_memstream to an innocuous variant, in case <limits.h> declares open_memstream.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define open_memstream innocuous_open_memstream
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char open_memstream (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef open_memstream
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char open_memstream ();
| /* 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_open_memstream) || defined (__stub___open_memstream)
| choke me
| #else
| char (*f) () = open_memstream;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != open_memstream;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for wctomb
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for iconv
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccOCM8ar.o(.text+0x14): In function `main':
: undefined reference to `iconv'
/var/tmp//ccOCM8ar.o(.data+0x0): undefined reference to `iconv'
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| /* end confdefs.h.  */
| /* Define iconv to an innocuous variant, in case <limits.h> declares iconv.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define iconv innocuous_iconv
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char iconv (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef iconv
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char iconv ();
| /* 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_iconv) || defined (__stub___iconv)
| choke me
| #else
| char (*f) () = iconv;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != iconv;
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10278: checking for grantpt
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for unlockpt
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for ptsname
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for htons
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for ntohs
configure:10335: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10341: $? = 0
configure:10345: test -z 
			 || test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10376: checking for working strcoll
configure:10402: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10405: $? = 0
configure:10407: ./conftest
configure:10410: $? = 0
configure:10424: result: yes
configure:10542: checking if tgetent accepts NULL
configure:10573: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10576: $? = 0
configure:10578: ./conftest
configure:10581: $? = 0
configure:10599: result: yes
configure:10607: checking if tgetent returns 0 on success
configure:10638: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10641: $? = 0
configure:10643: ./conftest
configure:10646: $? = 0
configure:10664: result: no
configure:10686: checking for stdlib.h
configure:10691: result: yes
configure:10686: checking for unistd.h
configure:10691: result: yes
configure:10835: checking for getpagesize
configure:10892: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:10898: $? = 0
configure:10902: test -z 
			 || test ! -s conftest.err
configure:10905: $? = 0
configure:10908: test -s conftest
configure:10911: $? = 0
configure:10923: result: yes
configure:10933: checking for working mmap
configure:11075: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11078: $? = 0
configure:11080: ./conftest
configure:11083: $? = 0
configure:11097: result: yes
configure:11114: checking for munmap
configure:11171: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11177: $? = 0
configure:11181: test -z 
			 || test ! -s conftest.err
configure:11184: $? = 0
configure:11187: test -s conftest
configure:11190: $? = 0
configure:11202: result: yes
configure:11114: checking for msync
configure:11171: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11177: $? = 0
configure:11181: test -z 
			 || test ! -s conftest.err
configure:11184: $? = 0
configure:11187: test -s conftest
configure:11190: $? = 0
configure:11202: result: yes
configure:11215: checking whether getpgrp requires zero arguments
configure:11237: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:214: error: too many arguments to function `getpgrp'
configure:11243: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| getpgrp (0);
|   ;
|   return 0;
| }
configure:11268: result: yes
configure:11302: checking for dlopen
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11365: $? = 0
configure:11369: test -z 
			 || test ! -s conftest.err
configure:11372: $? = 0
configure:11375: test -s conftest
configure:11378: $? = 0
configure:11390: result: yes
configure:11302: checking for dlerror
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11365: $? = 0
configure:11369: test -z 
			 || test ! -s conftest.err
configure:11372: $? = 0
configure:11375: test -s conftest
configure:11378: $? = 0
configure:11390: result: yes
configure:11302: checking for dlsym
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11365: $? = 0
configure:11369: test -z 
			 || test ! -s conftest.err
configure:11372: $? = 0
configure:11375: test -s conftest
configure:11378: $? = 0
configure:11390: result: yes
configure:11302: checking for dlclose
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11365: $? = 0
configure:11369: test -z 
			 || test ! -s conftest.err
configure:11372: $? = 0
configure:11375: test -s conftest
configure:11378: $? = 0
configure:11390: result: yes
configure:11302: checking for load
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccG9WnZJ.o(.text+0x14): In function `main':
: undefined reference to `load'
/var/tmp//ccG9WnZJ.o(.data+0x0): undefined reference to `load'
configure:11365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| /* end confdefs.h.  */
| /* Define load to an innocuous variant, in case <limits.h> declares load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define load innocuous_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef load
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_load) || defined (__stub___load)
| choke me
| #else
| char (*f) () = load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != load;
|   ;
|   return 0;
| }
configure:11390: result: no
configure:11302: checking for loadquery
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccKutbND.o(.text+0x14): In function `main':
: undefined reference to `loadquery'
/var/tmp//ccKutbND.o(.data+0x0): undefined reference to `loadquery'
configure:11365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| /* end confdefs.h.  */
| /* Define loadquery to an innocuous variant, in case <limits.h> declares loadquery.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define loadquery innocuous_loadquery
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char loadquery (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef loadquery
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char loadquery ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_loadquery) || defined (__stub___loadquery)
| choke me
| #else
| char (*f) () = loadquery;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != loadquery;
|   ;
|   return 0;
| }
configure:11390: result: no
configure:11302: checking for loadbind
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//cc5DMiuu.o(.text+0x14): In function `main':
: undefined reference to `loadbind'
/var/tmp//cc5DMiuu.o(.data+0x0): undefined reference to `loadbind'
configure:11365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| /* end confdefs.h.  */
| /* Define loadbind to an innocuous variant, in case <limits.h> declares loadbind.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define loadbind innocuous_loadbind
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char loadbind (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef loadbind
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char loadbind ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_loadbind) || defined (__stub___loadbind)
| choke me
| #else
| char (*f) () = loadbind;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != loadbind;
|   ;
|   return 0;
| }
configure:11390: result: no
configure:11302: checking for unload
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//cc6YKLGj.o(.text+0x14): In function `main':
: undefined reference to `unload'
/var/tmp//cc6YKLGj.o(.data+0x0): undefined reference to `unload'
configure:11365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| /* end confdefs.h.  */
| /* Define unload to an innocuous variant, in case <limits.h> declares unload.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define unload innocuous_unload
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char unload (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef unload
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char unload ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_unload) || defined (__stub___unload)
| choke me
| #else
| char (*f) () = unload;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != unload;
|   ;
|   return 0;
| }
configure:11390: result: no
configure:11302: checking for shl_load
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccQyUkDZ.o(.text+0x14): In function `main':
: undefined reference to `shl_load'
/var/tmp//ccQyUkDZ.o(.data+0x0): undefined reference to `shl_load'
configure:11365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:11390: result: no
configure:11302: checking for shl_unload
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccHWCtmE.o(.text+0x14): In function `main':
: undefined reference to `shl_unload'
/var/tmp//ccHWCtmE.o(.data+0x0): undefined reference to `shl_unload'
configure:11365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| /* end confdefs.h.  */
| /* Define shl_unload to an innocuous variant, in case <limits.h> declares shl_unload.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_unload innocuous_shl_unload
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_unload (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_unload
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_unload ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_shl_unload) || defined (__stub___shl_unload)
| choke me
| #else
| char (*f) () = shl_unload;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_unload;
|   ;
|   return 0;
| }
configure:11390: result: no
configure:11302: checking for shl_findsym
configure:11359: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
/var/tmp//ccCI3L5h.o(.text+0x14): In function `main':
: undefined reference to `shl_findsym'
/var/tmp//ccCI3L5h.o(.data+0x0): undefined reference to `shl_findsym'
configure:11365: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| /* end confdefs.h.  */
| /* Define shl_findsym to an innocuous variant, in case <limits.h> declares shl_findsym.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_findsym innocuous_shl_findsym
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_findsym (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_findsym
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_findsym ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_shl_findsym) || defined (__stub___shl_findsym)
| choke me
| #else
| char (*f) () = shl_findsym;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_findsym;
|   ;
|   return 0;
| }
configure:11390: result: no
configure:11411: checking what style of signals to use
configure:11442: result: POSIX_SIGNALS
configure:11445: checking where signal.h is located
configure:11484: result: /usr/include/sys/signal.h
configure:11488: checking where error names are located
configure:11521: result:  /usr/include/errno.h
configure:11525: checking where the RLIMIT macros are located
configure:11558: result: /usr/include/sys/resource.h
configure:11574: checking if rlim_t is longer than a long
configure:11596: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11599: $? = 0
configure:11601: ./conftest
configure:11604: $? = 0
configure:11618: result: yes
configure:11621: checking if rlim_t is a quad
configure:11650: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:11653: $? = 0
configure:11655: ./conftest
configure:11658: $? = 0
configure:11672: result: yes
configure:11743: checking for rlim_t
configure:11769: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:11775: $? = 0
configure:11779: test -z 
			 || test ! -s conftest.err
configure:11782: $? = 0
configure:11785: test -s conftest.o
configure:11788: $? = 0
configure:11799: result: yes
configure:11812: checking for limit RLIMIT_AIO_MEM
configure:11838: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:195: error: `RLIMIT_AIO_MEM' undeclared (first use in this function)
conftest.c:195: error: (Each undeclared identifier is reported only once
conftest.c:195: error: for each function it appears in.)
configure:11844: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_AIO_MEM
|   ;
|   return 0;
| }
configure:11868: result: no
configure:11879: checking for limit RLIMIT_AIO_OPS
configure:11905: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:195: error: `RLIMIT_AIO_OPS' undeclared (first use in this function)
conftest.c:195: error: (Each undeclared identifier is reported only once
conftest.c:195: error: for each function it appears in.)
configure:11911: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_AIO_OPS
|   ;
|   return 0;
| }
configure:11935: result: no
configure:11946: checking for limit RLIMIT_AS
configure:11972: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:11978: $? = 0
configure:11982: test -z 
			 || test ! -s conftest.err
configure:11985: $? = 0
configure:11988: test -s conftest.o
configure:11991: $? = 0
configure:12002: result: yes
configure:12013: checking for limit RLIMIT_LOCKS
configure:12039: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:196: error: `RLIMIT_LOCKS' undeclared (first use in this function)
conftest.c:196: error: (Each undeclared identifier is reported only once
conftest.c:196: error: for each function it appears in.)
configure:12045: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_LOCKS
|   ;
|   return 0;
| }
configure:12069: result: no
configure:12080: checking for limit RLIMIT_MEMLOCK
configure:12106: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:12112: $? = 0
configure:12116: test -z 
			 || test ! -s conftest.err
configure:12119: $? = 0
configure:12122: test -s conftest.o
configure:12125: $? = 0
configure:12136: result: yes
configure:12147: checking for limit RLIMIT_NPROC
configure:12173: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:12179: $? = 0
configure:12183: test -z 
			 || test ! -s conftest.err
configure:12186: $? = 0
configure:12189: test -s conftest.o
configure:12192: $? = 0
configure:12203: result: yes
configure:12214: checking for limit RLIMIT_NOFILE
configure:12240: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:12246: $? = 0
configure:12250: test -z 
			 || test ! -s conftest.err
configure:12253: $? = 0
configure:12256: test -s conftest.o
configure:12259: $? = 0
configure:12270: result: yes
configure:12281: checking for limit RLIMIT_PTHREAD
configure:12307: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:199: error: `RLIMIT_PTHREAD' undeclared (first use in this function)
conftest.c:199: error: (Each undeclared identifier is reported only once
conftest.c:199: error: for each function it appears in.)
configure:12313: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_PTHREAD
|   ;
|   return 0;
| }
configure:12337: result: no
configure:12348: checking for limit RLIMIT_RSS
configure:12374: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:12380: $? = 0
configure:12384: test -z 
			 || test ! -s conftest.err
configure:12387: $? = 0
configure:12390: test -s conftest.o
configure:12393: $? = 0
configure:12404: result: yes
configure:12415: checking for limit RLIMIT_SBSIZE
configure:12441: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:12447: $? = 0
configure:12451: test -z 
			 || test ! -s conftest.err
configure:12454: $? = 0
configure:12457: test -s conftest.o
configure:12460: $? = 0
configure:12471: result: yes
configure:12482: checking for limit RLIMIT_TCACHE
configure:12508: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:201: error: `RLIMIT_TCACHE' undeclared (first use in this function)
conftest.c:201: error: (Each undeclared identifier is reported only once
conftest.c:201: error: for each function it appears in.)
configure:12514: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_TCACHE
|   ;
|   return 0;
| }
configure:12538: result: no
configure:12549: checking for limit RLIMIT_VMEM
configure:12575: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:12581: $? = 0
configure:12585: test -z 
			 || test ! -s conftest.err
configure:12588: $? = 0
configure:12591: test -s conftest.o
configure:12594: $? = 0
configure:12605: result: yes
configure:12616: checking for limit RLIMIT_SIGPENDING
configure:12642: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:202: error: `RLIMIT_SIGPENDING' undeclared (first use in this function)
conftest.c:202: error: (Each undeclared identifier is reported only once
conftest.c:202: error: for each function it appears in.)
configure:12648: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_SIGPENDING
|   ;
|   return 0;
| }
configure:12672: result: no
configure:12683: checking for limit RLIMIT_MSGQUEUE
configure:12709: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:202: error: `RLIMIT_MSGQUEUE' undeclared (first use in this function)
conftest.c:202: error: (Each undeclared identifier is reported only once
conftest.c:202: error: for each function it appears in.)
configure:12715: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_MSGQUEUE
|   ;
|   return 0;
| }
configure:12739: result: no
configure:12750: checking for limit RLIMIT_NICE
configure:12776: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:202: error: `RLIMIT_NICE' undeclared (first use in this function)
conftest.c:202: error: (Each undeclared identifier is reported only once
conftest.c:202: error: for each function it appears in.)
configure:12782: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_NICE
|   ;
|   return 0;
| }
configure:12806: result: no
configure:12817: checking for limit RLIMIT_RTPRIO
configure:12843: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c: In function `main':
conftest.c:202: error: `RLIMIT_RTPRIO' undeclared (first use in this function)
conftest.c:202: error: (Each undeclared identifier is reported only once
conftest.c:202: error: for each function it appears in.)
configure:12849: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int
| main ()
| {
| RLIMIT_RTPRIO
|   ;
|   return 0;
| }
configure:12873: result: no
configure:12885: checking if RLIMIT_VMEM and RLIMIT_RSS are the same
configure:12915: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:12918: $? = 0
configure:12920: ./conftest
configure:12923: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int main()
| {
| int ret = 1;
| #if defined(HAVE_RLIMIT_VMEM) && defined(HAVE_RLIMIT_RSS)
| if (RLIMIT_RSS == RLIMIT_VMEM) ret = 0;
| #endif
| return ret;
| }
configure:12937: result: no
configure:12950: checking if RLIMIT_VMEM and RLIMIT_AS are the same
configure:12980: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:12983: $? = 0
configure:12985: ./conftest
configure:12988: $? = 0
configure:13002: result: yes
configure:13015: checking if RLIMIT_RSS and RLIMIT_AS are the same
configure:13045: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:13048: $? = 0
configure:13050: ./conftest
configure:13053: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| #define RLIMIT_VMEM_IS_AS 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <sys/resource.h>
| int main()
| {
| int ret = 1;
| #if defined(HAVE_RLIMIT_RSS) && defined(HAVE_RLIMIT_AS)
| if (RLIMIT_AS == RLIMIT_RSS) ret = 0;
| #endif
| return ret;
| }
configure:13067: result: no
configure:13079: checking for struct rusage.ru_maxrss
configure:13107: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:13113: $? = 0
configure:13117: test -z 
			 || test ! -s conftest.err
configure:13120: $? = 0
configure:13123: test -s conftest.o
configure:13126: $? = 0
configure:13188: result: yes
configure:13198: checking for struct rusage.ru_ixrss
configure:13226: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:13232: $? = 0
configure:13236: test -z 
			 || test ! -s conftest.err
configure:13239: $? = 0
configure:13242: test -s conftest.o
configure:13245: $? = 0
configure:13307: result: yes
configure:13317: checking for struct rusage.ru_idrss
configure:13345: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:13351: $? = 0
configure:13355: test -z 
			 || test ! -s conftest.err
configure:13358: $? = 0
configure:13361: test -s conftest.o
configure:13364: $? = 0
configure:13426: result: yes
configure:13436: checking for struct rusage.ru_isrss
configure:13464: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:13470: $? = 0
configure:13474: test -z 
			 || test ! -s conftest.err
configure:13477: $? = 0
configure:13480: test -s conftest.o
configure:13483: $? = 0
configure:13545: result: yes
configure:13555: checking for struct rusage.ru_minflt
configure:13583: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:13589: $? = 0
configure:13593: test -z 
			 || test ! -s conftest.err
configure:13596: $? = 0
configure:13599: test -s conftest.o
configure:13602: $? = 0
configure:13664: result: yes
configure:13674: checking for struct rusage.ru_majflt
configure:13702: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:13708: $? = 0
configure:13712: test -z 
			 || test ! -s conftest.err
configure:13715: $? = 0
configure:13718: test -s conftest.o
configure:13721: $? = 0
configure:13783: result: yes
configure:13793: checking for struct rusage.ru_nswap
configure:13821: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:13827: $? = 0
configure:13831: test -z 
			 || test ! -s conftest.err
configure:13834: $? = 0
configure:13837: test -s conftest.o
configure:13840: $? = 0
configure:13902: result: yes
configure:13912: checking for struct rusage.ru_inblock
configure:13940: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:13946: $? = 0
configure:13950: test -z 
			 || test ! -s conftest.err
configure:13953: $? = 0
configure:13956: test -s conftest.o
configure:13959: $? = 0
configure:14021: result: yes
configure:14031: checking for struct rusage.ru_oublock
configure:14059: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:14065: $? = 0
configure:14069: test -z 
			 || test ! -s conftest.err
configure:14072: $? = 0
configure:14075: test -s conftest.o
configure:14078: $? = 0
configure:14140: result: yes
configure:14150: checking for struct rusage.ru_msgsnd
configure:14178: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:14184: $? = 0
configure:14188: test -z 
			 || test ! -s conftest.err
configure:14191: $? = 0
configure:14194: test -s conftest.o
configure:14197: $? = 0
configure:14259: result: yes
configure:14269: checking for struct rusage.ru_msgrcv
configure:14297: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:14303: $? = 0
configure:14307: test -z 
			 || test ! -s conftest.err
configure:14310: $? = 0
configure:14313: test -s conftest.o
configure:14316: $? = 0
configure:14378: result: yes
configure:14388: checking for struct rusage.ru_nsignals
configure:14416: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:14422: $? = 0
configure:14426: test -z 
			 || test ! -s conftest.err
configure:14429: $? = 0
configure:14432: test -s conftest.o
configure:14435: $? = 0
configure:14497: result: yes
configure:14507: checking for struct rusage.ru_nvcsw
configure:14535: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:14541: $? = 0
configure:14545: test -z 
			 || test ! -s conftest.err
configure:14548: $? = 0
configure:14551: test -s conftest.o
configure:14554: $? = 0
configure:14616: result: yes
configure:14626: checking for struct rusage.ru_nivcsw
configure:14654: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:14660: $? = 0
configure:14664: test -z 
			 || test ! -s conftest.err
configure:14667: $? = 0
configure:14670: test -s conftest.o
configure:14673: $? = 0
configure:14735: result: yes
configure:14770: checking for /dev/fd filesystem
configure:14779: result: no
configure:14788: checking for RFS superroot directory
configure:14795: result: no
configure:14806: checking whether we should use the native getcwd
configure:14816: result: no
configure:14829: checking for NIS
configure:14837: result: no
configure:14848: checking for NIS+
configure:14857: result: no
configure:14866: checking for utmp file
configure:14878: result: /var/run/utmp
configure:14889: checking for wtmp file
configure:14901: result: /var/log/wtmp
configure:14912: checking for utmpx file
configure:14924: result: no
configure:14935: checking for wtmpx file
configure:14947: result: no
configure:14959: checking for brk() prototype in <unistd.h>
configure:14981: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:211: error: conflicting types for 'brk'
/usr/include/unistd.h:459: error: previous declaration of 'brk' was here
conftest.c:211: error: conflicting types for 'brk'
/usr/include/unistd.h:459: error: previous declaration of 'brk' was here
configure:14987: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| #define RLIMIT_VMEM_IS_AS 1
| #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1
| #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1
| #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1
| #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1
| #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1
| #define DEFAULT_PATH "/bin:/usr/bin"
| #define PATH_UTMP_FILE "/var/run/utmp"
| #define PATH_WTMP_FILE "/var/log/wtmp"
| /* end confdefs.h.  */
| #include <unistd.h>
| double brk();
| int
| main ()
| {
| int i;
|   ;
|   return 0;
| }
configure:15011: result: yes
configure:15022: checking for sbrk() prototype in <unistd.h>
configure:15044: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:212: error: conflicting types for 'sbrk'
/usr/include/unistd.h:464: error: previous declaration of 'sbrk' was here
conftest.c:212: error: conflicting types for 'sbrk'
/usr/include/unistd.h:464: error: previous declaration of 'sbrk' was here
configure:15050: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| #define RLIMIT_VMEM_IS_AS 1
| #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1
| #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1
| #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1
| #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1
| #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1
| #define DEFAULT_PATH "/bin:/usr/bin"
| #define PATH_UTMP_FILE "/var/run/utmp"
| #define PATH_WTMP_FILE "/var/log/wtmp"
| #define HAVE_BRK_PROTO 1
| /* end confdefs.h.  */
| #include <unistd.h>
| double sbrk();
| int
| main ()
| {
| int i;
|   ;
|   return 0;
| }
configure:15074: result: yes
configure:15088: checking for mknod prototype in <sys/stat.h>
configure:15110: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:213: error: conflicting types for 'mknod'
/usr/include/sys/stat.h:328: error: previous declaration of 'mknod' was here
conftest.c:213: error: conflicting types for 'mknod'
/usr/include/sys/stat.h:328: error: previous declaration of 'mknod' was here
configure:15116: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| #define RLIMIT_VMEM_IS_AS 1
| #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1
| #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1
| #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1
| #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1
| #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1
| #define DEFAULT_PATH "/bin:/usr/bin"
| #define PATH_UTMP_FILE "/var/run/utmp"
| #define PATH_WTMP_FILE "/var/log/wtmp"
| #define HAVE_BRK_PROTO 1
| #define HAVE_SBRK_PROTO 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
|    int mknod(double x);
| int
| main ()
| {
| int i;
|   ;
|   return 0;
| }
configure:15140: result: yes
configure:15150: checking for ioctl prototype in <unistd.h> or <termios.h>
configure:15178: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
conftest.c:220: error: conflicting types for 'ioctl'
/usr/include/sys/ioccom.h:71: error: previous declaration of 'ioctl' was here
conftest.c:220: error: conflicting types for 'ioctl'
/usr/include/sys/ioccom.h:71: error: previous declaration of 'ioctl' was here
configure:15184: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| #define RLIMIT_VMEM_IS_AS 1
| #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1
| #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1
| #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1
| #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1
| #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1
| #define DEFAULT_PATH "/bin:/usr/bin"
| #define PATH_UTMP_FILE "/var/run/utmp"
| #define PATH_WTMP_FILE "/var/log/wtmp"
| #define HAVE_BRK_PROTO 1
| #define HAVE_SBRK_PROTO 1
| #define HAVE_MKNOD_PROTO 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_TERMIOS_H
| # include <termios.h>
| #endif
| double ioctl();
| int
| main ()
| {
| int i;
|   ;
|   return 0;
| }
configure:15208: result: yes
configure:15352: checking if named FIFOs work
configure:15399: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:15402: $? = 0
configure:15404: ./conftest
configure:15407: $? = 0
configure:15422: result: yes
configure:15432: checking if echo in /bin/sh interprets escape sequences
configure:15443: result: no
configure:15454: checking if link() works
configure:15489: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:15492: $? = 0
configure:15494: ./conftest
configure:15497: $? = 0
configure:15511: result: yes
configure:15522: checking if kill(pid, 0) returns ESRCH correctly
configure:15549: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:15552: $? = 0
configure:15554: ./conftest
configure:15557: $? = 0
configure:15571: result: yes
configure:15585: checking if POSIX sigsuspend() works
configure:15627: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:15630: $? = 0
configure:15632: ./conftest
configure:15635: $? = 0
configure:15649: result: yes
configure:15771: checking if getpwnam() is faked
configure:15800: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:15803: $? = 0
configure:15805: ./conftest
configure:15808: $? = 0
configure:15822: result: no
configure:15835: checking base type of the third argument to accept
configure:15859: cc -c -O2 -fno-strict-aliasing -pipe   conftest.c >&5
configure:15865: $? = 0
configure:15869: test -z 
			 || test ! -s conftest.err
configure:15872: $? = 0
configure:15875: test -s conftest.o
configure:15878: $? = 0
configure:15895: result: socklen_t
configure:15904: checking if your system has /dev/ptmx
configure:15915: result: no
configure:16222: checking if your system uses ELF binaries
configure:16254: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:16257: $? = 0
configure:16259: ./conftest
configure:16262: $? = 0
configure:16276: result: yes
configure:16381: checking if your dlsym() needs a leading underscore
configure:16390: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest.c 1>&5
configure:16393: $? = 0
configure:16396: cc  -shared -o conftest.so conftest.o 1>&5
configure:16399: $? = 0
configure:16465: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:16468: $? = 0
configure:16470: ./conftest
configure:16473: $? = 0
configure:16488: result: no
configure:16501: checking if environ is available in shared libraries
configure:16523: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest1.c 1>&5
configure:16526: $? = 0
configure:16529: cc -o conftest1.so  -shared conftest1.o -lncurses -lm  -lc 1>&5
configure:16532: $? = 0
configure:16535: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest2.c 1>&5
configure:16538: $? = 0
configure:16541: cc -o conftest2.so  -shared conftest2.o -lncurses -lm  -lc 1>&5
configure:16544: $? = 0
configure:16611: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:16614: $? = 0
configure:16616: ./conftest
configure:16619: $? = 0
configure:16637: result: yes
configure:16642: checking if tgetent is available in shared libraries
configure:16664: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest1.c 1>&5
configure:16667: $? = 0
configure:16670: cc -o conftest1.so  -shared conftest1.o -lncurses -lm  -lc 1>&5
configure:16673: $? = 0
configure:16676: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest2.c 1>&5
configure:16679: $? = 0
configure:16682: cc -o conftest2.so  -shared conftest2.o -lncurses -lm  -lc 1>&5
configure:16685: $? = 0
configure:16752: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:16755: $? = 0
configure:16757: ./conftest
configure:16760: $? = 0
configure:16778: result: yes
configure:16783: checking if tigetstr is available in shared libraries
configure:16805: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest1.c 1>&5
configure:16808: $? = 0
configure:16811: cc -o conftest1.so  -shared conftest1.o -lncurses -lm  -lc 1>&5
configure:16814: $? = 0
configure:16817: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest2.c 1>&5
configure:16820: $? = 0
configure:16823: cc -o conftest2.so  -shared conftest2.o -lncurses -lm  -lc 1>&5
configure:16826: $? = 0
configure:16893: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:16896: $? = 0
configure:16898: ./conftest
configure:16901: $? = 0
configure:16919: result: yes
configure:16926: checking if name clashes in shared objects are OK
configure:16939: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest1.c 1>&5
configure:16942: $? = 0
configure:16945: cc -o conftest1.so  -shared conftest1.o -lncurses -lm  -lc 1>&5
configure:16948: $? = 0
configure:16951: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest2.c 1>&5
configure:16954: $? = 0
configure:16957: cc -o conftest2.so  -shared conftest2.o -lncurses -lm  -lc 1>&5
configure:16960: $? = 0
configure:17017: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:17020: $? = 0
configure:17022: ./conftest
configure:17025: $? = 0
configure:17043: result: yes
configure:17052: checking for working RTLD_GLOBAL
configure:17065: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest1.c 1>&5
configure:17068: $? = 0
configure:17071: cc -o conftest1.so  -shared conftest1.o -lncurses -lm  -lc 1>&5
configure:17074: $? = 0
configure:17077: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest2.c 1>&5
configure:17080: $? = 0
configure:17083: cc -o conftest2.so  -shared conftest2.o -lncurses -lm  -lc 1>&5
configure:17086: $? = 0
configure:17141: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:17144: $? = 0
configure:17146: ./conftest
configure:17149: $? = 0
configure:17167: result: yes
configure:17171: checking whether symbols in the executable are available
configure:17183: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest1.c 1>&5
configure:17186: $? = 0
configure:17189: cc -o conftest1.so  -shared conftest1.o -lncurses -lm  -lc 1>&5
configure:17192: $? = 0
configure:17249: cc -o conftest -O2 -fno-strict-aliasing -pipe     conftest.c -lncurses -lm  -lc >&5
configure:17252: $? = 0
configure:17254: ./conftest
/libexec/ld-elf.so.1: ./conftest1.so: Undefined symbol "fred"
configure:17257: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define MACHTYPE "i386"
| #define VENDOR "portbld"
| #define OSTYPE "freebsd6.2"
| #define ZSH_MEM 1
| #define ZSH_SECURE_FREE 1
| #define GLOBAL_ZSHENV "/etc/zshenv"
| #define GLOBAL_ZSHRC "/etc/zshrc"
| #define GLOBAL_ZPROFILE "/etc/zprofile"
| #define GLOBAL_ZLOGIN "/etc/zlogin"
| #define GLOBAL_ZLOGOUT "/etc/zlogout"
| #define RESTRICTED_R 1
| #define CONFIG_LOCALE 1
| #define MAILDIR_SUPPORT 1
| #define MAX_FUNCTION_DEPTH 1000
| #define PROTOTYPES 1
| #define HAVE_ALLOCA 1
| #define HAVE_UNION_INIT 1
| #define HAVE_VARIABLE_LENGTH_ARRAYS 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_NETINET_IN_SYSTM_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBM 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERM_H 1
| #define HAVE_BOOLCODES 1
| #define HAVE_NUMCODES 1
| #define HAVE_STRCODES 1
| #define HAVE_BOOLNAMES 1
| #define HAVE_NUMNAMES 1
| #define HAVE_STRNAMES 1
| #define HAVE_OSPEED 1
| #define RETSIGTYPE void
| #define OFF_T_IS_64_BIT 1
| #define ZSH_64_BIT_TYPE long long
| #define ZSH_64_BIT_UTYPE unsigned long long
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_UTMP 1
| #define HAVE_STRUCT_UTMP_UT_HOST 1
| #define HAVE_STRUCT_DIRENT_D_INO 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_MKTIME 1
| #define HAVE_TIMELOCAL 1
| #define HAVE_DIFFTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_FCHDIR 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FSTAT 1
| #define HAVE_LSTAT 1
| #define HAVE_LCHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSEEKO 1
| #define HAVE_FTELLO 1
| #define HAVE_MKFIFO 1
| #define HAVE__MKTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT3 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGBLOCK 1
| #define HAVE_SIGSETMASK 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_KILLPG 1
| #define HAVE_SETPGID 1
| #define HAVE_SETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TCGETATTR 1
| #define HAVE_NICE 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETIPNODEBYNAME 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETGRGID 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_SETUID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETREUID 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETSID 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRSTR 1
| #define HAVE_STRERROR 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UNAME 1
| #define HAVE_SIGNGAM 1
| #define HAVE_PUTENV 1
| #define HAVE_GETENV 1
| #define HAVE_BRK 1
| #define HAVE_SBRK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SYSCONF 1
| #define HAVE_TGETENT 1
| #define HAVE_TIGETFLAG 1
| #define HAVE_TIGETNUM 1
| #define HAVE_TIGETSTR 1
| #define HAVE_SETUPTERM 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_ERAND48 1
| #define HAVE_WCTOMB 1
| #define HAVE_GRANTPT 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_PTSNAME 1
| #define HAVE_HTONS 1
| #define HAVE_NTOHS 1
| #define HAVE_STRCOLL 1
| #define TGETENT_ACCEPTS_NULL 1
| #define TGETENT_SUCCESS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_MSYNC 1
| #define GETPGRP_VOID 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_DLSYM 1
| #define HAVE_DLCLOSE 1
| #define POSIX_SIGNALS 1
| #define POSIX_SIGNALS 1
| #define RLIM_T_IS_QUAD_T 1
| #define HAVE_RLIMIT_AS 1
| #define HAVE_RLIMIT_MEMLOCK 1
| #define HAVE_RLIMIT_NPROC 1
| #define HAVE_RLIMIT_NOFILE 1
| #define HAVE_RLIMIT_RSS 1
| #define HAVE_RLIMIT_SBSIZE 1
| #define HAVE_RLIMIT_VMEM 1
| #define RLIMIT_VMEM_IS_AS 1
| #define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IXRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_IDRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_ISRSS 1
| #define HAVE_STRUCT_RUSAGE_RU_MINFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1
| #define HAVE_STRUCT_RUSAGE_RU_NSWAP 1
| #define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGSND 1
| #define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1
| #define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1
| #define HAVE_STRUCT_RUSAGE_RU_NVCSW 1
| #define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1
| #define DEFAULT_PATH "/bin:/usr/bin"
| #define PATH_UTMP_FILE "/var/run/utmp"
| #define PATH_WTMP_FILE "/var/log/wtmp"
| #define HAVE_BRK_PROTO 1
| #define HAVE_SBRK_PROTO 1
| #define HAVE_MKNOD_PROTO 1
| #define HAVE_IOCTL_PROTO 1
| #define HAVE_FIFOS 1
| #define SH_USE_BSD_ECHO 1
| #define HAVE_LINK 1
| #define ZSOCKLEN_T socklen_t
| #define MULTIBYTE_SUPPORT 1
| #define DYNAMIC_NAME_CLASH_OK 1
| /* end confdefs.h.  */
| 
| #ifdef HPUXDYNAMIC
| #include <dl.h>
| #define RTLD_LAZY BIND_DEFERRED
| #define RTLD_GLOBAL DYNAMIC_PATH
| 
| char *zsh_gl_sym_addr ;
| 
| #define dlopen(file,mode) (void *)shl_load((file), (mode), (long) 0)
| #define dlclose(handle) shl_unload((shl_t)(handle))
| #define dlsym(handle,name) (zsh_gl_sym_addr=0,shl_findsym((shl_t *)&(handle),name,TYPE_UNDEFINED,&zsh_gl_sym_addr), (void *)zsh_gl_sym_addr)
| #define dlerror() 0
| #else
| #ifdef HAVE_DLFCN_H
| #include <dlfcn.h>
| #else
| #include <sys/types.h>
| #include <nlist.h>
| #include <link.h>
| #endif
| #endif
| #ifndef RTLD_LAZY
| #define RTLD_LAZY 1
| #endif
| #ifndef RTLD_GLOBAL
| #define RTLD_GLOBAL 0
| #endif
| 
| main()
| {
|     void *handle;
|     int (*barneysym)();
|     handle = dlopen("./conftest1.so", RTLD_LAZY | RTLD_GLOBAL);
|     if(!handle) exit(1);
|     barneysym = (int (*)()) dlsym(handle, "barney");
|     if(!barneysym) exit(1);
|     exit((*barneysym)() != 69);
| }
| 
| int fred () { return 42; }
| 
configure:17276: result: no
configure:17283: checking whether executables can be stripped
configure:17391: result: yes
configure:17394: checking whether libraries can be stripped
configure:17406: cc -c -O2 -fno-strict-aliasing -pipe   -fPIC conftest1.c 1>&5
configure:17409: $? = 0
configure:17412: cc -o conftest1.so  -shared -s conftest1.o -lncurses -lm  -lc 1>&5
configure:17415: $? = 0
configure:17468: cc -o conftest -O2 -fno-strict-aliasing -pipe    conftest.c -lncurses -lm  -lc >&5
configure:17471: $? = 0
configure:17473: ./conftest
configure:17476: $? = 0
configure:17494: result: yes
configure:17770: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on soc90.bluepex.com

config.status:18538: creating Config/defs.mk
config.status:18538: creating Makefile
config.status:18538: creating Doc/Makefile
config.status:18538: creating Etc/Makefile
config.status:18538: creating Src/Makefile
config.status:18538: creating Test/Makefile
config.status:18641: creating config.h
config.status:18943: executing config.modules commands
config.status:18943: executing stamp-h commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-portbld-freebsd6.2
ac_cv_build_alias=i386-portbld-freebsd6.2
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe '
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-portbld-freebsd6.2
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_func__mktemp=yes
ac_cv_func_alloca_works=yes
ac_cv_func_brk=yes
ac_cv_func_difftime=yes
ac_cv_func_dlclose=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=yes
ac_cv_func_dlsym=yes
ac_cv_func_erand48=yes
ac_cv_func_faccessx=no
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchown=yes
ac_cv_func_fseeko=yes
ac_cv_func_fstat=yes
ac_cv_func_ftello=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getenv=yes
ac_cv_func_getgrgid=yes
ac_cv_func_getgrnam=yes
ac_cv_func_gethostbyname2=yes
ac_cv_func_gethostname=yes
ac_cv_func_getipnodebyname=yes
ac_cv_func_getlogin=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpwent=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_grantpt=yes
ac_cv_func_htons=yes
ac_cv_func_iconv=no
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_killpg=yes
ac_cv_func_lchown=yes
ac_cv_func_load=no
ac_cv_func_loadbind=no
ac_cv_func_loadquery=no
ac_cv_func_lstat=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktime=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_msync=yes
ac_cv_func_munmap=yes
ac_cv_func_nice=yes
ac_cv_func_nis_list=no
ac_cv_func_nl_langinfo=yes
ac_cv_func_ntohs=yes
ac_cv_func_open_memstream=no
ac_cv_func_pathconf=yes
ac_cv_func_pcre_compile=no
ac_cv_func_pcre_exec=no
ac_cv_func_pcre_study=no
ac_cv_func_poll=yes
ac_cv_func_ptsname=yes
ac_cv_func_putenv=yes
ac_cv_func_readlink=yes
ac_cv_func_sbrk=yes
ac_cv_func_select=yes
ac_cv_func_seteuid=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setresuid=yes
ac_cv_func_setreuid=yes
ac_cv_func_setsid=yes
ac_cv_func_setuid=yes
ac_cv_func_setupterm=yes
ac_cv_func_shl_findsym=no
ac_cv_func_shl_load=no
ac_cv_func_shl_unload=no
ac_cv_func_sigaction=yes
ac_cv_func_sigblock=yes
ac_cv_func_sighold=no
ac_cv_func_signgam=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigrelse=no
ac_cv_func_sigsetmask=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strptime=yes
ac_cv_func_strstr=yes
ac_cv_func_sysconf=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_tgetent=yes
ac_cv_func_tigetflag=yes
ac_cv_func_tigetnum=yes
ac_cv_func_tigetstr=yes
ac_cv_func_timelocal=yes
ac_cv_func_uname=yes
ac_cv_func_unload=no
ac_cv_func_unlockpt=yes
ac_cv_func_wait3=yes
ac_cv_func_waitpid=yes
ac_cv_func_wctomb=yes
ac_cv_have_dev_ptmx=no
ac_cv_header_curses_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libc_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_systm_h=yes
ac_cv_header_pcre_h=no
ac_cv_header_poll_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_capability_h=no
ac_cv_header_sys_filio_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stropts_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termcap_h=yes
ac_cv_header_termio_h=no
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=no
ac_cv_header_varargs_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=i386-portbld-freebsd6.2
ac_cv_host_alias=i386-portbld-freebsd6.2
ac_cv_lib_c_printf=yes
ac_cv_lib_dl_dlopen=no
ac_cv_lib_m_pow=yes
ac_cv_lib_socket_socket=no
ac_cv_member_struct_rusage_ru_idrss=yes
ac_cv_member_struct_rusage_ru_inblock=yes
ac_cv_member_struct_rusage_ru_isrss=yes
ac_cv_member_struct_rusage_ru_ixrss=yes
ac_cv_member_struct_rusage_ru_majflt=yes
ac_cv_member_struct_rusage_ru_maxrss=yes
ac_cv_member_struct_rusage_ru_minflt=yes
ac_cv_member_struct_rusage_ru_msgrcv=yes
ac_cv_member_struct_rusage_ru_msgsnd=yes
ac_cv_member_struct_rusage_ru_nivcsw=yes
ac_cv_member_struct_rusage_ru_nsignals=yes
ac_cv_member_struct_rusage_ru_nswap=yes
ac_cv_member_struct_rusage_ru_nvcsw=yes
ac_cv_member_struct_rusage_ru_oublock=yes
ac_cv_objext=o
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_LN=ln
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_search_tgetent='none required'
ac_cv_search_tigetflag='none required'
ac_cv_search_tigetstr=-lncurses
ac_cv_search_yp_all='none required'
ac_cv_type_ino_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
ac_cv_winsize_in_ptem=no
ac_cv_working_alloca_h=no
fp_cv_prog_cc_stdc=''
lt_cv_sys_max_cmd_len=262144
zsh_cv_64_bit_type='long long'
zsh_cv_64_bit_utype='unsigned long long'
zsh_cv_c_broken_signed_to_unsigned_casting=no
zsh_cv_c_have_union_init=yes
zsh_cv_c_unicode_support=yes
zsh_cv_c_variable_length_arrays=yes
zsh_cv_cs_path=/bin:/usr/bin
zsh_cv_decl_h_errno_use_local=no
zsh_cv_decl_ospeed_include_defines=yes
zsh_cv_func_dlsym_needs_underscore=no
zsh_cv_func_tgetent_accepts_null=yes
zsh_cv_func_tgetent_zero_success=no
zsh_cv_have_RLIMIT_AIO_MEM=no
zsh_cv_have_RLIMIT_AIO_OPS=no
zsh_cv_have_RLIMIT_AS=yes
zsh_cv_have_RLIMIT_LOCKS=no
zsh_cv_have_RLIMIT_MEMLOCK=yes
zsh_cv_have_RLIMIT_MSGQUEUE=no
zsh_cv_have_RLIMIT_NICE=no
zsh_cv_have_RLIMIT_NOFILE=yes
zsh_cv_have_RLIMIT_NPROC=yes
zsh_cv_have_RLIMIT_PTHREAD=no
zsh_cv_have_RLIMIT_RSS=yes
zsh_cv_have_RLIMIT_RTPRIO=no
zsh_cv_have_RLIMIT_SBSIZE=yes
zsh_cv_have_RLIMIT_SIGPENDING=no
zsh_cv_have_RLIMIT_TCACHE=no
zsh_cv_have_RLIMIT_VMEM=yes
zsh_cv_header_sys_ioctl_h_ioctl_proto=no
zsh_cv_header_sys_stat_h_mknod_proto=yes
zsh_cv_header_termios_h_tiocgwinsz=yes
zsh_cv_header_time_h_select_h_conflicts=no
zsh_cv_header_unistd_h_brk_proto=yes
zsh_cv_header_unistd_h_sbrk_proto=yes
zsh_cv_header_unistd_h_termios_h_ioctl_proto=yes
zsh_cv_ino_t_is_64_bit=no
zsh_cv_long_is_64_bit=no
zsh_cv_off_t_is_64_bit=yes
zsh_cv_path_errno_h=' /usr/include/errno.h'
zsh_cv_path_rlimit_h=/usr/include/sys/resource.h
zsh_cv_path_signal_h=/usr/include/sys/signal.h
zsh_cv_path_utmp=/var/run/utmp
zsh_cv_path_utmpx=no
zsh_cv_path_wtmp=/var/log/wtmp
zsh_cv_path_wtmpx=no
zsh_cv_prog_sh_echo_escape=no
zsh_cv_rlim_t_is_longer=yes
zsh_cv_rlim_t_is_quad_t=yes
zsh_cv_rlimit_rss_is_as=no
zsh_cv_rlimit_vmem_is_as=yes
zsh_cv_rlimit_vmem_is_rss=no
zsh_cv_shared_environ=yes
zsh_cv_shared_tgetent=yes
zsh_cv_shared_tigetstr=yes
zsh_cv_struct_member_struct_direct_d_ino=no
zsh_cv_struct_member_struct_direct_d_stat=no
zsh_cv_struct_member_struct_dirent_d_ino=yes
zsh_cv_struct_member_struct_dirent_d_stat=no
zsh_cv_struct_member_struct_sockaddr_in6_sin6_scope_id=yes
zsh_cv_struct_member_struct_utmp_ut_host=yes
zsh_cv_struct_member_struct_utmpx_ut_host=no
zsh_cv_struct_member_struct_utmpx_ut_tv=no
zsh_cv_struct_member_struct_utmpx_ut_xtime=no
zsh_cv_sys_dynamic_clash_ok=yes
zsh_cv_sys_dynamic_execsyms=no
zsh_cv_sys_dynamic_rtld_global=yes
zsh_cv_sys_dynamic_strip_exe=yes
zsh_cv_sys_dynamic_strip_lib=yes
zsh_cv_sys_elf=yes
zsh_cv_sys_fifo=yes
zsh_cv_sys_getpwnam_faked=no
zsh_cv_sys_killesrch=yes
zsh_cv_sys_link=yes
zsh_cv_sys_nis=no
zsh_cv_sys_nis_plus=no
zsh_cv_sys_path_dev_fd=no
zsh_cv_sys_sigsuspend=yes
zsh_cv_sys_superroot=no
zsh_cv_type_exists_struct_timezone=yes
zsh_cv_type_exists_struct_utmp=yes
zsh_cv_type_exists_struct_utmpx=no
zsh_cv_type_rlim_t=yes
zsh_cv_type_sigset_t=yes
zsh_cv_type_socklen_t=socklen_t
zsh_cv_use_getcwd=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOCA=''
ANSI2KNR=': ansi2knr'
AWK='nawk'
CC='cc'
CFLAGS='-O2 -fno-strict-aliasing -pipe '
CPP='cc -E'
CPPFLAGS=''
D='D'
DEFS='-DHAVE_CONFIG_H'
DLCFLAGS='-fPIC'
DLLD='cc'
DLLDFLAGS='-shared'
DL_EXT='so'
E='N'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ERRNO_H=' /usr/include/errno.h'
EXEEXT=''
EXELDFLAGS=' -s'
EXPOPT=''
EXTRAZSHOBJS=''
EXTRA_LDFLAGS=''
FUNCTIONS_SUBDIRS='yes'
IMPOPT=''
INSTALL_DATA='install   -m 444'
INSTALL_PROGRAM='install  -s  -m 555'
INSTALL_SCRIPT='install   -m 555'
INSTLIB='install.bin-$(L)'
L='L'
LDFLAGS=''
LIBLDFLAGS=' -s'
LIBOBJS=''
LIBS='-lncurses -lm  -lc'
LINKMODS='NOLINKMODS'
LN='ln'
LTLIBOBJS=''
MOD_EXPORT=''
MOD_IMPORT_FUNCTION=''
MOD_IMPORT_VARIABLE=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCRECONF=''
PDFETEX=': pdfetex'
RLIMITS_INC_H='/usr/include/sys/resource.h'
SET_MAKE=''
SHELL='/bin/sh'
SHORTBOOTNAMES='yes'
SIGNAL_H='/usr/include/sys/signal.h'
TEXI2PDF=''
U=''
UNINSTLIB='uninstall.bin-$(L)'
YODL=': yodl'
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd6.2'
build_alias='i386-portbld-freebsd6.2'
build_cpu='i386'
build_os='freebsd6.2'
build_vendor='portbld'
datadir='${prefix}/share'
exec_prefix='${prefix}'
fndir='/usr/local/share/zsh/4.3.4/functions'
host='i386-portbld-freebsd6.2'
host_alias=''
host_cpu='i386'
host_os='freebsd6.2'
host_vendor='portbld'
includedir='${prefix}/include'
infodir='/usr/local/info/'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/local/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
scriptdir='${prefix}/share/zsh/${VERSION}/scripts'
sharedstatedir='${prefix}/com'
sitefndir='/usr/local/share/zsh/site-functions'
sitescriptdir='${prefix}/share/zsh/scripts'
sysconfdir='${prefix}/etc'
target_alias=''
tzsh='zsh'
zlogin='/etc/zlogin'
zlogout='/etc/zlogout'
zprofile='/etc/zprofile'
zshenv='/etc/zshenv'
zshrc='/etc/zshrc'

## ------------- ##
## Output files. ##
## ------------- ##

CLEAN_MK='./Config/clean.mk'
CONFIG_MK='./Config/config.mk'
DEFS_MK='Config/defs.mk'
VERSION_MK='./Config/version.mk'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define CONFIG_LOCALE 1
#define DEFAULT_PATH "/bin:/usr/bin"
#define DL_EXT "so"
#define DYNAMIC 1
#define DYNAMIC_NAME_CLASH_OK 1
#define GETPGRP_VOID 1
#define GLOBAL_ZLOGIN "/etc/zlogin"
#define GLOBAL_ZLOGOUT "/etc/zlogout"
#define GLOBAL_ZPROFILE "/etc/zprofile"
#define GLOBAL_ZSHENV "/etc/zshenv"
#define GLOBAL_ZSHRC "/etc/zshrc"
#define HAVE_ALLOCA 1
#define HAVE_BOOLCODES 1
#define HAVE_BOOLNAMES 1
#define HAVE_BRK 1
#define HAVE_BRK_PROTO 1
#define HAVE_CURSES_H 1
#define HAVE_DIFFTIME 1
#define HAVE_DIRENT_H 1
#define HAVE_DLCLOSE 1
#define HAVE_DLERROR 1
#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN 1
#define HAVE_DLSYM 1
#define HAVE_ERAND48 1
#define HAVE_ERRNO_H 1
#define HAVE_FCHDIR 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_FCNTL_H 1
#define HAVE_FIFOS 1
#define HAVE_FSEEKO 1
#define HAVE_FSTAT 1
#define HAVE_FTELLO 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETENV 1
#define HAVE_GETGRGID 1
#define HAVE_GETGRNAM 1
#define HAVE_GETHOSTBYNAME2 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETIPNODEBYNAME 1
#define HAVE_GETLOGIN 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPWENT 1
#define HAVE_GETPWNAM 1
#define HAVE_GETPWUID 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GRANTPT 1
#define HAVE_GRP_H 1
#define HAVE_HTONS 1
#define HAVE_INET_ATON 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_INITGROUPS 1
#define HAVE_INTTYPES_H 1
#define HAVE_IOCTL_PROTO 1
#define HAVE_KILLPG 1
#define HAVE_LANGINFO_H 1
#define HAVE_LCHOWN 1
#define HAVE_LIBM 1
#define HAVE_LIMITS_H 1
#define HAVE_LINK 1
#define HAVE_LOCALE_H 1
#define HAVE_LSTAT 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKFIFO 1
#define HAVE_MKNOD_PROTO 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTIME 1
#define HAVE_MMAP 1
#define HAVE_MSYNC 1
#define HAVE_MUNMAP 1
#define HAVE_NETINET_IN_SYSTM_H 1
#define HAVE_NICE 1
#define HAVE_NL_LANGINFO 1
#define HAVE_NTOHS 1
#define HAVE_NUMCODES 1
#define HAVE_NUMNAMES 1
#define HAVE_OSPEED 1
#define HAVE_PATHCONF 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_PTSNAME 1
#define HAVE_PUTENV 1
#define HAVE_PWD_H 1
#define HAVE_READLINK 1
#define HAVE_RLIMIT_AS 1
#define HAVE_RLIMIT_MEMLOCK 1
#define HAVE_RLIMIT_NOFILE 1
#define HAVE_RLIMIT_NPROC 1
#define HAVE_RLIMIT_RSS 1
#define HAVE_RLIMIT_SBSIZE 1
#define HAVE_RLIMIT_VMEM 1
#define HAVE_SBRK 1
#define HAVE_SBRK_PROTO 1
#define HAVE_SELECT 1
#define HAVE_SETEUID 1
#define HAVE_SETLOCALE 1
#define HAVE_SETPGID 1
#define HAVE_SETPGRP 1
#define HAVE_SETRESUID 1
#define HAVE_SETREUID 1
#define HAVE_SETSID 1
#define HAVE_SETUID 1
#define HAVE_SETUPTERM 1
#define HAVE_SIGACTION 1
#define HAVE_SIGBLOCK 1
#define HAVE_SIGNGAM 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SIGSETMASK 1
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCODES 1
#define HAVE_STRCOLL 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNAMES 1
#define HAVE_STRPTIME 1
#define HAVE_STRSTR 1
#define HAVE_STRUCT_DIRENT_D_INO 1
#define HAVE_STRUCT_RUSAGE_RU_IDRSS 1
#define HAVE_STRUCT_RUSAGE_RU_INBLOCK 1
#define HAVE_STRUCT_RUSAGE_RU_ISRSS 1
#define HAVE_STRUCT_RUSAGE_RU_IXRSS 1
#define HAVE_STRUCT_RUSAGE_RU_MAJFLT 1
#define HAVE_STRUCT_RUSAGE_RU_MAXRSS 1
#define HAVE_STRUCT_RUSAGE_RU_MINFLT 1
#define HAVE_STRUCT_RUSAGE_RU_MSGRCV 1
#define HAVE_STRUCT_RUSAGE_RU_MSGSND 1
#define HAVE_STRUCT_RUSAGE_RU_NIVCSW 1
#define HAVE_STRUCT_RUSAGE_RU_NSIGNALS 1
#define HAVE_STRUCT_RUSAGE_RU_NSWAP 1
#define HAVE_STRUCT_RUSAGE_RU_NVCSW 1
#define HAVE_STRUCT_RUSAGE_RU_OUBLOCK 1
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
#define HAVE_STRUCT_TIMEZONE 1
#define HAVE_STRUCT_UTMP 1
#define HAVE_STRUCT_UTMP_UT_HOST 1
#define HAVE_SYSCONF 1
#define HAVE_SYS_FILIO_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TCGETATTR 1
#define HAVE_TCSETPGRP 1
#define HAVE_TERMCAP_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TERM_H 1
#define HAVE_TGETENT 1
#define HAVE_TIGETFLAG 1
#define HAVE_TIGETNUM 1
#define HAVE_TIGETSTR 1
#define HAVE_TIMELOCAL 1
#define HAVE_UNAME 1
#define HAVE_UNION_INIT 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNLOCKPT 1
#define HAVE_UTMP_H 1
#define HAVE_VARIABLE_LENGTH_ARRAYS 1
#define HAVE_WAIT3 1
#define HAVE_WAITPID 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTOMB 1
#define HAVE__MKTEMP 1
#define MACHTYPE "i386"
#define MAILDIR_SUPPORT 1
#define MAX_FUNCTION_DEPTH 1000
#define MULTIBYTE_SUPPORT 1
#define OFF_T_IS_64_BIT 1
#define OSTYPE "freebsd6.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PATH_UTMP_FILE "/var/run/utmp"
#define PATH_WTMP_FILE "/var/log/wtmp"
#define POSIX_SIGNALS 1
#define POSIX_SIGNALS 1
#define PROTOTYPES 1
#define RESTRICTED_R 1
#define RETSIGTYPE void
#define RLIMIT_VMEM_IS_AS 1
#define RLIM_T_IS_QUAD_T 1
#define SH_USE_BSD_ECHO 1
#define STDC_HEADERS 1
#define TGETENT_ACCEPTS_NULL 1
#define TGETENT_SUCCESS 1
#define TIME_WITH_SYS_TIME 1
#define VENDOR "portbld"
#define ZSH_64_BIT_TYPE long long
#define ZSH_64_BIT_UTYPE unsigned long long
#define ZSH_MEM 1
#define ZSH_SECURE_FREE 1
#define ZSOCKLEN_T socklen_t

configure: exit 0

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Not finding iconv and pcre
  2007-07-27 17:49 ` Not finding iconv and pcre Renato Botelho
@ 2007-07-27 17:56   ` Renato Botelho
  2007-07-27 19:12   ` Peter Stephenson
  2007-07-30 13:50   ` Oliver Kiddle
  2 siblings, 0 replies; 9+ messages in thread
From: Renato Botelho @ 2007-07-27 17:56 UTC (permalink / raw)
  To: zsh-workers

Sorry about pcre, it's working fine, was my fault, but iconv really
has the problem.

On 7/27/07, Renato Botelho <rbgarga@gmail.com> wrote:
> Zsh 4.3.4 is not finding iconv and pcre on FreeBSD. Here are some data:
>
> garga@soc90:~/prs/zsh% make configure | grep -E -i '(pcre|iconv)'
> checking pcre.h usability... no
> checking pcre.h presence... no
> checking for pcre.h... no
> checking iconv.h usability... no
> checking iconv.h presence... no
> checking for iconv.h... no
> checking for pcre_compile... no
> checking for pcre_study... no
> checking for pcre_exec... no
> checking for iconv... no
> garga@soc90:~/prs/zsh% ldconfig -r | grep -i -E '(pcre|iconv)'
>         21:-lkiconv.2 => /lib/libkiconv.so.2
>         95:-liconv.3 => /usr/local/lib/libiconv.so.3
>         190:-lpcre.0 => /usr/local/lib/libpcre.so.0
>         198:-lpcreposix.0 => /usr/local/lib/libpcreposix.so.0
>         244:-lpcrecpp.0 => /usr/local/lib/libpcrecpp.so.0
> garga@soc90:~/prs/zsh% ls -l /usr/local/include/pcre*
> -r--r--r--  1 root  wheel  11842 Jul 19 08:42 /usr/local/include/pcre.h
> -r--r--r--  1 root  wheel   6570 Jul 19 08:42 /usr/local/include/pcre_scanner.h
> -r--r--r--  1 root  wheel   6041 Jul 19 08:42
> /usr/local/include/pcre_stringpiece.h
> -r--r--r--  1 root  wheel  25875 Jul 19 08:42 /usr/local/include/pcrecpp.h
> -r--r--r--  1 root  wheel   6712 Jul 19 08:42 /usr/local/include/pcrecpparg.h
> -r--r--r--  1 root  wheel   4871 Jul 19 08:42 /usr/local/include/pcreposix.h
> garga@soc90:~/prs/zsh% ls -l /usr/local/include/*iconv*
> -r--r--r--  1 root  wheel  4760 May 11 14:53 /usr/local/include/iconv.h
>
> Does anyone have ideas about it?
> --
> Renato Botelho
>
>


-- 
Renato Botelho


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Not finding iconv and pcre
  2007-07-27 17:49 ` Not finding iconv and pcre Renato Botelho
  2007-07-27 17:56   ` Renato Botelho
@ 2007-07-27 19:12   ` Peter Stephenson
  2007-07-30 13:50   ` Oliver Kiddle
  2 siblings, 0 replies; 9+ messages in thread
From: Peter Stephenson @ 2007-07-27 19:12 UTC (permalink / raw)
  To: zsh-workers

"Renato Botelho" wrote:
> Zsh 4.3.4 is not finding iconv and pcre on FreeBSD.

Look at config.log to see what configure is trying and why it's failing.


-- 
Peter Stephenson <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Not finding iconv and pcre
  2007-07-27 17:49 ` Not finding iconv and pcre Renato Botelho
  2007-07-27 17:56   ` Renato Botelho
  2007-07-27 19:12   ` Peter Stephenson
@ 2007-07-30 13:50   ` Oliver Kiddle
  2007-07-30 14:29     ` Renato Botelho
  2 siblings, 1 reply; 9+ messages in thread
From: Oliver Kiddle @ 2007-07-30 13:50 UTC (permalink / raw)
  To: Renato Botelho; +Cc: zsh-workers

On 27 Jul, "Renato Botelho" wrote:
> Zsh 4.3.4 is not finding iconv and pcre on FreeBSD. Here are some data:

It looks like autoconf's basic test to find iconv.h is failing. Does
your compiler really look in /usr/local by default? If you do:
  export CPPFLAGS=-I/usr/local/include
before running configure, does it then find iconv.h?

Is the iconv in /usr/local/lib GNU libiconv or FreeBSD's own iconv? What
is libkiconv? It's often better to avoid using GNU libiconv if there's
a builtin iconv.

Oliver


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Not finding iconv and pcre
  2007-07-30 13:50   ` Oliver Kiddle
@ 2007-07-30 14:29     ` Renato Botelho
  0 siblings, 0 replies; 9+ messages in thread
From: Renato Botelho @ 2007-07-30 14:29 UTC (permalink / raw)
  To: Oliver Kiddle; +Cc: zsh-workers

On 7/30/07, Oliver Kiddle <okiddle@yahoo.co.uk> wrote:
> On 27 Jul, "Renato Botelho" wrote:
> > Zsh 4.3.4 is not finding iconv and pcre on FreeBSD. Here are some data:
>
> It looks like autoconf's basic test to find iconv.h is failing. Does
> your compiler really look in /usr/local by default? If you do:
>   export CPPFLAGS=-I/usr/local/include
> before running configure, does it then find iconv.h?
>
> Is the iconv in /usr/local/lib GNU libiconv or FreeBSD's own iconv? What
> is libkiconv? It's often better to avoid using GNU libiconv if there's
> a builtin iconv.

CPPFLAGS=-I/usr/local/include and LDFLAGS=-L/usr/local/lib did the trick

Thanks
-- 
Renato Botelho


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-07-30 14:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-25 18:20 Problems building 4.3.4 on FreeBSD Renato Botelho
2007-07-25 18:56 ` Renato Botelho
2007-07-25 19:56   ` Renato Botelho
2007-07-25 20:42     ` Peter Stephenson
     [not found] <rbgarga@gmail.com>
2007-07-27 17:49 ` Not finding iconv and pcre Renato Botelho
2007-07-27 17:56   ` Renato Botelho
2007-07-27 19:12   ` Peter Stephenson
2007-07-30 13:50   ` Oliver Kiddle
2007-07-30 14:29     ` Renato Botelho

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).