bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs build failures with --with-editor on Solaris 8


From: Jim Salter
Subject: Re: cvs build failures with --with-editor on Solaris 8
Date: Fri, 28 Mar 2003 11:03:59 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312

$ uname
SunOS qix 5.8 Generic_108528-19 sun4u sparc SUNW,Ultra-Enterprise
$ ./configure --with-editor -quiet
$ make clean all
...
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../diff -I../zlib -g -O2 -c `test -f 'main.c' || echo './'`main.c
main.c:60: `EDITOR_DFLT' undeclared here (not in a function)
make[2]: *** [main.o] Error 1

The config.log is attached.

jim

Derek Robert Price wrote:

Jim Salter wrote:

This is a build after Derek Price's recent checkin.

Configure variable: --with-editor

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../diff -I../zlib -g -O2 -c `test -f 'main.c' || echo './'`main.c
   main.c:60: `EDITOR_DFLT' undeclared here (not in a function)
   make[2]: *** [main.o] Error 1



Hrm? What options, exactly, did you pass to configure? Could you send me a copy of your config.log?

Derek

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

It was created by Concurrent Versions System (CVS) configure 1.12.0.1, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --with-editor

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

hostname = qix
uname -m = sun4u
uname -r = 5.8
uname -s = SunOS
uname -v = Generic_108528-19

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = qix
Release = 5.8
KernelID = Generic_108528-19
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 7

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

PATH: /tools/x/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /u/jsalter/bin


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

