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

It was created by lsh configure 1.5, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure -C --with-include-path=/usr/local/include --with-lib-path=/usr/local/lib --prefix=/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/pfx

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

hostname = yagami.roxen.com
uname -m = ia64
uname -r = 5.1.2600
uname -s = Windows_XP
uname -v = 5.1.2600

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

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

PATH: /export/d1/xenofarm/nt-tools/tools
PATH: /usr/kerberos/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /sw/local/bin


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

configure:1252: creating cache config.cache
configure:1380: checking for a BSD-compatible install
configure:1434: result: /export/d1/xenofarm/nt-tools/tools/install -c
configure:1445: checking whether build environment is sane
configure:1488: result: yes
configure:1521: checking for gawk
configure:1537: found /bin/gawk
configure:1547: result: gawk
configure:1557: checking whether make sets $(MAKE)
configure:1577: result: yes
configure:1737: WARNING:  Converted . to /export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5,
If this does not work, please use an absolute path to the configure script. 
configure:2063: checking for -R flag
configure:2093: result: none
configure:2103: result: Searching for libraries
configure:2110: checking /usr/local/lib
configure:2128: result: added
configure:2110: checking /export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/pfx/lib
configure:2137: result: not found
configure:2110: checking /usr/local/lib
configure:2128: result: added
configure:2110: checking /sw/local/lib
configure:2137: result: not found
configure:2110: checking /sw/lib
configure:2137: result: not found
configure:2110: checking /usr/gnu/lib
configure:2137: result: not found
configure:2110: checking /opt/gnu/lib
configure:2137: result: not found
configure:2110: checking /sw/gnu/lib
configure:2137: result: not found
configure:2110: checking /usr/freeware/lib
configure:2137: result: not found
configure:2110: checking /usr/pkg/lib
configure:2137: result: not found
configure:2192: checking for gcc
configure:2218: result: rntcl
configure:2462: checking for C compiler version
configure:2465: rntcl --version </dev/null >&5
Unknown option --version.
configure:2468: $? = 1
configure:2470: rntcl -v </dev/null >&5
   cl -W3 -Zm300 -Ge -F8388608 -GR -D__WIN32__ -D_WIN32 -D__NT__ -nologo -Fea.out.exe BINMODE.OBJ -MT