configure:1330: checking for a BSD-compatible install
configure:1384: result: ./install-sh -c
configure:1395: checking whether build environment is sane
configure:1438: result: yes
configure:1471: checking for gawk
configure:1500: result: no
configure:1471: checking for mawk
configure:1500: result: no
configure:1471: checking for nawk
configure:1487: found /usr/bin/nawk
configure:1497: result: nawk
configure:1507: checking whether make sets ${MAKE}
configure:1527: result: yes
configure:1669: checking for cvs
configure:1687: found /tools/x/bin/cvs
configure:1699: result: /tools/x/bin/cvs
configure:1787: checking for gcc
configure:1803: found /tools/x/bin/gcc
configure:1813: result: gcc
configure:2057: checking for C compiler version
configure:2060: gcc --version </dev/null >&5
gcc (GCC) 3.2.2
Copyright (C) 2002 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:2063: $? = 0
configure:2065: gcc -v </dev/null >&5
Reading specs from /tools/x/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.2.2/specs
Configured with: ../../gcc-3.2.2/configure --prefix=/tools/x/gcc-3.2.2 
--enable-threads
Thread model: posix
gcc version 3.2.2
configure:2068: $? = 0
configure:2070: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2073: $? = 1
configure:2099: checking for C compiler default output
configure:2102: gcc    conftest.c  >&5
configure:2105: $? = 0
configure:2138: result: a.out
configure:2143: checking whether the C compiler works
configure:2149: ./a.out
configure:2152: $? = 0
configure:2167: result: yes
configure:2174: checking whether we are cross compiling
configure:2176: result: no
configure:2179: checking for suffix of executables
configure:2181: gcc -o conftest    conftest.c  >&5
configure:2184: $? = 0
configure:2206: result: 
configure:2212: checking for suffix of object files
configure:2236: gcc -c   conftest.c >&5
configure:2239: $? = 0
configure:2258: result: o
configure:2262: checking whether we are using the GNU C compiler
configure:2289: gcc -c   conftest.c >&5
configure:2292: $? = 0
configure:2295: test -s conftest.o
configure:2298: $? = 0
configure:2310: result: yes
configure:2316: checking whether gcc accepts -g
configure:2340: gcc -c -g  conftest.c >&5
configure:2343: $? = 0
configure:2346: test -s conftest.o
configure:2349: $? = 0
configure:2359: result: yes
configure:2386: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2389: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2518: checking for style of include used by make
configure:2546: result: GNU
configure:2574: checking dependency style of gcc
configure:2636: result: gcc3
configure:2642: checking whether gcc and cc understand -c and -o together
configure:2675: gcc -c conftest.c -o conftest.o >&5
configure:2678: $? = 0
configure:2680: gcc -c conftest.c -o conftest.o >&5
configure:2683: $? = 0
configure:2690: cc -c conftest.c >&5
./configure: cc: command not found
configure:2693: $? = 127
configure:2722: result: yes
configure:2754: checking how to run the C preprocessor
configure:2780: gcc -E  conftest.c
configure:2786: $? = 0
configure:2813: gcc -E  conftest.c
configure:2809:28: ac_nonexistent.h: No such file or directory
configure:2819: $? = 1
configure: failed program was:
#line 2808 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2856: result: gcc -E
configure:2871: gcc -E  conftest.c
configure:2877: $? = 0
configure:2904: gcc -E  conftest.c
configure:2900:28: ac_nonexistent.h: No such file or directory
configure:2910: $? = 1
configure: failed program was:
#line 2899 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2951: checking for AIX
configure:2970: result: no
configure:2976: checking for ANSI C header files
configure:2990: gcc -E  conftest.c
configure:2996: $? = 0
configure:3081: gcc -o conftest -g -O2   conftest.c  >&5
configure:3084: $? = 0
configure:3086: ./conftest
configure:3089: $? = 0
configure:3103: result: yes
configure:3127: checking for sys/types.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3143: $? = 0
configure:3146: test -s conftest.o
configure:3149: $? = 0
configure:3159: result: yes
configure:3127: checking for sys/stat.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3143: $? = 0
configure:3146: test -s conftest.o
configure:3149: $? = 0
configure:3159: result: yes
configure:3127: checking for stdlib.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3143: $? = 0
configure:3146: test -s conftest.o
configure:3149: $? = 0
configure:3159: result: yes
configure:3127: checking for string.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3143: $? = 0
configure:3146: test -s conftest.o
configure:3149: $? = 0
configure:3159: result: yes
configure:3127: checking for memory.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3143: $? = 0
configure:3146: test -s conftest.o
configure:3149: $? = 0
configure:3159: result: yes
configure:3127: checking for strings.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3143: $? = 0
configure:3146: test -s conftest.o
configure:3149: $? = 0
configure:3159: result: yes
configure:3127: checking for inttypes.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3143: $? = 0
configure:3146: test -s conftest.o
configure:3149: $? = 0
configure:3159: result: yes
configure:3127: checking for stdint.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3168:20: stdint.h: No such file or directory
configure:3143: $? = 1
configure: failed program was:
#line 3132 "configure"
#include "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:3159: result: no
configure:3127: checking for unistd.h
configure:3140: gcc -c -g -O2  conftest.c >&5
configure:3143: $? = 0
configure:3146: test -s conftest.o
configure:3149: $? = 0
configure:3159: result: yes
configure:3181: checking minix/config.h usability
configure:3190: gcc -c -g -O2  conftest.c >&5
configure:3218:26: minix/config.h: No such file or directory
configure:3193: $? = 1
configure: failed program was:
#line 3183 "configure"
#include "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 <minix/config.h>
configure:3208: result: no
configure:3212: checking minix/config.h presence
configure:3219: gcc -E  conftest.c
configure:3215:26: minix/config.h: No such file or directory
configure:3225: $? = 1
configure: failed program was:
#line 3214 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:3243: result: no
configure:3261: checking for minix/config.h
configure:3268: result: no
configure:3299: checking for library containing strerror
configure:3332: gcc -o conftest -g -O2   conftest.c  >&5
configure:3335: $? = 0
configure:3338: test -s conftest
configure:3341: $? = 0
configure:3400: result: none required
configure:3450: checking for ranlib
configure:3466: found /tools/x/bin/ranlib
configure:3477: result: ranlib
configure:3493: checking for bison
configure:3509: found /tools/x/bin/bison
configure:3519: result: bison -y
configure:3530: checking whether ln -s works
configure:3534: result: yes
configure:3545: checking for perl
configure:3563: found /tools/x/bin/perl
configure:3576: result: /tools/x/bin/perl
configure:3585: checking for csh
configure:3603: found /usr/bin/csh
configure:3616: result: /usr/bin/csh
configure:3626: checking for mktemp
configure:3657: result: mktemp
configure:3673: checking for sendmail
configure:3704: result: no
configure:3714: checking for pr
configure:3732: found /tools/x/bin/pr
configure:3745: result: /tools/x/bin/pr
configure:3766: checking for groff
configure:3799: result: no
configure:3766: checking for roff
configure:3799: result: no
configure:3809: checking for ps2pdf
configure:3840: result: /u/jsalter/testcvs/20030327/ccvs/missing ps2pdf
configure:3849: checking for texi2dvi
configure:3880: result: /u/jsalter/testcvs/20030327/ccvs/missing texi2dvi
configure:3888: checking whether #! works in shell scripts
configure:3905: result: yes
configure:3917: checking for BSD VPATH bug in make
configure:3924: mkdir ac_test_dir
configure:3927: $? = 0
configure:3943: make -f conftestmake 2>&1 >/dev/null |grep ^BSD\ VPATH\ bug\ 
present$ >/dev/null
configure:3946: $? = 1
configure:3953: rm -rf ac_test_dir ac_test_target conftestmake
configure:3956: $? = 0
configure:3959: result: no
configure:3983: checking for dirent.h that defines DIR
configure:4010: gcc -c -g -O2  conftest.c >&5
configure:4013: $? = 0
configure:4016: test -s conftest.o
configure:4019: $? = 0
configure:4029: result: yes
configure:4042: checking for library containing opendir
configure:4075: gcc -o conftest -g -O2   conftest.c  >&5
configure:4078: $? = 0
configure:4081: test -s conftest
configure:4084: $? = 0
configure:4143: result: none required
configure:4261: checking for ANSI C header files
configure:4388: result: yes
configure:4398: checking for sys/wait.h that is POSIX.1 compatible
configure:4432: gcc -c -g -O2  conftest.c >&5
configure:4435: $? = 0
configure:4438: test -s conftest.o
configure:4441: $? = 0
configure:4451: result: yes
configure:4515: checking errno.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking errno.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for errno.h
configure:4602: result: yes
configure:4515: checking direct.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4552:20: direct.h: No such file or directory
configure:4527: $? = 1
configure: failed program was:
#line 4517 "configure"
#include "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 <direct.h>
configure:4542: result: no
configure:4546: checking direct.h presence
configure:4553: gcc -E  conftest.c
configure:4549:20: direct.h: No such file or directory
configure:4559: $? = 1
configure: failed program was:
#line 4548 "configure"
#include "confdefs.h"
#include <direct.h>
configure:4577: result: no
configure:4595: checking for direct.h
configure:4602: result: no
configure:4515: checking fcntl.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking fcntl.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for fcntl.h
configure:4602: result: yes
configure:4515: checking fnmatch.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking fnmatch.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for fnmatch.h
configure:4602: result: yes
configure:4515: checking io.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4552:16: io.h: No such file or directory
configure:4527: $? = 1
configure: failed program was:
#line 4517 "configure"
#include "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 <io.h>
configure:4542: result: no
configure:4546: checking io.h presence
configure:4553: gcc -E  conftest.c
configure:4549:16: io.h: No such file or directory
configure:4559: $? = 1
configure: failed program was:
#line 4548 "configure"
#include "confdefs.h"
#include <io.h>
configure:4577: result: no
configure:4595: checking for io.h
configure:4602: result: no
configure:4515: checking limits.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking limits.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for limits.h
configure:4602: result: yes
configure:4506: checking for memory.h
configure:4511: result: yes
configure:4515: checking ndbm.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking ndbm.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for ndbm.h
configure:4602: result: yes
configure:4506: checking for string.h
configure:4511: result: yes
configure:4515: checking syslog.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking syslog.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for syslog.h
configure:4602: result: yes
configure:4515: checking sys/bsdtypes.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4552:26: sys/bsdtypes.h: No such file or directory
configure:4527: $? = 1
configure: failed program was:
#line 4517 "configure"
#include "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/bsdtypes.h>
configure:4542: result: no
configure:4546: checking sys/bsdtypes.h presence
configure:4553: gcc -E  conftest.c
configure:4549:26: sys/bsdtypes.h: No such file or directory
configure:4559: $? = 1
configure: failed program was:
#line 4548 "configure"
#include "confdefs.h"
#include <sys/bsdtypes.h>
configure:4577: result: no
configure:4595: checking for sys/bsdtypes.h
configure:4602: result: no
configure:4515: checking sys/file.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking sys/file.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for sys/file.h
configure:4602: result: yes
configure:4515: checking sys/param.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking sys/param.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for sys/param.h
configure:4602: result: yes
configure:4515: checking sys/resource.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking sys/resource.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for sys/resource.h
configure:4602: result: yes
configure:4515: checking sys/select.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking sys/select.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for sys/select.h
configure:4602: result: yes
configure:4515: checking sys/time.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking sys/time.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for sys/time.h
configure:4602: result: yes
configure:4515: checking sys/timeb.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking sys/timeb.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for sys/timeb.h
configure:4602: result: yes
configure:4506: checking for unistd.h
configure:4511: result: yes
configure:4515: checking utime.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking utime.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for utime.h
configure:4602: result: yes
configure:4515: checking varargs.h usability
configure:4524: gcc -c -g -O2  conftest.c >&5
configure:4527: $? = 0
configure:4530: test -s conftest.o
configure:4533: $? = 0
configure:4542: result: yes
configure:4546: checking varargs.h presence
configure:4553: gcc -E  conftest.c
configure:4559: $? = 0
configure:4577: result: yes
configure:4595: checking for varargs.h
configure:4602: result: yes
configure:4615: checking whether stat file-mode macros are broken
configure:4660: result: no
configure:4670: checking whether time.h and sys/time.h may both be included
configure:4698: gcc -c -g -O2  conftest.c >&5
configure:4701: $? = 0
configure:4704: test -s conftest.o
configure:4707: $? = 0
configure:4717: result: yes
configure:4728: checking for gcc option to accept ANSI C
configure:4791: gcc  -c -g -O2  conftest.c >&5
configure:4794: $? = 0
configure:4797: test -s conftest.o
configure:4800: $? = 0
configure:4817: result: none needed
configure:4825: checking for an ANSI C-conforming const
configure:4895: gcc -c -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4914: result: yes
configure:4924: checking for function prototypes
configure:4927: result: yes
configure:4944: checking for uid_t in sys/types.h
configure:4964: result: yes
configure:4979: checking for mode_t
configure:5006: gcc -c -g -O2  conftest.c >&5
configure:5009: $? = 0
configure:5012: test -s conftest.o
configure:5015: $? = 0
configure:5025: result: yes
configure:5037: checking for pid_t
configure:5064: gcc -c -g -O2  conftest.c >&5
configure:5067: $? = 0
configure:5070: test -s conftest.o
configure:5073: $? = 0
configure:5083: result: yes
configure:5095: checking for size_t
configure:5122: gcc -c -g -O2  conftest.c >&5
configure:5125: $? = 0
configure:5128: test -s conftest.o
configure:5131: $? = 0
configure:5141: result: yes
configure:5153: checking return type of signal handlers
configure:5187: gcc -c -g -O2  conftest.c >&5
configure:5190: $? = 0
configure:5193: test -s conftest.o
configure:5196: $? = 0
configure:5206: result: void
configure:5215: checking for struct stat.st_blksize
configure:5241: gcc -c -g -O2  conftest.c >&5
configure:5244: $? = 0
configure:5247: test -s conftest.o
configure:5250: $? = 0
configure:5260: result: yes
configure:5271: checking for struct stat.st_rdev
configure:5297: gcc -c -g -O2  conftest.c >&5
configure:5300: $? = 0
configure:5303: test -s conftest.o
configure:5306: $? = 0
configure:5316: result: yes
configure:5354: checking for dup2
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for ftruncate
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for gethostname
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for memmove
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for mkdir
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for rename
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for strerror
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for strstr
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5369: warning: conflicting types for built-in function `strstr'
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for strtoul
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for valloc
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5354: checking for waitpid
configure:5397: gcc -o conftest -g -O2   conftest.c  >&5
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5416: result: yes
configure:5497: checking for fchdir
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for fchmod
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for fsync
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for ftime
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for geteuid
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for getgroups
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for getopt
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for getpagesize
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for getpassphrase
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for gettimeofday
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for initgroups
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for login
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
login                               /var/tmp//ccu68k3R.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5543: $? = 1
configure: failed program was:
#line 5502 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char login (); below.  */
#include <assert.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 login ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_login) || defined (__stub___login)
choke me
#else
f = login;
#endif

  ;
  return 0;
}
configure:5559: result: no
configure:5497: checking for logout
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
logout                              /var/tmp//ccQIg8RE.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5543: $? = 1
configure: failed program was:
#line 5502 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char logout (); below.  */
#include <assert.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 logout ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_logout) || defined (__stub___logout)
choke me
#else
f = logout;
#endif

  ;
  return 0;
}
configure:5559: result: no
configure:5497: checking for mknod
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for mkstemp
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for mktemp
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for putenv
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for readlink
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for regcomp
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for regerror
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for regexec
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for regfree
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for sigaction
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for sigblock
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
sigblock                            /var/tmp//ccsNkyUF.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5543: $? = 1
configure: failed program was:
#line 5502 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sigblock (); below.  */
#include <assert.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 sigblock ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sigblock) || defined (__stub___sigblock)
choke me
#else
f = sigblock;
#endif

  ;
  return 0;
}
configure:5559: result: no
configure:5497: checking for sigprocmask
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for sigsetmask
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
sigsetmask                          /var/tmp//ccPXtsrt.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5543: $? = 1
configure: failed program was:
#line 5502 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sigsetmask (); below.  */
#include <assert.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 sigsetmask ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sigsetmask) || defined (__stub___sigsetmask)
choke me
#else
f = sigsetmask;
#endif

  ;
  return 0;
}
configure:5559: result: no
configure:5497: checking for sigvec
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
sigvec                              /var/tmp//cc8hxtoy.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5543: $? = 1
configure: failed program was:
#line 5502 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char sigvec (); below.  */
#include <assert.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 sigvec ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_sigvec) || defined (__stub___sigvec)
choke me
#else
f = sigvec;
#endif

  ;
  return 0;
}
configure:5559: result: no
configure:5497: checking for tempnam
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for timezone
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for tzset
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for vprintf
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5497: checking for wait3
configure:5540: gcc -o conftest -g -O2   conftest.c  >&5
configure:5543: $? = 0
configure:5546: test -s conftest
configure:5549: $? = 0
configure:5559: result: yes
configure:5582: checking for nanosleep
configure:5625: gcc -o conftest -g -O2   conftest.c  >&5
Undefined                       first referenced
 symbol                             in file
nanosleep                           /var/tmp//cciRa75U.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5628: $? = 1
configure: failed program was:
#line 5587 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char nanosleep (); below.  */
#include <assert.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 nanosleep ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_nanosleep) || defined (__stub___nanosleep)
choke me
#else
f = nanosleep;
#endif

  ;
  return 0;
}
configure:5644: result: no
configure:5582: checking for usleep
configure:5625: gcc -o conftest -g -O2   conftest.c  >&5
configure:5628: $? = 0
configure:5631: test -s conftest
configure:5634: $? = 0
configure:5644: result: yes
configure:5682: checking for unistd.h
configure:5687: result: yes
configure:5691: checking vfork.h usability
configure:5700: gcc -c -g -O2  conftest.c >&5
configure:5728:19: vfork.h: No such file or directory
configure:5703: $? = 1
configure: failed program was:
#line 5693 "configure"
#include "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 <vfork.h>
configure:5718: result: no
configure:5722: checking vfork.h presence
configure:5729: gcc -E  conftest.c
configure:5725:19: vfork.h: No such file or directory
configure:5735: $? = 1
configure: failed program was:
#line 5724 "configure"
#include "confdefs.h"
#include <vfork.h>
configure:5753: result: no
configure:5771: checking for vfork.h
configure:5778: result: no
configure:5796: checking for fork
configure:5839: gcc -o conftest -g -O2   conftest.c  >&5
configure:5842: $? = 0
configure:5845: test -s conftest
configure:5848: $? = 0
configure:5858: result: yes
configure:5796: checking for vfork
configure:5839: gcc -o conftest -g -O2   conftest.c  >&5
configure:5842: $? = 0
configure:5845: test -s conftest
configure:5848: $? = 0
configure:5858: result: yes
configure:5870: checking for working fork
configure:5914: result: yes
configure:5933: checking for working vfork
configure:6060: result: yes
configure:6091: checking whether closedir returns void
configure:6123: gcc -o conftest -g -O2   conftest.c  >&5
configure:6126: $? = 0
configure:6128: ./conftest
configure:6131: $? = 0
configure:6144: result: no
configure:6155: checking for library containing getspnam
configure:6188: gcc -o conftest -g -O2   conftest.c  >&5
configure:6191: $? = 0
configure:6194: test -s conftest
configure:6197: $? = 0
configure:6256: result: none required
configure:6268: checking whether utime accepts a null argument
configure:6302: gcc -o conftest -g -O2   conftest.c  >&5
configure:6305: $? = 0
configure:6307: ./conftest
configure:6310: $? = 0
configure:6324: result: yes
configure:6335: checking for long file names
configure:6374: result: yes
configure:6385: checking for working GNU-style fnmatch
configure:6420: gcc -o conftest -g -O2   conftest.c  >&5
configure: In function `main':
configure:6409: `FNM_FILE_NAME' undeclared (first use in this function)
configure:6409: (Each undeclared identifier is reported only once
configure:6409: for each function it appears in.)
configure:6410: `FNM_LEADING_DIR' undeclared (first use in this function)
configure:6423: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6397 "configure"
#include "confdefs.h"
#include <fnmatch.h>
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
exit (fnmatch ("a*", "abc", 0) != 0
        || fnmatch ("d*/*1", "d/s/1", FNM_FILE_NAME) != FNM_NOMATCH
        || fnmatch ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR) != 0
        || fnmatch ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR) != 0
        || fnmatch ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR) != 0);
  ;
  return 0;
}
configure:6441: result: no
configure:6464: checking for stdlib.h
configure:6469: result: yes
configure:6464: checking for unistd.h
configure:6469: result: yes
configure:6577: checking for getpagesize
configure:6639: result: yes
configure:6649: checking for working mmap
configure:6788: gcc -o conftest -g -O2   conftest.c  >&5
configure:6791: $? = 0
configure:6793: ./conftest
configure:6796: $? = 0
configure:6809: result: yes
configure:6823: checking for main in -lnsl
configure:6850: gcc -o conftest -g -O2   conftest.c -lnsl   >&5
configure:6853: $? = 0
configure:6856: test -s conftest
configure:6859: $? = 0
configure:6870: result: yes
configure:6881: checking for library containing connect
configure:6914: gcc -o conftest -g -O2   conftest.c -lnsl  >&5
Undefined                       first referenced
 symbol                             in file