LINK : fatal error LNK1561: entry point must be defined
CL returned error code 2.
configure:2473: $? = 2
configure:2475: rntcl -V </dev/null >&5
Unknown option -V.
configure:2478: $? = 1
configure:2502: checking for C compiler default output
configure:2505: rntcl   -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include  -L /usr/local/lib conftest.c  >&5
configure:2508: $? = 0
configure:2554: result: a.out
configure:2559: checking whether the C compiler works
configure:2565: ./a.out
configure:2568: $? = 0
configure:2585: result: yes
configure:2592: checking whether we are cross compiling
configure:2594: result: no
configure:2597: checking for suffix of executables
configure:2599: rntcl -o conftest   -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include  -L /usr/local/lib conftest.c  >&5
configure:2602: $? = 0
configure:2627: result: .exe
configure:2633: checking for suffix of object files
configure:2655: rntcl -c   -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:2658: $? = 0
configure:2680: result: o
configure:2684: checking whether we are using the GNU C compiler
configure:2709: rntcl -c   -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(2712) : error C2065: 'choke' : undeclared identifier
configure(2712) : error C2146: syntax error : missing ';' before identifier 'me'
configure(2715) : error C2065: 'me' : undeclared identifier
CL returned error code 2.
configure:2712: $? = 2
configure: failed program was:
| #line 2689 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2731: result: no
configure:2737: checking whether rntcl accepts -g
configure:2759: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:2762: $? = 0
configure:2765: test -s conftest.o
configure:2768: $? = 0
configure:2779: result: yes
configure:2796: checking for rntcl option to accept ANSI C
configure:2857: rntcl  -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(2852) : warning C4113: 'char *(*)()' differs in parameter lists from 'char *(*)(char ** ,int)'
configure(2852) : warning C4113: 'char *(*)()' differs in parameter lists from 'char *(*)(char ** ,int)'
configure:2860: $? = 0
configure:2863: test -s conftest.o
configure:2866: $? = 0
configure:2884: result: none needed
configure:2902: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
conftest.c(2) : error C2061: syntax error : identifier 'me'
conftest.c(2) : error C2059: syntax error : ';'
CL returned error code 2.
configure:2905: $? = 2
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3033: checking for style of include used by make
configure:3061: result: GNU
configure:3089: checking dependency style of rntcl
configure:3151: result: none
configure:3156: checking whether make sets $(MAKE)
configure:3176: result: yes
configure:3226: checking for ranlib
configure:3242: found /export/d1/xenofarm/nt-tools/tools/ranlib
configure:3253: result: ranlib
configure:3269: checking for rntcl option to accept ANSI C
configure:3333: rntcl  -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(3337) : warning C4113: 'char *(*)()' differs in parameter lists from 'char *(*)(char ** ,int)'
configure(3337) : warning C4113: 'char *(*)()' differs in parameter lists from 'char *(*)(char ** ,int)'
configure:3336: $? = 0
configure:3339: test -s conftest.o
configure:3342: $? = 0
configure:3357: result: none needed
configure:3429: checking for guile
configure:3447: found /usr/bin/guile
configure:3459: result: /usr/bin/guile
configure:3491: checking for bash
configure:3509: found /bin/bash
configure:3521: result: /bin/bash
configure:3534: checking for groff
configure:3552: found /usr/bin/groff
configure:3564: result: /usr/bin/groff
configure:3577: checking for m4
configure:3595: found /usr/bin/m4
configure:3608: result: /usr/bin/m4
configure:3625: checking how to run the C preprocessor
configure:3661: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
configure:3667: $? = 0
configure:3699: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:3705: $? = 2
configure: failed program was:
| #line 3690 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3743: result: rntcl -E
configure:3768: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
configure:3774: $? = 0
configure:3806: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:3812: $? = 2
configure: failed program was:
| #line 3797 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3855: checking for egrep
configure:3865: result: grep -E
configure:3870: checking for ANSI C header files
configure:4017: result: yes
configure:4043: checking for sys/types.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:4063: $? = 0
configure:4066: test -s conftest.o
configure:4069: $? = 0
configure:4080: result: yes
configure:4043: checking for sys/stat.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:4063: $? = 0
configure:4066: test -s conftest.o
configure:4069: $? = 0
configure:4080: result: yes
configure:4043: checking for stdlib.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:4063: $? = 0
configure:4066: test -s conftest.o
configure:4069: $? = 0
configure:4080: result: yes
configure:4043: checking for string.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:4063: $? = 0
configure:4066: test -s conftest.o
configure:4069: $? = 0
configure:4080: result: yes
configure:4043: checking for memory.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:4063: $? = 0
configure:4066: test -s conftest.o
configure:4069: $? = 0
configure:4080: result: yes
configure:4043: checking for strings.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4107) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
CL returned error code 2.
configure:4063: $? = 2
configure: failed program was:
| #line 4048 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| /* 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 <strings.h>
configure:4080: result: no
configure:4043: checking for inttypes.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4107) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
CL returned error code 2.
configure:4063: $? = 2
configure: failed program was:
| #line 4048 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| /* 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 <inttypes.h>
configure:4080: result: no
configure:4043: checking for stdint.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4107) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
CL returned error code 2.
configure:4063: $? = 2
configure: failed program was:
| #line 4048 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| /* 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 <stdint.h>
configure:4080: result: no
configure:4043: checking for unistd.h
configure:4060: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4107) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
CL returned error code 2.
configure:4063: $? = 2
configure: failed program was:
| #line 4048 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| /* 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 <unistd.h>
configure:4080: result: no
configure:4106: checking gmp.h usability
configure:4119: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:4122: $? = 0
configure:4125: test -s conftest.o
configure:4128: $? = 0
configure:4138: result: yes
configure:4142: checking gmp.h presence
configure:4153: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
configure:4159: $? = 0
configure:4178: result: yes
configure:4214: checking for gmp.h
configure:4221: result: yes
configure:4256: checking fcntl.h usability
configure:4269: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4288: result: yes
configure:4292: checking fcntl.h presence
configure:4303: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
configure:4309: $? = 0
configure:4328: result: yes
configure:4364: checking for fcntl.h
configure:4371: result: yes
configure:4247: checking for strings.h
configure:4252: result: no
configure:4256: checking sys/time.h usability
configure:4269: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4318) : fatal error C1083: Cannot open include file: 'sys/time.h': No such file or directory
CL returned error code 2.
configure:4272: $? = 2
configure: failed program was:
| #line 4258 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_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 <sys/time.h>
configure:4288: result: no
configure:4292: checking sys/time.h presence
configure:4303: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:4309: $? = 2
configure: failed program was:
| #line 4294 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <sys/time.h>
configure:4328: result: no
configure:4364: checking for sys/time.h
configure:4371: result: no
configure:4247: checking for unistd.h
configure:4252: result: no
configure:4398: checking shadow.h usability
configure:4411: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4460) : fatal error C1083: Cannot open include file: 'shadow.h': No such file or directory
CL returned error code 2.
configure:4414: $? = 2
configure: failed program was:
| #line 4400 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_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 <shadow.h>
configure:4430: result: no
configure:4434: checking shadow.h presence
configure:4445: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:4451: $? = 2
configure: failed program was:
| #line 4436 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <shadow.h>
configure:4470: result: no
configure:4506: checking for shadow.h
configure:4513: result: no
configure:4542: checking zlib.h usability
configure:4555: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure:4558: $? = 0
configure:4561: test -s conftest.o
configure:4564: $? = 0
configure:4574: result: yes
configure:4578: checking zlib.h presence
configure:4589: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
configure:4595: $? = 0
configure:4614: result: yes
configure:4650: checking for zlib.h
configure:4657: result: yes
configure:4688: checking poll.h usability
configure:4701: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4751) : fatal error C1083: Cannot open include file: 'poll.h': No such file or directory
CL returned error code 2.
configure:4704: $? = 2
configure: failed program was:
| #line 4690 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <poll.h>
configure:4720: result: no
configure:4724: checking poll.h presence
configure:4735: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:4741: $? = 2
configure: failed program was:
| #line 4726 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <poll.h>
configure:4760: result: no
configure:4796: checking for poll.h
configure:4803: result: no
configure:4688: checking sys/poll.h usability
configure:4701: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4751) : fatal error C1083: Cannot open include file: 'sys/poll.h': No such file or directory
CL returned error code 2.
configure:4704: $? = 2
configure: failed program was:
| #line 4690 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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/poll.h>
configure:4720: result: no
configure:4724: checking sys/poll.h presence
configure:4735: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:4741: $? = 2
configure: failed program was:
| #line 4726 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <sys/poll.h>
configure:4760: result: no
configure:4796: checking for sys/poll.h
configure:4803: result: no
configure:4830: checking libutil.h usability
configure:4843: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(4893) : fatal error C1083: Cannot open include file: 'libutil.h': No such file or directory
CL returned error code 2.
configure:4846: $? = 2
configure: failed program was:
| #line 4832 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <libutil.h>
configure:4862: result: no
configure:4866: checking libutil.h presence
configure:4877: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:4883: $? = 2
configure: failed program was:
| #line 4868 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <libutil.h>
configure:4902: result: no
configure:4938: checking for libutil.h
configure:4945: result: no
configure:4972: checking crypt.h usability
configure:4985: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(5035) : fatal error C1083: Cannot open include file: 'crypt.h': No such file or directory
CL returned error code 2.
configure:4988: $? = 2
configure: failed program was:
| #line 4974 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <crypt.h>
configure:5004: result: no
configure:5008: checking crypt.h presence
configure:5019: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:5025: $? = 2
configure: failed program was:
| #line 5010 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <crypt.h>
configure:5044: result: no
configure:5080: checking for crypt.h
configure:5087: result: no
configure:5114: checking pty.h usability
configure:5127: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(5177) : fatal error C1083: Cannot open include file: 'pty.h': No such file or directory
CL returned error code 2.
configure:5130: $? = 2
configure: failed program was:
| #line 5116 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <pty.h>
configure:5146: result: no
configure:5150: checking pty.h presence
configure:5161: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:5167: $? = 2
configure: failed program was:
| #line 5152 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <pty.h>
configure:5186: result: no
configure:5222: checking for pty.h
configure:5229: result: no
configure:5256: checking stropts.h usability
configure:5269: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(5319) : fatal error C1083: Cannot open include file: 'stropts.h': No such file or directory
CL returned error code 2.
configure:5272: $? = 2
configure: failed program was:
| #line 5258 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <stropts.h>
configure:5288: result: no
configure:5292: checking stropts.h presence
configure:5303: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:5309: $? = 2
configure: failed program was:
| #line 5294 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <stropts.h>
configure:5328: result: no
configure:5364: checking for stropts.h
configure:5371: result: no
configure:5398: checking syslog.h usability
configure:5411: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(5461) : fatal error C1083: Cannot open include file: 'syslog.h': No such file or directory
CL returned error code 2.
configure:5414: $? = 2
configure: failed program was:
| #line 5400 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <syslog.h>
configure:5430: result: no
configure:5434: checking syslog.h presence
configure:5445: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:5451: $? = 2
configure: failed program was:
| #line 5436 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <syslog.h>
configure:5470: result: no
configure:5506: checking for syslog.h
configure:5513: result: no
configure:5540: checking argp.h usability
configure:5553: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(5603) : fatal error C1083: Cannot open include file: 'argp.h': No such file or directory
CL returned error code 2.
configure:5556: $? = 2
configure: failed program was:
| #line 5542 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <argp.h>
configure:5572: result: no
configure:5576: checking argp.h presence
configure:5587: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:5593: $? = 2
configure: failed program was:
| #line 5578 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <argp.h>
configure:5612: result: no
configure:5648: checking for argp.h
configure:5655: result: no
configure:5682: checking sys/resource.h usability
configure:5695: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(5745) : fatal error C1083: Cannot open include file: 'sys/resource.h': No such file or directory
CL returned error code 2.
configure:5698: $? = 2
configure: failed program was:
| #line 5684 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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/resource.h>
configure:5714: result: no
configure:5718: checking sys/resource.h presence
configure:5729: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:5735: $? = 2
configure: failed program was:
| #line 5720 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <sys/resource.h>
configure:5754: result: no
configure:5790: checking for sys/resource.h
configure:5797: result: no
configure:5825: checking utmp.h usability
configure:5838: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(5888) : fatal error C1083: Cannot open include file: 'utmp.h': No such file or directory
CL returned error code 2.
configure:5841: $? = 2
configure: failed program was:
| #line 5827 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <utmp.h>
configure:5857: result: no
configure:5861: checking utmp.h presence
configure:5872: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:5878: $? = 2
configure: failed program was:
| #line 5863 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <utmp.h>
configure:5897: result: no
configure:5933: checking for utmp.h
configure:5940: result: no
configure:5969: checking utmpx.h usability
configure:5982: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(6032) : fatal error C1083: Cannot open include file: 'utmpx.h': No such file or directory
CL returned error code 2.
configure:5985: $? = 2
configure: failed program was:
| #line 5971 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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:6001: result: no
configure:6005: checking utmpx.h presence
configure:6016: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:6022: $? = 2
configure: failed program was:
| #line 6007 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <utmpx.h>
configure:6041: result: no
configure:6077: checking for utmpx.h
configure:6084: result: no
configure:8700: checking krb5.h usability
configure:8713: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(8763) : fatal error C1083: Cannot open include file: 'krb5.h': No such file or directory
CL returned error code 2.
configure:8716: $? = 2
configure: failed program was:
| #line 8702 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <krb5.h>
configure:8732: result: no
configure:8736: checking krb5.h presence
configure:8747: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:8753: $? = 2
configure: failed program was:
| #line 8738 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <krb5.h>
configure:8772: result: no
configure:8808: checking for krb5.h
configure:8815: result: no
configure:8847: checking security/pam_appl.h usability
configure:8860: rntcl -c -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c >&5
configure(8910) : fatal error C1083: Cannot open include file: 'security/pam_appl.h': No such file or directory
CL returned error code 2.
configure:8863: $? = 2
configure: failed program was:
| #line 8849 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_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 <security/pam_appl.h>
configure:8879: result: no
configure:8883: checking security/pam_appl.h presence
configure:8894: rntcl -E  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include conftest.c
CL returned error code 2.
configure:8900: $? = 2
configure: failed program was:
| #line 8885 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <security/pam_appl.h>
configure:8919: result: no
configure:8955: checking for security/pam_appl.h
configure:8962: result: no
configure:8985: checking for socklen_t in sys/socket.h
CL returned error code 2.
configure:9009: result: no
configure:9012: checking for AIX
configure:9039: result: no
configure:9053: checking for __gmpz_getlimbn in -lgmp
configure:9084: rntcl -o conftest.exe -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include  -L /usr/local/lib conftest.c -lgmp   >&5
LINK : warning LNK4224: /PDB:NONE is no longer supported;  ignored
BINMODE.OBJ : warning LNK4099: PDB 'libc.pdb' was not found with 'C:\Program Files\Microsoft Platform SDK\lib\prerelease\ia64\BINMODE.OBJ' or at 'x:\lsh\yagami.roxen.com\buildtmp\dist\lsh-1.5\libc.pdb'; linking object as if no debug info
gmp.lib(getlimbn.o) : warning LNK4099: PDB 'vc70.pdb' was not found with 'K:\Lib\gmp.lib' or at 'x:\lsh\yagami.roxen.com\buildtmp\dist\lsh-1.5\vc70.pdb'; linking object as if no debug info
configure:9087: $? = 0
configure:9090: test -s conftest.exe
configure:9093: $? = 0
configure:9105: result: yes
configure:9126: checking for oop_sys_new in -loop
configure:9157: rntcl -o conftest.exe -g  -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include  -L /usr/local/lib conftest.c -loop  -lgmp  >&5
LINK : warning LNK4224: /PDB:NONE is no longer supported;  ignored
LINK : fatal error LNK1181: cannot open input file 'oop.lib'
CL returned error code 2.
configure:9160: $? = 2
configure: failed program was:
| #line 9133 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "lsh"
| #define PACKAGE_TARNAME "lsh"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "lsh 1.5"
| #define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
| #define PACKAGE "lsh"
| #define VERSION "1.5"
| #define WITH_PTY_SUPPORT 1
| #define WITH_SSH1_FALLBACK 1
| #define SSHD1 "/usr/local/sbin/sshd1"
| #define WITH_SRP 1
| #define DATAFELLOWS_WORKAROUNDS 1
| #define WITH_TCP_FORWARD 1
| #define WITH_X11_FORWARD 1
| #define WITH_UTMP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_GMP_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_ZLIB_H 1
| #define socklen_t int
| #define HAVE_LIBGMP 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 oop_sys_new ();
| int
| main ()
| {
| oop_sys_new ();
|   ;
|   return 0;
| }
configure:9178: result: no
configure:9188: error: liboop is missing. Get liboop from http://www.liboop.org

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

ac_cv_c_compiler_gnu=no
ac_cv_env_BASH_set=set
ac_cv_env_BASH_value=/bin/sh
ac_cv_env_CC_set=set
ac_cv_env_CC_value=rntcl
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GROFF_set=
ac_cv_env_GROFF_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_XAUTH_PROGRAM_set=
ac_cv_env_XAUTH_PROGRAM_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
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=.exe
ac_cv_header_argp_h=no
ac_cv_header_crypt_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_gmp_h=yes
ac_cv_header_inttypes_h=no
ac_cv_header_krb5_h=no
ac_cv_header_libutil_h=no
ac_cv_header_memory_h=yes
ac_cv_header_poll_h=no
ac_cv_header_pty_h=no
ac_cv_header_security_pam_appl_h=no
ac_cv_header_shadow_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=no
ac_cv_header_stropts_h=no
ac_cv_header_sys_poll_h=no
ac_cv_header_sys_resource_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=no
ac_cv_header_unistd_h=no
ac_cv_header_utmp_h=no
ac_cv_header_utmpx_h=no
ac_cv_header_zlib_h=yes
ac_cv_lib_gmp___gmpz_getlimbn=yes
ac_cv_lib_oop_oop_sys_new=no
ac_cv_objext=o
ac_cv_path_BASH=/bin/bash
ac_cv_path_GROFF=/usr/bin/groff
ac_cv_path_M4=/usr/bin/m4
ac_cv_path_SCHEME_PROGRAM=/usr/bin/guile
ac_cv_path_install='/export/d1/xenofarm/nt-tools/tools/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='rntcl -E'
ac_cv_prog_ac_ct_CC=rntcl
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_type_socklen_t=no
am_cv_CC_dependencies_compiler_type=none
am_cv_prog_cc_stdc=

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