connect                             /var/tmp//ccu6MaSp.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:6917: $? = 1
configure: failed program was:
#line 6888 "configure"
#include "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 connect ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
connect ();
  ;
  return 0;
}
configure:6960: gcc -o conftest -g -O2   conftest.c -lxnet  -lnsl  >&5
configure:6963: $? = 0
configure:6966: test -s conftest
configure:6969: $? = 0
configure:6982: result: -lxnet
configure:6993: checking for library containing gethostbyname
configure:7026: gcc -o conftest -g -O2   conftest.c -lxnet -lnsl  >&5
configure:7029: $? = 0
configure:7032: test -s conftest
configure:7035: $? = 0
configure:7094: result: none required
configure:7111: checking for KRB4 in /usr/kerberos
configure:7113: result: 
configure:7118: checking for krb.h
configure:7217: gcc -o conftest -g -O2   conftest.c -lxnet -lnsl  >&5
configure:7199:17: krb.h: No such file or directory
configure:7220: $? = 1
configure: failed program was:
#line 7198 "configure"
#include "confdefs.h"
#include <krb.h>
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
int i;
  ;
  return 0;
}
configure:7255: gcc -o conftest -g -O2   conftest.c -lxnet -lnsl  >&5
configure:7237:17: krb.h: No such file or directory
configure:7258: $? = 1
configure: failed program was:
#line 7236 "configure"
#include "confdefs.h"
#include <krb.h>
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
int i;
  ;
  return 0;
}
configure:7314: result: 
configure:7722: checking for krb_get_err_text
configure:7765: gcc -o conftest -g -O2   conftest.c -lxnet -lnsl  >&5
Undefined                       first referenced
 symbol                             in file
krb_get_err_text                    /var/tmp//ccQjNMuN.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:7768: $? = 1
configure: failed program was:
#line 7727 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char krb_get_err_text (); below.  */
#include <assert.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 krb_get_err_text ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_krb_get_err_text) || defined (__stub___krb_get_err_text)
choke me
#else
f = krb_get_err_text;
#endif

  ;
  return 0;
}
configure:7784: result: no
configure:7846: checking for GSSAPI
configure:7848: result: 
configure:7876: checking gssapi.h usability
configure:7885: gcc -c -g -O2  conftest.c >&5
configure:7913:20: gssapi.h: No such file or directory
configure:7888: $? = 1
configure: failed program was:
#line 7878 "configure"
#include "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 <gssapi.h>
configure:7903: result: no
configure:7907: checking gssapi.h presence
configure:7914: gcc -E  conftest.c
configure:7910:20: gssapi.h: No such file or directory
configure:7920: $? = 1
configure: failed program was:
#line 7909 "configure"
#include "confdefs.h"
#include <gssapi.h>
configure:7938: result: no
configure:7956: checking for gssapi.h
configure:7963: result: no
configure:7876: checking gssapi/gssapi.h usability
configure:7885: gcc -c -g -O2  conftest.c >&5
configure:7888: $? = 0
configure:7891: test -s conftest.o
configure:7894: $? = 0
configure:7903: result: yes
configure:7907: checking gssapi/gssapi.h presence
configure:7914: gcc -E  conftest.c
configure:7920: $? = 0
configure:7938: result: yes
configure:7956: checking for gssapi/gssapi.h
configure:7963: result: yes
configure:7876: checking krb5.h usability
configure:7885: gcc -c -g -O2  conftest.c >&5
configure:7913:18: krb5.h: No such file or directory
configure:7888: $? = 1
configure: failed program was:
#line 7878 "configure"
#include "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:7903: result: no
configure:7907: checking krb5.h presence
configure:7914: gcc -E  conftest.c
configure:7910:18: krb5.h: No such file or directory
configure:7920: $? = 1
configure: failed program was:
#line 7909 "configure"
#include "confdefs.h"
#include <krb5.h>
configure:7938: result: no
configure:7956: checking for krb5.h
configure:7963: result: no
configure:7852: checking for GSSAPI in /usr/kerberos
configure:7854: result: 
configure:7876: checking gssapi.h usability
configure:7885: gcc -c -g -O2  -I/usr/kerberos/include conftest.c >&5
configure:7913:20: gssapi.h: No such file or directory
configure:7888: $? = 1
configure: failed program was:
#line 7878 "configure"
#include "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 <gssapi.h>
configure:7903: result: no
configure:7907: checking gssapi.h presence
configure:7914: gcc -E  -I/usr/kerberos/include conftest.c
configure:7910:20: gssapi.h: No such file or directory
configure:7920: $? = 1
configure: failed program was:
#line 7909 "configure"
#include "confdefs.h"
#include <gssapi.h>
configure:7938: result: no
configure:7956: checking for gssapi.h
configure:7963: result: no
configure:7876: checking gssapi/gssapi.h usability
configure:7885: gcc -c -g -O2  -I/usr/kerberos/include conftest.c >&5
configure:7888: $? = 0
configure:7891: test -s conftest.o
configure:7894: $? = 0
configure:7903: result: yes
configure:7907: checking gssapi/gssapi.h presence
configure:7914: gcc -E  -I/usr/kerberos/include conftest.c
configure:7920: $? = 0
configure:7938: result: yes
configure:7956: checking for gssapi/gssapi.h
configure:7963: result: yes
configure:7876: checking krb5.h usability
configure:7885: gcc -c -g -O2  -I/usr/kerberos/include conftest.c >&5
configure:7913:18: krb5.h: No such file or directory
configure:7888: $? = 1
configure: failed program was:
#line 7878 "configure"
#include "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:7903: result: no
configure:7907: checking krb5.h presence
configure:7914: gcc -E  -I/usr/kerberos/include conftest.c
configure:7910:18: krb5.h: No such file or directory
configure:7920: $? = 1
configure: failed program was:
#line 7909 "configure"
#include "confdefs.h"
#include <krb5.h>
configure:7938: result: no
configure:7956: checking for krb5.h
configure:7963: result: no
configure:7852: checking for GSSAPI in /usr/cygnus/kerbnet
configure:7854: result: 
configure:7876: checking gssapi.h usability
configure:7885: gcc -c -g -O2  -I/usr/cygnus/kerbnet/include conftest.c >&5
configure:7913:20: gssapi.h: No such file or directory
configure:7888: $? = 1
configure: failed program was:
#line 7878 "configure"
#include "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 <gssapi.h>
configure:7903: result: no
configure:7907: checking gssapi.h presence
configure:7914: gcc -E  -I/usr/cygnus/kerbnet/include conftest.c
configure:7910:20: gssapi.h: No such file or directory
configure:7920: $? = 1
configure: failed program was:
#line 7909 "configure"
#include "confdefs.h"
#include <gssapi.h>
configure:7938: result: no
configure:7956: checking for gssapi.h
configure:7963: result: no
configure:7876: checking gssapi/gssapi.h usability
configure:7885: gcc -c -g -O2  -I/usr/cygnus/kerbnet/include conftest.c >&5
configure:7888: $? = 0
configure:7891: test -s conftest.o
configure:7894: $? = 0
configure:7903: result: yes
configure:7907: checking gssapi/gssapi.h presence
configure:7914: gcc -E  -I/usr/cygnus/kerbnet/include conftest.c
configure:7920: $? = 0
configure:7938: result: yes
configure:7956: checking for gssapi/gssapi.h
configure:7963: result: yes
configure:7876: checking krb5.h usability
configure:7885: gcc -c -g -O2  -I/usr/cygnus/kerbnet/include conftest.c >&5
configure:7913:18: krb5.h: No such file or directory
configure:7888: $? = 1
configure: failed program was:
#line 7878 "configure"
#include "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:7903: result: no
configure:7907: checking krb5.h presence
configure:7914: gcc -E  -I/usr/cygnus/kerbnet/include conftest.c
configure:7910:18: krb5.h: No such file or directory
configure:7920: $? = 1
configure: failed program was:
#line 7909 "configure"
#include "confdefs.h"
#include <krb5.h>
configure:7938: result: no
configure:7956: checking for krb5.h
configure:7963: result: no
configure:7986: checking for GSSAPI
configure:7990: result: no
configure:9466: checking for rsh
configure:9482: found /usr/bin/rsh
configure:9492: result: rsh
configure:9547: checking for yes
configure:9576: result: no
configure:9606: checking for temporary directory
configure:9620: result: /tmp
configure:9768: checking for library containing crypt
configure:9801: gcc -o conftest -g -O2   conftest.c -lxnet -lnsl  >&5
configure:9804: $? = 0
configure:9807: test -s conftest
configure:9810: $? = 0
configure:9869: result: none required
configure:10010: checking for cygwin32
configure:10034: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:10026: `__CYGWIN32__' undeclared (first use in this function)
configure:10026: (Each undeclared identifier is reported only once
configure:10026: for each function it appears in.)
configure:10037: $? = 1
configure: failed program was:
#line 10015 "configure"
#include "confdefs.h"

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
return __CYGWIN32__;
  ;
  return 0;
}
configure:10053: result: no
configure:10201: creating ./config.status

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

This file was extended by Concurrent Versions System (CVS) config.status 
1.12.0.1, which was
generated by GNU Autoconf 2.53.  Invocation command line was

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

on qix

config.status:656: creating contrib/check_cvs
config.status:656: creating contrib/clmerge
config.status:656: creating contrib/cln_hist
config.status:656: creating contrib/commit_prep
config.status:656: creating contrib/cvs_acls
config.status:656: creating contrib/log
config.status:656: creating contrib/log_accum
config.status:656: creating contrib/mfpipe
config.status:656: creating contrib/pvcs2rcs
config.status:656: creating contrib/rcs2log
config.status:656: creating contrib/rcslock
config.status:656: creating contrib/sccs2rcs
config.status:656: creating src/cvsbug
config.status:656: creating Makefile
config.status:656: creating contrib/Makefile
config.status:656: creating cvs.spec
config.status:656: creating diff/Makefile
config.status:656: creating doc/Makefile
config.status:656: creating emx/Makefile
config.status:656: creating lib/Makefile
config.status:656: creating man/Makefile
config.status:656: creating os2/Makefile
config.status:656: creating src/Makefile
config.status:656: creating src/sanity.config.sh
config.status:656: creating tools/Makefile
config.status:656: creating vms/Makefile
config.status:656: creating windows-NT/Makefile
config.status:656: creating windows-NT/SCC/Makefile
config.status:656: creating zlib/Makefile
config.status:776: creating config.h
config.status:1167: linking ./lib/fnmatch.h.in to lib/fnmatch.h
config.status:1307: executing depfiles commands

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

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_EDITOR_set=
ac_cv_env_EDITOR_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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=
ac_cv_func_closedir_void=no
ac_cv_func_dup2=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_fnmatch_works=no
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fsync=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostname=yes
ac_cv_func_getopt=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpassphrase=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_initgroups=yes
ac_cv_func_krb_get_err_text=no
ac_cv_func_login=no
ac_cv_func_logout=no
ac_cv_func_memmove=yes
ac_cv_func_mkdir=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nanosleep=no
ac_cv_func_putenv=yes
ac_cv_func_readlink=yes
ac_cv_func_regcomp=yes
ac_cv_func_regerror=yes
ac_cv_func_regexec=yes
ac_cv_func_regfree=yes
ac_cv_func_rename=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigblock=no
ac_cv_func_sigprocmask=yes
ac_cv_func_sigsetmask=no
ac_cv_func_sigvec=no
ac_cv_func_strerror=yes
ac_cv_func_strstr=yes
ac_cv_func_strtoul=yes
ac_cv_func_tempnam=yes
ac_cv_func_timezone=yes
ac_cv_func_tzset=yes
ac_cv_func_usleep=yes
ac_cv_func_utime_null=yes
ac_cv_func_valloc=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_func_wait3=yes
ac_cv_func_waitpid=yes
ac_cv_header_direct_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fnmatch_h=yes
ac_cv_header_gssapi_gssapi_h=yes
ac_cv_header_gssapi_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_krb5_h=no
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_ndbm_h=yes
ac_cv_header_stat_broken=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=yes
ac_cv_header_sys_bsdtypes_h=no
ac_cv_header_sys_file_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_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_varargs_h=yes
ac_cv_header_vfork_h=no
ac_cv_lib_nsl_main=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_objext=o
ac_cv_path_CSH=/usr/bin/csh
ac_cv_path_MKTEMP=mktemp
ac_cv_path_PERL=/tools/x/bin/perl
ac_cv_path_PR=/tools/x/bin/pr
ac_cv_path_PS2PDF='/u/jsalter/testcvs/20030327/ccvs/missing ps2pdf'
ac_cv_path_SENDMAIL=no
ac_cv_path_TEXI2DVI='/u/jsalter/testcvs/20030327/ccvs/missing texi2dvi'
ac_cv_path_ac_prefix_program=/tools/x/bin/cvs
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_prog_with_default_rsh=rsh
ac_cv_search_connect=-lxnet
ac_cv_search_crypt='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_getspnam='none required'
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_sys_interpreter=yes
ac_cv_sys_long_file_names=yes
ac_cv_type_mode_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
acx_gssapi_cv_gssapi=no
am_cv_CC_dependencies_compiler_type=gcc3
ccvs_cv_bsd_make_vpath_bug=no
ccvs_cv_sys_cygwin32=no

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

#define PACKAGE_NAME "Concurrent Versions System (CVS)"
#define PACKAGE_TARNAME "cvs"
#define PACKAGE_VERSION "1.12.0.1"
#define PACKAGE_STRING "Concurrent Versions System (CVS) 1.12.0.1"
#define PACKAGE_BUGREPORT "bug-cvs@gnu.org"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_UNISTD_H 1
#define PR_PROGRAM "/tools/x/bin/pr"
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FNMATCH_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NDBM_H 1
#define HAVE_STRING_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_VARARGS_H 1
#define TIME_WITH_SYS_TIME 1
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define RETSIGTYPE void
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_DUP2 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETHOSTNAME 1
#define HAVE_MEMMOVE 1
#define HAVE_MKDIR 1
#define HAVE_RENAME 1
#define HAVE_STRERROR 1
#define HAVE_STRSTR 1
#define HAVE_STRTOUL 1
#define HAVE_VALLOC 1
#define HAVE_WAITPID 1
#define HAVE_FCHDIR 1
#define HAVE_FCHMOD 1
#define HAVE_FSYNC 1
#define HAVE_FTIME 1
#define HAVE_GETEUID 1
#define HAVE_GETGROUPS 1
#define HAVE_GETOPT 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPASSPHRASE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INITGROUPS 1
#define HAVE_MKNOD 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_PUTENV 1
#define HAVE_READLINK 1
#define HAVE_REGCOMP 1
#define HAVE_REGERROR 1
#define HAVE_REGEXEC 1
#define HAVE_REGFREE 1
#define HAVE_SIGACTION 1
#define HAVE_SIGPROCMASK 1
#define HAVE_TEMPNAM 1
#define HAVE_TIMEZONE 1
#define HAVE_TZSET 1
#define HAVE_VPRINTF 1
#define HAVE_WAIT3 1
#define HAVE_USLEEP 1
#define HAVE_STRCHR 1
#define HAVE_MEMCHR 1
#define REGEX_MALLOC 1
#define _REGEX_RE_COMP 1
#define HAVE_UNISTD_H 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_GETSPNAM 1
#define HAVE_UTIME_NULL 1
#define HAVE_LONG_FILE_NAMES 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_LIBNSL 1
#define HAVE_CONNECT 1
#define HAVE_GSSAPI_GSSAPI_H 1
#define HAVE_GSSAPI_GSSAPI_H 1
#define HAVE_GSSAPI_GSSAPI_H 1
#define RSH_DFLT "rsh"
#define TMPDIR_DFLT "/tmp"
#define UMASK_DFLT 002
#define CVS_ADMIN_GROUP "cvsadmin"
#define MY_NDBM 1
#define CLIENT_SUPPORT 1
#define AUTH_CLIENT_SUPPORT 1
#define SERVER_SUPPORT 1
#define HAVE_CRYPT 1
#define AUTH_SERVER_SUPPORT 1
#define SERVER_FLOWCONTROL 1
#define SERVER_LO_WATER (1 * 1024 * 1024)
#define SERVER_HI_WATER (2 * 1024 * 1024)
#define CVS_BADROOT 1

configure: exit 0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]