ACLOCAL='${SHELL} /export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/missing --run aclocal-1.6'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/missing --run tar'
AUTOCONF='${SHELL} /export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/missing --run autoconf'
AUTOHEADER='${SHELL} /export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/missing --run autoheader'
AUTOMAKE='${SHELL} /export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/missing --run automake-1.6'
AWK='gawk'
BASH='/bin/bash'
CC='rntcl'
CCDEPMODE='depmode=none'
CFLAGS='-g'
CPP='rntcl -E'
CPPFLAGS=' -I/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/src -DLSH -D_GNU_SOURCE -I /usr/local/include'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT='.exe'
GROFF='/usr/bin/groff'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KRB_LIBS=''
KRB_PROGRAM=''
LDFLAGS=' -L /usr/local/lib'
LIBARGP=''
LIBOBJS=''
LIBS='-lgmp '
LTLIBOBJS=''
M4='/usr/bin/m4'
MAKEINFO='${SHELL} /export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/missing --run makeinfo'
OBJEXT='o'
PACKAGE='lsh'
PACKAGE_BUGREPORT='bug-lsh@gnu.org'
PACKAGE_NAME='lsh'
PACKAGE_STRING='lsh 1.5'
PACKAGE_TARNAME='lsh'
PACKAGE_VERSION='1.5'
PAM_PROGRAM=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SCHEME_NAME='guile'
SCHEME_PROGRAM='/usr/bin/guile'
SET_MAKE=''
SHELL='/bin/sh'
SRP_PROGRAM='srp-gen'
STRIP=''
VERSION='1.5'
XAUTH_PROGRAM=''
ac_ct_CC='rntcl'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/lsh-1.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/export/d1/xenofarm/lsh/yagami.roxen.com/buildtmp/dist/pfx'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''

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

#define DATAFELLOWS_WORKAROUNDS 1
#define HAVE_FCNTL_H 1
#define HAVE_GMP_H 1
#define HAVE_LIBGMP 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_ZLIB_H 1
#define PACKAGE "lsh"
#define PACKAGE_BUGREPORT "bug-lsh@gnu.org"
#define PACKAGE_NAME "lsh"
#define PACKAGE_STRING "lsh 1.5"
#define PACKAGE_TARNAME "lsh"
#define PACKAGE_VERSION "1.5"
#define SSHD1 "/usr/local/sbin/sshd1"
#define STDC_HEADERS 1
#define VERSION "1.5"
#define WITH_PTY_SUPPORT 1
#define WITH_SRP 1
#define WITH_SSH1_FALLBACK 1
#define WITH_TCP_FORWARD 1
#define WITH_UTMP 1
#define WITH_X11_FORWARD 1
#define socklen_t int

configure: exit 1