From a53f6df83e8dcfb1c21b473bf576e19cdecce5eb Mon Sep 17 00:00:00 2001 From: lha Date: Tue, 14 Sep 2004 07:45:53 +0000 Subject: [PATCH] Import heimdal 0.6.3 Changes in release 0.6.3 * fix vulnerabilities in ftpd * support for linux AFS /proc "syscalls" * support for RFC3244 (Windows 2000 Kerberos Change/Set Password) in kpasswdd * fix possible KDC denial of service * bug fixes --- crypto/dist/heimdal/ChangeLog | 56 + crypto/dist/heimdal/NEWS | 13 + crypto/dist/heimdal/aclocal.m4 | 4509 +----- crypto/dist/heimdal/admin/get.c | 8 +- crypto/dist/heimdal/appl/ftp/ChangeLog | 26 + crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h | 5 +- crypto/dist/heimdal/appl/login/ChangeLog | 5 + crypto/dist/heimdal/appl/login/login.c | 28 +- crypto/dist/heimdal/appl/push/ChangeLog | 4 + crypto/dist/heimdal/appl/push/push.c | 24 +- crypto/dist/heimdal/appl/telnet/ChangeLog | 12 + crypto/dist/heimdal/appl/xnlock/ChangeLog | 5 + crypto/dist/heimdal/appl/xnlock/xnlock.c | 13 +- crypto/dist/heimdal/compile | 105 +- crypto/dist/heimdal/config.log | 12570 ++++++++-------- crypto/dist/heimdal/config.status | 397 +- crypto/dist/heimdal/configure | 126 +- crypto/dist/heimdal/doc/heimdal.info-1 | 24 +- crypto/dist/heimdal/doc/heimdal.info-2 | 67 +- crypto/dist/heimdal/include/config.h | 32 +- crypto/dist/heimdal/include/version.h | 4 +- crypto/dist/heimdal/include/version.h.in | 4 +- crypto/dist/heimdal/install-sh | 458 +- crypto/dist/heimdal/lib/asn1/Makefile.am | 5 +- crypto/dist/heimdal/lib/auth/ChangeLog | 5 + .../heimdal/lib/auth/afskauthlib/verify.c | 84 +- crypto/dist/heimdal/lib/kafs/ChangeLog | 9 + crypto/dist/heimdal/lib/kafs/afssys.c | 75 +- crypto/dist/heimdal/lib/krb5/Makefile.am | 5 +- crypto/dist/heimdal/lib/krb5/init_creds_pw.c | 10 +- crypto/dist/heimdal/libtool | 20 +- crypto/dist/heimdal/missing | 54 +- crypto/dist/heimdal/mkinstalldirs | 69 +- 33 files changed, 8294 insertions(+), 10537 deletions(-) diff --git a/crypto/dist/heimdal/ChangeLog b/crypto/dist/heimdal/ChangeLog index 2d6108f5ec38..159cf48a4156 100644 --- a/crypto/dist/heimdal/ChangeLog +++ b/crypto/dist/heimdal/ChangeLog @@ -1,3 +1,59 @@ +2004-09-13 Johan Danielsson + + * Release 0.6.3 + +2004-09-05 Love Hörnquist Åstrand + + * lib/asn1/der_get.c (decode_enumerated): check that the tag + length isn't longer the the length + +2004-08-31 Love Hörnquist Åstrand + + * lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): + kdc_reply can be set in case of failure too, clean on entry and + free the exit unconditionally to avoid memory leak + +2004-08-20 Love Hörnquist Åstrand + + * lib/krb5/context.c: 1.93: (krb5_get_err_text): if neither of + com_right nor strerror finds the error-code, return Unknown error. + +2004-08-13 Love Hörnquist Åstrand + + * kdc/kerberos5.c: based on 1.162: (get_pa_etype_info): check for + dup enctypes from the client and filter them out. + +2004-06-21 Love Hörnquist Åstrand + + * admin/get.c: 1.23: (kt_get): catch errors from krb5_parse_name + +2004-06-21 Love Hörnquist Åstrand + + * lib/krb5/Makefile.am: man_MANS += krb5_set_password.3 + + * lib/krb5/krb5_set_password.3: 1.1-1.3: change password manpage + + * lib/krb5/changepw.c: 1.49: implement + krb5_set_password_using_ccache 1.47: add tcp support to the set + protocol, should be cleaned up to enable sharing code with + krb5_sendto 1.46: (process_reply): log into result_string if + something goes bad, return 0 (even on failure), not the KPASSWD + protocol error code 1.45: krb5_princ_realm -> + krb5_principal_get_realm 1.44: (setpw_send_request): free + ap_req_data on failure 1.41: ooops, remove cut and paste error + 1.40: draft-ietf-cat-kerb-chg-password-02 and rfc3244 share the + response packet sure more constants now that they exists 1.39: + implement rfc3244, partly from shadow@dementia.org + + * lib/krb5/krb5.h: 1.211: some defines for rfc3244 + + * lib/asn1/Makefile.am: 1.71: (gen_files): + asn1_ChangePasswdDataMS.x for RFC3244 + + * lib/asn1/k5.asn1: 1.30: add ChangePasswdDataMS, for RFC3244 + + * kuser/kinit.c: 1.114: move "setpag if (argc < 1)" to common path + 2004-05-06 Johan Danielsson * Release 0.6.2 diff --git a/crypto/dist/heimdal/NEWS b/crypto/dist/heimdal/NEWS index caabaac7b533..262038b26ee8 100644 --- a/crypto/dist/heimdal/NEWS +++ b/crypto/dist/heimdal/NEWS @@ -1,3 +1,16 @@ +Changes in release 0.6.3 + + * fix vulnerabilities in ftpd + + * support for linux AFS /proc "syscalls" + + * support for RFC3244 (Windows 2000 Kerberos Change/Set Password) in + kpasswdd + + * fix possible KDC denial of service + + * bug fixes + Changes in release 0.6.2 * Fix possible buffer overrun in v4 kadmin (which now defaults to off) diff --git a/crypto/dist/heimdal/aclocal.m4 b/crypto/dist/heimdal/aclocal.m4 index e631a33320db..1e2ce60528b1 100644 --- a/crypto/dist/heimdal/aclocal.m4 +++ b/crypto/dist/heimdal/aclocal.m4 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.7.9 -*- Autoconf -*- +# generated automatically by aclocal 1.8.3 -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 # Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11,1078 +11,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*- - -# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -AC_PREREQ([2.52]) - -# serial 6 - -# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. -AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) - -# Do all the work for Automake. -*- Autoconf -*- - -# This macro actually does too much some checks are only needed if -# your package does certain things. But this isn't really a big deal. - -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 -# Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 10 - -AC_PREREQ([2.54]) - -# Autoconf 2.50 wants to disallow AM_ names. We explicitly allow -# the ones we care about. -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl - -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) -# AM_INIT_AUTOMAKE([OPTIONS]) -# ----------------------------------------------- -# The call with PACKAGE and VERSION arguments is the old style -# call (pre autoconf-2.50), which is being phased out. PACKAGE -# and VERSION should now be passed to AC_INIT and removed from -# the call to AM_INIT_AUTOMAKE. -# We support both call styles for the transition. After -# the next Automake release, Autoconf can make the AC_INIT -# arguments mandatory, and then we can depend on a new Autoconf -# release and drop the old call support. -AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl - AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) -fi - -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi -fi -AC_SUBST([CYGPATH_W]) - -# Define the identity of the package. -dnl Distinguish between old-style and new-style calls. -m4_ifval([$2], -[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl - AC_SUBST([PACKAGE], [$1])dnl - AC_SUBST([VERSION], [$2])], -[_AM_SET_OPTIONS([$1])dnl - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl - -_AM_IF_OPTION([no-define],, -[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) - AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl - -# Some tools Automake needs. -AC_REQUIRE([AM_SANITY_CHECK])dnl -AC_REQUIRE([AC_ARG_PROGRAM])dnl -AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) -AM_MISSING_PROG(AUTOCONF, autoconf) -AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) -AM_MISSING_PROG(AUTOHEADER, autoheader) -AM_MISSING_PROG(MAKEINFO, makeinfo) -AM_MISSING_PROG(AMTAR, tar) -AM_PROG_INSTALL_SH -AM_PROG_INSTALL_STRIP -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([AC_PROG_MAKE_SET])dnl -AC_REQUIRE([AM_SET_LEADING_DOT])dnl - -_AM_IF_OPTION([no-dependencies],, -[AC_PROVIDE_IFELSE([AC_PROG_CC], - [_AM_DEPENDENCIES(CC)], - [define([AC_PROG_CC], - defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl -AC_PROVIDE_IFELSE([AC_PROG_CXX], - [_AM_DEPENDENCIES(CXX)], - [define([AC_PROG_CXX], - defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl -]) -]) - - -# When config.status generates a header, we must update the stamp-h file. -# This file resides in the same directory as the config header -# that is generated. The stamp files are numbered to have different names. - -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the -# loop where config.status creates the headers, so we can generate -# our stamp files there. -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], -[# Compute $1's index in $config_headers. -_am_stamp_count=1 -for _am_header in $config_headers :; do - case $_am_header in - $1 | $1:* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac -done -echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) - -# Copyright 2002 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - -# AM_AUTOMAKE_VERSION(VERSION) -# ---------------------------- -# Automake X.Y traces this macro to ensure aclocal.m4 has been -# generated from the m4 files accompanying Automake X.Y. -AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.7"]) - -# AM_SET_CURRENT_AUTOMAKE_VERSION -# ------------------------------- -# Call AM_AUTOMAKE_VERSION so it can be traced. -# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.7.9])]) - -# Helper functions for option handling. -*- Autoconf -*- - -# Copyright 2001, 2002 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 2 - -# _AM_MANGLE_OPTION(NAME) -# ----------------------- -AC_DEFUN([_AM_MANGLE_OPTION], -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) - -# _AM_SET_OPTION(NAME) -# ------------------------------ -# Set option NAME. Presently that only means defining a flag for this option. -AC_DEFUN([_AM_SET_OPTION], -[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) - -# _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- -# OPTIONS is a space-separated list of Automake options. -AC_DEFUN([_AM_SET_OPTIONS], -[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) - -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) -# ------------------------------------------- -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -AC_DEFUN([_AM_IF_OPTION], -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) - -# -# Check to make sure that the build environment is sane. -# - -# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 3 - -# AM_SANITY_CHECK -# --------------- -AC_DEFUN([AM_SANITY_CHECK], -[AC_MSG_CHECKING([whether build environment is sane]) -# Just in case -sleep 1 -echo timestamp > conftest.file -# Do `set' in a subshell so we don't clobber the current shell's -# arguments. Must try -L first in case configure is actually a -# symlink; some systems play weird games with the mod time of symlinks -# (eg FreeBSD returns the mod time of the symlink's containing -# directory). -if ( - set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` - if test "$[*]" = "X"; then - # -L didn't work. - set X `ls -t $srcdir/configure conftest.file` - fi - rm -f conftest.file - if test "$[*]" != "X $srcdir/configure conftest.file" \ - && test "$[*]" != "X conftest.file $srcdir/configure"; then - - # If neither matched, then we have a broken ls. This can happen - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken -alias in your environment]) - fi - - test "$[2]" = conftest.file - ) -then - # Ok. - : -else - AC_MSG_ERROR([newly created file is older than distributed files! -Check your system clock]) -fi -AC_MSG_RESULT(yes)]) - -# -*- Autoconf -*- - - -# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 3 - -# AM_MISSING_PROG(NAME, PROGRAM) -# ------------------------------ -AC_DEFUN([AM_MISSING_PROG], -[AC_REQUIRE([AM_MISSING_HAS_RUN]) -$1=${$1-"${am_missing_run}$2"} -AC_SUBST($1)]) - - -# AM_MISSING_HAS_RUN -# ------------------ -# Define MISSING if not defined so far and test if it supports --run. -# If it does, set am_missing_run to use it, otherwise, to nothing. -AC_DEFUN([AM_MISSING_HAS_RUN], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" -# Use eval to expand $SHELL -if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " -else - am_missing_run= - AC_MSG_WARN([`missing' script is too old or missing]) -fi -]) - -# AM_AUX_DIR_EXPAND - -# Copyright 2001 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets -# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to -# `$srcdir', `$srcdir/..', or `$srcdir/../..'. -# -# Of course, Automake must honor this variable whenever it calls a -# tool from the auxiliary directory. The problem is that $srcdir (and -# therefore $ac_aux_dir as well) can be either absolute or relative, -# depending on how configure is run. This is pretty annoying, since -# it makes $ac_aux_dir quite unusable in subdirectories: in the top -# source directory, any form will work fine, but in subdirectories a -# relative path needs to be adjusted first. -# -# $ac_aux_dir/missing -# fails when called from a subdirectory if $ac_aux_dir is relative -# $top_srcdir/$ac_aux_dir/missing -# fails if $ac_aux_dir is absolute, -# fails when called from a subdirectory in a VPATH build with -# a relative $ac_aux_dir -# -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir -# are both prefixed by $srcdir. In an in-source build this is usually -# harmless because $srcdir is `.', but things will broke when you -# start a VPATH build or use an absolute $srcdir. -# -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, -# iff we strip the leading $srcdir from $ac_aux_dir. That would be: -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` -# and then we would define $MISSING as -# MISSING="\${SHELL} $am_aux_dir/missing" -# This will work as long as MISSING is not called from configure, because -# unfortunately $(top_srcdir) has no meaning in configure. -# However there are other variables, like CC, which are often used in -# configure, and could therefore not use this "fixed" $ac_aux_dir. -# -# Another solution, used here, is to always expand $ac_aux_dir to an -# absolute PATH. The drawback is that using absolute paths prevent a -# configured tree to be moved without reconfiguration. - -# Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50]) - -AC_DEFUN([AM_AUX_DIR_EXPAND], [ -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` -]) - -# AM_PROG_INSTALL_SH -# ------------------ -# Define $install_sh. - -# Copyright 2001 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -AC_DEFUN([AM_PROG_INSTALL_SH], -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"$am_aux_dir/install-sh"} -AC_SUBST(install_sh)]) - -# AM_PROG_INSTALL_STRIP - -# Copyright 2001 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# One issue with vendor `install' (even GNU) is that you can't -# specify the program used to strip binaries. This is especially -# annoying in cross-compiling environments, where the build's strip -# is unlikely to handle the host's binaries. -# Fortunately install-sh will honor a STRIPPROG variable, so we -# always use install-sh in `make install-strip', and initialize -# STRIPPROG with the value of the STRIP variable (set by the user). -AC_DEFUN([AM_PROG_INSTALL_STRIP], -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl -# Installed binaries are usually stripped using `strip' when the user -# run `make install-strip'. However `strip' might not be the right -# tool to use in cross-compilation environments, therefore Automake -# will honor the `STRIP' environment variable to overrule this program. -dnl Don't test for $cross_compiling = yes, because it might be `maybe'. -if test "$cross_compiling" != no; then - AC_CHECK_TOOL([STRIP], [strip], :) -fi -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -AC_SUBST([INSTALL_STRIP_PROGRAM])]) - -# -*- Autoconf -*- -# Copyright (C) 2003 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 1 - -# Check whether the underlying file-system supports filenames -# with a leading dot. For instance MS-DOS doesn't. -AC_DEFUN([AM_SET_LEADING_DOT], -[rm -rf .tst 2>/dev/null -mkdir .tst 2>/dev/null -if test -d .tst; then - am__leading_dot=. -else - am__leading_dot=_ -fi -rmdir .tst 2>/dev/null -AC_SUBST([am__leading_dot])]) - -# serial 5 -*- Autoconf -*- - -# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - - -# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be -# written in clear, in which case automake, when reading aclocal.m4, -# will think it sees a *use*, and therefore will trigger all it's -# C support machinery. Also note that it means that autoscan, seeing -# CC etc. in the Makefile, will ask for an AC_PROG_CC use... - - - -# _AM_DEPENDENCIES(NAME) -# ---------------------- -# See how the compiler implements dependency checking. -# NAME is "CC", "CXX", "GCJ", or "OBJC". -# We try a few techniques and use that to set a single cache variable. -# -# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was -# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular -# dependency, and given that the user is not expected to run this macro, -# just rely on AC_PROG_CC. -AC_DEFUN([_AM_DEPENDENCIES], -[AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl -AC_REQUIRE([AM_MAKE_INCLUDE])dnl -AC_REQUIRE([AM_DEP_TRACK])dnl - -ifelse([$1], CC, [depcc="$CC" am_compiler_list=], - [$1], CXX, [depcc="$CXX" am_compiler_list=], - [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], - [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], - [depcc="$$1" am_compiler_list=]) - -AC_CACHE_CHECK([dependency style of $depcc], - [am_cv_$1_dependencies_compiler_type], -[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up - # making bogus files that we don't know about and never remove. For - # instance it was reported that on HP-UX the gcc test will end up - # making a dummy file named `D' -- because `-MD' means `put the output - # in D'. - mkdir conftest.dir - # Copy depcomp to subdir because otherwise we won't find it if we're - # using a relative directory. - cp "$am_depcomp" conftest.dir - cd conftest.dir - # We will build objects and dependencies in a subdirectory because - # it helps to detect inapplicable dependency modes. For instance - # both Tru64's cc and ICC support -MD to output dependencies as a - # side effect of compilation, but ICC will put the dependencies in - # the current directory while Tru64 will put them in the object - # directory. - mkdir sub - - am_cv_$1_dependencies_compiler_type=none - if test "$am_compiler_list" = ""; then - am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` - fi - for depmode in $am_compiler_list; do - # Setup a source with many dependencies, because some compilers - # like to wrap large dependency lists on column 80 (with \), and - # we should not choose a depcomp mode which is confused by this. - # - # We need to recreate these files for each test, as the compiler may - # overwrite some of them when testing with obscure command lines. - # This happens at least with the AIX C compiler. - : > sub/conftest.c - for i in 1 2 3 4 5 6; do - echo '#include "conftst'$i'.h"' >> sub/conftest.c - : > sub/conftst$i.h - done - echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf - - case $depmode in - nosideeffect) - # after this tag, mechanisms are not by side-effect, so they'll - # only be used when explicitly requested - if test "x$enable_dependency_tracking" = xyes; then - continue - else - break - fi - ;; - none) break ;; - esac - # We check with `-c' and `-o' for the sake of the "dashmstdout" - # mode. It turns out that the SunPro C++ compiler does not properly - # handle `-M -o', and we need to detect this. - if depmode=$depmode \ - source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ - depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ - $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ - >/dev/null 2>conftest.err && - grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && - grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - # icc doesn't choke on unknown options, it will just issue warnings - # (even with -Werror). So we grep stderr for any message - # that says an option was ignored. - if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else - am_cv_$1_dependencies_compiler_type=$depmode - break - fi - fi - done - - cd .. - rm -rf conftest.dir -else - am_cv_$1_dependencies_compiler_type=none -fi -]) -AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) -AM_CONDITIONAL([am__fastdep$1], [ - test "x$enable_dependency_tracking" != xno \ - && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) -]) - - -# AM_SET_DEPDIR -# ------------- -# Choose a directory name for dependency files. -# This macro is AC_REQUIREd in _AM_DEPENDENCIES -AC_DEFUN([AM_SET_DEPDIR], -[AC_REQUIRE([AM_SET_LEADING_DOT])dnl -AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl -]) - - -# AM_DEP_TRACK -# ------------ -AC_DEFUN([AM_DEP_TRACK], -[AC_ARG_ENABLE(dependency-tracking, -[ --disable-dependency-tracking Speeds up one-time builds - --enable-dependency-tracking Do not reject slow dependency extractors]) -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' -fi -AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH]) -]) - -# Generate code to set up dependency tracking. -*- Autoconf -*- - -# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -#serial 2 - -# _AM_OUTPUT_DEPENDENCY_COMMANDS -# ------------------------------ -AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], -[for mf in $CONFIG_FILES; do - # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named `Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - grep '^DEP_FILES *= *[[^ @%:@]]' < "$mf" > /dev/null || continue - # Extract the definition of DEP_FILES from the Makefile without - # running `make'. - DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` - test -z "$DEPDIR" && continue - # When using ansi2knr, U may be empty or an underscore; expand it - U=`sed -n -e '/^U = / s///p' < "$mf"` - test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" - # We invoke sed twice because it is the simplest approach to - # changing $(DEPDIR) to its actual value in the expansion. - for file in `sed -n -e ' - /^DEP_FILES = .*\\\\$/ { - s/^DEP_FILES = // - :loop - s/\\\\$// - p - n - /\\\\$/ b loop - p - } - /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done -done -])# _AM_OUTPUT_DEPENDENCY_COMMANDS - - -# AM_OUTPUT_DEPENDENCY_COMMANDS -# ----------------------------- -# This macro should only be invoked once -- use via AC_REQUIRE. -# -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each `.P' file that we will -# need in order to bootstrap the dependency handling code. -AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], -[AC_CONFIG_COMMANDS([depfiles], - [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) - -# Check to see how 'make' treats includes. -*- Autoconf -*- - -# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 2 - -# AM_MAKE_INCLUDE() -# ----------------- -# Check to see how make treats includes. -AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo done -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# We grep out `Entering directory' and `Leaving directory' -# messages which can occur if `w' ends up in MAKEFLAGS. -# In particular we don't look at `^make:' because GNU make might -# be invoked under some other name (usually "gmake"), in which -# case it prints its new name instead of `make'. -if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then - am__include=include - am__quote= - _am_result=GNU -fi -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then - am__include=.include - am__quote="\"" - _am_result=BSD - fi -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) - -# AM_CONDITIONAL -*- Autoconf -*- - -# Copyright 1997, 2000, 2001 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 5 - -AC_PREREQ(2.52) - -# AM_CONDITIONAL(NAME, SHELL-CONDITION) -# ------------------------------------- -# Define a conditional. -AC_DEFUN([AM_CONDITIONAL], -[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], - [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE]) -AC_SUBST([$1_FALSE]) -if $2; then - $1_TRUE= - $1_FALSE='#' -else - $1_TRUE='#' - $1_FALSE= -fi -AC_CONFIG_COMMANDS_PRE( -[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then - AC_MSG_ERROR([conditional "$1" was never defined. -Usually this means the macro was only invoked conditionally.]) -fi])]) - -# Add --enable-maintainer-mode option to configure. -# From Jim Meyering - -# Copyright 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 2 - -AC_DEFUN([AM_MAINTAINER_MODE], -[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) - dnl maintainer-mode is disabled by default - AC_ARG_ENABLE(maintainer-mode, -[ --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer], - USE_MAINTAINER_MODE=$enableval, - USE_MAINTAINER_MODE=no) - AC_MSG_RESULT([$USE_MAINTAINER_MODE]) - AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) - MAINT=$MAINTAINER_MODE_TRUE - AC_SUBST(MAINT)dnl -] -) - -AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) - - -# Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. - -# serial 3 - -AC_PREREQ(2.50) - -# AM_PROG_LEX -# ----------- -# Autoconf leaves LEX=: if lex or flex can't be found. Change that to a -# "missing" invocation, for better error output. -AC_DEFUN([AM_PROG_LEX], -[AC_REQUIRE([AM_MISSING_HAS_RUN])dnl -AC_REQUIRE([AC_PROG_LEX])dnl -if test "$LEX" = :; then - LEX=${am_missing_run}flex -fi]) - -dnl $Heimdal: krb-prog-ln-s.m4,v 1.1.42.1 2004/04/01 07:27:34 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Better test for ln -s, ln or cp -dnl - -AC_DEFUN([AC_KRB_PROG_LN_S], -[AC_MSG_CHECKING(for ln -s or something else) -AC_CACHE_VAL(ac_cv_prog_LN_S, -[rm -f conftestdata -if ln -s X conftestdata 2>/dev/null -then - rm -f conftestdata - ac_cv_prog_LN_S="ln -s" -else - touch conftestdata1 - if ln conftestdata1 conftestdata2; then - rm -f conftestdata* - ac_cv_prog_LN_S=ln - else - ac_cv_prog_LN_S=cp - fi -fi])dnl -LN_S="$ac_cv_prog_LN_S" -AC_MSG_RESULT($ac_cv_prog_LN_S) -AC_SUBST(LN_S)dnl -]) - - -dnl $Heimdal: mips-abi.m4,v 1.6.8.1 2004/04/01 07:27:34 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Check for MIPS/IRIX ABI flags. Sets $abi and $abilibdirext to some -dnl value. - -AC_DEFUN([AC_MIPS_ABI], [ -AC_ARG_WITH(mips_abi, - AC_HELP_STRING([--with-mips-abi=abi],[ABI to use for IRIX (32, n32, or 64)])) - -case "$host_os" in -irix*) -with_mips_abi="${with_mips_abi:-yes}" -if test -n "$GCC"; then - -# GCC < 2.8 only supports the O32 ABI. GCC >= 2.8 has a flag to select -# which ABI to use, but only supports (as of 2.8.1) the N32 and 64 ABIs. -# -# Default to N32, but if GCC doesn't grok -mabi=n32, we assume an old -# GCC and revert back to O32. The same goes if O32 is asked for - old -# GCCs doesn't like the -mabi option, and new GCCs can't output O32. -# -# Don't you just love *all* the different SGI ABIs? - -case "${with_mips_abi}" in - 32|o32) abi='-mabi=32'; abilibdirext='' ;; - n32|yes) abi='-mabi=n32'; abilibdirext='32' ;; - 64) abi='-mabi=64'; abilibdirext='64' ;; - no) abi=''; abilibdirext='';; - *) AC_MSG_ERROR("Invalid ABI specified") ;; -esac -if test -n "$abi" ; then -ac_foo=krb_cv_gcc_`echo $abi | tr =- __` -dnl -dnl can't use AC_CACHE_CHECK here, since it doesn't quote CACHE-ID to -dnl AC_MSG_RESULT -dnl -AC_MSG_CHECKING([if $CC supports the $abi option]) -AC_CACHE_VAL($ac_foo, [ -save_CFLAGS="$CFLAGS" -CFLAGS="$CFLAGS $abi" -AC_TRY_COMPILE(,int x;, eval $ac_foo=yes, eval $ac_foo=no) -CFLAGS="$save_CFLAGS" -]) -ac_res=`eval echo \\\$$ac_foo` -AC_MSG_RESULT($ac_res) -if test $ac_res = no; then -# Try to figure out why that failed... -case $abi in - -mabi=32) - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -mabi=n32" - AC_TRY_COMPILE(,int x;, ac_res=yes, ac_res=no) - CLAGS="$save_CFLAGS" - if test $ac_res = yes; then - # New GCC - AC_MSG_ERROR([$CC does not support the $with_mips_abi ABI]) - fi - # Old GCC - abi='' - abilibdirext='' - ;; - -mabi=n32|-mabi=64) - if test $with_mips_abi = yes; then - # Old GCC, default to O32 - abi='' - abilibdirext='' - else - # Some broken GCC - AC_MSG_ERROR([$CC does not support the $with_mips_abi ABI]) - fi - ;; -esac -fi #if test $ac_res = no; then -fi #if test -n "$abi" ; then -else -case "${with_mips_abi}" in - 32|o32) abi='-32'; abilibdirext='' ;; - n32|yes) abi='-n32'; abilibdirext='32' ;; - 64) abi='-64'; abilibdirext='64' ;; - no) abi=''; abilibdirext='';; - *) AC_MSG_ERROR("Invalid ABI specified") ;; -esac -fi #if test -n "$GCC"; then -;; -esac -]) - -dnl -dnl $Heimdal: c-attribute.m4,v 1.2.34.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -dnl -dnl Test for __attribute__ -dnl - -AC_DEFUN([AC_C___ATTRIBUTE__], [ -AC_MSG_CHECKING(for __attribute__) -AC_CACHE_VAL(ac_cv___attribute__, [ -AC_TRY_COMPILE([ -#include -], -[ -static void foo(void) __attribute__ ((noreturn)); - -static void -foo(void) -{ - exit(1); -} -], -ac_cv___attribute__=yes, -ac_cv___attribute__=no)]) -if test "$ac_cv___attribute__" = "yes"; then - AC_DEFINE(HAVE___ATTRIBUTE__, 1, [define if your compiler has __attribute__]) -fi -AC_MSG_RESULT($ac_cv___attribute__) -]) - - # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # serial 47 AC_PROG_LIBTOOL @@ -6991,2762 +5919,731 @@ SED=$lt_cv_path_SED AC_MSG_RESULT([$SED]) ]) -dnl $Heimdal: wflags.m4,v 1.3.34.1 2004/04/01 07:27:35 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl set WFLAGS - -AC_DEFUN([AC_WFLAGS],[ -WFLAGS_NOUNUSED="" -WFLAGS_NOIMPLICITINT="" -if test -z "$WFLAGS" -a "$GCC" = "yes"; then - # -Wno-implicit-int for broken X11 headers - # leave these out for now: - # -Wcast-align doesn't work well on alpha osf/1 - # -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast - # -Wmissing-declarations -Wnested-externs - WFLAGS="ifelse($#, 0,-Wall, $1)" - WFLAGS_NOUNUSED="-Wno-unused" - WFLAGS_NOIMPLICITINT="-Wno-implicit-int" -fi -AC_SUBST(WFLAGS)dnl -AC_SUBST(WFLAGS_NOUNUSED)dnl -AC_SUBST(WFLAGS_NOIMPLICITINT)dnl -]) - -dnl $Heimdal: test-package.m4,v 1.12.4.1 2004/04/01 07:27:35 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl rk_TEST_PACKAGE(package,headers,libraries,extra libs, -dnl default locations, conditional, config-program) - -AC_DEFUN([rk_TEST_PACKAGE],[ -AC_ARG_WITH($1, - AC_HELP_STRING([--with-$1=dir],[use $1 in dir])) -AC_ARG_WITH($1-lib, - AC_HELP_STRING([--with-$1-lib=dir],[use $1 libraries in dir]), -[if test "$withval" = "yes" -o "$withval" = "no"; then - AC_MSG_ERROR([No argument for --with-$1-lib]) -elif test "X$with_$1" = "X"; then - with_$1=yes -fi]) -AC_ARG_WITH($1-include, - AC_HELP_STRING([--with-$1-include=dir],[use $1 headers in dir]), -[if test "$withval" = "yes" -o "$withval" = "no"; then - AC_MSG_ERROR([No argument for --with-$1-include]) -elif test "X$with_$1" = "X"; then - with_$1=yes -fi]) -AC_ARG_WITH($1-config, - AC_HELP_STRING([--with-$1-config=path],[config program for $1])) - -m4_ifval([$6], - m4_define([rk_pkgname], $6), - m4_define([rk_pkgname], AS_TR_CPP($1))) - -AC_MSG_CHECKING(for $1) - -case "$with_$1" in -yes|"") d='$5' ;; -no) d= ;; -*) d="$with_$1" ;; -esac - -header_dirs= -lib_dirs= -for i in $d; do - if test "$with_$1_include" = ""; then - if test -d "$i/include/$1"; then - header_dirs="$header_dirs $i/include/$1" - fi - if test -d "$i/include"; then - header_dirs="$header_dirs $i/include" - fi - fi - if test "$with_$1_lib" = ""; then - if test -d "$i/lib$abilibdirext"; then - lib_dirs="$lib_dirs $i/lib$abilibdirext" - fi - fi -done - -if test "$with_$1_include"; then - header_dirs="$with_$1_include $header_dirs" -fi -if test "$with_$1_lib"; then - lib_dirs="$with_$1_lib $lib_dirs" -fi - -if test "$with_$1_config" = ""; then - with_$1_config='$7' -fi - -$1_cflags= -$1_libs= - -case "$with_$1_config" in -yes|no|"") - ;; -*) - $1_cflags="`$with_$1_config --cflags 2>&1`" - $1_libs="`$with_$1_config --libs 2>&1`" - ;; -esac - -found=no -if test "$with_$1" != no; then - save_CFLAGS="$CFLAGS" - save_LIBS="$LIBS" - if test "$[]$1_cflags" -a "$[]$1_libs"; then - CFLAGS="$[]$1_cflags $save_CFLAGS" - LIBS="$[]$1_libs $save_LIBS" - AC_TRY_LINK([$2],,[ - INCLUDE_$1="$[]$1_cflags" - LIB_$1="$[]$1_libs" - AC_MSG_RESULT([from $with_$1_config]) - found=yes]) - fi - if test "$found" = no; then - ires= lres= - for i in $header_dirs; do - CFLAGS="-I$i $save_CFLAGS" - AC_TRY_COMPILE([$2],,ires=$i;break) - done - for i in $lib_dirs; do - LIBS="-L$i $3 $4 $save_LIBS" - AC_TRY_LINK([$2],,lres=$i;break) - done - if test "$ires" -a "$lres" -a "$with_$1" != "no"; then - INCLUDE_$1="-I$ires" - LIB_$1="-L$lres $3 $4" - found=yes - AC_MSG_RESULT([headers $ires, libraries $lres]) - fi - fi - CFLAGS="$save_CFLAGS" - LIBS="$save_LIBS" -fi - -if test "$found" = yes; then - AC_DEFINE_UNQUOTED(rk_pkgname, 1, [Define if you have the $1 package.]) - with_$1=yes -else - with_$1=no - INCLUDE_$1= - LIB_$1= - AC_MSG_RESULT(no) -fi - -AC_SUBST(INCLUDE_$1) -AC_SUBST(LIB_$1) -]) - -dnl $Heimdal: find-func.m4,v 1.1.42.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl AC_FIND_FUNC(func, libraries, includes, arguments) -AC_DEFUN([AC_FIND_FUNC], [ -AC_FIND_FUNC_NO_LIBS([$1], [$2], [$3], [$4]) -if test -n "$LIB_$1"; then - LIBS="$LIB_$1 $LIBS" -fi -]) - -dnl $Heimdal: find-func-no-libs.m4,v 1.5.20.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Look for function in any of the specified libraries -dnl - -dnl AC_FIND_FUNC_NO_LIBS(func, libraries, includes, arguments, extra libs, extra args) -AC_DEFUN([AC_FIND_FUNC_NO_LIBS], [ -AC_FIND_FUNC_NO_LIBS2([$1], ["" $2], [$3], [$4], [$5], [$6])]) - -dnl $Heimdal: find-func-no-libs2.m4,v 1.6.10.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Look for function in any of the specified libraries -dnl - -dnl AC_FIND_FUNC_NO_LIBS2(func, libraries, includes, arguments, extra libs, extra args) -AC_DEFUN([AC_FIND_FUNC_NO_LIBS2], [ - -AC_MSG_CHECKING([for $1]) -AC_CACHE_VAL(ac_cv_funclib_$1, -[ -if eval "test \"\$ac_cv_func_$1\" != yes" ; then - ac_save_LIBS="$LIBS" - for ac_lib in $2; do - case "$ac_lib" in - "") ;; - yes) ac_lib="" ;; - no) continue ;; - -l*) ;; - *) ac_lib="-l$ac_lib" ;; - esac - LIBS="$6 $ac_lib $5 $ac_save_LIBS" - AC_TRY_LINK([$3],[$1($4)],eval "if test -n \"$ac_lib\";then ac_cv_funclib_$1=$ac_lib; else ac_cv_funclib_$1=yes; fi";break) - done - eval "ac_cv_funclib_$1=\${ac_cv_funclib_$1-no}" - LIBS="$ac_save_LIBS" -fi -]) - -eval "ac_res=\$ac_cv_funclib_$1" - -if false; then - AC_CHECK_FUNCS($1) -dnl AC_CHECK_LIBS($2, foo) -fi -# $1 -eval "ac_tr_func=HAVE_[]upcase($1)" -eval "ac_tr_lib=HAVE_LIB[]upcase($ac_res | sed -e 's/-l//')" -eval "LIB_$1=$ac_res" - -case "$ac_res" in - yes) - eval "ac_cv_func_$1=yes" - eval "LIB_$1=" - AC_DEFINE_UNQUOTED($ac_tr_func) - AC_MSG_RESULT([yes]) - ;; - no) - eval "ac_cv_func_$1=no" - eval "LIB_$1=" - AC_MSG_RESULT([no]) - ;; - *) - eval "ac_cv_func_$1=yes" - eval "ac_cv_lib_`echo "$ac_res" | sed 's/-l//'`=yes" - AC_DEFINE_UNQUOTED($ac_tr_func) - AC_DEFINE_UNQUOTED($ac_tr_lib) - AC_MSG_RESULT([yes, in $ac_res]) - ;; -esac -AC_SUBST(LIB_$1) -]) - - -dnl $Heimdal: misc.m4,v 1.5 2002/05/24 15:35:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -AC_DEFUN([upcase],[`echo $1 | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`])dnl -AC_DEFUN([rk_LIBOBJ],[AC_LIBOBJ([$1])])dnl -AC_DEFUN([rk_CONFIG_HEADER],[AH_TOP([#ifndef RCSID -#define RCSID(msg) \ -static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } -#endif - -/* Maximum values on all known systems */ -#define MaxHostNameLen (64+4) -#define MaxPathLen (1024+4) - -])]) -dnl $Heimdal: crypto.m4,v 1.16.2.1 2003/05/05 20:08:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl test for crypto libraries: -dnl - libcrypto (from openssl) -dnl - libdes (from krb4) -dnl - own-built libdes - -m4_define([test_headers], [ - #undef KRB5 /* makes md4.h et al unhappy */ - #ifdef HAVE_OPENSSL - #include - #include - #include - #define OPENSSL_DES_LIBDES_COMPATIBILITY - #include - #include - #include - #else - #include - #include - #include - #include - #include - #endif - #ifdef OLD_HASH_NAMES - typedef struct md4 MD4_CTX; - #define MD4_Init(C) md4_init((C)) - #define MD4_Update(C, D, L) md4_update((C), (D), (L)) - #define MD4_Final(D, C) md4_finito((C), (D)) - typedef struct md5 MD5_CTX; - #define MD5_Init(C) md5_init((C)) - #define MD5_Update(C, D, L) md5_update((C), (D), (L)) - #define MD5_Final(D, C) md5_finito((C), (D)) - typedef struct sha SHA_CTX; - #define SHA1_Init(C) sha_init((C)) - #define SHA1_Update(C, D, L) sha_update((C), (D), (L)) - #define SHA1_Final(D, C) sha_finito((C), (D)) - #endif - ]) -m4_define([test_body], [ - void *schedule = 0; - MD4_CTX md4; - MD5_CTX md5; - SHA_CTX sha1; - - MD4_Init(&md4); - MD5_Init(&md5); - SHA1_Init(&sha1); - #ifdef HAVE_OPENSSL - RAND_status(); - #endif - - des_cbc_encrypt(0, 0, 0, schedule, 0, 0); - RC4(0, 0, 0, 0);]) - - -AC_DEFUN([KRB_CRYPTO],[ -crypto_lib=unknown -AC_WITH_ALL([openssl]) - -DIR_des= - -AC_MSG_CHECKING([for crypto library]) - -openssl=no -old_hash=no - -if test "$crypto_lib" = "unknown" -a "$with_krb4" != "no"; then - save_CPPFLAGS="$CPPFLAGS" - save_LIBS="$LIBS" - - cdirs= clibs= - for i in $LIB_krb4; do - case "$i" in - -L*) cdirs="$cdirs $i";; - -l*) clibs="$clibs $i";; - esac - done - - ires= - for i in $INCLUDE_krb4; do - CFLAGS="-DHAVE_OPENSSL $i $save_CFLAGS" - for j in $cdirs; do - for k in $clibs; do - LIBS="$j $k $save_LIBS" - AC_TRY_LINK(test_headers, test_body, - openssl=yes ires="$i" lres="$j $k"; break 3) - done - done - CFLAGS="$i $save_CFLAGS" - for j in $cdirs; do - for k in $clibs; do - LIBS="$j $k $save_LIBS" - AC_TRY_LINK(test_headers, test_body, - openssl=no ires="$i" lres="$j $k"; break 3) - done - done - CFLAGS="-DHAVE_OLD_HASH_NAMES $i $save_CFLAGS" - for j in $cdirs; do - for k in $clibs; do - LIBS="$j $k $save_LIBS" - AC_TRY_LINK(test_headers, test_body, - openssl=no ires="$i" lres="$j $k"; break 3) - done - done - done - - CFLAGS="$save_CFLAGS" - LIBS="$save_LIBS" - if test "$ires" -a "$lres"; then - INCLUDE_des="$ires" - LIB_des="$lres" - crypto_lib=krb4 - AC_MSG_RESULT([same as krb4]) - LIB_des_a='$(LIB_des)' - LIB_des_so='$(LIB_des)' - LIB_des_appl='$(LIB_des)' - fi -fi - -if test "$crypto_lib" = "unknown" -a "$with_openssl" != "no"; then - save_CFLAGS="$CFLAGS" - save_LIBS="$LIBS" - INCLUDE_des= - LIB_des= - if test "$with_openssl_include" != ""; then - INCLUDE_des="-I${with_openssl_include}" - fi - if test "$with_openssl_lib" != ""; then - LIB_des="-L${with_openssl_lib}" - fi - CFLAGS="-DHAVE_OPENSSL ${INCLUDE_des} ${CFLAGS}" - saved_LIB_des="$LIB_des" - for lres in "" "-lnsl -lsocket"; do - LIB_des="${saved_LIB_des} -lcrypto $lres" - LIB_des_a="$LIB_des" - LIB_des_so="$LIB_des" - LIB_des_appl="$LIB_des" - LIBS="${LIBS} ${LIB_des}" - AC_TRY_LINK(test_headers, test_body, [ - crypto_lib=libcrypto openssl=yes - AC_MSG_RESULT([libcrypto]) - ]) - if test "$crypto_lib" = libcrypto ; then - break; - fi - done - CFLAGS="$save_CFLAGS" - LIBS="$save_LIBS" -fi - -if test "$crypto_lib" = "unknown"; then - - DIR_des='des' - LIB_des='$(top_builddir)/lib/des/libdes.la' - LIB_des_a='$(top_builddir)/lib/des/.libs/libdes.a' - LIB_des_so='$(top_builddir)/lib/des/.libs/libdes.so' - LIB_des_appl="-ldes" - - AC_MSG_RESULT([included libdes]) - -fi - -if test "$with_krb4" != no -a "$crypto_lib" != krb4; then - AC_MSG_ERROR([the crypto library used by krb4 lacks features -required by Kerberos 5; to continue, you need to install a newer -Kerberos 4 or configure --without-krb4]) -fi - -if test "$openssl" = "yes"; then - AC_DEFINE([HAVE_OPENSSL], 1, [define to use openssl's libcrypto]) -fi -if test "$old_hash" = yes; then - AC_DEFINE([HAVE_OLD_HASH_NAMES], 1, - [define if you have hash functions like md4_finito()]) -fi -AM_CONDITIONAL(HAVE_OPENSSL, test "$openssl" = yes)dnl - -AC_SUBST(DIR_des) -AC_SUBST(INCLUDE_des) -AC_SUBST(LIB_des) -AC_SUBST(LIB_des_a) -AC_SUBST(LIB_des_so) -AC_SUBST(LIB_des_appl) -]) - -dnl -dnl $Heimdal: with-all.m4,v 1.1 2001/08/29 17:01:23 assar Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -dnl AC_WITH_ALL(name) - -AC_DEFUN([AC_WITH_ALL], [ -AC_ARG_WITH($1, - AC_HELP_STRING([--with-$1=dir], - [use $1 in dir])) - -AC_ARG_WITH($1-lib, - AC_HELP_STRING([--with-$1-lib=dir], - [use $1 libraries in dir]), -[if test "$withval" = "yes" -o "$withval" = "no"; then - AC_MSG_ERROR([No argument for --with-$1-lib]) -elif test "X$with_$1" = "X"; then - with_$1=yes -fi]) - -AC_ARG_WITH($1-include, - AC_HELP_STRING([--with-$1-include=dir], - [use $1 headers in dir]), -[if test "$withval" = "yes" -o "$withval" = "no"; then - AC_MSG_ERROR([No argument for --with-$1-include]) -elif test "X$with_$1" = "X"; then - with_$1=yes -fi]) - -case "$with_$1" in -yes) ;; -no) ;; -"") ;; -*) if test "$with_$1_include" = ""; then - with_$1_include="$with_$1/include" - fi - if test "$with_$1_lib" = ""; then - with_$1_lib="$with_$1/lib$abilibdirext" - fi - ;; -esac -]) -dnl $Heimdal: db.m4,v 1.9 2002/09/10 14:29:47 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl tests for various db libraries -dnl -AC_DEFUN([rk_DB],[ -AC_ARG_ENABLE(berkeley-db, - AC_HELP_STRING([--disable-berkeley-db], - [if you don't want berkeley db]),[ -]) - -have_ndbm=no -db_type=unknown - -if test "$enable_berkeley_db" != no; then - - AC_CHECK_HEADERS([ \ - db4/db.h \ - db3/db.h \ - db.h \ - db_185.h \ - ]) - -dnl db_create is used by db3 and db4 - - AC_FIND_FUNC_NO_LIBS(db_create, db4 db3 db, [ - #include - #ifdef HAVE_DB4_DB_H - #include - #elif defined(HAVE_DB3_DB_H) - #include - #else - #include - #endif - ],[NULL, NULL, 0]) - - if test "$ac_cv_func_db_create" = "yes"; then - db_type=db3 - if test "$ac_cv_funclib_db_create" != "yes"; then - DBLIB="$ac_cv_funclib_db_create" - else - DBLIB="" - fi - AC_DEFINE(HAVE_DB3, 1, [define if you have a berkeley db3/4 library]) - else - -dnl dbopen is used by db1/db2 - - AC_FIND_FUNC_NO_LIBS(dbopen, db2 db, [ - #include - #if defined(HAVE_DB2_DB_H) - #include - #elif defined(HAVE_DB_185_H) - #include - #elif defined(HAVE_DB_H) - #include - #else - #error no db.h - #endif - ],[NULL, 0, 0, 0, NULL]) - - if test "$ac_cv_func_dbopen" = "yes"; then - db_type=db1 - if test "$ac_cv_funclib_dbopen" != "yes"; then - DBLIB="$ac_cv_funclib_dbopen" - else - DBLIB="" - fi - AC_DEFINE(HAVE_DB1, 1, [define if you have a berkeley db1/2 library]) - fi - fi - -dnl test for ndbm compatability - - if test "$ac_cv_func_dbm_firstkey" != yes; then - AC_FIND_FUNC_NO_LIBS2(dbm_firstkey, $ac_cv_funclib_dbopen $ac_cv_funclib_db_create, [ - #include - #define DB_DBM_HSEARCH 1 - #include - DBM *dbm; - ],[NULL]) - - if test "$ac_cv_func_dbm_firstkey" = "yes"; then - if test "$ac_cv_funclib_dbm_firstkey" != "yes"; then - LIB_NDBM="$ac_cv_funclib_dbm_firstkey" - else - LIB_NDBM="" - fi - AC_DEFINE(HAVE_DB_NDBM, 1, [define if you have ndbm compat in db]) - AC_DEFINE(HAVE_NEW_DB, 1, [Define if NDBM really is DB (creates files *.db)]) - else - $as_unset ac_cv_func_dbm_firstkey - $as_unset ac_cv_funclib_dbm_firstkey - fi - fi - -fi # berkeley db - -if test "$db_type" = "unknown" -o "$ac_cv_func_dbm_firstkey" = ""; then - - AC_CHECK_HEADERS([ \ - dbm.h \ - ndbm.h \ - ]) - - AC_FIND_FUNC_NO_LIBS(dbm_firstkey, ndbm, [ - #include - #if defined(HAVE_NDBM_H) - #include - #elif defined(HAVE_DBM_H) - #include - #endif - DBM *dbm; - ],[NULL]) - - if test "$ac_cv_func_dbm_firstkey" = "yes"; then - if test "$ac_cv_funclib_dbm_firstkey" != "yes"; then - LIB_NDBM="$ac_cv_funclib_dbm_firstkey" - else - LIB_NDBM="" - fi - AC_DEFINE(HAVE_NDBM, 1, [define if you have a ndbm library])dnl - have_ndbm=yes - if test "$db_type" = "unknown"; then - db_type=ndbm - DBLIB="$LIB_NDBM" - fi - else - - $as_unset ac_cv_func_dbm_firstkey - $as_unset ac_cv_funclib_dbm_firstkey - - AC_CHECK_HEADERS([ \ - gdbm/ndbm.h \ - ]) - - AC_FIND_FUNC_NO_LIBS(dbm_firstkey, gdbm, [ - #include - #include - DBM *dbm; - ],[NULL]) - - if test "$ac_cv_func_dbm_firstkey" = "yes"; then - if test "$ac_cv_funclib_dbm_firstkey" != "yes"; then - LIB_NDBM="$ac_cv_funclib_dbm_firstkey" - else - LIB_NDBM="" - fi - AC_DEFINE(HAVE_NDBM, 1, [define if you have a ndbm library])dnl - have_ndbm=yes - if test "$db_type" = "unknown"; then - db_type=ndbm - DBLIB="$LIB_NDBM" - fi - fi - fi - -fi # unknown - -if test "$have_ndbm" = "yes"; then - AC_MSG_CHECKING([if ndbm is implemented with db]) - AC_TRY_RUN([ -#include -#include -#if defined(HAVE_GDBM_NDBM_H) -#include -#elif defined(HAVE_NDBM_H) -#include -#elif defined(HAVE_DBM_H) -#include -#endif -int main() -{ - DBM *d; - - d = dbm_open("conftest", O_RDWR | O_CREAT, 0666); - if (d == NULL) - return 1; - dbm_close(d); - return 0; -}],[ - if test -f conftest.db; then - AC_MSG_RESULT([yes]) - AC_DEFINE(HAVE_NEW_DB, 1, [Define if NDBM really is DB (creates files *.db)]) - else - AC_MSG_RESULT([no]) - fi],[AC_MSG_RESULT([no])]) -fi - -AM_CONDITIONAL(HAVE_DB1, test "$db_type" = db1)dnl -AM_CONDITIONAL(HAVE_DB3, test "$db_type" = db3)dnl -AM_CONDITIONAL(HAVE_NDBM, test "$db_type" = ndbm)dnl - -z="" -for i in $LDFLAGS; do - case "$i" in - -L*) z="$z $i";; - esac -done -DBLIB="$z $DBLIB" -AC_SUBST(DBLIB)dnl -AC_SUBST(LIB_NDBM)dnl -]) - -dnl $Heimdal: roken-frag.m4,v 1.45.2.1 2004/04/01 07:27:35 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl some code to get roken working -dnl -dnl rk_ROKEN(subdir) -dnl -AC_DEFUN([rk_ROKEN], [ - -AC_REQUIRE([rk_CONFIG_HEADER]) - -DIR_roken=roken -LIB_roken='$(top_builddir)/$1/libroken.la' -INCLUDES_roken='-I$(top_builddir)/$1 -I$(top_srcdir)/$1' - -dnl Checks for programs -AC_REQUIRE([AC_PROG_CC]) -AC_REQUIRE([AC_PROG_AWK]) -AC_REQUIRE([AC_OBJEXT]) -AC_REQUIRE([AC_EXEEXT]) -AC_REQUIRE([AC_PROG_LIBTOOL]) - -AC_REQUIRE([AC_MIPS_ABI]) - -dnl C characteristics - -AC_REQUIRE([AC_C___ATTRIBUTE__]) -AC_REQUIRE([AC_C_INLINE]) -AC_REQUIRE([AC_C_CONST]) -AC_WFLAGS(-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs) - -AC_REQUIRE([rk_DB]) - -dnl C types - -AC_REQUIRE([AC_TYPE_SIZE_T]) -AC_HAVE_TYPE([ssize_t],[#include ]) -AC_REQUIRE([AC_TYPE_PID_T]) -AC_REQUIRE([AC_TYPE_UID_T]) -AC_HAVE_TYPE([long long]) - -AC_REQUIRE([rk_RETSIGTYPE]) - -dnl Checks for header files. -AC_REQUIRE([AC_HEADER_STDC]) -AC_REQUIRE([AC_HEADER_TIME]) - -AC_CHECK_HEADERS([\ - arpa/inet.h \ - arpa/nameser.h \ - config.h \ - crypt.h \ - dirent.h \ - errno.h \ - err.h \ - fcntl.h \ - grp.h \ - ifaddrs.h \ - net/if.h \ - netdb.h \ - netinet/in.h \ - netinet/in6.h \ - netinet/in_systm.h \ - netinet6/in6.h \ - netinet6/in6_var.h \ - paths.h \ - pwd.h \ - resolv.h \ - rpcsvc/ypclnt.h \ - shadow.h \ - sys/bswap.h \ - sys/ioctl.h \ - sys/mman.h \ - sys/param.h \ - sys/proc.h \ - sys/resource.h \ - sys/socket.h \ - sys/sockio.h \ - sys/stat.h \ - sys/sysctl.h \ - sys/time.h \ - sys/tty.h \ - sys/types.h \ - sys/uio.h \ - sys/utsname.h \ - sys/wait.h \ - syslog.h \ - termios.h \ - unistd.h \ - userconf.h \ - usersec.h \ - util.h \ - vis.h \ -]) - -AC_REQUIRE([CHECK_NETINET_IP_AND_TCP]) - -AM_CONDITIONAL(have_err_h, test "$ac_cv_header_err_h" = yes) -AM_CONDITIONAL(have_fnmatch_h, test "$ac_cv_header_fnmatch_h" = yes) -AM_CONDITIONAL(have_ifaddrs_h, test "$ac_cv_header_ifaddrs_h" = yes) -AM_CONDITIONAL(have_vis_h, test "$ac_cv_header_vis_h" = yes) - -dnl Check for functions and libraries - -AC_FIND_FUNC(socket, socket) -AC_FIND_FUNC(gethostbyname, nsl) -AC_FIND_FUNC(syslog, syslog) - -AC_KRB_IPV6 - -AC_FIND_FUNC(gethostbyname2, inet6 ip6) - -AC_FIND_FUNC(res_search, resolv, -[ -#include -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_NAMESER_H -#include -#endif -#ifdef HAVE_RESOLV_H -#include -#endif -], -[0,0,0,0,0]) - -AC_FIND_FUNC(res_nsearch, resolv, -[ -#include -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_NAMESER_H -#include -#endif -#ifdef HAVE_RESOLV_H -#include -#endif -], -[0,0,0,0,0,0]) - -AC_FIND_FUNC(dn_expand, resolv, -[ -#include -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_NAMESER_H -#include -#endif -#ifdef HAVE_RESOLV_H -#include -#endif -], -[0,0,0,0,0]) - -rk_CHECK_VAR(_res, -[#include -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_NAMESER_H -#include -#endif -#ifdef HAVE_RESOLV_H -#include -#endif]) - - -AC_BROKEN_SNPRINTF -AC_BROKEN_VSNPRINTF - -AC_BROKEN_GLOB -if test "$ac_cv_func_glob_working" != yes; then - AC_LIBOBJ(glob) -fi -AM_CONDITIONAL(have_glob_h, test "$ac_cv_func_glob_working" = yes) - - -AC_CHECK_FUNCS([ \ - asnprintf \ - asprintf \ - atexit \ - cgetent \ - getconfattr \ - getprogname \ - getrlimit \ - getspnam \ - initstate \ - issetugid \ - on_exit \ - random \ - setprogname \ - setstate \ - strsvis \ - strunvis \ - strvis \ - strvisx \ - svis \ - sysconf \ - sysctl \ - uname \ - unvis \ - vasnprintf \ - vasprintf \ - vis \ -]) - -if test "$ac_cv_func_cgetent" = no; then - AC_LIBOBJ(getcap) -fi - -AC_REQUIRE([AC_FUNC_GETLOGIN]) - -AC_REQUIRE([AC_FUNC_MMAP]) - -AC_FIND_FUNC_NO_LIBS(getsockopt,, -[#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif], -[0,0,0,0,0]) -AC_FIND_FUNC_NO_LIBS(setsockopt,, -[#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif], -[0,0,0,0,0]) - -AC_FIND_IF_NOT_BROKEN(hstrerror, resolv, -[#ifdef HAVE_NETDB_H -#include -#endif], -17) -AC_NEED_PROTO([ -#ifdef HAVE_NETDB_H -#include -#endif], -hstrerror) - -AC_FOREACH([rk_func], [asprintf vasprintf asnprintf vasnprintf], - [AC_NEED_PROTO([ - #include - #include ], - rk_func)]) - -AC_FIND_FUNC_NO_LIBS(bswap16,, -[#ifdef HAVE_SYS_BSWAP_H -#include -#endif],0) - -AC_FIND_FUNC_NO_LIBS(bswap32,, -[#ifdef HAVE_SYS_BSWAP_H -#include -#endif],0) - -AC_FIND_FUNC_NO_LIBS(pidfile,util, -[#ifdef HAVE_UTIL_H -#include -#endif],0) - -AC_FIND_IF_NOT_BROKEN(getaddrinfo,, -[#ifdef HAVE_NETDB_H -#include -#endif],[0,0,0,0]) - -AC_FIND_IF_NOT_BROKEN(getnameinfo,, -[#ifdef HAVE_NETDB_H -#include -#endif],[0,0,0,0,0,0,0]) - -AC_FIND_IF_NOT_BROKEN(freeaddrinfo,, -[#ifdef HAVE_NETDB_H -#include -#endif],[0]) - -AC_FIND_IF_NOT_BROKEN(gai_strerror,, -[#ifdef HAVE_NETDB_H -#include -#endif],[0]) - -AC_BROKEN([ \ - chown \ - copyhostent \ - daemon \ - ecalloc \ - emalloc \ - erealloc \ - estrdup \ - err \ - errx \ - fchown \ - flock \ - fnmatch \ - freehostent \ - getcwd \ - getdtablesize \ - getegid \ - geteuid \ - getgid \ - gethostname \ - getifaddrs \ - getipnodebyaddr \ - getipnodebyname \ - getopt \ - gettimeofday \ - getuid \ - getusershell \ - initgroups \ - innetgr \ - iruserok \ - localtime_r \ - lstat \ - memmove \ - mkstemp \ - putenv \ - rcmd \ - readv \ - recvmsg \ - sendmsg \ - setegid \ - setenv \ - seteuid \ - strcasecmp \ - strdup \ - strerror \ - strftime \ - strlcat \ - strlcpy \ - strlwr \ - strncasecmp \ - strndup \ - strnlen \ - strptime \ - strsep \ - strsep_copy \ - strtok_r \ - strupr \ - swab \ - unsetenv \ - verr \ - verrx \ - vsyslog \ - vwarn \ - vwarnx \ - warn \ - warnx \ - writev \ -]) - -AC_FOREACH([rk_func], [strndup strsep strtok_r], - [AC_NEED_PROTO([#include ], rk_func)]) - -AC_FOREACH([rk_func], [strsvis strunvis strvis strvisx svis unvis vis], -[AC_NEED_PROTO([#ifdef HAVE_VIS_H -#include -#endif], rk_func)]) - -AC_BROKEN2(inet_aton, -[#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif], -[0,0]) - -AC_BROKEN2(inet_ntop, -[#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif], -[0, 0, 0, 0]) - -AC_BROKEN2(inet_pton, -[#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif], -[0,0,0]) - -dnl -dnl Check for sa_len in struct sockaddr, -dnl needs to come before the getnameinfo test -dnl -AC_HAVE_STRUCT_FIELD(struct sockaddr, sa_len, [#include -#include ]) - -if test "$ac_cv_func_getnameinfo" = "yes"; then - rk_BROKEN_GETNAMEINFO - if test "$ac_cv_func_getnameinfo_broken" = yes; then - AC_LIBOBJ(getnameinfo) - fi -fi - -if test "$ac_cv_func_getaddrinfo" = "yes"; then - rk_BROKEN_GETADDRINFO - if test "$ac_cv_func_getaddrinfo_numserv" = no; then - AC_LIBOBJ(getaddrinfo) - AC_LIBOBJ(freeaddrinfo) - fi -fi - -AC_NEED_PROTO([#include ], setenv) -AC_NEED_PROTO([#include ], unsetenv) -AC_NEED_PROTO([#include ], gethostname) -AC_NEED_PROTO([#include ], mkstemp) -AC_NEED_PROTO([#include ], getusershell) - -AC_NEED_PROTO([ -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif], -inet_aton) - -AC_FIND_FUNC_NO_LIBS(crypt, crypt)dnl - -AC_REQUIRE([rk_BROKEN_REALLOC])dnl - -dnl AC_KRB_FUNC_GETCWD_BROKEN - -dnl -dnl Checks for prototypes and declarations -dnl - -AC_PROTO_COMPAT([ -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif -#ifdef HAVE_NETDB_H -#include -#endif -], -gethostbyname, struct hostent *gethostbyname(const char *)) - -AC_PROTO_COMPAT([ -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif -#ifdef HAVE_NETDB_H -#include -#endif -], -gethostbyaddr, struct hostent *gethostbyaddr(const void *, size_t, int)) - -AC_PROTO_COMPAT([ -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_ARPA_INET_H -#include -#endif -#ifdef HAVE_NETDB_H -#include -#endif -], -getservbyname, struct servent *getservbyname(const char *, const char *)) - -AC_PROTO_COMPAT([ -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -], -getsockname, int getsockname(int, struct sockaddr*, socklen_t*)) - -AC_PROTO_COMPAT([ -#ifdef HAVE_SYSLOG_H -#include -#endif -], -openlog, void openlog(const char *, int, int)) - -AC_NEED_PROTO([ -#ifdef HAVE_CRYPT_H -#include -#endif -#ifdef HAVE_UNISTD_H -#include -#endif -], -crypt) - -dnl variables - -rk_CHECK_VAR(h_errno, -[#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_NETDB_H -#include -#endif]) - -rk_CHECK_VAR(h_errlist, -[#ifdef HAVE_NETDB_H -#include -#endif]) - -rk_CHECK_VAR(h_nerr, -[#ifdef HAVE_NETDB_H -#include -#endif]) - -rk_CHECK_VAR([__progname], -[#ifdef HAVE_ERR_H -#include -#endif]) - -AC_CHECK_DECLARATION([#include -#ifdef HAVE_UNISTD_H -#include -#endif], optarg) -AC_CHECK_DECLARATION([#include -#ifdef HAVE_UNISTD_H -#include -#endif], optind) -AC_CHECK_DECLARATION([#include -#ifdef HAVE_UNISTD_H -#include -#endif], opterr) -AC_CHECK_DECLARATION([#include -#ifdef HAVE_UNISTD_H -#include -#endif], optopt) - -AC_CHECK_DECLARATION([#include ], environ) - -dnl -dnl Check for fields in struct tm -dnl - -AC_HAVE_STRUCT_FIELD(struct tm, tm_gmtoff, [#include ]) -AC_HAVE_STRUCT_FIELD(struct tm, tm_zone, [#include ]) - -dnl -dnl or do we have a variable `timezone' ? -dnl - -rk_CHECK_VAR(timezone,[#include ]) -rk_CHECK_VAR(altzone,[#include ]) - -AC_HAVE_TYPE([sa_family_t],[#include ]) -AC_HAVE_TYPE([socklen_t],[#include ]) -AC_HAVE_TYPE([struct sockaddr], [#include ]) -AC_HAVE_TYPE([struct sockaddr_storage], [#include ]) -AC_HAVE_TYPE([struct addrinfo], [#include ]) -AC_HAVE_TYPE([struct ifaddrs], [#include ]) -AC_HAVE_TYPE([struct iovec],[ -#include -#include -]) -AC_HAVE_TYPE([struct msghdr],[ -#include -#include -]) - -dnl -dnl Check for struct winsize -dnl - -AC_KRB_STRUCT_WINSIZE - -dnl -dnl Check for struct spwd -dnl - -AC_KRB_STRUCT_SPWD - -dnl won't work with automake -dnl moved to AC_OUTPUT in configure.in -dnl AC_CONFIG_FILES($1/Makefile) - -LIB_roken="${LIB_roken} \$(LIB_crypt) \$(LIB_dbopen)" - -AC_SUBST(DIR_roken)dnl -AC_SUBST(LIB_roken)dnl -AC_SUBST(INCLUDES_roken)dnl -]) - -dnl $Heimdal: have-type.m4,v 1.6.12.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl check for existance of a type - -dnl AC_HAVE_TYPE(TYPE,INCLUDES) -AC_DEFUN([AC_HAVE_TYPE], [ -AC_REQUIRE([AC_HEADER_STDC]) -cv=`echo "$1" | sed 'y%./+- %__p__%'` -AC_MSG_CHECKING(for $1) -AC_CACHE_VAL([ac_cv_type_$cv], -AC_TRY_COMPILE( -[#include -#if STDC_HEADERS -#include -#include -#endif -$2], -[$1 foo;], -eval "ac_cv_type_$cv=yes", -eval "ac_cv_type_$cv=no"))dnl -ac_foo=`eval echo \\$ac_cv_type_$cv` -AC_MSG_RESULT($ac_foo) -if test "$ac_foo" = yes; then - ac_tr_hdr=HAVE_`echo $1 | sed 'y%abcdefghijklmnopqrstuvwxyz./- %ABCDEFGHIJKLMNOPQRSTUVWXYZ____%'` -if false; then - AC_CHECK_TYPES($1) -fi - AC_DEFINE_UNQUOTED($ac_tr_hdr, 1, [Define if you have type `$1']) -fi -]) - -dnl -dnl $Heimdal: retsigtype.m4,v 1.1.12.1 2004/04/01 07:27:35 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl Figure out return type of signal handlers, and define SIGRETURN macro -dnl that can be used to return from one -dnl -AC_DEFUN([rk_RETSIGTYPE],[ -AC_TYPE_SIGNAL -if test "$ac_cv_type_signal" = "void" ; then - AC_DEFINE(VOID_RETSIGTYPE, 1, [Define if signal handlers return void.]) -fi -AC_SUBST(VOID_RETSIGTYPE) -AH_BOTTOM([#ifdef VOID_RETSIGTYPE -#define SIGRETURN(x) return -#else -#define SIGRETURN(x) return (RETSIGTYPE)(x) -#endif]) -]) -dnl -dnl $Heimdal: check-netinet-ip-and-tcp.m4,v 1.3.12.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -dnl extra magic check for netinet/{ip.h,tcp.h} because on irix 6.5.3 -dnl you have to include standards.h before including these files - -AC_DEFUN([CHECK_NETINET_IP_AND_TCP], -[ -AC_CHECK_HEADERS(standards.h) -for i in netinet/ip.h netinet/tcp.h; do - -cv=`echo "$i" | sed 'y%./+-%__p_%'` - -AC_CACHE_CHECK([for $i],ac_cv_header_$cv, -[AC_TRY_CPP([\ -#ifdef HAVE_STANDARDS_H -#include -#endif -#include <$i> -], -eval "ac_cv_header_$cv=yes", -eval "ac_cv_header_$cv=no")]) -ac_res=`eval echo \\$ac_cv_header_$cv` -if test "$ac_res" = yes; then - ac_tr_hdr=HAVE_`echo $i | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` - AC_DEFINE_UNQUOTED($ac_tr_hdr, 1) -fi -done -if false;then - AC_CHECK_HEADERS(netinet/ip.h netinet/tcp.h) -fi -]) - -dnl $Heimdal: krb-ipv6.m4,v 1.13.8.1 2004/04/01 07:27:34 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl test for IPv6 -dnl -AC_DEFUN([AC_KRB_IPV6], [ -AC_ARG_WITH(ipv6, - AC_HELP_STRING([--without-ipv6],[do not enable IPv6 support]),[ -if test "$withval" = "no"; then - ac_cv_lib_ipv6=no -fi]) -save_CFLAGS="${CFLAGS}" -AC_CACHE_CHECK([for IPv6 stack type], v6type, -[dnl check for different v6 implementations (by itojun) -v6type=unknown -v6lib=none - -for i in v6d toshiba kame inria zeta linux; do - case $i in - v6d) - AC_EGREP_CPP(yes, [ -#include -#ifdef __V6D__ -yes -#endif], - [v6type=$i; v6lib=v6; - v6libdir=/usr/local/v6/lib; - CFLAGS="-I/usr/local/v6/include $CFLAGS"]) - ;; - toshiba) - AC_EGREP_CPP(yes, [ -#include -#ifdef _TOSHIBA_INET6 -yes -#endif], - [v6type=$i; v6lib=inet6; - v6libdir=/usr/local/v6/lib; - CFLAGS="-DINET6 $CFLAGS"]) - ;; - kame) - AC_EGREP_CPP(yes, [ -#include -#ifdef __KAME__ -yes -#endif], - [v6type=$i; v6lib=inet6; - v6libdir=/usr/local/v6/lib; - CFLAGS="-DINET6 $CFLAGS"]) - ;; - inria) - AC_EGREP_CPP(yes, [ -#include -#ifdef IPV6_INRIA_VERSION -yes -#endif], - [v6type=$i; CFLAGS="-DINET6 $CFLAGS"]) - ;; - zeta) - AC_EGREP_CPP(yes, [ -#include -#ifdef _ZETA_MINAMI_INET6 -yes -#endif], - [v6type=$i; v6lib=inet6; - v6libdir=/usr/local/v6/lib; - CFLAGS="-DINET6 $CFLAGS"]) - ;; - linux) - if test -d /usr/inet6; then - v6type=$i - v6lib=inet6 - v6libdir=/usr/inet6 - CFLAGS="-DINET6 $CFLAGS" - fi - ;; - esac - if test "$v6type" != "unknown"; then - break - fi -done - -if test "$v6lib" != "none"; then - for dir in $v6libdir /usr/local/v6/lib /usr/local/lib; do - if test -d $dir -a -f $dir/lib$v6lib.a; then - LIBS="-L$dir -l$v6lib $LIBS" - break - fi - done -fi -]) - -AC_CACHE_CHECK([for IPv6], ac_cv_lib_ipv6, [ -AC_TRY_LINK([ -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_NETINET_IN6_H -#include -#endif -], -[ - struct sockaddr_in6 sin6; - int s; - - s = socket(AF_INET6, SOCK_DGRAM, 0); - - sin6.sin6_family = AF_INET6; - sin6.sin6_port = htons(17); - sin6.sin6_addr = in6addr_any; - bind(s, (struct sockaddr *)&sin6, sizeof(sin6)); -], -ac_cv_lib_ipv6=yes, -ac_cv_lib_ipv6=no)]) -if test "$ac_cv_lib_ipv6" = yes; then - AC_DEFINE(HAVE_IPV6, 1, [Define if you have IPv6.]) -else - CFLAGS="${save_CFLAGS}" -fi - -if test "$ac_cv_lib_ipv6" = yes; then - AC_CACHE_CHECK([for in6addr_loopback],[ac_cv_var_in6addr_loopback],[ - AC_TRY_LINK([ -#ifdef HAVE_SYS_TYPES_H -#include -#endif -#ifdef HAVE_SYS_SOCKET_H -#include -#endif -#ifdef HAVE_NETINET_IN_H -#include -#endif -#ifdef HAVE_NETINET_IN6_H -#include -#endif],[ -struct sockaddr_in6 sin6; -sin6.sin6_addr = in6addr_loopback; -],ac_cv_var_in6addr_loopback=yes,ac_cv_var_in6addr_loopback=no)]) - if test "$ac_cv_var_in6addr_loopback" = yes; then - AC_DEFINE(HAVE_IN6ADDR_LOOPBACK, 1, - [Define if you have the in6addr_loopback variable]) - fi -fi -]) -dnl $Heimdal: check-var.m4,v 1.7 2003/02/17 00:44:57 lha Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl rk_CHECK_VAR(variable, includes) -AC_DEFUN([rk_CHECK_VAR], [ -AC_MSG_CHECKING(for $1) -AC_CACHE_VAL(ac_cv_var_$1, [ -m4_ifval([$2],[ - AC_TRY_LINK([$2 - void * foo() { return &$1; }], - [foo()], - ac_cv_var_$1=yes, ac_cv_var_$1=no)]) -if test "$ac_cv_var_$1" != yes ; then -AC_TRY_LINK([extern int $1; -int foo() { return $1; }], - [foo()], - ac_cv_var_$1=yes, ac_cv_var_$1=no) -fi -]) -ac_foo=`eval echo \\$ac_cv_var_$1` -AC_MSG_RESULT($ac_foo) -if test "$ac_foo" = yes; then - AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1, - [Define if you have the `]$1[' variable.]) - m4_ifval([$2], AC_CHECK_DECLARATION([$2],[$1])) -fi -]) - -AC_WARNING_ENABLE([obsolete]) -AU_DEFUN([AC_CHECK_VAR], [rk_CHECK_VAR([$2], [$1])], [foo]) - -dnl $Heimdal: check-declaration.m4,v 1.3.34.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Check if we need the declaration of a variable -dnl - -dnl AC_HAVE_DECLARATION(includes, variable) -AC_DEFUN([AC_CHECK_DECLARATION], [ -AC_MSG_CHECKING([if $2 is properly declared]) -AC_CACHE_VAL(ac_cv_var_$2_declaration, [ -AC_TRY_COMPILE([$1 -extern struct { int foo; } $2;], -[$2.foo = 1;], -eval "ac_cv_var_$2_declaration=no", -eval "ac_cv_var_$2_declaration=yes") -]) - -define(foo, [HAVE_]translit($2, [a-z], [A-Z])[_DECLARATION]) - -AC_MSG_RESULT($ac_cv_var_$2_declaration) -if eval "test \"\$ac_cv_var_$2_declaration\" = yes"; then - AC_DEFINE(foo, 1, [define if your system declares $2]) -fi -undefine([foo]) -]) - -dnl $Heimdal: broken-snprintf.m4,v 1.4.10.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -AC_DEFUN([AC_BROKEN_SNPRINTF], [ -AC_CACHE_CHECK(for working snprintf,ac_cv_func_snprintf_working, -ac_cv_func_snprintf_working=yes -AC_TRY_RUN([ -#include -#include -int main() -{ - char foo[[3]]; - snprintf(foo, 2, "12"); - return strcmp(foo, "1"); -}],:,ac_cv_func_snprintf_working=no,:)) - -if test "$ac_cv_func_snprintf_working" = yes; then - AC_DEFINE_UNQUOTED(HAVE_SNPRINTF, 1, [define if you have a working snprintf]) -fi -if test "$ac_cv_func_snprintf_working" = yes; then -AC_NEED_PROTO([#include ],snprintf) -fi -]) - -AC_DEFUN([AC_BROKEN_VSNPRINTF],[ -AC_CACHE_CHECK(for working vsnprintf,ac_cv_func_vsnprintf_working, -ac_cv_func_vsnprintf_working=yes -AC_TRY_RUN([ -#include -#include -#include - -int foo(int num, ...) -{ - char bar[[3]]; - va_list arg; - va_start(arg, num); - vsnprintf(bar, 2, "%s", arg); - va_end(arg); - return strcmp(bar, "1"); -} - - -int main() -{ - return foo(0, "12"); -}],:,ac_cv_func_vsnprintf_working=no,:)) - -if test "$ac_cv_func_vsnprintf_working" = yes; then - AC_DEFINE_UNQUOTED(HAVE_VSNPRINTF, 1, [define if you have a working vsnprintf]) -fi -if test "$ac_cv_func_vsnprintf_working" = yes; then -AC_NEED_PROTO([#include ],vsnprintf) -fi -]) - -dnl $Heimdal: need-proto.m4,v 1.4.6.1 2004/04/01 07:27:35 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Check if we need the prototype for a function -dnl - -dnl AC_NEED_PROTO(includes, function) - -AC_DEFUN([AC_NEED_PROTO], [ -if test "$ac_cv_func_$2+set" != set -o "$ac_cv_func_$2" = yes; then -AC_CACHE_CHECK([if $2 needs a prototype], ac_cv_func_$2_noproto, -AC_TRY_COMPILE([$1], -[struct foo { int foo; } xx; -extern int $2 (struct foo*); -$2(&xx); -], -eval "ac_cv_func_$2_noproto=yes", -eval "ac_cv_func_$2_noproto=no")) -if test "$ac_cv_func_$2_noproto" = yes; then - AC_DEFINE(AS_TR_CPP(NEED_[]$2[]_PROTO), 1, - [define if the system is missing a prototype for $2()]) -fi -fi -]) - -dnl $Heimdal: broken-glob.m4,v 1.4.12.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl check for glob(3) -dnl -AC_DEFUN([AC_BROKEN_GLOB],[ -AC_CACHE_CHECK(for working glob, ac_cv_func_glob_working, -ac_cv_func_glob_working=yes -AC_TRY_LINK([ -#include -#include ],[ -glob(NULL, GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE| -#ifdef GLOB_MAXPATH -GLOB_MAXPATH -#else -GLOB_LIMIT -#endif -, -NULL, NULL); -],:,ac_cv_func_glob_working=no,:)) - -if test "$ac_cv_func_glob_working" = yes; then - AC_DEFINE(HAVE_GLOB, 1, [define if you have a glob() that groks - GLOB_BRACE, GLOB_NOCHECK, GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT]) -fi -if test "$ac_cv_func_glob_working" = yes; then -AC_NEED_PROTO([#include -#include ],glob) -fi -]) - -dnl -dnl $Heimdal: krb-func-getlogin.m4,v 1.1.32.1 2004/04/01 07:27:34 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl test for POSIX (broken) getlogin -dnl - - -AC_DEFUN([AC_FUNC_GETLOGIN], [ -AC_CHECK_FUNCS(getlogin setlogin) -if test "$ac_cv_func_getlogin" = yes; then -AC_CACHE_CHECK(if getlogin is posix, ac_cv_func_getlogin_posix, [ -if test "$ac_cv_func_getlogin" = yes -a "$ac_cv_func_setlogin" = yes; then - ac_cv_func_getlogin_posix=no -else - ac_cv_func_getlogin_posix=yes -fi -]) -if test "$ac_cv_func_getlogin_posix" = yes; then - AC_DEFINE(POSIX_GETLOGIN, 1, [Define if getlogin has POSIX flavour (and not BSD).]) -fi -fi -]) - -dnl $Heimdal: find-if-not-broken.m4,v 1.4.8.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Mix between AC_FIND_FUNC and AC_BROKEN -dnl - -AC_DEFUN([AC_FIND_IF_NOT_BROKEN], -[AC_FIND_FUNC([$1], [$2], [$3], [$4]) -if eval "test \"$ac_cv_func_$1\" != yes"; then - rk_LIBOBJ([$1]) -fi -]) - -dnl $Heimdal: broken.m4,v 1.6 2002/05/19 19:36:52 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Same as AC _REPLACE_FUNCS, just define HAVE_func if found in normal -dnl libraries - -AC_DEFUN([AC_BROKEN], -[AC_FOREACH([rk_func], [$1], - [AC_CHECK_FUNC(rk_func, - [AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]rk_func), 1, - [Define if you have the function `]rk_func['.])], - [rk_LIBOBJ(rk_func)])])]) - -dnl $Heimdal: broken2.m4,v 1.4 2002/05/19 22:16:46 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl AC_BROKEN but with more arguments - -dnl AC_BROKEN2(func, includes, arguments) -AC_DEFUN([AC_BROKEN2], -[AC_MSG_CHECKING([for $1]) -AC_CACHE_VAL(ac_cv_func_[]$1, -[AC_TRY_LINK([$2], -[ -/* 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_$1) || defined (__stub___$1) -choke me -#else -$1($3) -#endif -], [eval "ac_cv_func_[]$1=yes"], [eval "ac_cv_func_[]$1=no"])]) -if eval "test \"\${ac_cv_func_[]$1}\" = yes"; then - AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1, define) - AC_MSG_RESULT(yes) -else - AC_MSG_RESULT(no) - rk_LIBOBJ($1) -fi]) - -dnl $Heimdal: have-struct-field.m4,v 1.6.22.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl check for fields in a structure -dnl -dnl AC_HAVE_STRUCT_FIELD(struct, field, headers) - -AC_DEFUN([AC_HAVE_STRUCT_FIELD], [ -define(cache_val, translit(ac_cv_type_$1_$2, [A-Z ], [a-z_])) -AC_CACHE_CHECK([for $2 in $1], cache_val,[ -AC_TRY_COMPILE([$3],[$1 x; x.$2;], -cache_val=yes, -cache_val=no)]) -if test "$cache_val" = yes; then - define(foo, translit(HAVE_$1_$2, [a-z ], [A-Z_])) - AC_DEFINE(foo, 1, [Define if $1 has field $2.]) - undefine([foo]) -fi -undefine([cache_val]) -]) - -dnl $Heimdal: broken-getnameinfo.m4,v 1.2.12.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl test for broken AIX getnameinfo - -AC_DEFUN([rk_BROKEN_GETNAMEINFO],[ -AC_CACHE_CHECK([if getnameinfo is broken], ac_cv_func_getnameinfo_broken, -AC_TRY_RUN([[#include -#include -#include -#include -#include - -int -main(int argc, char **argv) -{ - struct sockaddr_in sin; - char host[256]; - memset(&sin, 0, sizeof(sin)); -#ifdef HAVE_STRUCT_SOCKADDR_SA_LEN - sin.sin_len = sizeof(sin); -#endif - sin.sin_family = AF_INET; - sin.sin_addr.s_addr = 0xffffffff; - sin.sin_port = 0; - return getnameinfo((struct sockaddr*)&sin, sizeof(sin), host, sizeof(host), - NULL, 0, 0); -} -]], ac_cv_func_getnameinfo_broken=no, ac_cv_func_getnameinfo_broken=yes))]) - -dnl $Heimdal: broken-getaddrinfo.m4,v 1.3.6.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl test if getaddrinfo can handle numeric services - -AC_DEFUN([rk_BROKEN_GETADDRINFO],[ -AC_CACHE_CHECK([if getaddrinfo handles numeric services], ac_cv_func_getaddrinfo_numserv, -AC_TRY_RUN([[#include -#include -#include -#include - -int -main(int argc, char **argv) -{ - struct addrinfo hints, *ai; - memset(&hints, 0, sizeof(hints)); - hints.ai_flags = AI_PASSIVE; - hints.ai_socktype = SOCK_STREAM; - hints.ai_family = PF_UNSPEC; - if(getaddrinfo(NULL, "17", &hints, &ai) != 0) - return 1; - return 0; -} -]], ac_cv_func_getaddrinfo_numserv=yes, ac_cv_func_getaddrinfo_numserv=no))]) - -dnl -dnl $Heimdal: broken-realloc.m4,v 1.1.12.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl Test for realloc that doesn't handle NULL as first parameter -dnl -AC_DEFUN([rk_BROKEN_REALLOC], [ -AC_CACHE_CHECK(if realloc if broken, ac_cv_func_realloc_broken, [ -ac_cv_func_realloc_broken=no -AC_TRY_RUN([ -#include -#include - -int main() -{ - return realloc(NULL, 17) == NULL; -} -],:, ac_cv_func_realloc_broken=yes, :) -]) -if test "$ac_cv_func_realloc_broken" = yes ; then - AC_DEFINE(BROKEN_REALLOC, 1, [Define if realloc(NULL) doesn't work.]) -fi -AH_BOTTOM([#ifdef BROKEN_REALLOC -#define realloc(X, Y) isoc_realloc((X), (Y)) -#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y)) -#endif]) -]) - -dnl $Heimdal: proto-compat.m4,v 1.3.34.1 2004/04/01 07:27:35 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Check if the prototype of a function is compatible with another one -dnl - -dnl AC_PROTO_COMPAT(includes, function, prototype) - -AC_DEFUN([AC_PROTO_COMPAT], [ -AC_CACHE_CHECK([if $2 is compatible with system prototype], -ac_cv_func_$2_proto_compat, -AC_TRY_COMPILE([$1], -[$3;], -eval "ac_cv_func_$2_proto_compat=yes", -eval "ac_cv_func_$2_proto_compat=no")) -define([foo], translit($2, [a-z], [A-Z])[_PROTO_COMPATIBLE]) -if test "$ac_cv_func_$2_proto_compat" = yes; then - AC_DEFINE(foo, 1, [define if prototype of $2 is compatible with - $3]) -fi -undefine([foo]) -]) -dnl $Heimdal: krb-struct-winsize.m4,v 1.3.10.1 2004/04/01 07:27:34 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl -dnl Search for struct winsize -dnl - -AC_DEFUN([AC_KRB_STRUCT_WINSIZE], [ -AC_MSG_CHECKING(for struct winsize) -AC_CACHE_VAL(ac_cv_struct_winsize, [ -ac_cv_struct_winsize=no -for i in sys/termios.h sys/ioctl.h; do -AC_EGREP_HEADER( -struct[[ ]]*winsize,dnl -$i, ac_cv_struct_winsize=yes; break)dnl -done -]) -if test "$ac_cv_struct_winsize" = "yes"; then - AC_DEFINE(HAVE_STRUCT_WINSIZE, 1, [define if struct winsize is declared in sys/termios.h]) -fi -AC_MSG_RESULT($ac_cv_struct_winsize) -AC_EGREP_HEADER(ws_xpixel, termios.h, - AC_DEFINE(HAVE_WS_XPIXEL, 1, [define if struct winsize has ws_xpixel])) -AC_EGREP_HEADER(ws_ypixel, termios.h, - AC_DEFINE(HAVE_WS_YPIXEL, 1, [define if struct winsize has ws_ypixel])) -]) - -dnl $Heimdal: krb-struct-spwd.m4,v 1.3.32.1 2004/04/01 07:27:34 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl Test for `struct spwd' - -AC_DEFUN([AC_KRB_STRUCT_SPWD], [ -AC_MSG_CHECKING(for struct spwd) -AC_CACHE_VAL(ac_cv_struct_spwd, [ -AC_TRY_COMPILE( -[#include -#ifdef HAVE_SHADOW_H -#include -#endif], -[struct spwd foo;], -ac_cv_struct_spwd=yes, -ac_cv_struct_spwd=no) -]) -AC_MSG_RESULT($ac_cv_struct_spwd) - -if test "$ac_cv_struct_spwd" = "yes"; then - AC_DEFINE(HAVE_STRUCT_SPWD, 1, [define if you have struct spwd]) -fi -]) - -dnl $Heimdal: otp.m4,v 1.2 2002/05/19 20:51:08 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl check requirements for OTP library -dnl -AC_DEFUN([rk_OTP],[ -AC_REQUIRE([rk_DB])dnl -AC_ARG_ENABLE(otp, - AC_HELP_STRING([--disable-otp],[if you don't want OTP support])) -if test "$enable_otp" = yes -a "$db_type" = unknown; then - AC_MSG_ERROR([OTP requires a NDBM/DB compatible library]) -fi -if test "$enable_otp" != no; then - if test "$db_type" != unknown; then - enable_otp=yes - else - enable_otp=no - fi -fi -if test "$enable_otp" = yes; then - AC_DEFINE(OTP, 1, [Define if you want OTP support in applications.]) - LIB_otp='$(top_builddir)/lib/otp/libotp.la' - AC_SUBST(LIB_otp) -fi -AC_MSG_CHECKING([whether to enable OTP library]) -AC_MSG_RESULT($enable_otp) -AM_CONDITIONAL(OTP, test "$enable_otp" = yes)dnl -]) - -dnl $Heimdal: osfc2.m4,v 1.3.8.1 2004/04/01 07:27:35 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl enable OSF C2 stuff - -AC_DEFUN([AC_CHECK_OSFC2],[ -AC_ARG_ENABLE(osfc2, - AC_HELP_STRING([--enable-osfc2],[enable some OSF C2 support])) -LIB_security= -if test "$enable_osfc2" = yes; then - AC_DEFINE(HAVE_OSFC2, 1, [Define to enable basic OSF C2 support.]) - LIB_security=-lsecurity -fi -AC_SUBST(LIB_security) -]) - -dnl $Heimdal: check-man.m4,v 1.3.12.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl check how to format manual pages -dnl - -AC_DEFUN([rk_CHECK_MAN], -[AC_PATH_PROG(NROFF, nroff) -AC_PATH_PROG(GROFF, groff) -AC_CACHE_CHECK(how to format man pages,ac_cv_sys_man_format, -[cat > conftest.1 << END -.Dd January 1, 1970 -.Dt CONFTEST 1 -.Sh NAME -.Nm conftest -.Nd -foobar -END - -if test "$NROFF" ; then - for i in "-mdoc" "-mandoc"; do - if "$NROFF" $i conftest.1 2> /dev/null | \ - grep Jan > /dev/null 2>&1 ; then - ac_cv_sys_man_format="$NROFF $i" - break - fi - done -fi -if test "$ac_cv_sys_man_format" = "" -a "$GROFF" ; then - for i in "-mdoc" "-mandoc"; do - if "$GROFF" -Tascii $i conftest.1 2> /dev/null | \ - grep Jan > /dev/null 2>&1 ; then - ac_cv_sys_man_format="$GROFF -Tascii $i" - break - fi - done -fi -if test "$ac_cv_sys_man_format"; then - ac_cv_sys_man_format="$ac_cv_sys_man_format \[$]< > \[$]@" -fi -]) -if test "$ac_cv_sys_man_format"; then - CATMAN="$ac_cv_sys_man_format" - AC_SUBST(CATMAN) -fi -AM_CONDITIONAL(CATMAN, test "$CATMAN") -AC_CACHE_CHECK(extension of pre-formatted manual pages,ac_cv_sys_catman_ext, -[if grep _suffix /etc/man.conf > /dev/null 2>&1; then - ac_cv_sys_catman_ext=0 -else - ac_cv_sys_catman_ext=number -fi -]) -if test "$ac_cv_sys_catman_ext" = number; then - CATMANEXT='$$section' -else - CATMANEXT=0 -fi -AC_SUBST(CATMANEXT) -]) -dnl -dnl $Heimdal: krb-bigendian.m4,v 1.8.6.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -dnl check if this computer is little or big-endian -dnl if we can figure it out at compile-time then don't define the cpp symbol -dnl otherwise test for it and define it. also allow options for overriding -dnl it when cross-compiling - -AC_DEFUN([KRB_C_BIGENDIAN], [ -AC_ARG_ENABLE(bigendian, - AC_HELP_STRING([--enable-bigendian],[the target is big endian]), -krb_cv_c_bigendian=yes) -AC_ARG_ENABLE(littleendian, - AC_HELP_STRING([--enable-littleendian],[the target is little endian]), -krb_cv_c_bigendian=no) -AC_CACHE_CHECK(whether byte order is known at compile time, -krb_cv_c_bigendian_compile, -[AC_TRY_COMPILE([ -#include -#include ],[ -#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN - bogus endian macros -#endif], krb_cv_c_bigendian_compile=yes, krb_cv_c_bigendian_compile=no)]) -AC_CACHE_CHECK(whether byte ordering is bigendian, krb_cv_c_bigendian,[ - if test "$krb_cv_c_bigendian_compile" = "yes"; then - AC_TRY_COMPILE([ -#include -#include ],[ -#if BYTE_ORDER != BIG_ENDIAN - not big endian -#endif], krb_cv_c_bigendian=yes, krb_cv_c_bigendian=no) - else - AC_TRY_RUN([main () { - /* Are we little or big endian? From Harbison&Steele. */ - union - { - long l; - char c[sizeof (long)]; - } u; - u.l = 1; - exit (u.c[sizeof (long) - 1] == 1); - }], krb_cv_c_bigendian=no, krb_cv_c_bigendian=yes, - AC_MSG_ERROR([specify either --enable-bigendian or --enable-littleendian])) - fi -]) -if test "$krb_cv_c_bigendian" = "yes"; then - AC_DEFINE(WORDS_BIGENDIAN, 1, [define if target is big endian])dnl -fi -if test "$krb_cv_c_bigendian_compile" = "yes"; then - AC_DEFINE(ENDIANESS_IN_SYS_PARAM_H, 1, [define if sys/param.h defines the endiness])dnl -fi -AH_BOTTOM([ -#if ENDIANESS_IN_SYS_PARAM_H -# include -# include -# if BYTE_ORDER == BIG_ENDIAN -# define WORDS_BIGENDIAN 1 -# endif -#endif -]) -]) - -dnl -dnl $Heimdal: aix.m4,v 1.9.6.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -AC_DEFUN([rk_AIX],[ - -aix=no -case "$host" in -*-*-aix3*) - aix=3 - ;; -*-*-aix4*|*-*-aix5*) - aix=4 - ;; -esac - -AM_CONDITIONAL(AIX, test "$aix" != no)dnl -AM_CONDITIONAL(AIX4, test "$aix" = 4) - - -AC_ARG_ENABLE(dynamic-afs, - AC_HELP_STRING([--disable-dynamic-afs], - [do not use loaded AFS library with AIX])) - -if test "$aix" != no; then - if test "$enable_dynamic_afs" != no; then - AC_REQUIRE([rk_DLOPEN]) - if test "$ac_cv_func_dlopen" = no; then - AC_FIND_FUNC_NO_LIBS(loadquery, ld) - fi - if test "$ac_cv_func_dlopen" != no; then - AIX_EXTRA_KAFS='$(LIB_dlopen)' - elif test "$ac_cv_func_loadquery" != no; then - AIX_EXTRA_KAFS='$(LIB_loadquery)' - else - AC_MSG_NOTICE([not using dynloaded AFS library]) - AIX_EXTRA_KAFS= - enable_dynamic_afs=no - fi - else - AIX_EXTRA_KAFS= - fi -fi - -AM_CONDITIONAL(AIX_DYNAMIC_AFS, test "$enable_dynamic_afs" != no)dnl -AC_SUBST(AIX_EXTRA_KAFS)dnl - -AH_BOTTOM([#if _AIX -#define _ALL_SOURCE -/* XXX this is gross, but kills about a gazillion warnings */ -struct ether_addr; -struct sockaddr; -struct sockaddr_dl; -struct sockaddr_in; -#endif]) - -]) - -dnl -dnl $Heimdal: dlopen.m4,v 1.1 2002/08/28 16:32:16 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -AC_DEFUN([rk_DLOPEN], [ - AC_FIND_FUNC_NO_LIBS(dlopen, dl) - AM_CONDITIONAL(HAVE_DLOPEN, test "$ac_cv_funclib_dlopen" != no) -]) - -dnl -dnl $Heimdal: irix.m4,v 1.1 2002/08/28 19:11:44 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -AC_DEFUN([rk_IRIX], -[ -irix=no -case "$host" in -*-*-irix4*) - AC_DEFINE([IRIX4], 1, - [Define if you are running IRIX 4.]) - irix=yes - ;; -*-*-irix*) - irix=yes - ;; -esac -AM_CONDITIONAL(IRIX, test "$irix" != no)dnl - -AH_BOTTOM([ -/* IRIX 4 braindamage */ -#if IRIX == 4 && !defined(__STDC__) -#define __STDC__ 0 -#endif -]) -]) - -dnl -dnl $Heimdal: sunos.m4,v 1.2 2002/10/16 14:42:13 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -AC_DEFUN([rk_SUNOS],[ -sunos=no -case "$host" in -*-*-sunos4*) - sunos=40 - ;; -*-*-solaris2.7) - sunos=57 - ;; -*-*-solaris2.[[89]]) - sunos=58 - ;; -*-*-solaris2*) - sunos=50 - ;; -esac -if test "$sunos" != no; then - AC_DEFINE_UNQUOTED(SunOS, $sunos, - [Define to what version of SunOS you are running.]) -fi -]) -dnl -dnl See if there is any X11 present -dnl -dnl $Heimdal: check-x.m4,v 1.2.20.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ - -AC_DEFUN([KRB_CHECK_X],[ -AC_PATH_XTRA - -# try to figure out if we need any additional ld flags, like -R -# and yes, the autoconf X test is utterly broken -if test "$no_x" != yes; then - AC_CACHE_CHECK(for special X linker flags,krb_cv_sys_x_libs_rpath,[ - ac_save_libs="$LIBS" - ac_save_cflags="$CFLAGS" - CFLAGS="$CFLAGS $X_CFLAGS" - krb_cv_sys_x_libs_rpath="" - krb_cv_sys_x_libs="" - for rflag in "" "-R" "-R " "-rpath "; do - if test "$rflag" = ""; then - foo="$X_LIBS" - else - foo="" - for flag in $X_LIBS; do - case $flag in - -L*) - foo="$foo $flag `echo $flag | sed \"s/-L/$rflag/\"`" - ;; - *) - foo="$foo $flag" - ;; - esac - done - fi - LIBS="$ac_save_libs $foo $X_PRE_LIBS -lX11 $X_EXTRA_LIBS" - AC_TRY_RUN([ - #include - foo() - { - XOpenDisplay(NULL); - } - main() - { - return 0; - } - ], krb_cv_sys_x_libs_rpath="$rflag"; krb_cv_sys_x_libs="$foo"; break,:) - done - LIBS="$ac_save_libs" - CFLAGS="$ac_save_cflags" - ]) - X_LIBS="$krb_cv_sys_x_libs" -fi -]) - -dnl $Heimdal: check-xau.m4,v 1.3.34.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl check for Xau{Read,Write}Auth and XauFileName -dnl -AC_DEFUN([AC_CHECK_XAU],[ -save_CFLAGS="$CFLAGS" -CFLAGS="$X_CFLAGS $CFLAGS" -save_LIBS="$LIBS" -dnl LIBS="$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS $LIBS" -LIBS="$X_PRE_LIBS $X_EXTRA_LIBS $LIBS" -save_LDFLAGS="$LDFLAGS" -LDFLAGS="$LDFLAGS $X_LIBS" - - -AC_FIND_FUNC_NO_LIBS(XauWriteAuth, X11 Xau) -ac_xxx="$LIBS" -LIBS="$LIB_XauWriteAuth $LIBS" -AC_FIND_FUNC_NO_LIBS(XauReadAuth, X11 Xau) -LIBS="$LIB_XauReadAauth $LIBS" -AC_FIND_FUNC_NO_LIBS(XauFileName, X11 Xau) -LIBS="$ac_xxx" - -case "$ac_cv_funclib_XauWriteAuth" in -yes) ;; -no) ;; -*) if test "$ac_cv_funclib_XauReadAuth" = yes; then - if test "$ac_cv_funclib_XauFileName" = yes; then - LIB_XauReadAuth="$LIB_XauWriteAuth" - else - LIB_XauReadAuth="$LIB_XauWriteAuth $LIB_XauFileName" - fi - else - if test "$ac_cv_funclib_XauFileName" = yes; then - LIB_XauReadAuth="$LIB_XauReadAuth $LIB_XauWriteAuth" - else - LIB_XauReadAuth="$LIB_XauReadAuth $LIB_XauWriteAuth $LIB_XauFileName" - fi - fi - ;; -esac - -if test "$AUTOMAKE" != ""; then - AM_CONDITIONAL(NEED_WRITEAUTH, test "$ac_cv_func_XauWriteAuth" != "yes") -else - AC_SUBST(NEED_WRITEAUTH_TRUE) - AC_SUBST(NEED_WRITEAUTH_FALSE) - if test "$ac_cv_func_XauWriteAuth" != "yes"; then - NEED_WRITEAUTH_TRUE= - NEED_WRITEAUTH_FALSE='#' - else - NEED_WRITEAUTH_TRUE='#' - NEED_WRITEAUTH_FALSE= - fi -fi -CFLAGS=$save_CFLAGS -LIBS=$save_LIBS -LDFLAGS=$save_LDFLAGS -]) - -dnl $Heimdal: check-type-extra.m4,v 1.2.34.1 2004/04/01 07:27:33 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl ac_check_type + extra headers - -dnl AC_CHECK_TYPE_EXTRA(TYPE, DEFAULT, HEADERS) -AC_DEFUN([AC_CHECK_TYPE_EXTRA], -[AC_REQUIRE([AC_HEADER_STDC])dnl -AC_MSG_CHECKING(for $1) -AC_CACHE_VAL(ac_cv_type_$1, -[AC_EGREP_CPP(dnl -changequote(<<,>>)dnl -<<$1[^a-zA-Z_0-9]>>dnl -changequote([,]), [#include -#if STDC_HEADERS -#include -#include -#endif -$3], ac_cv_type_$1=yes, ac_cv_type_$1=no)])dnl -AC_MSG_RESULT($ac_cv_type_$1) -if test $ac_cv_type_$1 = no; then - AC_DEFINE($1, $2, [Define this to what the type $1 should be.]) -fi -]) - -dnl -dnl $Heimdal: capabilities.m4,v 1.2.20.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl - -dnl -dnl Test SGI capabilities -dnl - -AC_DEFUN([KRB_CAPABILITIES],[ - -AC_CHECK_HEADERS(capability.h sys/capability.h) - -AC_CHECK_FUNCS(sgi_getcapabilitybyname cap_set_proc) -]) - -dnl $Heimdal: check-getpwnam_r-posix.m4,v 1.2.34.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl check for getpwnam_r, and if it's posix or not - -AC_DEFUN([AC_CHECK_GETPWNAM_R_POSIX],[ -AC_FIND_FUNC_NO_LIBS(getpwnam_r,c_r) -if test "$ac_cv_func_getpwnam_r" = yes; then - AC_CACHE_CHECK(if getpwnam_r is posix,ac_cv_func_getpwnam_r_posix, - ac_libs="$LIBS" - LIBS="$LIBS $LIB_getpwnam_r" - AC_TRY_RUN([ -#include -int main() -{ - struct passwd pw, *pwd; - return getpwnam_r("", &pw, NULL, 0, &pwd) < 0; -} -],ac_cv_func_getpwnam_r_posix=yes,ac_cv_func_getpwnam_r_posix=no,:) -LIBS="$ac_libs") -if test "$ac_cv_func_getpwnam_r_posix" = yes; then - AC_DEFINE(POSIX_GETPWNAM_R, 1, [Define if getpwnam_r has POSIX flavour.]) -fi -fi -]) -dnl $Heimdal: krb-readline.m4,v 1.5.6.1 2004/04/01 07:27:34 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl Tests for readline functions -dnl - -dnl el_init - -AC_DEFUN([KRB_READLINE],[ -AC_FIND_FUNC_NO_LIBS(el_init, edit, [], [], [$LIB_tgetent]) -if test "$ac_cv_func_el_init" = yes ; then - AC_CACHE_CHECK(for four argument el_init, ac_cv_func_el_init_four,[ - AC_TRY_COMPILE([#include - #include ], - [el_init("", NULL, NULL, NULL);], - ac_cv_func_el_init_four=yes, - ac_cv_func_el_init_four=no)]) - if test "$ac_cv_func_el_init_four" = yes; then - AC_DEFINE(HAVE_FOUR_VALUED_EL_INIT, 1, [Define if el_init takes four arguments.]) - fi -fi - -dnl readline - -ac_foo=no -if test "$with_readline" = yes; then - : -elif test "$ac_cv_func_readline" = yes; then - : -elif test "$ac_cv_func_el_init" = yes; then - ac_foo=yes - LIB_readline="\$(top_builddir)/lib/editline/libel_compat.la \$(LIB_el_init) \$(LIB_tgetent)" -else - LIB_readline="\$(top_builddir)/lib/editline/libeditline.la \$(LIB_tgetent)" -fi -AM_CONDITIONAL(el_compat, test "$ac_foo" = yes) -AC_DEFINE(HAVE_READLINE, 1, - [Define if you have a readline compatible library.])dnl - -]) - -dnl -dnl $Heimdal: telnet.m4,v 1.1 2002/08/28 19:19:01 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl stuff used by telnet - -AC_DEFUN([rk_TELNET],[ -AC_DEFINE(AUTHENTICATION, 1, - [Define if you want authentication support in telnet.])dnl -AC_DEFINE(ENCRYPTION, 1, - [Define if you want encryption support in telnet.])dnl -AC_DEFINE(DES_ENCRYPTION, 1, - [Define if you want to use DES encryption in telnet.])dnl -AC_DEFINE(DIAGNOSTICS, 1, - [Define this to enable diagnostics in telnet.])dnl -AC_DEFINE(OLD_ENVIRON, 1, - [Define this to enable old environment option in telnet.])dnl -if false; then - AC_DEFINE(ENV_HACK, 1, - [Define this if you want support for broken ENV_{VAR,VAL} telnets.]) -fi - -# Simple test for streamspty, based on the existance of getmsg(), alas -# this breaks on SunOS4 which have streams but BSD-like ptys +# -*- Autoconf -*- +# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Generated from amversion.in; do not edit by hand. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"]) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION so it can be traced. +# This function is AC_REQUIREd by AC_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], + [AM_AUTOMAKE_VERSION([1.8.3])]) + +# AM_AUX_DIR_EXPAND + +# Copyright (C) 2001, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. # -# And also something wierd has happend with dec-osf1, fallback to bsd-ptys +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. -case "$host" in -*-*-aix3*|*-*-sunos4*|*-*-osf*|*-*-hpux1[[01]]*) - ;; -*) - AC_CHECK_FUNC(getmsg) - if test "$ac_cv_func_getmsg" = "yes"; then - AC_CACHE_CHECK([if getmsg works], ac_cv_func_getmsg_works, - AC_TRY_RUN([ - #include - #include - - int main() - { - int ret; - ret = getmsg(open("/dev/null", 0), NULL, NULL, NULL); - if(ret < 0 && errno == ENOSYS) - return 1; - return 0; - } - ], ac_cv_func_getmsg_works=yes, - ac_cv_func_getmsg_works=no, - ac_cv_func_getmsg_works=no)) - if test "$ac_cv_func_getmsg_works" = "yes"; then - AC_DEFINE(HAVE_GETMSG, 1, - [Define if you have a working getmsg.]) - AC_DEFINE(STREAMSPTY, 1, - [Define if you have streams ptys.]) - fi - fi - ;; -esac - -AH_BOTTOM([ -#if defined(ENCRYPTION) && !defined(AUTHENTICATION) -#define AUTHENTICATION 1 -#endif - -/* Set this to the default system lead string for telnetd - * can contain %-escapes: %s=sysname, %m=machine, %r=os-release - * %v=os-version, %t=tty, %h=hostname, %d=date and time - */ -#undef USE_IM - -/* Used with login -p */ -#undef LOGIN_ARGS - -/* set this to a sensible login */ -#ifndef LOGIN_PATH -#define LOGIN_PATH BINDIR "/login" -#endif -]) +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` ]) -dnl $Heimdal: check-compile-et.m4,v 1.7.2.1 2003/08/15 14:40:42 lha Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl CHECK_COMPILE_ET -AC_DEFUN([CHECK_COMPILE_ET], [ +# AM_CONDITIONAL -*- Autoconf -*- -AC_CHECK_PROG(COMPILE_ET, compile_et, [compile_et]) +# Copyright (C) 1997, 2000, 2001, 2003 Free Software Foundation, Inc. -krb_cv_compile_et="no" -krb_cv_com_err_need_r="" -if test "${COMPILE_ET}" = "compile_et"; then +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. -dnl We have compile_et. Now let's see if it supports `prefix' and `index'. -AC_MSG_CHECKING(whether compile_et has the features we need) -cat > conftest_et.et <<'EOF' -error_table test conf -prefix CONFTEST -index 1 -error_code CODE1, "CODE1" -index 128 -error_code CODE2, "CODE2" -end -EOF -if ${COMPILE_ET} conftest_et.et >/dev/null 2>&1; then - dnl XXX Some systems have . - save_CPPFLAGS="${CPPFLAGS}" - if test -d "/usr/include/et"; then - CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" - fi - dnl Check that the `prefix' and `index' directives were honored. - AC_TRY_RUN([ -#include -#include -#include "conftest_et.h" -int main(){ -#ifndef ERROR_TABLE_BASE_conf -#error compile_et does not handle error_table N M -#endif -return (CONFTEST_CODE2 - CONFTEST_CODE1) != 127;} - ], [krb_cv_compile_et="yes"],[CPPFLAGS="${save_CPPFLAGS}"]) +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 6 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE]) +AC_SUBST([$1_FALSE]) +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= fi -AC_MSG_RESULT(${krb_cv_compile_et}) -if test "${krb_cv_compile_et}" = "yes"; then - AC_MSG_CHECKING(for if com_err needs to have a initialize_error_table_r) - AC_EGREP_CPP(initialize_error_table_r,[#include "conftest_et.c"], - [krb_cv_com_err_need_r="initialize_error_table_r(0,0,0,0);"]) - if test X"$krb_cv_com_err_need_r" = X ; then - AC_MSG_RESULT(no) +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]) +fi])]) + +# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 7 + +# AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. +AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) + +# Do all the work for Automake. -*- Autoconf -*- + +# This macro actually does too much some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 11 + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.58])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +# test to see if srcdir already configured +if test "`cd $srcdir && pwd`" != "`pwd`" && + test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' else - AC_MSG_RESULT(yes) + CYGPATH_W=echo fi fi -rm -fr conftest* -fi +AC_SUBST([CYGPATH_W]) -if test "${krb_cv_compile_et}" = "yes"; then - dnl Since compile_et seems to work, let's check libcom_err - krb_cv_save_LIBS="${LIBS}" - LIBS="${LIBS} -lcom_err" - AC_MSG_CHECKING(for com_err) - AC_TRY_LINK([#include ],[ - const char *p; - p = error_message(0); - $krb_cv_com_err_need_r - ],[krb_cv_com_err="yes"],[krb_cv_com_err="no"; CPPFLAGS="${save_CPPFLAGS}"]) - AC_MSG_RESULT(${krb_cv_com_err}) - LIBS="${krb_cv_save_LIBS}" -else - dnl Since compile_et doesn't work, forget about libcom_err - krb_cv_com_err="no" -fi +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl -dnl Only use the system's com_err if we found compile_et, libcom_err, and -dnl com_err.h. -if test "${krb_cv_com_err}" = "yes"; then - DIR_com_err="" - LIB_com_err="-lcom_err" - LIB_com_err_a="" - LIB_com_err_so="" - AC_MSG_NOTICE(Using the already-installed com_err) -else - COMPILE_ET="\$(top_builddir)/lib/com_err/compile_et" - DIR_com_err="com_err" - LIB_com_err="\$(top_builddir)/lib/com_err/libcom_err.la" - LIB_com_err_a="\$(top_builddir)/lib/com_err/.libs/libcom_err.a" - LIB_com_err_so="\$(top_builddir)/lib/com_err/.libs/libcom_err.so" - AC_MSG_NOTICE(Using our own com_err) -fi -AC_SUBST(DIR_com_err) -AC_SUBST(LIB_com_err) -AC_SUBST(LIB_com_err_a) -AC_SUBST(LIB_com_err_so) +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AM_MISSING_PROG(AMTAR, tar) +AM_PROG_INSTALL_SH +AM_PROG_INSTALL_STRIP +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl + +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +]) ]) -dnl $Heimdal: auth-modules.m4,v 1.5.6.1 2004/04/01 07:27:32 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl -dnl Figure what authentication modules should be built -dnl -dnl rk_AUTH_MODULES(module-list) -AC_DEFUN([rk_AUTH_MODULES],[ -AC_MSG_CHECKING([which authentication modules should be built]) +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. -z='m4_ifval([$1], $1, [sia pam afskauthlib])' -LIB_AUTH_SUBDIRS= -for i in $z; do -case $i in -sia) -if test "$ac_cv_header_siad_h" = yes; then - LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS sia" -fi -;; -pam) -case "${host}" in -*-*-freebsd*) ac_cv_want_pam_krb4=no ;; -*) ac_cv_want_pam_krb4=yes ;; -esac - -if test "$ac_cv_want_pam_krb4" = yes -a \ - "$ac_cv_header_security_pam_modules_h" = yes -a \ - "$enable_shared" = yes; then - LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS pam" -fi -;; -afskauthlib) -case "${host}" in -*-*-irix[[56]]*) LIB_AUTH_SUBDIRS="$LIB_AUTH_SUBDIRS afskauthlib" ;; -esac -;; -esac +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $1 | $1:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac done -if test "$LIB_AUTH_SUBDIRS"; then - AC_MSG_RESULT($LIB_AUTH_SUBDIRS) +echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. + +# Copyright (C) 2001, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +install_sh=${install_sh-"$am_aux_dir/install-sh"} +AC_SUBST(install_sh)]) + +# -*- Autoconf -*- +# Copyright (C) 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 1 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. else - AC_MSG_RESULT(none) + am__leading_dot=_ fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) -AC_SUBST(LIB_AUTH_SUBDIRS)dnl + +# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 4 + +# AM_PROG_LEX +# ----------- +# Autoconf leaves LEX=: if lex or flex can't be found. Change that to a +# "missing" invocation, for better error output. +AC_DEFUN([AM_PROG_LEX], +[AC_PREREQ(2.50)dnl +AC_REQUIRE([AM_MISSING_HAS_RUN])dnl +AC_REQUIRE([AC_PROG_LEX])dnl +if test "$LEX" = :; then + LEX=${am_missing_run}flex +fi]) + +# Add --enable-maintainer-mode option to configure. +# From Jim Meyering + +# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004 +# Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 3 + +AC_DEFUN([AM_MAINTAINER_MODE], +[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) + dnl maintainer-mode is disabled by default + AC_ARG_ENABLE(maintainer-mode, +[ --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer], + USE_MAINTAINER_MODE=$enableval, + USE_MAINTAINER_MODE=no) + AC_MSG_RESULT([$USE_MAINTAINER_MODE]) + AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes]) + MAINT=$MAINTAINER_MODE_TRUE + AC_SUBST(MAINT)dnl +] +) + +AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE]) + +# -*- Autoconf -*- + + +# Copyright (C) 1997, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 3 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi ]) -dnl -dnl $Heimdal: destdirs.m4,v 1.2 2002/08/12 15:12:50 joda Exp $ -dnl $NetBSD: aclocal.m4,v 1.1.1.8 2004/04/02 14:47:05 lha Exp $ -dnl +# AM_PROG_MKDIR_P +# --------------- +# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. -AC_DEFUN([rk_DESTDIRS], [ -# This is done by AC_OUTPUT but we need the result here. -test "x$prefix" = xNONE && prefix=$ac_default_prefix -test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' +# Copyright (C) 2003, 2004 Free Software Foundation, Inc. -AC_FOREACH([rk_dir], [bin lib libexec localstate sbin sysconf], [ - x="${rk_dir[]dir}" - eval y="$x" - while test "x$y" != "x$x"; do - x="$y" - eval y="$x" - done - AC_DEFINE_UNQUOTED(AS_TR_CPP(rk_dir[]dir), "$x", [path to ]rk_dir[])]) -]) +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories +# created by `make install' are always world readable, even if the +# installer happens to have an overly restrictive umask (e.g. 077). +# This was a mistake. There are at least two reasons why we must not +# use `-m 0755': +# - it causes special bits like SGID to be ignored, +# - it may be too restrictive (some setups expect 775 directories). +# +# Do not use -m 0755 and let people choose whatever they expect by +# setting umask. +# +# We cannot accept any implementation of `mkdir' that recognizes `-p'. +# Some implementations (such as Solaris 8's) are not thread-safe: if a +# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' +# concurrently, both version can detect that a/ is missing, but only +# one can create it and the other will error out. Consequently we +# restrict ourselves to GNU make (using the --version option ensures +# this.) +AC_DEFUN([AM_PROG_MKDIR_P], +[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + # Keeping the `.' argument allows $(mkdir_p) to be used without + # argument. Indeed, we sometimes output rules like + # $(mkdir_p) $(somedir) + # where $(somedir) is conditionally defined. + # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more + # expensive solution, as it forces Make to start a sub-shell.) + mkdir_p='mkdir -p -- .' +else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + for d in ./-p ./--version; + do + test -d $d && rmdir $d + done + # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. + if test -f "$ac_aux_dir/mkinstalldirs"; then + mkdir_p='$(mkinstalldirs)' + else + mkdir_p='$(install_sh) -d' + fi +fi +AC_SUBST([mkdir_p])]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 2 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# +# Check to make sure that the build environment is sane. +# + +# Copyright (C) 1996, 1997, 2000, 2001, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# serial 3 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t $srcdir/configure conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# AM_PROG_INSTALL_STRIP + +# Copyright (C) 2001, 2003 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +m4_include([cf/aix.m4]) +m4_include([cf/auth-modules.m4]) +m4_include([cf/broken-getaddrinfo.m4]) +m4_include([cf/broken-getnameinfo.m4]) +m4_include([cf/broken-glob.m4]) +m4_include([cf/broken-realloc.m4]) +m4_include([cf/broken-snprintf.m4]) +m4_include([cf/broken.m4]) +m4_include([cf/broken2.m4]) +m4_include([cf/c-attribute.m4]) +m4_include([cf/capabilities.m4]) +m4_include([cf/check-compile-et.m4]) +m4_include([cf/check-declaration.m4]) +m4_include([cf/check-getpwnam_r-posix.m4]) +m4_include([cf/check-man.m4]) +m4_include([cf/check-netinet-ip-and-tcp.m4]) +m4_include([cf/check-type-extra.m4]) +m4_include([cf/check-var.m4]) +m4_include([cf/check-x.m4]) +m4_include([cf/check-xau.m4]) +m4_include([cf/crypto.m4]) +m4_include([cf/db.m4]) +m4_include([cf/destdirs.m4]) +m4_include([cf/dlopen.m4]) +m4_include([cf/find-func-no-libs.m4]) +m4_include([cf/find-func-no-libs2.m4]) +m4_include([cf/find-func.m4]) +m4_include([cf/find-if-not-broken.m4]) +m4_include([cf/have-struct-field.m4]) +m4_include([cf/have-type.m4]) +m4_include([cf/irix.m4]) +m4_include([cf/krb-bigendian.m4]) +m4_include([cf/krb-func-getlogin.m4]) +m4_include([cf/krb-ipv6.m4]) +m4_include([cf/krb-prog-ln-s.m4]) +m4_include([cf/krb-readline.m4]) +m4_include([cf/krb-struct-spwd.m4]) +m4_include([cf/krb-struct-winsize.m4]) +m4_include([cf/mips-abi.m4]) +m4_include([cf/misc.m4]) +m4_include([cf/need-proto.m4]) +m4_include([cf/osfc2.m4]) +m4_include([cf/otp.m4]) +m4_include([cf/proto-compat.m4]) +m4_include([cf/retsigtype.m4]) +m4_include([cf/roken-frag.m4]) +m4_include([cf/sunos.m4]) +m4_include([cf/telnet.m4]) +m4_include([cf/test-package.m4]) +m4_include([cf/wflags.m4]) +m4_include([cf/with-all.m4]) diff --git a/crypto/dist/heimdal/admin/get.c b/crypto/dist/heimdal/admin/get.c index 7ce48397ccc7..b1f7555c0973 100644 --- a/crypto/dist/heimdal/admin/get.c +++ b/crypto/dist/heimdal/admin/get.c @@ -33,8 +33,8 @@ #include "ktutil_locl.h" -__RCSID("$Heimdal: get.c,v 1.22 2003/01/16 19:03:23 lha Exp $" - "$NetBSD: get.c,v 1.1.1.7 2003/05/15 20:28:40 lha Exp $"); +__RCSID("$Heimdal: get.c,v 1.22.2.1 2004/06/21 10:55:46 lha Exp $" + "$NetBSD: get.c,v 1.1.1.8 2004/09/14 07:46:16 lha Exp $"); static void* open_kadmin_connection(char *principal, @@ -171,6 +171,10 @@ kt_get(int argc, char **argv) krb5_keytab_entry entry; ret = krb5_parse_name(context, argv[i], &princ_ent); + if (ret) { + krb5_warn(context, ret, "can't parse principal %s", argv[i]); + continue; + } memset(&princ, 0, sizeof(princ)); princ.principal = princ_ent; mask |= KADM5_PRINCIPAL; diff --git a/crypto/dist/heimdal/appl/ftp/ChangeLog b/crypto/dist/heimdal/appl/ftp/ChangeLog index a7a85e81a942..74ed7429d1d4 100644 --- a/crypto/dist/heimdal/appl/ftp/ChangeLog +++ b/crypto/dist/heimdal/appl/ftp/ChangeLog @@ -1,3 +1,29 @@ +2004-08-20 Love Hörnquist Åstrand + + * ftp/ftp.c: 1.77: send ABOR protect with security layer if its there + + * ftpd/{ftpd_locl.h, extern.h, ftpcmd.y, ftpd.8, ftpd.c}: + Remove all traces of setjmp/longjmp. + Handle those command that is needed in oobhandler, + those are ABOR, STAT, ENC, CONF, MIC. + add options to turn off insecure OOB handling and document the option + + Changes inspired by openbsd and netbsd changes but quite diffrent is + most places since the code no longer look and is structured the same + way. + + extern.h: 1.25 + ftpcmd.y: 1.65 + ftpd.8: 1.22 + ftpd.c: 1.170 + ftpd_locl.h: 1.14 + +2004-06-21 Love Hörnquist Åstrand + + * ftpd/ftpcmd.y: 1.64: make cbuf 64k to handle lager tickets From: + MAAAAA MOOOR 1.63: strncasecmp returns + integer so don't compare with NULL + 2004-03-14 Love Hörnquist Åstrand * ftpd/ftpd.c: 1.169: (main): setpag if there is krb4 OR krb5 diff --git a/crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h b/crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h index a2e1d3639dce..e2d10860d7f3 100644 --- a/crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h +++ b/crypto/dist/heimdal/appl/ftp/ftpd/ftpd_locl.h @@ -31,8 +31,8 @@ * SUCH DAMAGE. */ -/* $Heimdal: ftpd_locl.h,v 1.13 2003/03/18 13:37:13 lha Exp $ - $NetBSD: ftpd_locl.h,v 1.1.1.5 2003/05/15 20:28:43 lha Exp $ */ +/* $Heimdal: ftpd_locl.h,v 1.13.2.1 2004/08/20 15:17:07 lha Exp $ + $NetBSD: ftpd_locl.h,v 1.1.1.6 2004/09/14 07:46:27 lha Exp $ */ #ifndef __ftpd_locl_h__ #define __ftpd_locl_h__ @@ -112,7 +112,6 @@ #ifdef HAVE_PWD_H #include #endif -#include #include #include #include diff --git a/crypto/dist/heimdal/appl/login/ChangeLog b/crypto/dist/heimdal/appl/login/ChangeLog index 9fcd5d2eaac0..3da323743aad 100644 --- a/crypto/dist/heimdal/appl/login/ChangeLog +++ b/crypto/dist/heimdal/appl/login/ChangeLog @@ -1,3 +1,8 @@ +2004-09-08 Johan Danielsson + + * login.c: pull up 1.62->1.63: use krb5_appdefault_boolean instead + of krb5_config_get_bool + 2003-03-24 Johan Danielsson * Makefile.am: install man pages diff --git a/crypto/dist/heimdal/appl/login/login.c b/crypto/dist/heimdal/appl/login/login.c index dc5a6a9822a5..3bb6a385e23f 100644 --- a/crypto/dist/heimdal/appl/login/login.c +++ b/crypto/dist/heimdal/appl/login/login.c @@ -39,8 +39,8 @@ #include #endif -__RCSID("$Heimdal: login.c,v 1.59 2003/03/24 15:57:10 joda Exp $" - "$NetBSD: login.c,v 1.1.1.7 2003/05/15 20:28:41 lha Exp $"); +__RCSID("$Heimdal: login.c,v 1.59.2.1 2004/09/08 09:15:39 joda Exp $" + "$NetBSD: login.c,v 1.1.1.8 2004/09/14 07:46:17 lha Exp $"); static int login_timeout = 60; @@ -182,21 +182,19 @@ krb5_to4 (krb5_ccache id) int get_v4_tgt; - get_v4_tgt = krb5_config_get_bool(context, NULL, - "libdefaults", - "krb4_get_tickets", - NULL); - ret = krb5_cc_get_principal(context, id, &princ); - if (ret == 0) { - get_v4_tgt = krb5_config_get_bool_default(context, NULL, - get_v4_tgt, - "realms", - *krb5_princ_realm(context, - princ), - "krb4_get_tickets", - NULL); + if(ret == 0) { + krb5_appdefault_boolean(context, "login", + krb5_principal_get_realm(context, princ), + "krb4_get_tickets", FALSE, &get_v4_tgt); krb5_free_principal(context, princ); + } else { + krb5_realm realm = NULL; + krb5_get_default_realm(context, &realm); + krb5_appdefault_boolean(context, "login", + realm, + "krb4_get_tickets", FALSE, &get_v4_tgt); + free(realm); } if (get_v4_tgt) { diff --git a/crypto/dist/heimdal/appl/push/ChangeLog b/crypto/dist/heimdal/appl/push/ChangeLog index e90e34e85392..e158181043b9 100644 --- a/crypto/dist/heimdal/appl/push/ChangeLog +++ b/crypto/dist/heimdal/appl/push/ChangeLog @@ -1,3 +1,7 @@ +2004-06-21 Love Hörnquist Åstrand + + * push.c: 1.48: alloc memory to handle very long lines + 2003-04-03 Assar Westerlund * push.c: fixed one incorrect fprintf to stderr diff --git a/crypto/dist/heimdal/appl/push/push.c b/crypto/dist/heimdal/appl/push/push.c index 23914d8643be..2abe30c99547 100644 --- a/crypto/dist/heimdal/appl/push/push.c +++ b/crypto/dist/heimdal/appl/push/push.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997-2001, 2003 Kungliga Tekniska Högskolan + * Copyright (c) 1997-2004 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -32,8 +32,8 @@ */ #include "push_locl.h" -__RCSID("$Heimdal: push.c,v 1.47 2003/04/04 02:10:17 assar Exp $" - "$NetBSD: push.c,v 1.1.1.6 2003/05/15 20:28:43 lha Exp $"); +__RCSID("$Heimdal: push.c,v 1.47.2.1 2004/06/21 10:54:46 lha Exp $" + "$NetBSD: push.c,v 1.1.1.7 2004/09/14 07:46:24 lha Exp $"); #ifdef KRB4 static int use_v4 = -1; @@ -215,9 +215,10 @@ doit(int s, int ret; char out_buf[PUSH_BUFSIZ]; int out_len = 0; - char in_buf[PUSH_BUFSIZ + 1]; /* sentinel */ + char *in_buf; + size_t in_buf_size; size_t in_len = 0; - char *in_ptr = in_buf; + char *in_ptr; pop_state state = INIT; unsigned count, bytes; unsigned asked_for = 0, retrieved = 0, asked_deleted = 0, deleted = 0; @@ -232,6 +233,10 @@ doit(int s, int i; char *tmp = NULL; + in_buf = emalloc(PUSH_BUFSIZ + 1); + in_ptr = in_buf; + in_buf_size = PUSH_BUFSIZ; + if (do_from) { char *tmp2; @@ -311,7 +316,14 @@ doit(int s, size_t rem; int blank_line = 0; - ret = read (s, in_ptr, sizeof(in_buf) - in_len - 1); + if(in_len >= in_buf_size) { + char *tmp = erealloc(in_buf, in_buf_size + PUSH_BUFSIZ + 1); + in_ptr = tmp + (in_ptr - in_buf); + in_buf = tmp; + in_buf_size += PUSH_BUFSIZ; + } + + ret = read (s, in_ptr, in_buf_size - in_len); if (ret < 0) err (1, "read"); else if (ret == 0) diff --git a/crypto/dist/heimdal/appl/telnet/ChangeLog b/crypto/dist/heimdal/appl/telnet/ChangeLog index 0c1da14253d4..610655763d1b 100644 --- a/crypto/dist/heimdal/appl/telnet/ChangeLog +++ b/crypto/dist/heimdal/appl/telnet/ChangeLog @@ -1,3 +1,15 @@ +2004-06-21 Love Hörnquist Åstrand + + * telnet/network.c: 1.12: make network rings larger From: MAAAAA + MOOOR + + * telnetd/state.c: 1.14: make subbuffer larger XXX resize + dynamicly From: MAAAAA MOOOR + + * libtelnet/kerberos5.c: 1.54: (Data): allocate the data needed to + be send + From: MAAAAA MOOOR + 2004-03-22 Love Hörnquist Åstrand * telnetd/telnetd.c: call setprogname to make libvers happy diff --git a/crypto/dist/heimdal/appl/xnlock/ChangeLog b/crypto/dist/heimdal/appl/xnlock/ChangeLog index 54c4159c20b8..ca1da3750620 100644 --- a/crypto/dist/heimdal/appl/xnlock/ChangeLog +++ b/crypto/dist/heimdal/appl/xnlock/ChangeLog @@ -1,3 +1,8 @@ +2004-09-08 Johan Danielsson + + * xnlock.c: pull up 1.99->1.100: use krb5_appdefault_boolean + instead of krb5_config_get_bool + 2004-03-22 Johan Danielsson * xnlock.c: protect the world from des_encrypt in crypt.h diff --git a/crypto/dist/heimdal/appl/xnlock/xnlock.c b/crypto/dist/heimdal/appl/xnlock/xnlock.c index 108088a1868f..cd955c8910ab 100644 --- a/crypto/dist/heimdal/appl/xnlock/xnlock.c +++ b/crypto/dist/heimdal/appl/xnlock/xnlock.c @@ -8,8 +8,8 @@ */ #ifdef HAVE_CONFIG_H #include -__RCSID("$Heimdal: xnlock.c,v 1.93.2.3 2004/03/22 17:35:00 joda Exp $" - "$NetBSD: xnlock.c,v 1.1.1.8 2004/04/02 14:47:32 lha Exp $"); +__RCSID("$Heimdal: xnlock.c,v 1.93.2.4 2004/09/08 09:16:00 joda Exp $" + "$NetBSD: xnlock.c,v 1.1.1.9 2004/09/14 07:46:24 lha Exp $"); #endif #include @@ -580,6 +580,7 @@ verify_krb5(const char *password) { krb5_error_code ret; krb5_ccache id; + krb5_boolean get_v4_tgt; krb5_cc_default(context, &id); ret = krb5_verify_user(context, @@ -590,10 +591,10 @@ verify_krb5(const char *password) NULL); if (ret == 0){ #ifdef KRB4 - if (krb5_config_get_bool(context, NULL, - "libdefaults", - "krb4_get_tickets", - NULL)) { + krb5_appdefault_boolean(context, "xnlock", + krb5_principal_get_realm(context, client), + "krb4_get_tickets", FALSE, &get_v4_tgt); + if(get_v4_tgt) { CREDENTIALS c; krb5_creds mcred, cred; diff --git a/crypto/dist/heimdal/compile b/crypto/dist/heimdal/compile index 9bb997a6a9b4..a81e000ae1ac 100755 --- a/crypto/dist/heimdal/compile +++ b/crypto/dist/heimdal/compile @@ -1,8 +1,9 @@ #! /bin/sh - # Wrapper for compilers which do not understand `-c -o'. -# Copyright 1999, 2000 Free Software Foundation, Inc. +scriptversion=2003-11-09.00 + +# Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -24,9 +25,36 @@ # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. -# Usage: -# compile PROGRAM [ARGS]... -# `-o FOO.o' is removed from the args passed to the actual compile. +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +case $1 in + '') + echo "$0: No command. Try \`$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand `-c -o'. +Remove `-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file `INSTALL'. + +Report bugs to . +EOF + exit 0 + ;; + -v | --v*) + echo "compile $scriptversion" + exit 0 + ;; +esac + prog=$1 shift @@ -35,39 +63,39 @@ ofile= cfile= args= while test $# -gt 0; do - case "$1" in + case "$1" in -o) - # configure might choose to run compile as `compile cc -o foo foo.c'. - # So we do something ugly here. - ofile=$2 - shift - case "$ofile" in + # configure might choose to run compile as `compile cc -o foo foo.c'. + # So we do something ugly here. + ofile=$2 + shift + case "$ofile" in *.o | *.obj) - ;; + ;; *) - args="$args -o $ofile" - ofile= - ;; - esac + args="$args -o $ofile" + ofile= + ;; + esac ;; *.c) - cfile=$1 - args="$args $1" - ;; + cfile=$1 + args="$args $1" + ;; *) - args="$args $1" - ;; - esac - shift + args="$args $1" + ;; + esac + shift done if test -z "$ofile" || test -z "$cfile"; then - # If no `-o' option was seen then we might have been invoked from a - # pattern rule where we don't need one. That is ok -- this is a - # normal compilation that the losing compiler can handle. If no - # `.c' file was seen then we are probably linking. That is also - # ok. - exec "$prog" $args + # If no `-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # `.c' file was seen then we are probably linking. That is also + # ok. + exec "$prog" $args fi # Name of file we expect compiler to create. @@ -79,10 +107,10 @@ cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'` # object file name, since that is what matters with a parallel build. lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d while true; do - if mkdir $lockdir > /dev/null 2>&1; then - break - fi - sleep 1 + if mkdir $lockdir > /dev/null 2>&1; then + break + fi + sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir $lockdir; exit 1" 1 2 15 @@ -92,8 +120,17 @@ trap "rmdir $lockdir; exit 1" 1 2 15 status=$? if test -f "$cofile"; then - mv "$cofile" "$ofile" + mv "$cofile" "$ofile" fi rmdir $lockdir exit $status + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/crypto/dist/heimdal/config.log b/crypto/dist/heimdal/config.log index 39af9f2ea00b..9a7d641060eb 100644 --- a/crypto/dist/heimdal/config.log +++ b/crypto/dist/heimdal/config.log @@ -1,7 +1,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Heimdal configure 0.6.2, which was +It was created by Heimdal configure 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --with-krb4=/usr --with-krb4-include=/usr/include/kerberosIV @@ -10,11 +10,11 @@ generated by GNU Autoconf 2.59. Invocation command line was ## Platform. ## ## --------- ## -hostname = hummel.it.su.se +hostname = nutcracker.stacken.kth.se uname -m = i386 -uname -r = 2.0C +uname -r = 2.0G uname -s = NetBSD -uname -v = NetBSD 2.0C (HUMMEL) #1: Thu May 6 13:29:14 CEST 2004 lha@nutcracker.stacken.kth.se:/usr/src/sys/arch/i386/compile/HUMMEL +uname -v = NetBSD 2.0G (NUTCRACKER) #120: Thu Sep 9 12:49:36 CEST 2004 lha@nutcracker.stacken.kth.se:/usr/src/sys/arch/i386/compile/NUTCRACKER /usr/bin/uname -p = i386 /bin/uname -X = unknown @@ -53,7 +53,7 @@ configure:1623: found /usr/bin/gcc configure:1633: result: gcc configure:1877: checking for C compiler version configure:1880: gcc --version &5 -gcc (GCC) 3.3.3 (NetBSD nb1 20040301) +gcc (GCC) 3.3.3 (NetBSD nb3 20040520) Copyright (C) 2003 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. @@ -61,9 +61,9 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1883: $? = 0 configure:1885: gcc -v &5 Using built-in specs. -Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf --host=i386--netbsdelf --target=i386--netbsdelf +Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf Thread model: posix -gcc version 3.3.3 (NetBSD nb1 20040301) +gcc version 3.3.3 (NetBSD nb3 20040520) configure:1888: $? = 0 configure:1890: gcc -V &5 gcc: `-V' option must have argument @@ -114,7 +114,7 @@ configure:2313: test -s conftest.o configure:2316: $? = 0 configure:2334: result: none needed configure:2352: gcc -c -g -O2 conftest.c >&5 -conftest.c:2: error: syntax error before "me" +conftest.c:2: error: parse error before "me" configure:2358: $? = 1 configure: failed program was: | #ifndef __cplusplus @@ -131,8 +131,8 @@ configure: failed program was: | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | /* end confdefs.h. */ | #include @@ -147,8 +147,8 @@ configure: failed program was: | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | /* end confdefs.h. */ | #include @@ -156,271 +156,264 @@ configure:2766: checking for a BSD-compatible install configure:2821: result: /usr/bin/install -c configure:2832: checking whether build environment is sane configure:2875: result: yes -configure:2908: checking for gawk -configure:2937: result: no -configure:2908: checking for mawk -configure:2937: result: no -configure:2908: checking for nawk -configure:2937: result: no -configure:2908: checking for awk -configure:2924: found /usr/bin/awk -configure:2934: result: awk -configure:2944: checking whether make sets $(MAKE) -configure:2964: result: yes -configure:3128: checking whether to enable maintainer-specific portions of Makefiles -configure:3137: result: no -configure:3164: checking build system type -configure:3182: result: i386-unknown-netbsdelf2.0C -configure:3190: checking host system type -configure:3204: result: i386-unknown-netbsdelf2.0C -configure:3223: checking for special C compiler options needed for large files -configure:3322: result: no -configure:3328: checking for _FILE_OFFSET_BITS value needed for large files -configure:3359: gcc -c -g -O2 conftest.c >&5 -configure:3365: $? = 0 -configure:3369: test -z +configure:2932: checking for gawk +configure:2948: found /usr/pkg/bin/gawk +configure:2958: result: gawk +configure:2968: checking whether make sets $(MAKE) +configure:2988: result: yes +configure:3152: checking whether to enable maintainer-specific portions of Makefiles +configure:3161: result: no +configure:3188: checking build system type +configure:3206: result: i386-unknown-netbsdelf2.0G +configure:3214: checking host system type +configure:3228: result: i386-unknown-netbsdelf2.0G +configure:3247: checking for special C compiler options needed for large files +configure:3346: result: no +configure:3352: checking for _FILE_OFFSET_BITS value needed for large files +configure:3383: gcc -c -g -O2 conftest.c >&5 +configure:3389: $? = 0 +configure:3393: test -z || test ! -s conftest.err -configure:3372: $? = 0 -configure:3375: test -s conftest.o -configure:3378: $? = 0 -configure:3443: result: no -configure:3453: checking for _LARGE_FILES value needed for large files -configure:3484: gcc -c -g -O2 conftest.c >&5 -configure:3490: $? = 0 -configure:3494: test -z +configure:3396: $? = 0 +configure:3399: test -s conftest.o +configure:3402: $? = 0 +configure:3467: result: no +configure:3477: checking for _LARGE_FILES value needed for large files +configure:3508: gcc -c -g -O2 conftest.c >&5 +configure:3514: $? = 0 +configure:3518: test -z || test ! -s conftest.err -configure:3497: $? = 0 -configure:3500: test -s conftest.o -configure:3503: $? = 0 -configure:3568: result: no -configure:3597: checking for bison -configure:3626: result: no -configure:3597: checking for byacc -configure:3626: result: no -configure:3638: checking for flex -configure:3654: found /usr/bin/flex -configure:3664: result: flex -configure:3677: checking for yywrap in -lfl -configure:3707: gcc -o conftest -g -O2 conftest.c -lfl >&5 -configure:3713: $? = 0 -configure:3717: test -z +configure:3521: $? = 0 +configure:3524: test -s conftest.o +configure:3527: $? = 0 +configure:3592: result: no +configure:3621: checking for bison +configure:3637: found /usr/pkg/bin/bison +configure:3647: result: bison -y +configure:3662: checking for flex +configure:3678: found /usr/bin/flex +configure:3688: result: flex +configure:3701: checking for yywrap in -lfl +configure:3731: gcc -o conftest -g -O2 conftest.c -lfl >&5 +configure:3737: $? = 0 +configure:3741: test -z || test ! -s conftest.err -configure:3720: $? = 0 -configure:3723: test -s conftest -configure:3726: $? = 0 -configure:3739: result: yes -configure:3817: checking lex output file root -configure:3828: flex conftest.l -configure:3831: $? = 0 -configure:3843: result: lex.yy -configure:3848: checking whether yytext is a pointer -configure:3864: gcc -o conftest -g -O2 conftest.c -lfl >&5 -configure:3870: $? = 0 -configure:3874: test -z +configure:3744: $? = 0 +configure:3747: test -s conftest +configure:3750: $? = 0 +configure:3763: result: yes +configure:3841: checking lex output file root +configure:3852: flex conftest.l +configure:3855: $? = 0 +configure:3867: result: lex.yy +configure:3872: checking whether yytext is a pointer +configure:3888: gcc -o conftest -g -O2 conftest.c -lfl >&5 +configure:3894: $? = 0 +configure:3898: test -z || test ! -s conftest.err -configure:3877: $? = 0 -configure:3880: test -s conftest -configure:3883: $? = 0 -configure:3897: result: yes -configure:3915: checking for gawk -configure:3941: result: awk -configure:3951: checking for ln -s or something else -configure:3972: result: ln -s -configure:4164: checking for __attribute__ -configure:4196: gcc -c -g -O2 conftest.c >&5 -configure:4202: $? = 0 -configure:4206: test -z +configure:3901: $? = 0 +configure:3904: test -s conftest +configure:3907: $? = 0 +configure:3921: result: yes +configure:3939: checking for gawk +configure:3965: result: gawk +configure:3975: checking for ln -s or something else +configure:3996: result: ln -s +configure:4188: checking for __attribute__ +configure:4220: gcc -c -g -O2 conftest.c >&5 +configure:4226: $? = 0 +configure:4230: test -z || test ! -s conftest.err -configure:4209: $? = 0 -configure:4212: test -s conftest.o -configure:4215: $? = 0 -configure:4234: result: yes -configure:4310: checking for a sed that does not truncate output -configure:4364: result: /usr/bin/sed -configure:4367: checking for egrep -configure:4377: result: grep -E -configure:4393: checking for ld used by gcc -configure:4460: result: /usr/bin/ld -configure:4469: checking if the linker (/usr/bin/ld) is GNU ld -configure:4484: result: yes -configure:4489: checking for /usr/bin/ld option to reload object files -configure:4496: result: -r -configure:4505: checking for BSD-compatible nm -configure:4547: result: /usr/bin/nm -B -configure:4551: checking whether ln -s works -configure:4555: result: yes -configure:4562: checking how to recognise dependent libraries -configure:4745: result: match_pattern /lib[^/]+(\.so|_pic\.a)$ -configure:4952: checking for ANSI C header files -configure:4977: gcc -c -g -O2 conftest.c >&5 -configure:4983: $? = 0 -configure:4987: test -z +configure:4233: $? = 0 +configure:4236: test -s conftest.o +configure:4239: $? = 0 +configure:4258: result: yes +configure:4334: checking for a sed that does not truncate output +configure:4388: result: /usr/pkg/bin/gsed +configure:4391: checking for egrep +configure:4401: result: grep -E +configure:4417: checking for ld used by gcc +configure:4484: result: /usr/bin/ld +configure:4493: checking if the linker (/usr/bin/ld) is GNU ld +configure:4508: result: yes +configure:4513: checking for /usr/bin/ld option to reload object files +configure:4520: result: -r +configure:4529: checking for BSD-compatible nm +configure:4571: result: /usr/bin/nm -B +configure:4575: checking whether ln -s works +configure:4579: result: yes +configure:4586: checking how to recognise dependent libraries +configure:4769: result: match_pattern /lib[^/]+(\.so|_pic\.a)$ +configure:4976: checking for ANSI C header files +configure:5001: gcc -c -g -O2 conftest.c >&5 +configure:5007: $? = 0 +configure:5011: test -z || test ! -s conftest.err -configure:4990: $? = 0 -configure:4993: test -s conftest.o -configure:4996: $? = 0 -configure:5082: gcc -o conftest -g -O2 conftest.c >&5 -configure:5085: $? = 0 -configure:5087: ./conftest -configure:5090: $? = 0 -configure:5105: result: yes -configure:5129: checking for sys/types.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5014: $? = 0 +configure:5017: test -s conftest.o +configure:5020: $? = 0 +configure:5106: gcc -o conftest -g -O2 conftest.c >&5 +configure:5109: $? = 0 +configure:5111: ./conftest +configure:5114: $? = 0 +configure:5129: result: yes +configure:5153: checking for sys/types.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5129: checking for sys/stat.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5153: checking for sys/stat.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5129: checking for stdlib.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5153: checking for stdlib.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5129: checking for string.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5153: checking for string.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5129: checking for memory.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5153: checking for memory.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5129: checking for strings.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5153: checking for strings.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5129: checking for inttypes.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5153: checking for inttypes.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5129: checking for stdint.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5153: checking for stdint.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5129: checking for unistd.h -configure:5145: gcc -c -g -O2 conftest.c >&5 -configure:5151: $? = 0 -configure:5155: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5153: checking for unistd.h +configure:5169: gcc -c -g -O2 conftest.c >&5 +configure:5175: $? = 0 +configure:5179: test -z || test ! -s conftest.err -configure:5158: $? = 0 -configure:5161: test -s conftest.o -configure:5164: $? = 0 -configure:5175: result: yes -configure:5201: checking dlfcn.h usability -configure:5213: gcc -c -g -O2 conftest.c >&5 -configure:5219: $? = 0 -configure:5223: test -z +configure:5182: $? = 0 +configure:5185: test -s conftest.o +configure:5188: $? = 0 +configure:5199: result: yes +configure:5225: checking dlfcn.h usability +configure:5237: gcc -c -g -O2 conftest.c >&5 +configure:5243: $? = 0 +configure:5247: test -z || test ! -s conftest.err -configure:5226: $? = 0 -configure:5229: test -s conftest.o -configure:5232: $? = 0 -configure:5242: result: yes -configure:5246: checking dlfcn.h presence -configure:5256: gcc -E conftest.c -configure:5262: $? = 0 -configure:5282: result: yes -configure:5317: checking for dlfcn.h -configure:5324: result: yes -configure:5389: checking for g++ -configure:5405: found /usr/bin/g++ -configure:5415: result: g++ -configure:5431: checking for C++ compiler version -configure:5434: g++ --version &5 -g++ (GCC) 3.3.3 (NetBSD nb1 20040301) +configure:5250: $? = 0 +configure:5253: test -s conftest.o +configure:5256: $? = 0 +configure:5266: result: yes +configure:5270: checking dlfcn.h presence +configure:5280: gcc -E conftest.c +configure:5286: $? = 0 +configure:5306: result: yes +configure:5341: checking for dlfcn.h +configure:5348: result: yes +configure:5413: checking for g++ +configure:5429: found /usr/bin/g++ +configure:5439: result: g++ +configure:5455: checking for C++ compiler version +configure:5458: g++ --version &5 +g++ (GCC) 3.3.3 (NetBSD nb3 20040520) Copyright (C) 2003 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:5437: $? = 0 -configure:5439: g++ -v &5 +configure:5461: $? = 0 +configure:5463: g++ -v &5 Using built-in specs. -Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf --host=i386--netbsdelf --target=i386--netbsdelf +Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf Thread model: posix -gcc version 3.3.3 (NetBSD nb1 20040301) -configure:5442: $? = 0 -configure:5444: g++ -V &5 +gcc version 3.3.3 (NetBSD nb3 20040520) +configure:5466: $? = 0 +configure:5468: g++ -V &5 g++: `-V' option must have argument -configure:5447: $? = 1 -configure:5450: checking whether we are using the GNU C++ compiler -configure:5474: g++ -c conftest.cc >&5 -configure:5480: $? = 0 -configure:5484: test -z +configure:5471: $? = 1 +configure:5474: checking whether we are using the GNU C++ compiler +configure:5498: g++ -c conftest.cc >&5 +configure:5504: $? = 0 +configure:5508: test -z || test ! -s conftest.err -configure:5487: $? = 0 -configure:5490: test -s conftest.o -configure:5493: $? = 0 -configure:5506: result: yes -configure:5512: checking whether g++ accepts -g -configure:5533: g++ -c -g conftest.cc >&5 -configure:5539: $? = 0 -configure:5543: test -z +configure:5511: $? = 0 +configure:5514: test -s conftest.o +configure:5517: $? = 0 +configure:5530: result: yes +configure:5536: checking whether g++ accepts -g +configure:5557: g++ -c -g conftest.cc >&5 +configure:5563: $? = 0 +configure:5567: test -z || test ! -s conftest.err -configure:5546: $? = 0 -configure:5549: test -s conftest.o -configure:5552: $? = 0 -configure:5563: result: yes -configure:5605: g++ -c -g -O2 conftest.cc >&5 -configure:5611: $? = 0 -configure:5615: test -z +configure:5570: $? = 0 +configure:5573: test -s conftest.o +configure:5576: $? = 0 +configure:5587: result: yes +configure:5629: g++ -c -g -O2 conftest.cc >&5 +configure:5635: $? = 0 +configure:5639: test -z || test ! -s conftest.err -configure:5618: $? = 0 -configure:5621: test -s conftest.o -configure:5624: $? = 0 -configure:5650: g++ -c -g -O2 conftest.cc >&5 +configure:5642: $? = 0 +configure:5645: test -s conftest.o +configure:5648: $? = 0 +configure:5674: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:29: error: `exit' undeclared (first use this function) conftest.cc:29: error: (Each undeclared identifier is reported only once for each function it appears in.) -configure:5656: $? = 1 +configure:5680: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -444,36 +437,36 @@ configure: failed program was: | ; | return 0; | } -configure:5605: g++ -c -g -O2 conftest.cc >&5 -configure:5611: $? = 0 -configure:5615: test -z +configure:5629: g++ -c -g -O2 conftest.cc >&5 +configure:5635: $? = 0 +configure:5639: test -z || test ! -s conftest.err -configure:5618: $? = 0 -configure:5621: test -s conftest.o -configure:5624: $? = 0 -configure:5650: g++ -c -g -O2 conftest.cc >&5 -configure:5656: $? = 0 -configure:5660: test -z +configure:5642: $? = 0 +configure:5645: test -s conftest.o +configure:5648: $? = 0 +configure:5674: g++ -c -g -O2 conftest.cc >&5 +configure:5680: $? = 0 +configure:5684: test -z || test ! -s conftest.err -configure:5663: $? = 0 -configure:5666: test -s conftest.o -configure:5669: $? = 0 -configure:5697: checking how to run the C++ preprocessor -configure:5728: g++ -E conftest.cc -configure:5734: $? = 0 -configure:5766: g++ -E conftest.cc +configure:5687: $? = 0 +configure:5690: test -s conftest.o +configure:5693: $? = 0 +configure:5721: checking how to run the C++ preprocessor +configure:5752: g++ -E conftest.cc +configure:5758: $? = 0 +configure:5790: g++ -E conftest.cc conftest.cc:28:28: ac_nonexistent.h: No such file or directory -configure:5772: $? = 1 +configure:5796: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -493,22 +486,22 @@ configure: failed program was: | #endif | /* end confdefs.h. */ | #include -configure:5811: result: g++ -E -configure:5835: g++ -E conftest.cc -configure:5841: $? = 0 -configure:5873: g++ -E conftest.cc +configure:5835: result: g++ -E +configure:5859: g++ -E conftest.cc +configure:5865: $? = 0 +configure:5897: g++ -E conftest.cc conftest.cc:28:28: ac_nonexistent.h: No such file or directory -configure:5879: $? = 1 +configure:5903: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -528,12 +521,12 @@ configure: failed program was: | #endif | /* end confdefs.h. */ | #include -configure:5974: checking for g77 -configure:5990: found /usr/bin/g77 -configure:6000: result: g77 -configure:6018: checking for Fortran 77 compiler version -configure:6018: g77 --version &5 -GNU Fortran (GCC) 3.3.3 (NetBSD nb1 20040301) +configure:5998: checking for g77 +configure:6014: found /usr/bin/g77 +configure:6024: result: g77 +configure:6042: checking for Fortran 77 compiler version +configure:6042: g77 --version &5 +GNU Fortran (GCC) 3.3.3 (NetBSD nb3 20040520) Copyright (C) 2002 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. @@ -541,434 +534,261 @@ You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. -configure:6021: $? = 0 -configure:6023: g77 -v &5 +configure:6045: $? = 0 +configure:6047: g77 -v &5 Using built-in specs. -Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf --host=i386--netbsdelf --target=i386--netbsdelf +Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf : (reconfigured) /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf Thread model: posix -gcc version 3.3.3 (NetBSD nb1 20040301) -configure:6026: $? = 0 -configure:6028: g77 -V &5 +gcc version 3.3.3 (NetBSD nb3 20040520) +configure:6050: $? = 0 +configure:6052: g77 -V &5 g77: `-V' option must have argument -configure:6031: $? = 1 -configure:6039: checking whether we are using the GNU Fortran 77 compiler -configure:6053: g77 -c conftest.F >&5 -configure:6059: $? = 0 -configure:6063: test -z +configure:6055: $? = 1 +configure:6063: checking whether we are using the GNU Fortran 77 compiler +configure:6077: g77 -c conftest.F >&5 +configure:6083: $? = 0 +configure:6087: test -z || test ! -s conftest.err -configure:6066: $? = 0 -configure:6069: test -s conftest.o -configure:6072: $? = 0 -configure:6085: result: yes -configure:6091: checking whether g77 accepts -g -configure:6103: g77 -c -g conftest.f >&5 -configure:6109: $? = 0 -configure:6113: test -z +configure:6090: $? = 0 +configure:6093: test -s conftest.o +configure:6096: $? = 0 +configure:6109: result: yes +configure:6115: checking whether g77 accepts -g +configure:6127: g77 -c -g conftest.f >&5 +configure:6133: $? = 0 +configure:6137: test -z || test ! -s conftest.err -configure:6116: $? = 0 -configure:6119: test -s conftest.o -configure:6122: $? = 0 -configure:6134: result: yes -configure:6164: checking the maximum length of command line arguments -configure:6229: result: 65536 -configure:6240: checking command to parse /usr/bin/nm -B output from gcc object -configure:6329: gcc -c -g -O2 conftest.c >&5 -configure:6332: $? = 0 -configure:6336: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm -configure:6339: $? = 0 -configure:6391: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 -configure:6394: $? = 0 -configure:6432: result: ok -configure:6436: checking for objdir -configure:6451: result: .libs -configure:6541: checking for ar -configure:6557: found /usr/bin/ar -configure:6568: result: ar -configure:6621: checking for ranlib -configure:6637: found /usr/bin/ranlib -configure:6648: result: ranlib -configure:6701: checking for strip -configure:6717: found /usr/bin/strip -configure:6728: result: strip -configure:6990: checking if gcc static flag works -configure:7013: result: yes -configure:7031: checking if gcc supports -fno-rtti -fno-exceptions -configure:7052: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 +configure:6140: $? = 0 +configure:6143: test -s conftest.o +configure:6146: $? = 0 +configure:6158: result: yes +configure:6188: checking the maximum length of command line arguments +configure:6253: result: 65536 +configure:6264: checking command to parse /usr/bin/nm -B output from gcc object +configure:6353: gcc -c -g -O2 conftest.c >&5 +configure:6356: $? = 0 +configure:6360: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm +configure:6363: $? = 0 +configure:6415: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 +configure:6418: $? = 0 +configure:6456: result: ok +configure:6460: checking for objdir +configure:6475: result: .libs +configure:6565: checking for ar +configure:6581: found /usr/bin/ar +configure:6592: result: ar +configure:6645: checking for ranlib +configure:6661: found /usr/bin/ranlib +configure:6672: result: ranlib +configure:6725: checking for strip +configure:6741: found /usr/bin/strip +configure:6752: result: strip +configure:7014: checking if gcc static flag works +configure:7037: result: yes +configure:7055: checking if gcc supports -fno-rtti -fno-exceptions +configure:7076: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC -configure:7056: $? = 0 -configure:7064: result: no -configure:7079: checking for gcc option to produce PIC -configure:7256: result: -fPIC -configure:7264: checking if gcc PIC flag -fPIC works -configure:7285: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 -configure:7289: $? = 0 -configure:7297: result: yes -configure:7321: checking if gcc supports -c -o file.o -configure:7345: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 -configure:7349: $? = 0 -configure:7366: result: yes -configure:7392: checking whether the gcc linker (/usr/bin/ld) supports shared libraries -configure:8240: result: yes -configure:8311: checking dynamic linker characteristics -configure:8851: result: NetBSD ld.elf_so -configure:8855: checking how to hardcode library paths into programs -configure:8880: result: immediate -configure:8894: checking whether stripping libraries is possible -configure:8899: result: yes -configure:9729: checking if libtool supports shared libraries -configure:9731: result: yes -configure:9734: checking whether to build shared libraries -configure:9792: result: no -configure:9795: checking whether to build static libraries -configure:9799: result: yes -configure:9891: creating libtool -configure:10438: checking for ld used by g++ -configure:10505: result: /usr/bin/ld -configure:10514: checking if the linker (/usr/bin/ld) is GNU ld -configure:10529: result: yes -configure:10580: checking whether the g++ linker (/usr/bin/ld) supports shared libraries -configure:11408: result: yes -configure:11426: g++ -c -g -O2 conftest.cc >&5 -configure:11429: $? = 0 -configure:11525: checking for g++ option to produce PIC -configure:11777: result: -fPIC -configure:11785: checking if g++ PIC flag -fPIC works -configure:11806: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 -configure:11810: $? = 0 -configure:11818: result: yes -configure:11842: checking if g++ supports -c -o file.o -configure:11866: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 -configure:11870: $? = 0 -configure:11887: result: yes -configure:11913: checking whether the g++ linker (/usr/bin/ld) supports shared libraries -configure:11938: result: yes -configure:12009: checking dynamic linker characteristics -configure:12549: result: NetBSD ld.elf_so -configure:12553: checking how to hardcode library paths into programs -configure:12578: result: immediate -configure:12592: checking whether stripping libraries is possible -configure:12597: result: yes -configure:13904: checking if libtool supports shared libraries -configure:13906: result: yes -configure:13909: checking whether to build shared libraries -configure:13927: result: no -configure:13930: checking whether to build static libraries -configure:13934: result: yes -configure:13946: checking for g77 option to produce PIC -configure:14123: result: -fPIC -configure:14131: checking if g77 PIC flag -fPIC works -configure:14152: g77 -c -g -O2 -fPIC conftest.f >&5 -configure:14156: $? = 0 -configure:14164: result: yes -configure:14188: checking if g77 supports -c -o file.o -configure:14212: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5 -configure:14216: $? = 0 -configure:14233: result: yes -configure:14259: checking whether the g77 linker (/usr/bin/ld) supports shared libraries -configure:15087: result: yes -configure:15158: checking dynamic linker characteristics -configure:15698: result: NetBSD ld.elf_so -configure:15702: checking how to hardcode library paths into programs -configure:15727: result: immediate -configure:15741: checking whether stripping libraries is possible -configure:15746: result: yes -configure:19888: checking for openldap -configure:20119: result: no -configure:20167: checking for krb4 -configure:20240: gcc -o conftest ./configure: line 1: krb4-config: command not found -g -O2 conftest.c ./configure: line 1: krb4-config: command not found >&5 -gcc: ./configure:: No such file or directory -gcc: line: No such file or directory -gcc: 1:: No such file or directory -gcc: krb4-config:: No such file or directory -gcc: command: No such file or directory -gcc: not: No such file or directory -gcc: found: No such file or directory -gcc: ./configure:: No such file or directory -gcc: line: No such file or directory -gcc: 1:: No such file or directory -gcc: krb4-config:: No such file or directory -gcc: command: No such file or directory -gcc: not: No such file or directory -gcc: found: No such file or directory -conftest.c:28:17: krb.h: No such file or directory -configure:20246: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| /* end confdefs.h. */ -| #include -| int -| main () -| { -| -| ; -| return 0; -| } -configure:20295: gcc -c -I/usr/include/kerberosIV -g -O2 conftest.c >&5 -configure:20301: $? = 0 -configure:20305: test -z +configure:7080: $? = 0 +configure:7088: result: no +configure:7103: checking for gcc option to produce PIC +configure:7280: result: -fPIC +configure:7288: checking if gcc PIC flag -fPIC works +configure:7309: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 +configure:7313: $? = 0 +configure:7321: result: yes +configure:7345: checking if gcc supports -c -o file.o +configure:7369: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 +configure:7373: $? = 0 +configure:7390: result: yes +configure:7416: checking whether the gcc linker (/usr/bin/ld) supports shared libraries +configure:8264: result: yes +configure:8335: checking dynamic linker characteristics +configure:8875: result: NetBSD ld.elf_so +configure:8879: checking how to hardcode library paths into programs +configure:8904: result: immediate +configure:8918: checking whether stripping libraries is possible +configure:8923: result: yes +configure:9753: checking if libtool supports shared libraries +configure:9755: result: yes +configure:9758: checking whether to build shared libraries +configure:9816: result: no +configure:9819: checking whether to build static libraries +configure:9823: result: yes +configure:9915: creating libtool +configure:10462: checking for ld used by g++ +configure:10529: result: /usr/bin/ld +configure:10538: checking if the linker (/usr/bin/ld) is GNU ld +configure:10553: result: yes +configure:10604: checking whether the g++ linker (/usr/bin/ld) supports shared libraries +configure:11432: result: yes +configure:11450: g++ -c -g -O2 conftest.cc >&5 +configure:11453: $? = 0 +configure:11549: checking for g++ option to produce PIC +configure:11801: result: -fPIC +configure:11809: checking if g++ PIC flag -fPIC works +configure:11830: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 +configure:11834: $? = 0 +configure:11842: result: yes +configure:11866: checking if g++ supports -c -o file.o +configure:11890: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 +configure:11894: $? = 0 +configure:11911: result: yes +configure:11937: checking whether the g++ linker (/usr/bin/ld) supports shared libraries +configure:11962: result: yes +configure:12033: checking dynamic linker characteristics +configure:12573: result: NetBSD ld.elf_so +configure:12577: checking how to hardcode library paths into programs +configure:12602: result: immediate +configure:12616: checking whether stripping libraries is possible +configure:12621: result: yes +configure:13928: checking if libtool supports shared libraries +configure:13930: result: yes +configure:13933: checking whether to build shared libraries +configure:13951: result: no +configure:13954: checking whether to build static libraries +configure:13958: result: yes +configure:13970: checking for g77 option to produce PIC +configure:14147: result: -fPIC +configure:14155: checking if g77 PIC flag -fPIC works +configure:14176: g77 -c -g -O2 -fPIC conftest.f >&5 +configure:14180: $? = 0 +configure:14188: result: yes +configure:14212: checking if g77 supports -c -o file.o +configure:14236: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5 +configure:14240: $? = 0 +configure:14257: result: yes +configure:14283: checking whether the g77 linker (/usr/bin/ld) supports shared libraries +configure:15111: result: yes +configure:15182: checking dynamic linker characteristics +configure:15722: result: NetBSD ld.elf_so +configure:15726: checking how to hardcode library paths into programs +configure:15751: result: immediate +configure:15765: checking whether stripping libraries is possible +configure:15770: result: yes +configure:19912: checking for openldap +configure:20143: result: no +configure:20191: checking for krb4 +configure:20264: gcc -o conftest -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include -g -O2 conftest.c -L/usr/athena/lib -lkrb -L/usr/local/openssl/0.9.7b/lib -lcrypto >&5 +configure:20270: $? = 0 +configure:20274: test -z || test ! -s conftest.err -configure:20308: $? = 0 -configure:20311: test -s conftest.o -configure:20314: $? = 0 -configure:20342: gcc -o conftest -I/usr/include/kerberosIV -g -O2 conftest.c -L/usr/lib -lkrb -ldes >&5 -/usr/lib/libkrb.so: undefined reference to `net_write' -/usr/lib/libkrb.so: undefined reference to `init_error_table' -/usr/lib/libkrb.so: undefined reference to `rk_dns_free_data' -/usr/lib/libkrb.so: undefined reference to `base64_encode' -/usr/lib/libkrb.so: undefined reference to `rk_dns_lookup' -/usr/lib/libkrb.so: undefined reference to `crypt' -/usr/lib/libkrb.so: undefined reference to `net_read' -/usr/lib/libkrb.so: undefined reference to `initialize_error_table_r' -configure:20348: $? = 1 +configure:20277: $? = 0 +configure:20280: test -s conftest +configure:20283: $? = 0 +configure:20288: result: from krb4-config +configure:20435: checking for four valued krb_put_int +configure:20458: gcc -c -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c >&5 +configure:20464: $? = 0 +configure:20468: test -z + || test ! -s conftest.err +configure:20471: $? = 0 +configure:20474: test -s conftest.o +configure:20477: $? = 0 +configure:20489: result: yes +configure:20500: checking for KRB_VERIFY_SECURE +configure:20522: gcc -c -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c >&5 +configure:20528: $? = 0 +configure:20532: test -z + || test ! -s conftest.err +configure:20535: $? = 0 +configure:20538: test -s conftest.o +configure:20541: $? = 0 +configure:20553: result: yes +configure:20567: checking for KRB_VERIFY_NOT_SECURE +configure:20589: gcc -c -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c >&5 +configure:20595: $? = 0 +configure:20599: test -z + || test ! -s conftest.err +configure:20602: $? = 0 +configure:20605: test -s conftest.o +configure:20608: $? = 0 +configure:20620: result: yes +configure:20633: checking for krb_enable_debug +configure:20666: gcc -o conftest -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c -L/usr/athena/lib -lkrb -L/usr/local/openssl/0.9.7b/lib -lcrypto >&5 +configure:20672: $? = 0 +configure:20676: test -z + || test ! -s conftest.err +configure:20679: $? = 0 +configure:20682: test -s conftest +configure:20685: $? = 0 +configure:20822: result: yes +configure:20856: checking for krb_disable_debug +configure:20889: gcc -o conftest -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c -L/usr/athena/lib -lkrb -L/usr/local/openssl/0.9.7b/lib -lcrypto >&5 +configure:20895: $? = 0 +configure:20899: test -z + || test ! -s conftest.err +configure:20902: $? = 0 +configure:20905: test -s conftest +configure:20908: $? = 0 +configure:21045: result: yes +configure:21079: checking for krb_get_our_ip_for_realm +configure:21112: gcc -o conftest -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c -L/usr/athena/lib -lkrb -L/usr/local/openssl/0.9.7b/lib -lcrypto >&5 +configure:21118: $? = 0 +configure:21122: test -z + || test ! -s conftest.err +configure:21125: $? = 0 +configure:21128: test -s conftest +configure:21131: $? = 0 +configure:21268: result: yes +configure:21302: checking for krb_kdctimeofday +configure:21335: gcc -o conftest -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c -L/usr/athena/lib -lkrb -L/usr/local/openssl/0.9.7b/lib -lcrypto >&5 +configure:21341: $? = 0 +configure:21345: test -z + || test ! -s conftest.err +configure:21348: $? = 0 +configure:21351: test -s conftest +configure:21354: $? = 0 +configure:21491: result: yes +configure:21527: checking for krb_get_kdc_time_diff +configure:21560: gcc -o conftest -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c -L/usr/athena/lib -lkrb -L/usr/local/openssl/0.9.7b/lib -lcrypto >&5 +configure:21566: $? = 0 +configure:21570: test -z + || test ! -s conftest.err +configure:21573: $? = 0 +configure:21576: test -s conftest +configure:21579: $? = 0 +configure:21716: result: yes +configure:21748: checking for KRB_SENDAUTH_VERS +configure:21771: gcc -c -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c >&5 +configure:21777: $? = 0 +configure:21781: test -z + || test ! -s conftest.err +configure:21784: $? = 0 +configure:21787: test -s conftest.o +configure:21790: $? = 0 +configure:21802: result: yes +configure:21811: checking for krb_mk_req with const arguments +configure:21835: gcc -c -g -O2 -I/usr/athena/include -I/usr/local/openssl/0.9.7b/include conftest.c >&5 +configure:21841: $? = 0 +configure:21845: test -z + || test ! -s conftest.err +configure:21848: $? = 0 +configure:21851: test -s conftest.o +configure:21854: $? = 0 +configure:21866: result: yes +configure:21968: checking for crypto library +configure:22053: gcc -o conftest -DHAVE_OPENSSL -I/usr/athena/include -g -O2 conftest.c -L/usr/athena/lib -lkrb >&5 +configure:22059: $? = 0 +configure:22063: test -z + || test ! -s conftest.err +configure:22066: $? = 0 +configure:22069: test -s conftest +configure:22072: $? = 0 +configure:22284: result: same as krb4 +configure:22540: checking db4/db.h usability +configure:22552: gcc -c -g -O2 conftest.c >&5 +conftest.c:72:20: db4/db.h: No such file or directory +configure:22558: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| /* end confdefs.h. */ -| #include -| int -| main () -| { -| -| ; -| return 0; -| } -configure:20395: result: no -configure:21944: checking for crypto library -configure:22348: gcc -o conftest -DHAVE_OPENSSL -g -O2 conftest.c -lcrypto >&5 -/var/tmp//ccQqvSdm.o(.text+0x48): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:77: undefined reference to `des_cbc_encrypt' -configure:22354: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| #define KRB5 1 -| /* end confdefs.h. */ -| -| #undef KRB5 /* makes md4.h et al unhappy */ -| #ifdef HAVE_OPENSSL -| #include -| #include -| #include -| #define OPENSSL_DES_LIBDES_COMPATIBILITY -| #include -| #include -| #include -| #else -| #include -| #include -| #include -| #include -| #include -| #endif -| #ifdef OLD_HASH_NAMES -| typedef struct md4 MD4_CTX; -| #define MD4_Init(C) md4_init((C)) -| #define MD4_Update(C, D, L) md4_update((C), (D), (L)) -| #define MD4_Final(D, C) md4_finito((C), (D)) -| typedef struct md5 MD5_CTX; -| #define MD5_Init(C) md5_init((C)) -| #define MD5_Update(C, D, L) md5_update((C), (D), (L)) -| #define MD5_Final(D, C) md5_finito((C), (D)) -| typedef struct sha SHA_CTX; -| #define SHA1_Init(C) sha_init((C)) -| #define SHA1_Update(C, D, L) sha_update((C), (D), (L)) -| #define SHA1_Final(D, C) sha_finito((C), (D)) -| #endif -| -| int -| main () -| { -| -| void *schedule = 0; -| MD4_CTX md4; -| MD5_CTX md5; -| SHA_CTX sha1; -| -| MD4_Init(&md4); -| MD5_Init(&md5); -| SHA1_Init(&sha1); -| #ifdef HAVE_OPENSSL -| RAND_status(); -| #endif -| -| des_cbc_encrypt(0, 0, 0, schedule, 0, 0); -| RC4(0, 0, 0, 0); -| ; -| return 0; -| } -configure:22348: gcc -o conftest -DHAVE_OPENSSL -g -O2 conftest.c -lcrypto -lcrypto -lnsl -lsocket >&5 -ld: cannot find -lnsl -configure:22354: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| #define KRB5 1 -| /* end confdefs.h. */ -| -| #undef KRB5 /* makes md4.h et al unhappy */ -| #ifdef HAVE_OPENSSL -| #include -| #include -| #include -| #define OPENSSL_DES_LIBDES_COMPATIBILITY -| #include -| #include -| #include -| #else -| #include -| #include -| #include -| #include -| #include -| #endif -| #ifdef OLD_HASH_NAMES -| typedef struct md4 MD4_CTX; -| #define MD4_Init(C) md4_init((C)) -| #define MD4_Update(C, D, L) md4_update((C), (D), (L)) -| #define MD4_Final(D, C) md4_finito((C), (D)) -| typedef struct md5 MD5_CTX; -| #define MD5_Init(C) md5_init((C)) -| #define MD5_Update(C, D, L) md5_update((C), (D), (L)) -| #define MD5_Final(D, C) md5_finito((C), (D)) -| typedef struct sha SHA_CTX; -| #define SHA1_Init(C) sha_init((C)) -| #define SHA1_Update(C, D, L) sha_update((C), (D), (L)) -| #define SHA1_Final(D, C) sha_finito((C), (D)) -| #endif -| -| int -| main () -| { -| -| void *schedule = 0; -| MD4_CTX md4; -| MD5_CTX md5; -| SHA_CTX sha1; -| -| MD4_Init(&md4); -| MD5_Init(&md5); -| SHA1_Init(&sha1); -| #ifdef HAVE_OPENSSL -| RAND_status(); -| #endif -| -| des_cbc_encrypt(0, 0, 0, schedule, 0, 0); -| RC4(0, 0, 0, 0); -| ; -| return 0; -| } -configure:22397: result: included libdes -configure:22516: checking db4/db.h usability -configure:22528: gcc -c -g -O2 conftest.c >&5 -conftest.c:63:20: db4/db.h: No such file or directory -configure:22534: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -986,7 +806,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H @@ -1023,21 +852,21 @@ configure: failed program was: | # include | #endif | #include -configure:22557: result: no -configure:22561: checking db4/db.h presence -configure:22571: gcc -E conftest.c -conftest.c:29:20: db4/db.h: No such file or directory -configure:22577: $? = 1 +configure:22581: result: no +configure:22585: checking db4/db.h presence +configure:22595: gcc -E conftest.c +conftest.c:38:20: db4/db.h: No such file or directory +configure:22601: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1055,26 +884,35 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | /* end confdefs.h. */ | #include -configure:22597: result: no -configure:22632: checking for db4/db.h -configure:22639: result: no -configure:22516: checking db3/db.h usability -configure:22528: gcc -c -g -O2 conftest.c >&5 -conftest.c:63:20: db3/db.h: No such file or directory -configure:22534: $? = 1 +configure:22621: result: no +configure:22656: checking for db4/db.h +configure:22663: result: no +configure:22540: checking db3/db.h usability +configure:22552: gcc -c -g -O2 conftest.c >&5 +conftest.c:72:20: db3/db.h: No such file or directory +configure:22558: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1092,7 +930,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H @@ -1129,21 +976,21 @@ configure: failed program was: | # include | #endif | #include -configure:22557: result: no -configure:22561: checking db3/db.h presence -configure:22571: gcc -E conftest.c -conftest.c:29:20: db3/db.h: No such file or directory -configure:22577: $? = 1 +configure:22581: result: no +configure:22585: checking db3/db.h presence +configure:22595: gcc -E conftest.c +conftest.c:38:20: db3/db.h: No such file or directory +configure:22601: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1161,41 +1008,50 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | /* end confdefs.h. */ | #include -configure:22597: result: no -configure:22632: checking for db3/db.h -configure:22639: result: no -configure:22516: checking db.h usability -configure:22528: gcc -c -g -O2 conftest.c >&5 -configure:22534: $? = 0 -configure:22538: test -z +configure:22621: result: no +configure:22656: checking for db3/db.h +configure:22663: result: no +configure:22540: checking db.h usability +configure:22552: gcc -c -g -O2 conftest.c >&5 +configure:22558: $? = 0 +configure:22562: test -z || test ! -s conftest.err -configure:22541: $? = 0 -configure:22544: test -s conftest.o -configure:22547: $? = 0 -configure:22557: result: yes -configure:22561: checking db.h presence -configure:22571: gcc -E conftest.c -configure:22577: $? = 0 -configure:22597: result: yes -configure:22632: checking for db.h -configure:22639: result: yes -configure:22516: checking db_185.h usability -configure:22528: gcc -c -g -O2 conftest.c >&5 -conftest.c:64:20: db_185.h: No such file or directory -configure:22534: $? = 1 +configure:22565: $? = 0 +configure:22568: test -s conftest.o +configure:22571: $? = 0 +configure:22581: result: yes +configure:22585: checking db.h presence +configure:22595: gcc -E conftest.c +configure:22601: $? = 0 +configure:22621: result: yes +configure:22656: checking for db.h +configure:22663: result: yes +configure:22540: checking db_185.h usability +configure:22552: gcc -c -g -O2 conftest.c >&5 +conftest.c:73:20: db_185.h: No such file or directory +configure:22558: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1213,7 +1069,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | /* end confdefs.h. */ | #include @@ -1251,21 +1116,21 @@ configure: failed program was: | # include | #endif | #include -configure:22557: result: no -configure:22561: checking db_185.h presence -configure:22571: gcc -E conftest.c -conftest.c:30:20: db_185.h: No such file or directory -configure:22577: $? = 1 +configure:22581: result: no +configure:22585: checking db_185.h presence +configure:22595: gcc -E conftest.c +conftest.c:39:20: db_185.h: No such file or directory +configure:22601: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1283,28 +1148,37 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | /* end confdefs.h. */ | #include -configure:22597: result: no -configure:22632: checking for db_185.h -configure:22639: result: no -configure:22657: checking for db_create -configure:22699: gcc -o conftest -g -O2 conftest.c >&5 -/var/tmp//cccY3Mqm.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:43: undefined reference to `db_create' -configure:22705: $? = 1 +configure:22621: result: no +configure:22656: checking for db_185.h +configure:22663: result: no +configure:22681: checking for db_create +configure:22723: gcc -o conftest -g -O2 conftest.c >&5 +/var/tmp//ccUyFFuw.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:52: undefined reference to `db_create' +configure:22729: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1322,7 +1196,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | /* end confdefs.h. */ | @@ -1342,19 +1225,19 @@ configure: failed program was: | ; | return 0; | } -configure:22699: gcc -o conftest -g -O2 conftest.c -ldb4 >&5 +configure:22723: gcc -o conftest -g -O2 conftest.c -ldb4 >&5 ld: cannot find -ldb4 -configure:22705: $? = 1 +configure:22729: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1372,7 +1255,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | /* end confdefs.h. */ | @@ -1392,19 +1284,19 @@ configure: failed program was: | ; | return 0; | } -configure:22699: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 +configure:22723: gcc -o conftest -g -O2 conftest.c -ldb3 >&5 ld: cannot find -ldb3 -configure:22705: $? = 1 +configure:22729: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1422,7 +1314,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | /* end confdefs.h. */ | @@ -1442,19 +1343,19 @@ configure: failed program was: | ; | return 0; | } -configure:22699: gcc -o conftest -g -O2 conftest.c -ldb >&5 +configure:22723: gcc -o conftest -g -O2 conftest.c -ldb >&5 ld: cannot find -ldb -configure:22705: $? = 1 +configure:22729: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1472,7 +1373,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | /* end confdefs.h. */ | @@ -1492,31 +1402,31 @@ configure: failed program was: | ; | return 0; | } -configure:22861: result: no -configure:22900: checking for dbopen -configure:22944: gcc -o conftest -g -O2 conftest.c >&5 -configure:22950: $? = 0 -configure:22954: test -z +configure:22885: result: no +configure:22924: checking for dbopen +configure:22968: gcc -o conftest -g -O2 conftest.c >&5 +configure:22974: $? = 0 +configure:22978: test -z || test ! -s conftest.err -configure:22957: $? = 0 -configure:22960: test -s conftest -configure:22963: $? = 0 -configure:23100: result: yes -configure:23146: checking for dbm_firstkey -configure:23184: gcc -o conftest -g -O2 conftest.c >&5 -conftest.c:36: error: syntax error before '*' token -conftest.c:36: warning: data definition has no type or storage class -configure:23190: $? = 1 +configure:22981: $? = 0 +configure:22984: test -s conftest +configure:22987: $? = 0 +configure:23124: result: yes +configure:23170: checking for dbm_firstkey +configure:23208: gcc -o conftest -g -O2 conftest.c >&5 +conftest.c:45: error: parse error before '*' token +conftest.c:45: warning: data definition has no type or storage class +configure:23214: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1534,7 +1444,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -1552,21 +1471,21 @@ configure: failed program was: | ; | return 0; | } -configure:23346: result: no -configure:23411: checking dbm.h usability -configure:23423: gcc -c -g -O2 conftest.c >&5 -conftest.c:66:17: dbm.h: No such file or directory -configure:23429: $? = 1 +configure:23370: result: no +configure:23435: checking dbm.h usability +configure:23447: gcc -c -g -O2 conftest.c >&5 +conftest.c:75:17: dbm.h: No such file or directory +configure:23453: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1584,7 +1503,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -1624,21 +1552,21 @@ configure: failed program was: | # include | #endif | #include -configure:23452: result: no -configure:23456: checking dbm.h presence -configure:23466: gcc -E conftest.c -conftest.c:32:17: dbm.h: No such file or directory -configure:23472: $? = 1 +configure:23476: result: no +configure:23480: checking dbm.h presence +configure:23490: gcc -E conftest.c +conftest.c:41:17: dbm.h: No such file or directory +configure:23496: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1656,115 +1584,124 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 | /* end confdefs.h. */ | #include -configure:23492: result: no -configure:23527: checking for dbm.h -configure:23534: result: no -configure:23411: checking ndbm.h usability -configure:23423: gcc -c -g -O2 conftest.c >&5 -configure:23429: $? = 0 -configure:23433: test -z +configure:23516: result: no +configure:23551: checking for dbm.h +configure:23558: result: no +configure:23435: checking ndbm.h usability +configure:23447: gcc -c -g -O2 conftest.c >&5 +configure:23453: $? = 0 +configure:23457: test -z || test ! -s conftest.err -configure:23436: $? = 0 -configure:23439: test -s conftest.o -configure:23442: $? = 0 -configure:23452: result: yes -configure:23456: checking ndbm.h presence -configure:23466: gcc -E conftest.c -configure:23472: $? = 0 -configure:23492: result: yes -configure:23527: checking for ndbm.h -configure:23534: result: yes -configure:23551: checking for dbm_firstkey -configure:23592: gcc -o conftest -g -O2 conftest.c >&5 -configure:23598: $? = 0 -configure:23602: test -z +configure:23460: $? = 0 +configure:23463: test -s conftest.o +configure:23466: $? = 0 +configure:23476: result: yes +configure:23480: checking ndbm.h presence +configure:23490: gcc -E conftest.c +configure:23496: $? = 0 +configure:23516: result: yes +configure:23551: checking for ndbm.h +configure:23558: result: yes +configure:23575: checking for dbm_firstkey +configure:23616: gcc -o conftest -g -O2 conftest.c >&5 +configure:23622: $? = 0 +configure:23626: test -z || test ! -s conftest.err -configure:23605: $? = 0 -configure:23608: test -s conftest -configure:23611: $? = 0 -configure:23748: result: yes -configure:24192: checking if ndbm is implemented with db -configure:24229: gcc -o conftest -g -O2 conftest.c >&5 -configure:24232: $? = 0 -configure:24234: ./conftest -configure:24237: $? = 0 -configure:24241: result: yes -configure:24305: checking for inline -configure:24326: gcc -c -g -O2 conftest.c >&5 -configure:24332: $? = 0 -configure:24336: test -z +configure:23629: $? = 0 +configure:23632: test -s conftest +configure:23635: $? = 0 +configure:23772: result: yes +configure:24216: checking if ndbm is implemented with db +configure:24253: gcc -o conftest -g -O2 conftest.c >&5 +configure:24256: $? = 0 +configure:24258: ./conftest +configure:24261: $? = 0 +configure:24265: result: yes +configure:24331: checking for inline +configure:24352: gcc -c -g -O2 conftest.c >&5 +configure:24358: $? = 0 +configure:24362: test -z || test ! -s conftest.err -configure:24339: $? = 0 -configure:24342: test -s conftest.o -configure:24345: $? = 0 -configure:24357: result: inline -configure:24376: checking for an ANSI C-conforming const -configure:24443: gcc -c -g -O2 conftest.c >&5 -configure:24449: $? = 0 -configure:24453: test -z +configure:24365: $? = 0 +configure:24368: test -s conftest.o +configure:24371: $? = 0 +configure:24383: result: inline +configure:24402: checking for an ANSI C-conforming const +configure:24469: gcc -c -g -O2 conftest.c >&5 +configure:24475: $? = 0 +configure:24479: test -z || test ! -s conftest.err -configure:24456: $? = 0 -configure:24459: test -s conftest.o -configure:24462: $? = 0 -configure:24473: result: yes -configure:24483: checking for size_t -configure:24507: gcc -c -g -O2 conftest.c >&5 -configure:24513: $? = 0 -configure:24517: test -z +configure:24482: $? = 0 +configure:24485: test -s conftest.o +configure:24488: $? = 0 +configure:24499: result: yes +configure:24509: checking for size_t +configure:24533: gcc -c -g -O2 conftest.c >&5 +configure:24539: $? = 0 +configure:24543: test -z || test ! -s conftest.err -configure:24520: $? = 0 -configure:24523: test -s conftest.o -configure:24526: $? = 0 -configure:24537: result: yes -configure:24549: checking for pid_t -configure:24573: gcc -c -g -O2 conftest.c >&5 -configure:24579: $? = 0 -configure:24583: test -z +configure:24546: $? = 0 +configure:24549: test -s conftest.o +configure:24552: $? = 0 +configure:24563: result: yes +configure:24575: checking for pid_t +configure:24599: gcc -c -g -O2 conftest.c >&5 +configure:24605: $? = 0 +configure:24609: test -z || test ! -s conftest.err -configure:24586: $? = 0 -configure:24589: test -s conftest.o -configure:24592: $? = 0 -configure:24603: result: yes -configure:24615: checking for uid_t in sys/types.h -configure:24638: result: yes -configure:24654: checking return type of signal handlers -configure:24685: gcc -c -g -O2 conftest.c >&5 -configure:24691: $? = 0 -configure:24695: test -z +configure:24612: $? = 0 +configure:24615: test -s conftest.o +configure:24618: $? = 0 +configure:24629: result: yes +configure:24641: checking for uid_t in sys/types.h +configure:24664: result: yes +configure:24680: checking return type of signal handlers +configure:24711: gcc -c -g -O2 conftest.c >&5 +configure:24717: $? = 0 +configure:24721: test -z || test ! -s conftest.err -configure:24698: $? = 0 -configure:24701: test -s conftest.o -configure:24704: $? = 0 -configure:24715: result: void -configure:24734: checking whether time.h and sys/time.h may both be included -configure:24759: gcc -c -g -O2 conftest.c >&5 -configure:24765: $? = 0 -configure:24769: test -z +configure:24724: $? = 0 +configure:24727: test -s conftest.o +configure:24730: $? = 0 +configure:24741: result: void +configure:24760: checking whether time.h and sys/time.h may both be included +configure:24785: gcc -c -g -O2 conftest.c >&5 +configure:24791: $? = 0 +configure:24795: test -z || test ! -s conftest.err -configure:24772: $? = 0 -configure:24775: test -s conftest.o -configure:24778: $? = 0 -configure:24789: result: yes -configure:24814: checking standards.h usability -configure:24826: gcc -c -g -O2 conftest.c >&5 -conftest.c:73:23: standards.h: No such file or directory -configure:24832: $? = 1 +configure:24798: $? = 0 +configure:24801: test -s conftest.o +configure:24804: $? = 0 +configure:24815: result: yes +configure:24840: checking standards.h usability +configure:24852: gcc -c -g -O2 conftest.c >&5 +conftest.c:82:23: standards.h: No such file or directory +configure:24858: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1782,7 +1719,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -1829,21 +1775,21 @@ configure: failed program was: | # include | #endif | #include -configure:24855: result: no -configure:24859: checking standards.h presence -configure:24869: gcc -E conftest.c -conftest.c:39:23: standards.h: No such file or directory -configure:24875: $? = 1 +configure:24881: result: no +configure:24885: checking standards.h presence +configure:24895: gcc -E conftest.c +conftest.c:48:23: standards.h: No such file or directory +configure:24901: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -1861,7 +1807,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -1874,124 +1829,124 @@ configure: failed program was: | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include -configure:24895: result: no -configure:24930: checking for standards.h -configure:24937: result: no -configure:24954: checking for netinet/ip.h -configure:24971: gcc -E conftest.c -configure:24977: $? = 0 -configure:24998: result: yes -configure:24954: checking for netinet/tcp.h -configure:24971: gcc -E conftest.c -configure:24977: $? = 0 -configure:24998: result: yes -configure:25169: checking for getlogin -configure:25226: gcc -o conftest -g -O2 conftest.c >&5 -configure:25232: $? = 0 -configure:25236: test -z +configure:24921: result: no +configure:24956: checking for standards.h +configure:24963: result: no +configure:24980: checking for netinet/ip.h +configure:24997: gcc -E conftest.c +configure:25003: $? = 0 +configure:25024: result: yes +configure:24980: checking for netinet/tcp.h +configure:24997: gcc -E conftest.c +configure:25003: $? = 0 +configure:25024: result: yes +configure:25195: checking for getlogin +configure:25252: gcc -o conftest -g -O2 conftest.c >&5 +configure:25258: $? = 0 +configure:25262: test -z || test ! -s conftest.err -configure:25239: $? = 0 -configure:25242: test -s conftest -configure:25245: $? = 0 -configure:25257: result: yes -configure:25169: checking for setlogin -configure:25226: gcc -o conftest -g -O2 conftest.c >&5 -configure:25232: $? = 0 -configure:25236: test -z +configure:25265: $? = 0 +configure:25268: test -s conftest +configure:25271: $? = 0 +configure:25283: result: yes +configure:25195: checking for setlogin +configure:25252: gcc -o conftest -g -O2 conftest.c >&5 +configure:25258: $? = 0 +configure:25262: test -z || test ! -s conftest.err -configure:25239: $? = 0 -configure:25242: test -s conftest -configure:25245: $? = 0 -configure:25257: result: yes -configure:25268: checking if getlogin is posix -configure:25281: result: no -configure:25298: checking for stdlib.h -configure:25303: result: yes -configure:25298: checking for unistd.h -configure:25303: result: yes -configure:25447: checking for getpagesize -configure:25504: gcc -o conftest -g -O2 conftest.c >&5 -configure:25510: $? = 0 -configure:25514: test -z +configure:25265: $? = 0 +configure:25268: test -s conftest +configure:25271: $? = 0 +configure:25283: result: yes +configure:25294: checking if getlogin is posix +configure:25307: result: no +configure:25324: checking for stdlib.h +configure:25329: result: yes +configure:25324: checking for unistd.h +configure:25329: result: yes +configure:25473: checking for getpagesize +configure:25530: gcc -o conftest -g -O2 conftest.c >&5 +configure:25536: $? = 0 +configure:25540: test -z || test ! -s conftest.err -configure:25517: $? = 0 -configure:25520: test -s conftest -configure:25523: $? = 0 -configure:25535: result: yes -configure:25545: checking for working mmap -configure:25687: gcc -o conftest -g -O2 conftest.c >&5 -configure:25690: $? = 0 -configure:25692: ./conftest -configure:25695: $? = 0 -configure:25709: result: yes -configure:25721: checking if realloc if broken -configure:25748: gcc -o conftest -g -O2 conftest.c >&5 -configure:25751: $? = 0 -configure:25753: ./conftest -configure:25756: $? = 0 -configure:25771: result: no -configure:25825: checking for ssize_t -configure:25851: gcc -c -g -O2 conftest.c >&5 -configure:25857: $? = 0 -configure:25861: test -z +configure:25543: $? = 0 +configure:25546: test -s conftest +configure:25549: $? = 0 +configure:25561: result: yes +configure:25571: checking for working mmap +configure:25713: gcc -o conftest -g -O2 conftest.c >&5 +configure:25716: $? = 0 +configure:25718: ./conftest +configure:25721: $? = 0 +configure:25735: result: yes +configure:25747: checking if realloc if broken +configure:25774: gcc -o conftest -g -O2 conftest.c >&5 +configure:25777: $? = 0 +configure:25779: ./conftest +configure:25782: $? = 0 +configure:25797: result: no +configure:25851: checking for ssize_t +configure:25877: gcc -c -g -O2 conftest.c >&5 +configure:25883: $? = 0 +configure:25887: test -z || test ! -s conftest.err -configure:25864: $? = 0 -configure:25867: test -s conftest.o -configure:25870: $? = 0 -configure:25882: result: yes -configure:25965: checking for long long -configure:25991: gcc -c -g -O2 conftest.c >&5 -configure:25997: $? = 0 -configure:26001: test -z +configure:25890: $? = 0 +configure:25893: test -s conftest.o +configure:25896: $? = 0 +configure:25908: result: yes +configure:25991: checking for long long +configure:26017: gcc -c -g -O2 conftest.c >&5 +configure:26023: $? = 0 +configure:26027: test -z || test ! -s conftest.err -configure:26004: $? = 0 -configure:26007: test -s conftest.o -configure:26010: $? = 0 -configure:26022: result: yes -configure:26210: checking arpa/inet.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26030: $? = 0 +configure:26033: test -s conftest.o +configure:26036: $? = 0 +configure:26048: result: yes +configure:26236: checking arpa/inet.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking arpa/inet.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for arpa/inet.h -configure:26333: result: yes -configure:26210: checking arpa/nameser.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking arpa/inet.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for arpa/inet.h +configure:26359: result: yes +configure:26236: checking arpa/nameser.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking arpa/nameser.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for arpa/nameser.h -configure:26333: result: yes -configure:26210: checking config.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -conftest.c:85:20: config.h: No such file or directory -configure:26228: $? = 1 +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking arpa/nameser.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for arpa/nameser.h +configure:26359: result: yes +configure:26236: checking config.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +conftest.c:94:20: config.h: No such file or directory +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2009,7 +1964,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2068,21 +2032,21 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking config.h presence -configure:26265: gcc -E conftest.c -conftest.c:51:20: config.h: No such file or directory -configure:26271: $? = 1 +configure:26277: result: no +configure:26281: checking config.h presence +configure:26291: gcc -E conftest.c +conftest.c:60:20: config.h: No such file or directory +configure:26297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2100,7 +2064,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2125,23 +2098,23 @@ configure: failed program was: | #define HAVE_ARPA_NAMESER_H 1 | /* end confdefs.h. */ | #include -configure:26291: result: no -configure:26326: checking for config.h -configure:26333: result: no -configure:26210: checking crypt.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -conftest.c:85:19: crypt.h: No such file or directory -configure:26228: $? = 1 +configure:26317: result: no +configure:26352: checking for config.h +configure:26359: result: no +configure:26236: checking crypt.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +conftest.c:94:19: crypt.h: No such file or directory +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2159,7 +2132,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2218,21 +2200,21 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking crypt.h presence -configure:26265: gcc -E conftest.c -conftest.c:51:19: crypt.h: No such file or directory -configure:26271: $? = 1 +configure:26277: result: no +configure:26281: checking crypt.h presence +configure:26291: gcc -E conftest.c +conftest.c:60:19: crypt.h: No such file or directory +configure:26297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2250,7 +2232,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2275,158 +2266,158 @@ configure: failed program was: | #define HAVE_ARPA_NAMESER_H 1 | /* end confdefs.h. */ | #include -configure:26291: result: no -configure:26326: checking for crypt.h -configure:26333: result: no -configure:26210: checking dirent.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26317: result: no +configure:26352: checking for crypt.h +configure:26359: result: no +configure:26236: checking dirent.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking dirent.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for dirent.h -configure:26333: result: yes -configure:26210: checking errno.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking dirent.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for dirent.h +configure:26359: result: yes +configure:26236: checking errno.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking errno.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for errno.h -configure:26333: result: yes -configure:26210: checking err.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking errno.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for errno.h +configure:26359: result: yes +configure:26236: checking err.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking err.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for err.h -configure:26333: result: yes -configure:26210: checking fcntl.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking err.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for err.h +configure:26359: result: yes +configure:26236: checking fcntl.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking fcntl.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for fcntl.h -configure:26333: result: yes -configure:26210: checking grp.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking fcntl.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for fcntl.h +configure:26359: result: yes +configure:26236: checking grp.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking grp.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for grp.h -configure:26333: result: yes -configure:26210: checking ifaddrs.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking grp.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for grp.h +configure:26359: result: yes +configure:26236: checking ifaddrs.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking ifaddrs.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for ifaddrs.h -configure:26333: result: yes -configure:26210: checking net/if.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking ifaddrs.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for ifaddrs.h +configure:26359: result: yes +configure:26236: checking net/if.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking net/if.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for net/if.h -configure:26333: result: yes -configure:26210: checking netdb.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking net/if.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for net/if.h +configure:26359: result: yes +configure:26236: checking netdb.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking netdb.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for netdb.h -configure:26333: result: yes -configure:26210: checking netinet/in.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking netdb.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for netdb.h +configure:26359: result: yes +configure:26236: checking netinet/in.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking netinet/in.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for netinet/in.h -configure:26333: result: yes -configure:26210: checking netinet/in6.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -conftest.c:94:25: netinet/in6.h: No such file or directory -configure:26228: $? = 1 +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking netinet/in.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for netinet/in.h +configure:26359: result: yes +configure:26236: checking netinet/in6.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +conftest.c:103:25: netinet/in6.h: No such file or directory +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2444,7 +2435,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2512,21 +2512,21 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking netinet/in6.h presence -configure:26265: gcc -E conftest.c -conftest.c:60:25: netinet/in6.h: No such file or directory -configure:26271: $? = 1 +configure:26277: result: no +configure:26281: checking netinet/in6.h presence +configure:26291: gcc -E conftest.c +conftest.c:69:25: netinet/in6.h: No such file or directory +configure:26297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2544,7 +2544,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2578,43 +2587,43 @@ configure: failed program was: | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include -configure:26291: result: no -configure:26326: checking for netinet/in6.h -configure:26333: result: no -configure:26210: checking netinet/in_systm.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26317: result: no +configure:26352: checking for netinet/in6.h +configure:26359: result: no +configure:26236: checking netinet/in_systm.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking netinet/in_systm.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for netinet/in_systm.h -configure:26333: result: yes -configure:26210: checking netinet6/in6.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -In file included from conftest.c:95: +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking netinet/in_systm.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for netinet/in_systm.h +configure:26359: result: yes +configure:26236: checking netinet6/in6.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +In file included from conftest.c:104: /usr/include/netinet6/in6.h:65:2: #error "do not include netinet6/in6.h directly, include netinet/in.h. see RFC2553" -In file included from conftest.c:95: -/usr/include/netinet6/in6.h:143: error: syntax error before "sa_family_t" -/usr/include/netinet6/in6.h:148: error: syntax error before '}' token +In file included from conftest.c:104: +/usr/include/netinet6/in6.h:143: error: parse error before "sa_family_t" +/usr/include/netinet6/in6.h:148: error: parse error before '}' token /usr/include/netinet6/in6.h:374: error: field `ro_dst' has incomplete type -configure:26228: $? = 1 +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2632,7 +2641,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2701,22 +2719,22 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking netinet6/in6.h presence -configure:26265: gcc -E conftest.c -In file included from conftest.c:61: +configure:26277: result: no +configure:26281: checking netinet6/in6.h presence +configure:26291: gcc -E conftest.c +In file included from conftest.c:70: /usr/include/netinet6/in6.h:65:2: #error "do not include netinet6/in6.h directly, include netinet/in.h. see RFC2553" -configure:26271: $? = 1 +configure:26297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2734,7 +2752,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2769,19 +2796,19 @@ configure: failed program was: | #define HAVE_NETINET_IN_SYSTM_H 1 | /* end confdefs.h. */ | #include -configure:26291: result: no -configure:26326: checking for netinet6/in6.h -configure:26333: result: no -configure:26210: checking netinet6/in6_var.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -In file included from conftest.c:95: +configure:26317: result: no +configure:26352: checking for netinet6/in6.h +configure:26359: result: no +configure:26236: checking netinet6/in6_var.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +In file included from conftest.c:104: /usr/include/netinet6/in6_var.h:97: error: field `ia_ifa' has incomplete type /usr/include/netinet6/in6_var.h:100: error: field `ia_addr' has incomplete type /usr/include/netinet6/in6_var.h:101: error: field `ia_net' has incomplete type /usr/include/netinet6/in6_var.h:102: error: field `ia_dstaddr' has incomplete type /usr/include/netinet6/in6_var.h:103: error: field `ia_prefixmask' has incomplete type -/usr/include/netinet6/in6_var.h:106: error: syntax error before "LIST_HEAD" -/usr/include/netinet6/in6_var.h:120: error: syntax error before ',' token +/usr/include/netinet6/in6_var.h:106: error: parse error before "LIST_HEAD" +/usr/include/netinet6/in6_var.h:120: error: parse error before ',' token /usr/include/netinet6/in6_var.h:243: error: `IFNAMSIZ' undeclared here (not in a function) /usr/include/netinet6/in6_var.h:245: error: field `ifru_addr' has incomplete type /usr/include/netinet6/in6_var.h:246: error: field `ifru_dstaddr' has incomplete type @@ -2794,21 +2821,21 @@ In file included from conftest.c:95: /usr/include/netinet6/in6_var.h:319: error: `IFNAMSIZ' undeclared here (not in a function) /usr/include/netinet6/in6_var.h:334: error: field `irr_matchprefix' has incomplete type /usr/include/netinet6/in6_var.h:335: error: field `irr_useprefix' has incomplete type -/usr/include/netinet6/in6_var.h:492: error: syntax error before "LIST_ENTRY" -/usr/include/netinet6/in6_var.h:496: error: syntax error before "LIST_ENTRY" -/usr/include/netinet6/in6_var.h:503: error: syntax error before '}' token +/usr/include/netinet6/in6_var.h:492: error: parse error before "LIST_ENTRY" +/usr/include/netinet6/in6_var.h:496: error: parse error before "LIST_ENTRY" +/usr/include/netinet6/in6_var.h:503: error: parse error before '}' token /usr/include/netinet6/in6_var.h:497: error: storage size of `in6m_addr' isn't known -configure:26228: $? = 1 +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2826,7 +2853,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -2895,67 +2931,66 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking netinet6/in6_var.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26304: WARNING: netinet6/in6_var.h: present but cannot be compiled -configure:26306: WARNING: netinet6/in6_var.h: check for missing prerequisite headers? -configure:26308: WARNING: netinet6/in6_var.h: see the Autoconf documentation -configure:26310: WARNING: netinet6/in6_var.h: section "Present But Cannot Be Compiled" -configure:26312: WARNING: netinet6/in6_var.h: proceeding with the preprocessor's result -configure:26314: WARNING: netinet6/in6_var.h: in the future, the compiler will take precedence -configure:26326: checking for netinet6/in6_var.h -configure:26333: result: yes -configure:26210: checking paths.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26277: result: no +configure:26281: checking netinet6/in6_var.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26330: WARNING: netinet6/in6_var.h: present but cannot be compiled +configure:26332: WARNING: netinet6/in6_var.h: check for missing prerequisite headers? +configure:26334: WARNING: netinet6/in6_var.h: see the Autoconf documentation +configure:26336: WARNING: netinet6/in6_var.h: section "Present But Cannot Be Compiled" +configure:26338: WARNING: netinet6/in6_var.h: proceeding with the preprocessor's result +configure:26340: WARNING: netinet6/in6_var.h: in the future, the compiler will take precedence +configure:26352: checking for netinet6/in6_var.h +configure:26359: result: yes +configure:26236: checking paths.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking paths.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for paths.h -configure:26333: result: yes -configure:26210: checking pwd.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking paths.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for paths.h +configure:26359: result: yes +configure:26236: checking pwd.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking pwd.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for pwd.h -configure:26333: result: yes -configure:26210: checking resolv.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -In file included from conftest.c:98: -/usr/include/resolv.h:131: error: field `nsaddr_list' has incomplete type -/usr/include/resolv.h:141: error: field `addr' has incomplete type -/usr/include/resolv.h:156: error: field `ina' has incomplete type -/usr/include/resolv.h:157: error: field `in6a' has incomplete type -configure:26228: $? = 1 +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking pwd.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for pwd.h +configure:26359: result: yes +configure:26236: checking resolv.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +In file included from conftest.c:107: +/usr/include/resolv.h:166: error: field `nsaddr_list' has incomplete type +/usr/include/resolv.h:180: error: field `addr' has incomplete type +/usr/include/resolv.h:208: error: field `sin' has incomplete type +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -2973,7 +3008,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -3045,48 +3089,48 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking resolv.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26304: WARNING: resolv.h: present but cannot be compiled -configure:26306: WARNING: resolv.h: check for missing prerequisite headers? -configure:26308: WARNING: resolv.h: see the Autoconf documentation -configure:26310: WARNING: resolv.h: section "Present But Cannot Be Compiled" -configure:26312: WARNING: resolv.h: proceeding with the preprocessor's result -configure:26314: WARNING: resolv.h: in the future, the compiler will take precedence -configure:26326: checking for resolv.h -configure:26333: result: yes -configure:26210: checking rpcsvc/ypclnt.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26277: result: no +configure:26281: checking resolv.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26330: WARNING: resolv.h: present but cannot be compiled +configure:26332: WARNING: resolv.h: check for missing prerequisite headers? +configure:26334: WARNING: resolv.h: see the Autoconf documentation +configure:26336: WARNING: resolv.h: section "Present But Cannot Be Compiled" +configure:26338: WARNING: resolv.h: proceeding with the preprocessor's result +configure:26340: WARNING: resolv.h: in the future, the compiler will take precedence +configure:26352: checking for resolv.h +configure:26359: result: yes +configure:26236: checking rpcsvc/ypclnt.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking rpcsvc/ypclnt.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for rpcsvc/ypclnt.h -configure:26333: result: yes -configure:26210: checking shadow.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -conftest.c:100:20: shadow.h: No such file or directory -configure:26228: $? = 1 +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking rpcsvc/ypclnt.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for rpcsvc/ypclnt.h +configure:26359: result: yes +configure:26236: checking shadow.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +conftest.c:109:20: shadow.h: No such file or directory +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -3104,7 +3148,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -3178,21 +3231,21 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking shadow.h presence -configure:26265: gcc -E conftest.c -conftest.c:66:20: shadow.h: No such file or directory -configure:26271: $? = 1 +configure:26277: result: no +configure:26281: checking shadow.h presence +configure:26291: gcc -E conftest.c +conftest.c:75:20: shadow.h: No such file or directory +configure:26297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -3210,7 +3263,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -3250,85 +3312,85 @@ configure: failed program was: | #define HAVE_RPCSVC_YPCLNT_H 1 | /* end confdefs.h. */ | #include -configure:26291: result: no -configure:26326: checking for shadow.h -configure:26333: result: no -configure:26210: checking sys/bswap.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26317: result: no +configure:26352: checking for shadow.h +configure:26359: result: no +configure:26236: checking sys/bswap.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/bswap.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/bswap.h -configure:26333: result: yes -configure:26210: checking sys/ioctl.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/bswap.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/bswap.h +configure:26359: result: yes +configure:26236: checking sys/ioctl.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/ioctl.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/ioctl.h -configure:26333: result: yes -configure:26210: checking sys/mman.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/ioctl.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/ioctl.h +configure:26359: result: yes +configure:26236: checking sys/mman.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/mman.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/mman.h -configure:26333: result: yes -configure:26210: checking sys/param.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/mman.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/mman.h +configure:26359: result: yes +configure:26236: checking sys/param.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/param.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/param.h -configure:26333: result: yes -configure:26210: checking sys/proc.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -In file included from conftest.c:104: +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/param.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/param.h +configure:26359: result: yes +configure:26236: checking sys/proc.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +In file included from conftest.c:113: /usr/include/sys/proc.h:66: error: `MAXLOGNAME' undeclared here (not in a function) /usr/include/sys/proc.h:242: error: `MAXCOMLEN' undeclared here (not in a function) -configure:26228: $? = 1 +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -3346,7 +3408,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -3424,89 +3495,89 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking sys/proc.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26304: WARNING: sys/proc.h: present but cannot be compiled -configure:26306: WARNING: sys/proc.h: check for missing prerequisite headers? -configure:26308: WARNING: sys/proc.h: see the Autoconf documentation -configure:26310: WARNING: sys/proc.h: section "Present But Cannot Be Compiled" -configure:26312: WARNING: sys/proc.h: proceeding with the preprocessor's result -configure:26314: WARNING: sys/proc.h: in the future, the compiler will take precedence -configure:26326: checking for sys/proc.h -configure:26333: result: yes -configure:26210: checking sys/resource.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26277: result: no +configure:26281: checking sys/proc.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26330: WARNING: sys/proc.h: present but cannot be compiled +configure:26332: WARNING: sys/proc.h: check for missing prerequisite headers? +configure:26334: WARNING: sys/proc.h: see the Autoconf documentation +configure:26336: WARNING: sys/proc.h: section "Present But Cannot Be Compiled" +configure:26338: WARNING: sys/proc.h: proceeding with the preprocessor's result +configure:26340: WARNING: sys/proc.h: in the future, the compiler will take precedence +configure:26352: checking for sys/proc.h +configure:26359: result: yes +configure:26236: checking sys/resource.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/resource.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/resource.h -configure:26333: result: yes -configure:26210: checking sys/socket.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/resource.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/resource.h +configure:26359: result: yes +configure:26236: checking sys/socket.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/socket.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/socket.h -configure:26333: result: yes -configure:26210: checking sys/sockio.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/socket.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/socket.h +configure:26359: result: yes +configure:26236: checking sys/sockio.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/sockio.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/sockio.h -configure:26333: result: yes -configure:26201: checking for sys/stat.h -configure:26206: result: yes -configure:26210: checking sys/sysctl.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/sockio.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/sockio.h +configure:26359: result: yes +configure:26227: checking for sys/stat.h +configure:26232: result: yes +configure:26236: checking sys/sysctl.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 In file included from /usr/include/sys/sysctl.h:44, - from conftest.c:109: -/usr/include/sys/ucred.h:47: error: `NGROUPS' undeclared here (not in a function) -/usr/include/sys/ucred.h:55: error: `NGROUPS' undeclared here (not in a function) + from conftest.c:118: +/usr/include/sys/ucred.h:49: error: `NGROUPS' undeclared here (not in a function) +/usr/include/sys/ucred.h:59: error: `NGROUPS' undeclared here (not in a function) In file included from /usr/include/sys/sysctl.h:46, - from conftest.c:109: + from conftest.c:118: /usr/include/sys/proc.h:66: error: `MAXLOGNAME' undeclared here (not in a function) /usr/include/sys/proc.h:242: error: `MAXCOMLEN' undeclared here (not in a function) -In file included from conftest.c:109: +In file included from conftest.c:118: /usr/include/sys/sysctl.h:397: error: `MAXLOGNAME' undeclared here (not in a function) -configure:26228: $? = 1 +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -3524,7 +3595,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -3607,142 +3687,142 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking sys/sysctl.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26304: WARNING: sys/sysctl.h: present but cannot be compiled -configure:26306: WARNING: sys/sysctl.h: check for missing prerequisite headers? -configure:26308: WARNING: sys/sysctl.h: see the Autoconf documentation -configure:26310: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled" -configure:26312: WARNING: sys/sysctl.h: proceeding with the preprocessor's result -configure:26314: WARNING: sys/sysctl.h: in the future, the compiler will take precedence -configure:26326: checking for sys/sysctl.h -configure:26333: result: yes -configure:26210: checking sys/time.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26277: result: no +configure:26281: checking sys/sysctl.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26330: WARNING: sys/sysctl.h: present but cannot be compiled +configure:26332: WARNING: sys/sysctl.h: check for missing prerequisite headers? +configure:26334: WARNING: sys/sysctl.h: see the Autoconf documentation +configure:26336: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled" +configure:26338: WARNING: sys/sysctl.h: proceeding with the preprocessor's result +configure:26340: WARNING: sys/sysctl.h: in the future, the compiler will take precedence +configure:26352: checking for sys/sysctl.h +configure:26359: result: yes +configure:26236: checking sys/time.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/time.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/time.h -configure:26333: result: yes -configure:26210: checking sys/tty.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/time.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/time.h +configure:26359: result: yes +configure:26236: checking sys/tty.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/tty.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/tty.h -configure:26333: result: yes -configure:26201: checking for sys/types.h -configure:26206: result: yes -configure:26210: checking sys/uio.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/tty.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/tty.h +configure:26359: result: yes +configure:26227: checking for sys/types.h +configure:26232: result: yes +configure:26236: checking sys/uio.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/uio.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/uio.h -configure:26333: result: yes -configure:26210: checking sys/utsname.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/uio.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/uio.h +configure:26359: result: yes +configure:26236: checking sys/utsname.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/utsname.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/utsname.h -configure:26333: result: yes -configure:26210: checking sys/wait.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/utsname.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/utsname.h +configure:26359: result: yes +configure:26236: checking sys/wait.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking sys/wait.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for sys/wait.h -configure:26333: result: yes -configure:26210: checking syslog.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking sys/wait.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for sys/wait.h +configure:26359: result: yes +configure:26236: checking syslog.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking syslog.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for syslog.h -configure:26333: result: yes -configure:26210: checking termios.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking syslog.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for syslog.h +configure:26359: result: yes +configure:26236: checking termios.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking termios.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for termios.h -configure:26333: result: yes -configure:26201: checking for unistd.h -configure:26206: result: yes -configure:26210: checking userconf.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -conftest.c:119:22: userconf.h: No such file or directory -configure:26228: $? = 1 +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking termios.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for termios.h +configure:26359: result: yes +configure:26227: checking for unistd.h +configure:26232: result: yes +configure:26236: checking userconf.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +conftest.c:128:22: userconf.h: No such file or directory +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -3760,7 +3840,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -3853,21 +3942,21 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking userconf.h presence -configure:26265: gcc -E conftest.c -conftest.c:85:22: userconf.h: No such file or directory -configure:26271: $? = 1 +configure:26277: result: no +configure:26281: checking userconf.h presence +configure:26291: gcc -E conftest.c +conftest.c:94:22: userconf.h: No such file or directory +configure:26297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -3885,7 +3974,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -3944,23 +4042,23 @@ configure: failed program was: | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include -configure:26291: result: no -configure:26326: checking for userconf.h -configure:26333: result: no -configure:26210: checking usersec.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -conftest.c:119:21: usersec.h: No such file or directory -configure:26228: $? = 1 +configure:26317: result: no +configure:26352: checking for userconf.h +configure:26359: result: no +configure:26236: checking usersec.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +conftest.c:128:21: usersec.h: No such file or directory +configure:26254: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -3978,7 +4076,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -4071,21 +4178,21 @@ configure: failed program was: | # include | #endif | #include -configure:26251: result: no -configure:26255: checking usersec.h presence -configure:26265: gcc -E conftest.c -conftest.c:85:21: usersec.h: No such file or directory -configure:26271: $? = 1 +configure:26277: result: no +configure:26281: checking usersec.h presence +configure:26291: gcc -E conftest.c +conftest.c:94:21: usersec.h: No such file or directory +configure:26297: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -4103,7 +4210,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -4162,380 +4278,147 @@ configure: failed program was: | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include -configure:26291: result: no -configure:26326: checking for usersec.h -configure:26333: result: no -configure:26210: checking util.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26317: result: no +configure:26352: checking for usersec.h +configure:26359: result: no +configure:26236: checking util.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking util.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for util.h -configure:26333: result: yes -configure:26210: checking vis.h usability -configure:26222: gcc -c -g -O2 conftest.c >&5 -configure:26228: $? = 0 -configure:26232: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking util.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for util.h +configure:26359: result: yes +configure:26236: checking vis.h usability +configure:26248: gcc -c -g -O2 conftest.c >&5 +configure:26254: $? = 0 +configure:26258: test -z || test ! -s conftest.err -configure:26235: $? = 0 -configure:26238: test -s conftest.o -configure:26241: $? = 0 -configure:26251: result: yes -configure:26255: checking vis.h presence -configure:26265: gcc -E conftest.c -configure:26271: $? = 0 -configure:26291: result: yes -configure:26326: checking for vis.h -configure:26333: result: yes -configure:26395: checking for socket -configure:26428: gcc -o conftest -g -O2 conftest.c >&5 -configure:26434: $? = 0 -configure:26438: test -z +configure:26261: $? = 0 +configure:26264: test -s conftest.o +configure:26267: $? = 0 +configure:26277: result: yes +configure:26281: checking vis.h presence +configure:26291: gcc -E conftest.c +configure:26297: $? = 0 +configure:26317: result: yes +configure:26352: checking for vis.h +configure:26359: result: yes +configure:26421: checking for socket +configure:26454: gcc -o conftest -g -O2 conftest.c >&5 +configure:26460: $? = 0 +configure:26464: test -z || test ! -s conftest.err -configure:26441: $? = 0 -configure:26444: test -s conftest -configure:26447: $? = 0 -configure:26584: result: yes -configure:26618: checking for gethostbyname -configure:26651: gcc -o conftest -g -O2 conftest.c >&5 -configure:26657: $? = 0 -configure:26661: test -z +configure:26467: $? = 0 +configure:26470: test -s conftest +configure:26473: $? = 0 +configure:26610: result: yes +configure:26644: checking for gethostbyname +configure:26677: gcc -o conftest -g -O2 conftest.c >&5 +configure:26683: $? = 0 +configure:26687: test -z || test ! -s conftest.err -configure:26664: $? = 0 -configure:26667: test -s conftest -configure:26670: $? = 0 -configure:26807: result: yes -configure:26841: checking for syslog -configure:26874: gcc -o conftest -g -O2 conftest.c >&5 -configure:26880: $? = 0 -configure:26884: test -z +configure:26690: $? = 0 +configure:26693: test -s conftest +configure:26696: $? = 0 +configure:26833: result: yes +configure:26867: checking for syslog +configure:26900: gcc -o conftest -g -O2 conftest.c >&5 +configure:26906: $? = 0 +configure:26910: test -z || test ! -s conftest.err -configure:26887: $? = 0 -configure:26890: test -s conftest -configure:26893: $? = 0 -configure:27030: result: yes -configure:27072: checking for IPv6 stack type -conftest.c:91:45: /usr/local/v6/include/sys/types.h: No such file or directory -configure:27214: result: kame -configure:27217: checking for IPv6 -configure:27262: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:27268: $? = 0 -configure:27272: test -z +configure:26913: $? = 0 +configure:26916: test -s conftest +configure:26919: $? = 0 +configure:27056: result: yes +configure:27098: checking for IPv6 stack type +conftest.c:100:45: /usr/local/v6/include/sys/types.h: No such file or directory +configure:27240: result: kame +configure:27243: checking for IPv6 +configure:27288: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:27294: $? = 0 +configure:27298: test -z || test ! -s conftest.err -configure:27275: $? = 0 -configure:27278: test -s conftest -configure:27281: $? = 0 -configure:27293: result: yes -configure:27306: checking for in6addr_loopback -configure:27343: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:27349: $? = 0 -configure:27353: test -z +configure:27301: $? = 0 +configure:27304: test -s conftest +configure:27307: $? = 0 +configure:27319: result: yes +configure:27333: checking for in6addr_loopback +configure:27370: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:27376: $? = 0 +configure:27380: test -z || test ! -s conftest.err -configure:27356: $? = 0 -configure:27359: test -s conftest -configure:27362: $? = 0 -configure:27374: result: yes -configure:27390: checking for gethostbyname2 -configure:27423: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:27429: $? = 0 -configure:27433: test -z +configure:27383: $? = 0 +configure:27386: test -s conftest +configure:27389: $? = 0 +configure:27401: result: yes +configure:27417: checking for gethostbyname2 +configure:27450: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:27456: $? = 0 +configure:27460: test -z || test ! -s conftest.err -configure:27436: $? = 0 -configure:27439: test -s conftest -configure:27442: $? = 0 -configure:27579: result: yes -configure:27614: checking for res_search -configure:27661: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:27667: $? = 0 -configure:27671: test -z +configure:27463: $? = 0 +configure:27466: test -s conftest +configure:27469: $? = 0 +configure:27606: result: yes +configure:27641: checking for res_search +configure:27688: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:27694: $? = 0 +configure:27698: test -z || test ! -s conftest.err -configure:27674: $? = 0 -configure:27677: test -s conftest -configure:27680: $? = 0 -configure:27817: result: yes -configure:27852: checking for res_nsearch -configure:27899: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccEhP7df.o(.text+0x19): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:112: undefined reference to `res_nsearch' -configure:27905: $? = 1 +configure:27701: $? = 0 +configure:27704: test -s conftest +configure:27707: $? = 0 +configure:27844: result: yes +configure:27879: checking for res_nsearch +configure:27926: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:27932: $? = 0 +configure:27936: test -z + || test ! -s conftest.err +configure:27939: $? = 0 +configure:27942: test -s conftest +configure:27945: $? = 0 +configure:28082: result: yes +configure:28117: checking for dn_expand +configure:28164: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:28170: $? = 0 +configure:28174: test -z + || test ! -s conftest.err +configure:28177: $? = 0 +configure:28180: test -s conftest +configure:28183: $? = 0 +configure:28320: result: yes +configure:28352: checking for _res +configure:28388: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:28394: $? = 0 +configure:28398: test -z + || test ! -s conftest.err +configure:28401: $? = 0 +configure:28404: test -s conftest +configure:28407: $? = 0 +configure:28471: result: yes +configure:28480: checking if _res is properly declared +configure:28515: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:119: error: conflicting types for `__res_state' +/usr/include/resolv.h:297: error: previous declaration of `__res_state' +configure:28521: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| #define KRB5 1 -| #define HAVE_DB_H 1 -| #define HAVE_DBOPEN 1 -| #define HAVE_DB1 1 -| #define HAVE_NDBM_H 1 -| #define HAVE_DBM_FIRSTKEY 1 -| #define HAVE_NDBM 1 -| #define HAVE_NEW_DB 1 -| #define RETSIGTYPE void -| #define VOID_RETSIGTYPE 1 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_NETINET_IP_H 1 -| #define HAVE_NETINET_TCP_H 1 -| #define HAVE_GETLOGIN 1 -| #define HAVE_SETLOGIN 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_GETPAGESIZE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SSIZE_T 1 -| #define HAVE_LONG_LONG 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_ARPA_NAMESER_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_ERR_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_GRP_H 1 -| #define HAVE_IFADDRS_H 1 -| #define HAVE_NET_IF_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_NETINET_IN_SYSTM_H 1 -| #define HAVE_NETINET6_IN6_VAR_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_RESOLV_H 1 -| #define HAVE_RPCSVC_YPCLNT_H 1 -| #define HAVE_SYS_BSWAP_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_PROC_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_SOCKIO_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TTY_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_SYS_UTSNAME_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_TERMIOS_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIL_H 1 -| #define HAVE_VIS_H 1 -| #define HAVE_SOCKET 1 -| #define HAVE_GETHOSTBYNAME 1 -| #define HAVE_SYSLOG 1 -| #define HAVE_IPV6 1 -| #define HAVE_IN6ADDR_LOOPBACK 1 -| #define HAVE_GETHOSTBYNAME2 1 -| #define HAVE_RES_SEARCH 1 -| /* end confdefs.h. */ -| -| #include -| #ifdef HAVE_SYS_TYPES_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_ARPA_NAMESER_H -| #include -| #endif -| #ifdef HAVE_RESOLV_H -| #include -| #endif -| -| int -| main () -| { -| res_nsearch(0,0,0,0,0,0) -| ; -| return 0; -| } -configure:27899: gcc -o conftest -DINET6 -g -O2 conftest.c -lresolv >&5 -/var/tmp//ccmNWgmt.o(.text+0x19): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:112: undefined reference to `res_nsearch' -configure:27905: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| #define KRB5 1 -| #define HAVE_DB_H 1 -| #define HAVE_DBOPEN 1 -| #define HAVE_DB1 1 -| #define HAVE_NDBM_H 1 -| #define HAVE_DBM_FIRSTKEY 1 -| #define HAVE_NDBM 1 -| #define HAVE_NEW_DB 1 -| #define RETSIGTYPE void -| #define VOID_RETSIGTYPE 1 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_NETINET_IP_H 1 -| #define HAVE_NETINET_TCP_H 1 -| #define HAVE_GETLOGIN 1 -| #define HAVE_SETLOGIN 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_GETPAGESIZE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SSIZE_T 1 -| #define HAVE_LONG_LONG 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_ARPA_NAMESER_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_ERR_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_GRP_H 1 -| #define HAVE_IFADDRS_H 1 -| #define HAVE_NET_IF_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_NETINET_IN_SYSTM_H 1 -| #define HAVE_NETINET6_IN6_VAR_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_RESOLV_H 1 -| #define HAVE_RPCSVC_YPCLNT_H 1 -| #define HAVE_SYS_BSWAP_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_PROC_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_SOCKIO_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TTY_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_SYS_UTSNAME_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_TERMIOS_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIL_H 1 -| #define HAVE_VIS_H 1 -| #define HAVE_SOCKET 1 -| #define HAVE_GETHOSTBYNAME 1 -| #define HAVE_SYSLOG 1 -| #define HAVE_IPV6 1 -| #define HAVE_IN6ADDR_LOOPBACK 1 -| #define HAVE_GETHOSTBYNAME2 1 -| #define HAVE_RES_SEARCH 1 -| /* end confdefs.h. */ -| -| #include -| #ifdef HAVE_SYS_TYPES_H -| #include -| #endif -| #ifdef HAVE_NETINET_IN_H -| #include -| #endif -| #ifdef HAVE_ARPA_NAMESER_H -| #include -| #endif -| #ifdef HAVE_RESOLV_H -| #include -| #endif -| -| int -| main () -| { -| res_nsearch(0,0,0,0,0,0) -| ; -| return 0; -| } -configure:28061: result: no -configure:28090: checking for dn_expand -configure:28137: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:28143: $? = 0 -configure:28147: test -z - || test ! -s conftest.err -configure:28150: $? = 0 -configure:28153: test -s conftest -configure:28156: $? = 0 -configure:28293: result: yes -configure:28325: checking for _res -configure:28361: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:28367: $? = 0 -configure:28371: test -z - || test ! -s conftest.err -configure:28374: $? = 0 -configure:28377: test -s conftest -configure:28380: $? = 0 -configure:28444: result: yes -configure:28453: checking if _res is properly declared -configure:28488: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:109: error: conflicting types for `_res' -/usr/include/resolv.h:230: error: previous declaration of `_res' -configure:28494: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -4553,7 +4436,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -4619,6 +4511,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | /* end confdefs.h. */ @@ -4643,69 +4536,69 @@ configure: failed program was: | ; | return 0; | } -configure:28523: result: yes -configure:28539: checking for working snprintf -configure:28565: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:28568: $? = 0 -configure:28570: ./conftest -configure:28573: $? = 0 -configure:28587: result: yes -configure:28600: checking if snprintf needs a prototype -configure:28624: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:28550: result: yes +configure:28566: checking for working snprintf +configure:28592: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:28595: $? = 0 +configure:28597: ./conftest +configure:28600: $? = 0 +configure:28614: result: yes +configure:28627: checking if snprintf needs a prototype +configure:28651: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:103: warning: conflicting types for built-in function `snprintf' -conftest.c:103: warning: extern declaration of `snprintf' doesn't match global one -configure:28630: $? = 0 -configure:28634: test -z +conftest.c:113: warning: conflicting types for built-in function `snprintf' +conftest.c:113: warning: extern declaration of `snprintf' doesn't match global one +configure:28657: $? = 0 +configure:28661: test -z || test ! -s conftest.err -configure:28637: $? = 0 -configure:28640: test -s conftest.o -configure:28643: $? = 0 -configure:28654: result: yes -configure:28668: checking for working vsnprintf -configure:28705: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:28708: $? = 0 -configure:28710: ./conftest -configure:28713: $? = 0 -configure:28727: result: yes -configure:28740: checking if vsnprintf needs a prototype -configure:28764: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:28664: $? = 0 +configure:28667: test -s conftest.o +configure:28670: $? = 0 +configure:28681: result: yes +configure:28695: checking for working vsnprintf +configure:28732: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:28735: $? = 0 +configure:28737: ./conftest +configure:28740: $? = 0 +configure:28754: result: yes +configure:28767: checking if vsnprintf needs a prototype +configure:28791: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:105: warning: conflicting types for built-in function `vsnprintf' -conftest.c:105: warning: extern declaration of `vsnprintf' doesn't match global one -configure:28770: $? = 0 -configure:28774: test -z +conftest.c:115: warning: conflicting types for built-in function `vsnprintf' +conftest.c:115: warning: extern declaration of `vsnprintf' doesn't match global one +configure:28797: $? = 0 +configure:28801: test -z || test ! -s conftest.err -configure:28777: $? = 0 -configure:28780: test -s conftest.o -configure:28783: $? = 0 -configure:28794: result: yes -configure:28809: checking for working glob -configure:28842: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:28848: $? = 0 -configure:28852: test -z +configure:28804: $? = 0 +configure:28807: test -s conftest.o +configure:28810: $? = 0 +configure:28821: result: yes +configure:28836: checking for working glob +configure:28869: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:28875: $? = 0 +configure:28879: test -z || test ! -s conftest.err -configure:28855: $? = 0 -configure:28858: test -s conftest -configure:28861: $? = 0 -configure:28873: result: yes -configure:28886: checking if glob needs a prototype -configure:28911: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:28882: $? = 0 +configure:28885: test -s conftest +configure:28888: $? = 0 +configure:28900: result: yes +configure:28913: checking if glob needs a prototype +configure:28938: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:108: error: conflicting types for `glob' +conftest.c:118: error: conflicting types for `glob' /usr/include/glob.h:104: error: previous declaration of `glob' -conftest.c:108: warning: extern declaration of `glob' doesn't match global one -configure:28917: $? = 1 +conftest.c:118: warning: extern declaration of `glob' doesn't match global one +configure:28944: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -4723,7 +4616,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -4789,6 +4691,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -4810,23 +4713,23 @@ configure: failed program was: | ; | return 0; | } -configure:28941: result: no -configure:29032: checking for asnprintf -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc6YdlsB.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:142: undefined reference to `asnprintf' -/var/tmp//cc6YdlsB.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:141: undefined reference to `asnprintf' -configure:29095: $? = 1 +configure:28968: result: no +configure:29059: checking for asnprintf +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccijGi08.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:152: undefined reference to `asnprintf' +/var/tmp//ccijGi08.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:151: undefined reference to `asnprintf' +configure:29122: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -4844,7 +4747,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -4910,6 +4822,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -4963,50 +4876,50 @@ configure: failed program was: | ; | return 0; | } -configure:29120: result: no -configure:29032: checking for asprintf -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29147: result: no +configure:29059: checking for asprintf +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for atexit -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for atexit +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for cgetent -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for cgetent +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for getconfattr -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cckYs3Qk.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:145: undefined reference to `getconfattr' -/var/tmp//cckYs3Qk.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:144: undefined reference to `getconfattr' -configure:29095: $? = 1 +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for getconfattr +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cc8OZ3pQ.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:155: undefined reference to `getconfattr' +/var/tmp//cc8OZ3pQ.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:154: undefined reference to `getconfattr' +configure:29122: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -5024,7 +4937,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -5090,6 +5012,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -5146,41 +5069,41 @@ configure: failed program was: | ; | return 0; | } -configure:29120: result: no -configure:29032: checking for getprogname -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29147: result: no +configure:29059: checking for getprogname +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for getrlimit -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for getrlimit +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for getspnam -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccEAl8j6.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:147: undefined reference to `getspnam' -/var/tmp//ccEAl8j6.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:146: undefined reference to `getspnam' -configure:29095: $? = 1 +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for getspnam +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccidEPtA.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:157: undefined reference to `getspnam' +/var/tmp//ccidEPtA.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:156: undefined reference to `getspnam' +configure:29122: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -5198,7 +5121,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -5264,6 +5196,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -5322,41 +5255,41 @@ configure: failed program was: | ; | return 0; | } -configure:29120: result: no -configure:29032: checking for initstate -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29147: result: no +configure:29059: checking for initstate +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for issetugid -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for issetugid +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for on_exit -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccg88ItR.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:149: undefined reference to `on_exit' -/var/tmp//ccg88ItR.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:148: undefined reference to `on_exit' -configure:29095: $? = 1 +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for on_exit +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cc84SpBk.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:159: undefined reference to `on_exit' +/var/tmp//cc84SpBk.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:158: undefined reference to `on_exit' +configure:29122: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -5374,7 +5307,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -5440,6 +5382,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -5500,133 +5443,133 @@ configure: failed program was: | ; | return 0; | } -configure:29120: result: no -configure:29032: checking for random -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29147: result: no +configure:29059: checking for random +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for setprogname -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for setprogname +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for setstate -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for setstate +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for strsvis -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for strsvis +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for strunvis -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for strunvis +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for strvis -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for strvis +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for strvisx -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for strvisx +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for svis -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for svis +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for sysconf -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for sysconf +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for sysctl -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for sysctl +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for uname -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for uname +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for unvis -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc24DM4t.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:160: warning: reference to compatibility unvis(); include for correct reference -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for unvis +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccS59ovQ.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:170: warning: reference to compatibility unvis(); include for correct reference +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for vasnprintf -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccI3okOI.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:161: undefined reference to `vasnprintf' -/var/tmp//ccI3okOI.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:160: undefined reference to `vasnprintf' -configure:29095: $? = 1 +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for vasnprintf +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccSX4nV6.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:171: undefined reference to `vasnprintf' +/var/tmp//ccSX4nV6.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:170: undefined reference to `vasnprintf' +configure:29122: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -5644,7 +5587,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -5710,6 +5662,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -5782,69 +5735,69 @@ configure: failed program was: | ; | return 0; | } -configure:29120: result: no -configure:29032: checking for vasprintf -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29147: result: no +configure:29059: checking for vasprintf +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29032: checking for vis -configure:29089: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29095: $? = 0 -configure:29099: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29059: checking for vis +configure:29116: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29122: $? = 0 +configure:29126: test -z || test ! -s conftest.err -configure:29102: $? = 0 -configure:29105: test -s conftest -configure:29108: $? = 0 -configure:29120: result: yes -configure:29149: checking for getsockopt -configure:29187: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29193: $? = 0 -configure:29197: test -z +configure:29129: $? = 0 +configure:29132: test -s conftest +configure:29135: $? = 0 +configure:29147: result: yes +configure:29176: checking for getsockopt +configure:29214: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29220: $? = 0 +configure:29224: test -z || test ! -s conftest.err -configure:29200: $? = 0 -configure:29203: test -s conftest -configure:29206: $? = 0 -configure:29343: result: yes -configure:29372: checking for setsockopt -configure:29410: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29416: $? = 0 -configure:29420: test -z +configure:29227: $? = 0 +configure:29230: test -s conftest +configure:29233: $? = 0 +configure:29370: result: yes +configure:29399: checking for setsockopt +configure:29437: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29443: $? = 0 +configure:29447: test -z || test ! -s conftest.err -configure:29423: $? = 0 -configure:29426: test -s conftest -configure:29429: $? = 0 -configure:29566: result: yes -configure:29597: checking for hstrerror -configure:29632: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:29638: $? = 0 -configure:29642: test -z +configure:29450: $? = 0 +configure:29453: test -s conftest +configure:29456: $? = 0 +configure:29593: result: yes +configure:29624: checking for hstrerror +configure:29659: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:29665: $? = 0 +configure:29669: test -z || test ! -s conftest.err -configure:29645: $? = 0 -configure:29648: test -s conftest -configure:29651: $? = 0 -configure:29788: result: yes -configure:29831: checking if hstrerror needs a prototype -configure:29858: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:29672: $? = 0 +configure:29675: test -s conftest +configure:29678: $? = 0 +configure:29815: result: yes +configure:29858: checking if hstrerror needs a prototype +configure:29885: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:134: error: conflicting types for `hstrerror' -/usr/include/netdb.h:298: error: previous declaration of `hstrerror' -conftest.c:134: warning: extern declaration of `hstrerror' doesn't match global one -configure:29864: $? = 1 +conftest.c:144: error: conflicting types for `hstrerror' +/usr/include/netdb.h:337: error: previous declaration of `hstrerror' +conftest.c:144: warning: extern declaration of `hstrerror' doesn't match global one +configure:29891: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -5862,7 +5815,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -5928,6 +5890,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -5975,24 +5938,24 @@ configure: failed program was: | ; | return 0; | } -configure:29888: result: no -configure:29902: checking if asprintf needs a prototype -configure:29928: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:29915: result: no +configure:29929: checking if asprintf needs a prototype +configure:29955: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:133: error: conflicting types for `asprintf' +conftest.c:143: error: conflicting types for `asprintf' /usr/include/stdio.h:367: error: previous declaration of `asprintf' -conftest.c:133: warning: extern declaration of `asprintf' doesn't match global one -configure:29934: $? = 1 +conftest.c:143: warning: extern declaration of `asprintf' doesn't match global one +configure:29961: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -6010,7 +5973,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -6076,6 +6048,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -6122,24 +6095,24 @@ configure: failed program was: | ; | return 0; | } -configure:29958: result: no -configure:29970: checking if vasprintf needs a prototype -configure:29996: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:29985: result: no +configure:29997: checking if vasprintf needs a prototype +configure:30023: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:133: error: conflicting types for `vasprintf' +conftest.c:143: error: conflicting types for `vasprintf' /usr/include/stdio.h:375: error: previous declaration of `vasprintf' -conftest.c:133: warning: extern declaration of `vasprintf' doesn't match global one -configure:30002: $? = 1 +conftest.c:143: warning: extern declaration of `vasprintf' doesn't match global one +configure:30029: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -6157,7 +6130,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -6223,6 +6205,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -6269,58 +6252,58 @@ configure: failed program was: | ; | return 0; | } -configure:30026: result: no -configure:30038: checking if asnprintf needs a prototype -configure:30064: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:30070: $? = 0 -configure:30074: test -z +configure:30053: result: no +configure:30065: checking if asnprintf needs a prototype +configure:30091: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:30097: $? = 0 +configure:30101: test -z || test ! -s conftest.err -configure:30077: $? = 0 -configure:30080: test -s conftest.o -configure:30083: $? = 0 -configure:30094: result: yes -configure:30106: checking if vasnprintf needs a prototype -configure:30132: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:30138: $? = 0 -configure:30142: test -z +configure:30104: $? = 0 +configure:30107: test -s conftest.o +configure:30110: $? = 0 +configure:30121: result: yes +configure:30133: checking if vasnprintf needs a prototype +configure:30159: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:30165: $? = 0 +configure:30169: test -z || test ! -s conftest.err -configure:30145: $? = 0 -configure:30148: test -s conftest.o -configure:30151: $? = 0 -configure:30162: result: yes -configure:30177: checking for bswap16 -configure:30212: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:30218: $? = 0 -configure:30222: test -z +configure:30172: $? = 0 +configure:30175: test -s conftest.o +configure:30178: $? = 0 +configure:30189: result: yes +configure:30204: checking for bswap16 +configure:30239: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:30245: $? = 0 +configure:30249: test -z || test ! -s conftest.err -configure:30225: $? = 0 -configure:30228: test -s conftest -configure:30231: $? = 0 -configure:30368: result: yes -configure:30398: checking for bswap32 -configure:30433: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:30439: $? = 0 -configure:30443: test -z +configure:30252: $? = 0 +configure:30255: test -s conftest +configure:30258: $? = 0 +configure:30395: result: yes +configure:30425: checking for bswap32 +configure:30460: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:30466: $? = 0 +configure:30470: test -z || test ! -s conftest.err -configure:30446: $? = 0 -configure:30449: test -s conftest -configure:30452: $? = 0 -configure:30589: result: yes -configure:30619: checking for pidfile -configure:30654: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccGaUDgm.o(.text+0xf): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:136: undefined reference to `pidfile' -configure:30660: $? = 1 +configure:30473: $? = 0 +configure:30476: test -s conftest +configure:30479: $? = 0 +configure:30616: result: yes +configure:30646: checking for pidfile +configure:30681: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccItVHjL.o(.text+0xf): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:146: undefined reference to `pidfile' +configure:30687: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -6338,7 +6321,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -6404,6 +6396,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -6451,75 +6444,75 @@ configure: failed program was: | ; | return 0; | } -configure:30654: gcc -o conftest -DINET6 -g -O2 conftest.c -lutil >&5 -configure:30660: $? = 0 -configure:30664: test -z +configure:30681: gcc -o conftest -DINET6 -g -O2 conftest.c -lutil >&5 +configure:30687: $? = 0 +configure:30691: test -z || test ! -s conftest.err -configure:30667: $? = 0 -configure:30670: test -s conftest -configure:30673: $? = 0 -configure:30830: result: yes, in -lutil -configure:30841: checking for getaddrinfo -configure:30876: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:30882: $? = 0 -configure:30886: test -z +configure:30694: $? = 0 +configure:30697: test -s conftest +configure:30700: $? = 0 +configure:30857: result: yes, in -lutil +configure:30868: checking for getaddrinfo +configure:30903: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:30909: $? = 0 +configure:30913: test -z || test ! -s conftest.err -configure:30889: $? = 0 -configure:30892: test -s conftest -configure:30895: $? = 0 -configure:31032: result: yes -configure:31078: checking for getnameinfo -configure:31113: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:31119: $? = 0 -configure:31123: test -z +configure:30916: $? = 0 +configure:30919: test -s conftest +configure:30922: $? = 0 +configure:31059: result: yes +configure:31105: checking for getnameinfo +configure:31140: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:31146: $? = 0 +configure:31150: test -z || test ! -s conftest.err -configure:31126: $? = 0 -configure:31129: test -s conftest -configure:31132: $? = 0 -configure:31269: result: yes -configure:31315: checking for freeaddrinfo -configure:31350: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:31356: $? = 0 -configure:31360: test -z +configure:31153: $? = 0 +configure:31156: test -s conftest +configure:31159: $? = 0 +configure:31296: result: yes +configure:31342: checking for freeaddrinfo +configure:31377: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:31383: $? = 0 +configure:31387: test -z || test ! -s conftest.err -configure:31363: $? = 0 -configure:31366: test -s conftest -configure:31369: $? = 0 -configure:31506: result: yes -configure:31552: checking for gai_strerror -configure:31587: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:31593: $? = 0 -configure:31597: test -z +configure:31390: $? = 0 +configure:31393: test -s conftest +configure:31396: $? = 0 +configure:31533: result: yes +configure:31579: checking for gai_strerror +configure:31614: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:31620: $? = 0 +configure:31624: test -z || test ! -s conftest.err -configure:31600: $? = 0 -configure:31603: test -s conftest -configure:31606: $? = 0 -configure:31743: result: yes -configure:31785: checking for chown -configure:31842: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:31848: $? = 0 -configure:31852: test -z +configure:31627: $? = 0 +configure:31630: test -s conftest +configure:31633: $? = 0 +configure:31770: result: yes +configure:31812: checking for chown +configure:31869: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:31875: $? = 0 +configure:31879: test -z || test ! -s conftest.err -configure:31855: $? = 0 -configure:31858: test -s conftest -configure:31861: $? = 0 -configure:31873: result: yes -configure:31891: checking for copyhostent -configure:31948: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc8aflmX.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:177: undefined reference to `copyhostent' -/var/tmp//cc8aflmX.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:176: undefined reference to `copyhostent' -configure:31954: $? = 1 +configure:31882: $? = 0 +configure:31885: test -s conftest +configure:31888: $? = 0 +configure:31900: result: yes +configure:31918: checking for copyhostent +configure:31975: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cccbAtni.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:187: undefined reference to `copyhostent' +/var/tmp//cccbAtni.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:186: undefined reference to `copyhostent' +configure:31981: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -6537,7 +6530,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -6603,6 +6605,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -6691,32 +6694,32 @@ configure: failed program was: | ; | return 0; | } -configure:31979: result: no -configure:31997: checking for daemon -configure:32054: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:32060: $? = 0 -configure:32064: test -z +configure:32006: result: no +configure:32024: checking for daemon +configure:32081: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:32087: $? = 0 +configure:32091: test -z || test ! -s conftest.err -configure:32067: $? = 0 -configure:32070: test -s conftest -configure:32073: $? = 0 -configure:32085: result: yes -configure:32103: checking for ecalloc -configure:32160: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccKv6bvm.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:178: undefined reference to `ecalloc' -/var/tmp//ccKv6bvm.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:177: undefined reference to `ecalloc' -configure:32166: $? = 1 +configure:32094: $? = 0 +configure:32097: test -s conftest +configure:32100: $? = 0 +configure:32112: result: yes +configure:32130: checking for ecalloc +configure:32187: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccauohQG.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:188: undefined reference to `ecalloc' +/var/tmp//ccauohQG.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:187: undefined reference to `ecalloc' +configure:32193: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -6734,7 +6737,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -6800,6 +6812,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -6889,23 +6902,23 @@ configure: failed program was: | ; | return 0; | } -configure:32191: result: no -configure:32209: checking for emalloc -configure:32266: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccI539cy.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:178: undefined reference to `emalloc' -/var/tmp//ccI539cy.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:177: undefined reference to `emalloc' -configure:32272: $? = 1 +configure:32218: result: no +configure:32236: checking for emalloc +configure:32293: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccq0WJeS.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:188: undefined reference to `emalloc' +/var/tmp//ccq0WJeS.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:187: undefined reference to `emalloc' +configure:32299: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -6923,7 +6936,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -6989,6 +7011,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -7078,23 +7101,23 @@ configure: failed program was: | ; | return 0; | } -configure:32297: result: no -configure:32315: checking for erealloc -configure:32372: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccGoWwNJ.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:178: undefined reference to `erealloc' -/var/tmp//ccGoWwNJ.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:177: undefined reference to `erealloc' -configure:32378: $? = 1 +configure:32324: result: no +configure:32342: checking for erealloc +configure:32399: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cceJxSz3.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:188: undefined reference to `erealloc' +/var/tmp//cceJxSz3.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:187: undefined reference to `erealloc' +configure:32405: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -7112,7 +7135,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -7178,6 +7210,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -7267,23 +7300,23 @@ configure: failed program was: | ; | return 0; | } -configure:32403: result: no -configure:32421: checking for estrdup -configure:32478: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccMLvWsV.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:178: undefined reference to `estrdup' -/var/tmp//ccMLvWsV.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:177: undefined reference to `estrdup' -configure:32484: $? = 1 +configure:32430: result: no +configure:32448: checking for estrdup +configure:32505: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cc6090Ue.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:188: undefined reference to `estrdup' +/var/tmp//cc6090Ue.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:187: undefined reference to `estrdup' +configure:32511: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -7301,7 +7334,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -7367,6 +7409,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -7456,68 +7499,68 @@ configure: failed program was: | ; | return 0; | } -configure:32509: result: no -configure:32527: checking for err -configure:32584: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:32590: $? = 0 -configure:32594: test -z +configure:32536: result: no +configure:32554: checking for err +configure:32611: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:32617: $? = 0 +configure:32621: test -z || test ! -s conftest.err -configure:32597: $? = 0 -configure:32600: test -s conftest -configure:32603: $? = 0 -configure:32615: result: yes -configure:32633: checking for errx -configure:32690: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:32696: $? = 0 -configure:32700: test -z +configure:32624: $? = 0 +configure:32627: test -s conftest +configure:32630: $? = 0 +configure:32642: result: yes +configure:32660: checking for errx +configure:32717: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:32723: $? = 0 +configure:32727: test -z || test ! -s conftest.err -configure:32703: $? = 0 -configure:32706: test -s conftest -configure:32709: $? = 0 -configure:32721: result: yes -configure:32739: checking for fchown -configure:32796: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:32802: $? = 0 -configure:32806: test -z +configure:32730: $? = 0 +configure:32733: test -s conftest +configure:32736: $? = 0 +configure:32748: result: yes +configure:32766: checking for fchown +configure:32823: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:32829: $? = 0 +configure:32833: test -z || test ! -s conftest.err -configure:32809: $? = 0 -configure:32812: test -s conftest -configure:32815: $? = 0 -configure:32827: result: yes -configure:32845: checking for flock -configure:32902: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:32908: $? = 0 -configure:32912: test -z +configure:32836: $? = 0 +configure:32839: test -s conftest +configure:32842: $? = 0 +configure:32854: result: yes +configure:32872: checking for flock +configure:32929: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:32935: $? = 0 +configure:32939: test -z || test ! -s conftest.err -configure:32915: $? = 0 -configure:32918: test -s conftest -configure:32921: $? = 0 -configure:32933: result: yes -configure:32951: checking for fnmatch -configure:33008: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:33014: $? = 0 -configure:33018: test -z +configure:32942: $? = 0 +configure:32945: test -s conftest +configure:32948: $? = 0 +configure:32960: result: yes +configure:32978: checking for fnmatch +configure:33035: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:33041: $? = 0 +configure:33045: test -z || test ! -s conftest.err -configure:33021: $? = 0 -configure:33024: test -s conftest -configure:33027: $? = 0 -configure:33039: result: yes -configure:33057: checking for freehostent -configure:33114: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc8pqLzT.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:183: undefined reference to `freehostent' -/var/tmp//cc8pqLzT.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:182: undefined reference to `freehostent' -configure:33120: $? = 1 +configure:33048: $? = 0 +configure:33051: test -s conftest +configure:33054: $? = 0 +configure:33066: result: yes +configure:33084: checking for freehostent +configure:33141: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccYPDHkg.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:193: undefined reference to `freehostent' +/var/tmp//ccYPDHkg.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:192: undefined reference to `freehostent' +configure:33147: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -7535,7 +7578,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -7601,6 +7653,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -7695,86 +7748,86 @@ configure: failed program was: | ; | return 0; | } -configure:33145: result: no -configure:33163: checking for getcwd -configure:33220: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:33226: $? = 0 -configure:33230: test -z +configure:33172: result: no +configure:33190: checking for getcwd +configure:33247: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:33253: $? = 0 +configure:33257: test -z || test ! -s conftest.err -configure:33233: $? = 0 -configure:33236: test -s conftest -configure:33239: $? = 0 -configure:33251: result: yes -configure:33269: checking for getdtablesize -configure:33326: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:33332: $? = 0 -configure:33336: test -z +configure:33260: $? = 0 +configure:33263: test -s conftest +configure:33266: $? = 0 +configure:33278: result: yes +configure:33296: checking for getdtablesize +configure:33353: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:33359: $? = 0 +configure:33363: test -z || test ! -s conftest.err -configure:33339: $? = 0 -configure:33342: test -s conftest -configure:33345: $? = 0 -configure:33357: result: yes -configure:33375: checking for getegid -configure:33432: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:33438: $? = 0 -configure:33442: test -z +configure:33366: $? = 0 +configure:33369: test -s conftest +configure:33372: $? = 0 +configure:33384: result: yes +configure:33402: checking for getegid +configure:33459: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:33465: $? = 0 +configure:33469: test -z || test ! -s conftest.err -configure:33445: $? = 0 -configure:33448: test -s conftest -configure:33451: $? = 0 -configure:33463: result: yes -configure:33481: checking for geteuid -configure:33538: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:33544: $? = 0 -configure:33548: test -z +configure:33472: $? = 0 +configure:33475: test -s conftest +configure:33478: $? = 0 +configure:33490: result: yes +configure:33508: checking for geteuid +configure:33565: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:33571: $? = 0 +configure:33575: test -z || test ! -s conftest.err -configure:33551: $? = 0 -configure:33554: test -s conftest -configure:33557: $? = 0 -configure:33569: result: yes -configure:33587: checking for getgid -configure:33644: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:33650: $? = 0 -configure:33654: test -z +configure:33578: $? = 0 +configure:33581: test -s conftest +configure:33584: $? = 0 +configure:33596: result: yes +configure:33614: checking for getgid +configure:33671: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:33677: $? = 0 +configure:33681: test -z || test ! -s conftest.err -configure:33657: $? = 0 -configure:33660: test -s conftest -configure:33663: $? = 0 -configure:33675: result: yes -configure:33693: checking for gethostname -configure:33750: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:33756: $? = 0 -configure:33760: test -z +configure:33684: $? = 0 +configure:33687: test -s conftest +configure:33690: $? = 0 +configure:33702: result: yes +configure:33720: checking for gethostname +configure:33777: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:33783: $? = 0 +configure:33787: test -z || test ! -s conftest.err -configure:33763: $? = 0 -configure:33766: test -s conftest -configure:33769: $? = 0 -configure:33781: result: yes -configure:33799: checking for getifaddrs -configure:33856: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:33862: $? = 0 -configure:33866: test -z +configure:33790: $? = 0 +configure:33793: test -s conftest +configure:33796: $? = 0 +configure:33808: result: yes +configure:33826: checking for getifaddrs +configure:33883: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:33889: $? = 0 +configure:33893: test -z || test ! -s conftest.err -configure:33869: $? = 0 -configure:33872: test -s conftest -configure:33875: $? = 0 -configure:33887: result: yes -configure:33905: checking for getipnodebyaddr -configure:33962: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccSI4d1i.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:190: undefined reference to `getipnodebyaddr' -/var/tmp//ccSI4d1i.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:189: undefined reference to `getipnodebyaddr' -configure:33968: $? = 1 +configure:33896: $? = 0 +configure:33899: test -s conftest +configure:33902: $? = 0 +configure:33914: result: yes +configure:33932: checking for getipnodebyaddr +configure:33989: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccmjOKhC.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:200: undefined reference to `getipnodebyaddr' +/var/tmp//ccmjOKhC.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:199: undefined reference to `getipnodebyaddr' +configure:33995: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -7792,7 +7845,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -7858,6 +7920,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -7959,23 +8022,23 @@ configure: failed program was: | ; | return 0; | } -configure:33993: result: no -configure:34011: checking for getipnodebyname -configure:34068: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccc6v3Ku.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:190: undefined reference to `getipnodebyname' -/var/tmp//ccc6v3Ku.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:189: undefined reference to `getipnodebyname' -configure:34074: $? = 1 +configure:34020: result: no +configure:34038: checking for getipnodebyname +configure:34095: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cc2xB2EN.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:200: undefined reference to `getipnodebyname' +/var/tmp//cc2xB2EN.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:199: undefined reference to `getipnodebyname' +configure:34101: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -7993,7 +8056,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -8059,6 +8131,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -8160,250 +8233,250 @@ configure: failed program was: | ; | return 0; | } -configure:34099: result: no -configure:34117: checking for getopt -configure:34174: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:34180: $? = 0 -configure:34184: test -z +configure:34126: result: no +configure:34144: checking for getopt +configure:34201: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:34207: $? = 0 +configure:34211: test -z || test ! -s conftest.err -configure:34187: $? = 0 -configure:34190: test -s conftest -configure:34193: $? = 0 -configure:34205: result: yes -configure:34223: checking for gettimeofday -configure:34280: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:34286: $? = 0 -configure:34290: test -z +configure:34214: $? = 0 +configure:34217: test -s conftest +configure:34220: $? = 0 +configure:34232: result: yes +configure:34250: checking for gettimeofday +configure:34307: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:34313: $? = 0 +configure:34317: test -z || test ! -s conftest.err -configure:34293: $? = 0 -configure:34296: test -s conftest -configure:34299: $? = 0 -configure:34311: result: yes -configure:34329: checking for getuid -configure:34386: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:34392: $? = 0 -configure:34396: test -z +configure:34320: $? = 0 +configure:34323: test -s conftest +configure:34326: $? = 0 +configure:34338: result: yes +configure:34356: checking for getuid +configure:34413: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:34419: $? = 0 +configure:34423: test -z || test ! -s conftest.err -configure:34399: $? = 0 -configure:34402: test -s conftest -configure:34405: $? = 0 -configure:34417: result: yes -configure:34435: checking for getusershell -configure:34492: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:34498: $? = 0 -configure:34502: test -z +configure:34426: $? = 0 +configure:34429: test -s conftest +configure:34432: $? = 0 +configure:34444: result: yes +configure:34462: checking for getusershell +configure:34519: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:34525: $? = 0 +configure:34529: test -z || test ! -s conftest.err -configure:34505: $? = 0 -configure:34508: test -s conftest -configure:34511: $? = 0 -configure:34523: result: yes -configure:34541: checking for initgroups -configure:34598: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:34604: $? = 0 -configure:34608: test -z +configure:34532: $? = 0 +configure:34535: test -s conftest +configure:34538: $? = 0 +configure:34550: result: yes +configure:34568: checking for initgroups +configure:34625: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:34631: $? = 0 +configure:34635: test -z || test ! -s conftest.err -configure:34611: $? = 0 -configure:34614: test -s conftest -configure:34617: $? = 0 -configure:34629: result: yes -configure:34647: checking for innetgr -configure:34704: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:34710: $? = 0 -configure:34714: test -z +configure:34638: $? = 0 +configure:34641: test -s conftest +configure:34644: $? = 0 +configure:34656: result: yes +configure:34674: checking for innetgr +configure:34731: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:34737: $? = 0 +configure:34741: test -z || test ! -s conftest.err -configure:34717: $? = 0 -configure:34720: test -s conftest -configure:34723: $? = 0 -configure:34735: result: yes -configure:34753: checking for iruserok -configure:34810: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:34816: $? = 0 -configure:34820: test -z +configure:34744: $? = 0 +configure:34747: test -s conftest +configure:34750: $? = 0 +configure:34762: result: yes +configure:34780: checking for iruserok +configure:34837: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:34843: $? = 0 +configure:34847: test -z || test ! -s conftest.err -configure:34823: $? = 0 -configure:34826: test -s conftest -configure:34829: $? = 0 -configure:34841: result: yes -configure:34859: checking for localtime_r -configure:34916: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:34922: $? = 0 -configure:34926: test -z +configure:34850: $? = 0 +configure:34853: test -s conftest +configure:34856: $? = 0 +configure:34868: result: yes +configure:34886: checking for localtime_r +configure:34943: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:34949: $? = 0 +configure:34953: test -z || test ! -s conftest.err -configure:34929: $? = 0 -configure:34932: test -s conftest -configure:34935: $? = 0 -configure:34947: result: yes -configure:34965: checking for lstat -configure:35022: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccIwiLxq.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:198: warning: reference to compatibility lstat(); include to generate correct reference -configure:35028: $? = 0 -configure:35032: test -z +configure:34956: $? = 0 +configure:34959: test -s conftest +configure:34962: $? = 0 +configure:34974: result: yes +configure:34992: checking for lstat +configure:35049: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccig8BEm.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:208: warning: reference to compatibility lstat(); include to generate correct reference +configure:35055: $? = 0 +configure:35059: test -z || test ! -s conftest.err -configure:35035: $? = 0 -configure:35038: test -s conftest -configure:35041: $? = 0 -configure:35053: result: yes -configure:35071: checking for memmove -configure:35128: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35134: $? = 0 -configure:35138: test -z +configure:35062: $? = 0 +configure:35065: test -s conftest +configure:35068: $? = 0 +configure:35080: result: yes +configure:35098: checking for memmove +configure:35155: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:35161: $? = 0 +configure:35165: test -z || test ! -s conftest.err -configure:35141: $? = 0 -configure:35144: test -s conftest -configure:35147: $? = 0 -configure:35159: result: yes -configure:35177: checking for mkstemp -configure:35234: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35240: $? = 0 -configure:35244: test -z +configure:35168: $? = 0 +configure:35171: test -s conftest +configure:35174: $? = 0 +configure:35186: result: yes +configure:35204: checking for mkstemp +configure:35261: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:35267: $? = 0 +configure:35271: test -z || test ! -s conftest.err -configure:35247: $? = 0 -configure:35250: test -s conftest -configure:35253: $? = 0 -configure:35265: result: yes -configure:35283: checking for putenv -configure:35340: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35346: $? = 0 -configure:35350: test -z +configure:35274: $? = 0 +configure:35277: test -s conftest +configure:35280: $? = 0 +configure:35292: result: yes +configure:35310: checking for putenv +configure:35367: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:35373: $? = 0 +configure:35377: test -z || test ! -s conftest.err -configure:35353: $? = 0 -configure:35356: test -s conftest -configure:35359: $? = 0 -configure:35371: result: yes -configure:35389: checking for rcmd -configure:35446: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35452: $? = 0 -configure:35456: test -z +configure:35380: $? = 0 +configure:35383: test -s conftest +configure:35386: $? = 0 +configure:35398: result: yes +configure:35416: checking for rcmd +configure:35473: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:35479: $? = 0 +configure:35483: test -z || test ! -s conftest.err -configure:35459: $? = 0 -configure:35462: test -s conftest -configure:35465: $? = 0 -configure:35477: result: yes -configure:35495: checking for readv -configure:35552: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35558: $? = 0 -configure:35562: test -z +configure:35486: $? = 0 +configure:35489: test -s conftest +configure:35492: $? = 0 +configure:35504: result: yes +configure:35522: checking for readv +configure:35579: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:35585: $? = 0 +configure:35589: test -z || test ! -s conftest.err -configure:35565: $? = 0 -configure:35568: test -s conftest -configure:35571: $? = 0 -configure:35583: result: yes -configure:35601: checking for recvmsg -configure:35658: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35664: $? = 0 -configure:35668: test -z +configure:35592: $? = 0 +configure:35595: test -s conftest +configure:35598: $? = 0 +configure:35610: result: yes +configure:35628: checking for recvmsg +configure:35685: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:35691: $? = 0 +configure:35695: test -z || test ! -s conftest.err -configure:35671: $? = 0 -configure:35674: test -s conftest -configure:35677: $? = 0 -configure:35689: result: yes -configure:35707: checking for sendmsg -configure:35764: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35770: $? = 0 -configure:35774: test -z +configure:35698: $? = 0 +configure:35701: test -s conftest +configure:35704: $? = 0 +configure:35716: result: yes +configure:35734: checking for sendmsg +configure:35791: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:35797: $? = 0 +configure:35801: test -z || test ! -s conftest.err -configure:35777: $? = 0 -configure:35780: test -s conftest -configure:35783: $? = 0 -configure:35795: result: yes -configure:35813: checking for setegid -configure:35870: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35876: $? = 0 -configure:35880: test -z +configure:35804: $? = 0 +configure:35807: test -s conftest +configure:35810: $? = 0 +configure:35822: result: yes +configure:35840: checking for setegid +configure:35897: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:35903: $? = 0 +configure:35907: test -z || test ! -s conftest.err -configure:35883: $? = 0 -configure:35886: test -s conftest -configure:35889: $? = 0 -configure:35901: result: yes -configure:35919: checking for setenv -configure:35976: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:35982: $? = 0 -configure:35986: test -z +configure:35910: $? = 0 +configure:35913: test -s conftest +configure:35916: $? = 0 +configure:35928: result: yes +configure:35946: checking for setenv +configure:36003: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36009: $? = 0 +configure:36013: test -z || test ! -s conftest.err -configure:35989: $? = 0 -configure:35992: test -s conftest -configure:35995: $? = 0 -configure:36007: result: yes -configure:36025: checking for seteuid -configure:36082: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:36088: $? = 0 -configure:36092: test -z +configure:36016: $? = 0 +configure:36019: test -s conftest +configure:36022: $? = 0 +configure:36034: result: yes +configure:36052: checking for seteuid +configure:36109: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36115: $? = 0 +configure:36119: test -z || test ! -s conftest.err -configure:36095: $? = 0 -configure:36098: test -s conftest -configure:36101: $? = 0 -configure:36113: result: yes -configure:36131: checking for strcasecmp -configure:36188: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:36194: $? = 0 -configure:36198: test -z +configure:36122: $? = 0 +configure:36125: test -s conftest +configure:36128: $? = 0 +configure:36140: result: yes +configure:36158: checking for strcasecmp +configure:36215: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36221: $? = 0 +configure:36225: test -z || test ! -s conftest.err -configure:36201: $? = 0 -configure:36204: test -s conftest -configure:36207: $? = 0 -configure:36219: result: yes -configure:36237: checking for strdup -configure:36294: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:36300: $? = 0 -configure:36304: test -z +configure:36228: $? = 0 +configure:36231: test -s conftest +configure:36234: $? = 0 +configure:36246: result: yes +configure:36264: checking for strdup +configure:36321: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36327: $? = 0 +configure:36331: test -z || test ! -s conftest.err -configure:36307: $? = 0 -configure:36310: test -s conftest -configure:36313: $? = 0 -configure:36325: result: yes -configure:36343: checking for strerror -configure:36400: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:36406: $? = 0 -configure:36410: test -z +configure:36334: $? = 0 +configure:36337: test -s conftest +configure:36340: $? = 0 +configure:36352: result: yes +configure:36370: checking for strerror +configure:36427: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36433: $? = 0 +configure:36437: test -z || test ! -s conftest.err -configure:36413: $? = 0 -configure:36416: test -s conftest -configure:36419: $? = 0 -configure:36431: result: yes -configure:36449: checking for strftime -configure:36506: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:36512: $? = 0 -configure:36516: test -z +configure:36440: $? = 0 +configure:36443: test -s conftest +configure:36446: $? = 0 +configure:36458: result: yes +configure:36476: checking for strftime +configure:36533: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36539: $? = 0 +configure:36543: test -z || test ! -s conftest.err -configure:36519: $? = 0 -configure:36522: test -s conftest -configure:36525: $? = 0 -configure:36537: result: yes -configure:36555: checking for strlcat -configure:36612: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:36618: $? = 0 -configure:36622: test -z +configure:36546: $? = 0 +configure:36549: test -s conftest +configure:36552: $? = 0 +configure:36564: result: yes +configure:36582: checking for strlcat +configure:36639: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36645: $? = 0 +configure:36649: test -z || test ! -s conftest.err -configure:36625: $? = 0 -configure:36628: test -s conftest -configure:36631: $? = 0 -configure:36643: result: yes -configure:36661: checking for strlcpy -configure:36718: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:36724: $? = 0 -configure:36728: test -z +configure:36652: $? = 0 +configure:36655: test -s conftest +configure:36658: $? = 0 +configure:36670: result: yes +configure:36688: checking for strlcpy +configure:36745: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36751: $? = 0 +configure:36755: test -z || test ! -s conftest.err -configure:36731: $? = 0 -configure:36734: test -s conftest -configure:36737: $? = 0 -configure:36749: result: yes -configure:36767: checking for strlwr -configure:36824: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccEesxHw.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:215: undefined reference to `strlwr' -/var/tmp//ccEesxHw.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:214: undefined reference to `strlwr' -configure:36830: $? = 1 +configure:36758: $? = 0 +configure:36761: test -s conftest +configure:36764: $? = 0 +configure:36776: result: yes +configure:36794: checking for strlwr +configure:36851: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cc2KsFfH.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:225: undefined reference to `strlwr' +/var/tmp//cc2KsFfH.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:224: undefined reference to `strlwr' +configure:36857: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -8421,7 +8494,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -8487,6 +8569,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -8613,32 +8696,32 @@ configure: failed program was: | ; | return 0; | } -configure:36855: result: no -configure:36873: checking for strncasecmp -configure:36930: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:36936: $? = 0 -configure:36940: test -z +configure:36882: result: no +configure:36900: checking for strncasecmp +configure:36957: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:36963: $? = 0 +configure:36967: test -z || test ! -s conftest.err -configure:36943: $? = 0 -configure:36946: test -s conftest -configure:36949: $? = 0 -configure:36961: result: yes -configure:36979: checking for strndup -configure:37036: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc6D3daW.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:216: undefined reference to `strndup' -/var/tmp//cc6D3daW.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:215: undefined reference to `strndup' -configure:37042: $? = 1 +configure:36970: $? = 0 +configure:36973: test -s conftest +configure:36976: $? = 0 +configure:36988: result: yes +configure:37006: checking for strndup +configure:37063: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccs8Tpw3.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:226: undefined reference to `strndup' +/var/tmp//ccs8Tpw3.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:225: undefined reference to `strndup' +configure:37069: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -8656,7 +8739,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -8722,6 +8814,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -8849,23 +8942,23 @@ configure: failed program was: | ; | return 0; | } -configure:37067: result: no -configure:37085: checking for strnlen -configure:37142: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccgDWLW7.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:216: undefined reference to `strnlen' -/var/tmp//ccgDWLW7.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:215: undefined reference to `strnlen' -configure:37148: $? = 1 +configure:37094: result: no +configure:37112: checking for strnlen +configure:37169: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cc4OIxWe.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:226: undefined reference to `strnlen' +/var/tmp//cc4OIxWe.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:225: undefined reference to `strnlen' +configure:37175: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -8883,7 +8976,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -8949,6 +9051,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -9076,41 +9179,41 @@ configure: failed program was: | ; | return 0; | } -configure:37173: result: no -configure:37191: checking for strptime -configure:37248: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:37254: $? = 0 -configure:37258: test -z +configure:37200: result: no +configure:37218: checking for strptime +configure:37275: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:37281: $? = 0 +configure:37285: test -z || test ! -s conftest.err -configure:37261: $? = 0 -configure:37264: test -s conftest -configure:37267: $? = 0 -configure:37279: result: yes -configure:37297: checking for strsep -configure:37354: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:37360: $? = 0 -configure:37364: test -z +configure:37288: $? = 0 +configure:37291: test -s conftest +configure:37294: $? = 0 +configure:37306: result: yes +configure:37324: checking for strsep +configure:37381: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:37387: $? = 0 +configure:37391: test -z || test ! -s conftest.err -configure:37367: $? = 0 -configure:37370: test -s conftest -configure:37373: $? = 0 -configure:37385: result: yes -configure:37403: checking for strsep_copy -configure:37460: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccEuac7r.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:218: undefined reference to `strsep_copy' -/var/tmp//ccEuac7r.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:217: undefined reference to `strsep_copy' -configure:37466: $? = 1 +configure:37394: $? = 0 +configure:37397: test -s conftest +configure:37400: $? = 0 +configure:37412: result: yes +configure:37430: checking for strsep_copy +configure:37487: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccAfpGWx.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:228: undefined reference to `strsep_copy' +/var/tmp//ccAfpGWx.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:227: undefined reference to `strsep_copy' +configure:37493: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -9128,7 +9231,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -9194,6 +9306,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -9323,32 +9436,32 @@ configure: failed program was: | ; | return 0; | } -configure:37491: result: no -configure:37509: checking for strtok_r -configure:37566: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:37572: $? = 0 -configure:37576: test -z +configure:37518: result: no +configure:37536: checking for strtok_r +configure:37593: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:37599: $? = 0 +configure:37603: test -z || test ! -s conftest.err -configure:37579: $? = 0 -configure:37582: test -s conftest -configure:37585: $? = 0 -configure:37597: result: yes -configure:37615: checking for strupr -configure:37672: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cccNgwDR.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:219: undefined reference to `strupr' -/var/tmp//cccNgwDR.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:218: undefined reference to `strupr' -configure:37678: $? = 1 +configure:37606: $? = 0 +configure:37609: test -s conftest +configure:37612: $? = 0 +configure:37624: result: yes +configure:37642: checking for strupr +configure:37699: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccqu1NrW.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:229: undefined reference to `strupr' +/var/tmp//ccqu1NrW.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:228: undefined reference to `strupr' +configure:37705: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -9366,7 +9479,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -9432,6 +9554,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -9562,125 +9685,125 @@ configure: failed program was: | ; | return 0; | } -configure:37703: result: no -configure:37721: checking for swab -configure:37778: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:37784: $? = 0 -configure:37788: test -z +configure:37730: result: no +configure:37748: checking for swab +configure:37805: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:37811: $? = 0 +configure:37815: test -z || test ! -s conftest.err -configure:37791: $? = 0 -configure:37794: test -s conftest -configure:37797: $? = 0 -configure:37809: result: yes -configure:37827: checking for unsetenv -configure:37884: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cckPG4Yg.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:220: warning: reference to compatibility unsetenv(); include for correct reference -configure:37890: $? = 0 -configure:37894: test -z +configure:37818: $? = 0 +configure:37821: test -s conftest +configure:37824: $? = 0 +configure:37836: result: yes +configure:37854: checking for unsetenv +configure:37911: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccEno8Qk.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:230: warning: reference to compatibility unsetenv(); include for correct reference +configure:37917: $? = 0 +configure:37921: test -z || test ! -s conftest.err -configure:37897: $? = 0 -configure:37900: test -s conftest -configure:37903: $? = 0 -configure:37915: result: yes -configure:37933: checking for verr -configure:37990: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:37996: $? = 0 -configure:38000: test -z +configure:37924: $? = 0 +configure:37927: test -s conftest +configure:37930: $? = 0 +configure:37942: result: yes +configure:37960: checking for verr +configure:38017: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:38023: $? = 0 +configure:38027: test -z || test ! -s conftest.err -configure:38003: $? = 0 -configure:38006: test -s conftest -configure:38009: $? = 0 -configure:38021: result: yes -configure:38039: checking for verrx -configure:38096: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:38102: $? = 0 -configure:38106: test -z +configure:38030: $? = 0 +configure:38033: test -s conftest +configure:38036: $? = 0 +configure:38048: result: yes +configure:38066: checking for verrx +configure:38123: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:38129: $? = 0 +configure:38133: test -z || test ! -s conftest.err -configure:38109: $? = 0 -configure:38112: test -s conftest -configure:38115: $? = 0 -configure:38127: result: yes -configure:38145: checking for vsyslog -configure:38202: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:38208: $? = 0 -configure:38212: test -z +configure:38136: $? = 0 +configure:38139: test -s conftest +configure:38142: $? = 0 +configure:38154: result: yes +configure:38172: checking for vsyslog +configure:38229: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:38235: $? = 0 +configure:38239: test -z || test ! -s conftest.err -configure:38215: $? = 0 -configure:38218: test -s conftest -configure:38221: $? = 0 -configure:38233: result: yes -configure:38251: checking for vwarn -configure:38308: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:38314: $? = 0 -configure:38318: test -z +configure:38242: $? = 0 +configure:38245: test -s conftest +configure:38248: $? = 0 +configure:38260: result: yes +configure:38278: checking for vwarn +configure:38335: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:38341: $? = 0 +configure:38345: test -z || test ! -s conftest.err -configure:38321: $? = 0 -configure:38324: test -s conftest -configure:38327: $? = 0 -configure:38339: result: yes -configure:38357: checking for vwarnx -configure:38414: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:38420: $? = 0 -configure:38424: test -z +configure:38348: $? = 0 +configure:38351: test -s conftest +configure:38354: $? = 0 +configure:38366: result: yes +configure:38384: checking for vwarnx +configure:38441: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:38447: $? = 0 +configure:38451: test -z || test ! -s conftest.err -configure:38427: $? = 0 -configure:38430: test -s conftest -configure:38433: $? = 0 -configure:38445: result: yes -configure:38463: checking for warn -configure:38520: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:38526: $? = 0 -configure:38530: test -z +configure:38454: $? = 0 +configure:38457: test -s conftest +configure:38460: $? = 0 +configure:38472: result: yes +configure:38490: checking for warn +configure:38547: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:38553: $? = 0 +configure:38557: test -z || test ! -s conftest.err -configure:38533: $? = 0 -configure:38536: test -s conftest -configure:38539: $? = 0 -configure:38551: result: yes -configure:38569: checking for warnx -configure:38626: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:38632: $? = 0 -configure:38636: test -z +configure:38560: $? = 0 +configure:38563: test -s conftest +configure:38566: $? = 0 +configure:38578: result: yes +configure:38596: checking for warnx +configure:38653: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:38659: $? = 0 +configure:38663: test -z || test ! -s conftest.err -configure:38639: $? = 0 -configure:38642: test -s conftest -configure:38645: $? = 0 -configure:38657: result: yes -configure:38675: checking for writev -configure:38732: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:38738: $? = 0 -configure:38742: test -z +configure:38666: $? = 0 +configure:38669: test -s conftest +configure:38672: $? = 0 +configure:38684: result: yes +configure:38702: checking for writev +configure:38759: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:38765: $? = 0 +configure:38769: test -z || test ! -s conftest.err -configure:38745: $? = 0 -configure:38748: test -s conftest -configure:38751: $? = 0 -configure:38763: result: yes -configure:38785: checking if strndup needs a prototype -configure:38809: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:38815: $? = 0 -configure:38819: test -z +configure:38772: $? = 0 +configure:38775: test -s conftest +configure:38778: $? = 0 +configure:38790: result: yes +configure:38812: checking if strndup needs a prototype +configure:38836: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:38842: $? = 0 +configure:38846: test -z || test ! -s conftest.err -configure:38822: $? = 0 -configure:38825: test -s conftest.o -configure:38828: $? = 0 -configure:38839: result: yes -configure:38851: checking if strsep needs a prototype -configure:38875: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:38849: $? = 0 +configure:38852: test -s conftest.o +configure:38855: $? = 0 +configure:38866: result: yes +configure:38878: checking if strsep needs a prototype +configure:38902: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:195: error: conflicting types for `strsep' -/usr/include/string.h:85: error: previous declaration of `strsep' -conftest.c:195: warning: extern declaration of `strsep' doesn't match global one -configure:38881: $? = 1 +conftest.c:205: error: conflicting types for `strsep' +/usr/include/string.h:86: error: previous declaration of `strsep' +conftest.c:205: warning: extern declaration of `strsep' doesn't match global one +configure:38908: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -9698,7 +9821,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -9764,6 +9896,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -9872,24 +10005,24 @@ configure: failed program was: | ; | return 0; | } -configure:38905: result: no -configure:38917: checking if strtok_r needs a prototype -configure:38941: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:38932: result: no +configure:38944: checking if strtok_r needs a prototype +configure:38968: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:195: error: conflicting types for `strtok_r' +conftest.c:205: error: conflicting types for `strtok_r' /usr/include/string.h:72: error: previous declaration of `strtok_r' -conftest.c:195: warning: extern declaration of `strtok_r' doesn't match global one -configure:38947: $? = 1 +conftest.c:205: warning: extern declaration of `strtok_r' doesn't match global one +configure:38974: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -9907,7 +10040,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -9973,6 +10115,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -10081,24 +10224,24 @@ configure: failed program was: | ; | return 0; | } -configure:38971: result: no -configure:38985: checking if strsvis needs a prototype -configure:39011: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:38998: result: no +configure:39012: checking if strsvis needs a prototype +configure:39038: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:197: error: conflicting types for `strsvis' +conftest.c:207: error: conflicting types for `strsvis' /usr/include/vis.h:81: error: previous declaration of `strsvis' -conftest.c:197: warning: extern declaration of `strsvis' doesn't match global one -configure:39017: $? = 1 +conftest.c:207: warning: extern declaration of `strsvis' doesn't match global one +configure:39044: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -10116,7 +10259,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -10182,6 +10334,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -10292,24 +10445,24 @@ configure: failed program was: | ; | return 0; | } -configure:39041: result: no -configure:39053: checking if strunvis needs a prototype -configure:39079: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:39068: result: no +configure:39080: checking if strunvis needs a prototype +configure:39106: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:197: error: conflicting types for `strunvis' +conftest.c:207: error: conflicting types for `strunvis' /usr/include/vis.h:84: error: previous declaration of `strunvis' -conftest.c:197: warning: extern declaration of `strunvis' doesn't match global one -configure:39085: $? = 1 +conftest.c:207: warning: extern declaration of `strunvis' doesn't match global one +configure:39112: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -10327,7 +10480,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -10393,6 +10555,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -10503,24 +10666,24 @@ configure: failed program was: | ; | return 0; | } -configure:39109: result: no -configure:39121: checking if strvis needs a prototype -configure:39147: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:39136: result: no +configure:39148: checking if strvis needs a prototype +configure:39174: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:197: error: conflicting types for `strvis' +conftest.c:207: error: conflicting types for `strvis' /usr/include/vis.h:80: error: previous declaration of `strvis' -conftest.c:197: warning: extern declaration of `strvis' doesn't match global one -configure:39153: $? = 1 +conftest.c:207: warning: extern declaration of `strvis' doesn't match global one +configure:39180: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -10538,7 +10701,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -10604,6 +10776,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -10714,24 +10887,24 @@ configure: failed program was: | ; | return 0; | } -configure:39177: result: no -configure:39189: checking if strvisx needs a prototype -configure:39215: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:39204: result: no +configure:39216: checking if strvisx needs a prototype +configure:39242: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:197: error: conflicting types for `strvisx' +conftest.c:207: error: conflicting types for `strvisx' /usr/include/vis.h:82: error: previous declaration of `strvisx' -conftest.c:197: warning: extern declaration of `strvisx' doesn't match global one -configure:39221: $? = 1 +conftest.c:207: warning: extern declaration of `strvisx' doesn't match global one +configure:39248: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -10749,7 +10922,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -10815,6 +10997,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -10925,24 +11108,24 @@ configure: failed program was: | ; | return 0; | } -configure:39245: result: no -configure:39257: checking if svis needs a prototype -configure:39283: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:39272: result: no +configure:39284: checking if svis needs a prototype +configure:39310: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:197: error: conflicting types for `svis' +conftest.c:207: error: conflicting types for `svis' /usr/include/vis.h:79: error: previous declaration of `svis' -conftest.c:197: warning: extern declaration of `svis' doesn't match global one -configure:39289: $? = 1 +conftest.c:207: warning: extern declaration of `svis' doesn't match global one +configure:39316: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -10960,7 +11143,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -11026,6 +11218,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -11136,24 +11329,24 @@ configure: failed program was: | ; | return 0; | } -configure:39313: result: no -configure:39325: checking if unvis needs a prototype -configure:39351: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:39340: result: no +configure:39352: checking if unvis needs a prototype +configure:39378: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:197: error: conflicting types for `unvis' +conftest.c:207: error: conflicting types for `unvis' /usr/include/vis.h:90: error: previous declaration of `unvis' -conftest.c:197: warning: extern declaration of `unvis' doesn't match global one -configure:39357: $? = 1 +conftest.c:207: warning: extern declaration of `unvis' doesn't match global one +configure:39384: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -11171,7 +11364,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -11237,6 +11439,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -11347,24 +11550,24 @@ configure: failed program was: | ; | return 0; | } -configure:39381: result: no -configure:39393: checking if vis needs a prototype -configure:39419: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:39408: result: no +configure:39420: checking if vis needs a prototype +configure:39446: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:197: error: conflicting types for `vis' +conftest.c:207: error: conflicting types for `vis' /usr/include/vis.h:78: error: previous declaration of `vis' -conftest.c:197: warning: extern declaration of `vis' doesn't match global one -configure:39425: $? = 1 +conftest.c:207: warning: extern declaration of `vis' doesn't match global one +configure:39452: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -11382,7 +11585,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -11448,6 +11660,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -11558,72 +11771,72 @@ configure: failed program was: | ; | return 0; | } -configure:39449: result: no -configure:39461: checking for inet_aton -configure:39502: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:39508: $? = 0 -configure:39512: test -z +configure:39476: result: no +configure:39488: checking for inet_aton +configure:39529: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:39535: $? = 0 +configure:39539: test -z || test ! -s conftest.err -configure:39515: $? = 0 -configure:39518: test -s conftest -configure:39521: $? = 0 -configure:39540: result: yes -configure:39555: checking for inet_ntop -configure:39596: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:39602: $? = 0 -configure:39606: test -z +configure:39542: $? = 0 +configure:39545: test -s conftest +configure:39548: $? = 0 +configure:39567: result: yes +configure:39582: checking for inet_ntop +configure:39623: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:39629: $? = 0 +configure:39633: test -z || test ! -s conftest.err -configure:39609: $? = 0 -configure:39612: test -s conftest -configure:39615: $? = 0 -configure:39634: result: yes -configure:39649: checking for inet_pton -configure:39690: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:39696: $? = 0 -configure:39700: test -z +configure:39636: $? = 0 +configure:39639: test -s conftest +configure:39642: $? = 0 +configure:39661: result: yes +configure:39676: checking for inet_pton +configure:39717: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:39723: $? = 0 +configure:39727: test -z || test ! -s conftest.err -configure:39703: $? = 0 -configure:39706: test -s conftest -configure:39709: $? = 0 -configure:39728: result: yes -configure:39745: checking for sa_len in struct sockaddr -configure:39768: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:39774: $? = 0 -configure:39778: test -z +configure:39730: $? = 0 +configure:39733: test -s conftest +configure:39736: $? = 0 +configure:39755: result: yes +configure:39772: checking for sa_len in struct sockaddr +configure:39795: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:39801: $? = 0 +configure:39805: test -z || test ! -s conftest.err -configure:39781: $? = 0 -configure:39784: test -s conftest.o -configure:39787: $? = 0 -configure:39798: result: yes -configure:39814: checking if getnameinfo is broken -configure:39856: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:39859: $? = 0 -configure:39861: ./conftest -configure:39864: $? = 0 -configure:39878: result: no -configure:39894: checking if getaddrinfo handles numeric services -configure:39932: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:39935: $? = 0 -configure:39937: ./conftest -configure:39940: $? = 0 -configure:39954: result: yes -configure:39978: checking if setenv needs a prototype -configure:40002: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:39808: $? = 0 +configure:39811: test -s conftest.o +configure:39814: $? = 0 +configure:39825: result: yes +configure:39841: checking if getnameinfo is broken +configure:39883: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:39886: $? = 0 +configure:39888: ./conftest +configure:39891: $? = 0 +configure:39905: result: no +configure:39921: checking if getaddrinfo handles numeric services +configure:39959: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:39962: $? = 0 +configure:39964: ./conftest +configure:39967: $? = 0 +configure:39981: result: yes +configure:40005: checking if setenv needs a prototype +configure:40029: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:199: error: conflicting types for `setenv' -/usr/include/stdlib.h:220: error: previous declaration of `setenv' -conftest.c:199: warning: extern declaration of `setenv' doesn't match global one -configure:40008: $? = 1 +conftest.c:209: error: conflicting types for `setenv' +/usr/include/stdlib.h:224: error: previous declaration of `setenv' +conftest.c:209: warning: extern declaration of `setenv' doesn't match global one +configure:40035: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -11641,7 +11854,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -11707,6 +11929,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -11819,24 +12042,24 @@ configure: failed program was: | ; | return 0; | } -configure:40032: result: no -configure:40045: checking if unsetenv needs a prototype -configure:40069: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40059: result: no +configure:40072: checking if unsetenv needs a prototype +configure:40096: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:199: error: conflicting types for `unsetenv' -/usr/include/stdlib.h:225: error: previous declaration of `unsetenv' -conftest.c:199: warning: extern declaration of `unsetenv' doesn't match global one -configure:40075: $? = 1 +conftest.c:209: error: conflicting types for `unsetenv' +/usr/include/stdlib.h:229: error: previous declaration of `unsetenv' +conftest.c:209: warning: extern declaration of `unsetenv' doesn't match global one +configure:40102: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -11854,7 +12077,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -11920,6 +12152,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -12032,24 +12265,24 @@ configure: failed program was: | ; | return 0; | } -configure:40099: result: no -configure:40112: checking if gethostname needs a prototype -configure:40136: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40126: result: no +configure:40139: checking if gethostname needs a prototype +configure:40163: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:199: error: conflicting types for `gethostname' -/usr/include/unistd.h:251: error: previous declaration of `gethostname' -conftest.c:199: warning: extern declaration of `gethostname' doesn't match global one -configure:40142: $? = 1 +conftest.c:209: error: conflicting types for `gethostname' +/usr/include/unistd.h:252: error: previous declaration of `gethostname' +conftest.c:209: warning: extern declaration of `gethostname' doesn't match global one +configure:40169: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -12067,7 +12300,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -12133,6 +12375,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -12245,33 +12488,33 @@ configure: failed program was: | ; | return 0; | } -configure:40166: result: no -configure:40179: checking if mkstemp needs a prototype -configure:40203: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:40209: $? = 0 -configure:40213: test -z +configure:40193: result: no +configure:40206: checking if mkstemp needs a prototype +configure:40230: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40236: $? = 0 +configure:40240: test -z || test ! -s conftest.err -configure:40216: $? = 0 -configure:40219: test -s conftest.o -configure:40222: $? = 0 -configure:40233: result: yes -configure:40246: checking if getusershell needs a prototype -configure:40270: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40243: $? = 0 +configure:40246: test -s conftest.o +configure:40249: $? = 0 +configure:40260: result: yes +configure:40273: checking if getusershell needs a prototype +configure:40297: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:200: error: conflicting types for `getusershell' -/usr/include/unistd.h:315: error: previous declaration of `getusershell' -conftest.c:200: warning: extern declaration of `getusershell' doesn't match global one -configure:40276: $? = 1 +conftest.c:210: error: conflicting types for `getusershell' +/usr/include/unistd.h:317: error: previous declaration of `getusershell' +conftest.c:210: warning: extern declaration of `getusershell' doesn't match global one +configure:40303: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -12289,7 +12532,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -12355,6 +12607,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -12468,24 +12721,24 @@ configure: failed program was: | ; | return 0; | } -configure:40300: result: no -configure:40314: checking if inet_aton needs a prototype -configure:40350: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40327: result: no +configure:40341: checking if inet_aton needs a prototype +configure:40377: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:212: error: conflicting types for `inet_aton' +conftest.c:222: error: conflicting types for `inet_aton' /usr/include/arpa/inet.h:91: error: previous declaration of `inet_aton' -conftest.c:212: warning: extern declaration of `inet_aton' doesn't match global one -configure:40356: $? = 1 +conftest.c:222: warning: extern declaration of `inet_aton' doesn't match global one +configure:40383: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -12503,7 +12756,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -12569,6 +12831,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -12694,22 +12957,22 @@ configure: failed program was: | ; | return 0; | } -configure:40380: result: no -configure:40395: checking for crypt -configure:40428: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccEXh6Ug.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:199: undefined reference to `crypt' -configure:40434: $? = 1 +configure:40407: result: no +configure:40422: checking for crypt +configure:40455: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccfrZNzm.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:209: undefined reference to `crypt' +configure:40461: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -12727,7 +12990,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -12793,6 +13065,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -12903,40 +13176,40 @@ configure: failed program was: | ; | return 0; | } -configure:40428: gcc -o conftest -DINET6 -g -O2 conftest.c -lcrypt >&5 -configure:40434: $? = 0 -configure:40438: test -z +configure:40455: gcc -o conftest -DINET6 -g -O2 conftest.c -lcrypt >&5 +configure:40461: $? = 0 +configure:40465: test -z || test ! -s conftest.err -configure:40441: $? = 0 -configure:40444: test -s conftest -configure:40447: $? = 0 -configure:40604: result: yes, in -lcrypt -configure:40614: checking if gethostbyname is compatible with system prototype -configure:40651: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:40657: $? = 0 -configure:40661: test -z +configure:40468: $? = 0 +configure:40471: test -s conftest +configure:40474: $? = 0 +configure:40631: result: yes, in -lcrypt +configure:40641: checking if gethostbyname is compatible with system prototype +configure:40678: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40684: $? = 0 +configure:40688: test -z || test ! -s conftest.err -configure:40664: $? = 0 -configure:40667: test -s conftest.o -configure:40670: $? = 0 -configure:40681: result: yes -configure:40695: checking if gethostbyaddr is compatible with system prototype -configure:40732: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40691: $? = 0 +configure:40694: test -s conftest.o +configure:40697: $? = 0 +configure:40708: result: yes +configure:40722: checking if gethostbyaddr is compatible with system prototype +configure:40759: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:218: error: conflicting types for `gethostbyaddr' -/usr/include/netdb.h:274: error: previous declaration of `gethostbyaddr' -conftest.c:218: warning: extern declaration of `gethostbyaddr' doesn't match global one -configure:40738: $? = 1 +conftest.c:228: error: conflicting types for `gethostbyaddr' +/usr/include/netdb.h:313: error: previous declaration of `gethostbyaddr' +conftest.c:228: warning: extern declaration of `gethostbyaddr' doesn't match global one +configure:40765: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -12954,7 +13227,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -13020,6 +13302,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -13149,51 +13432,51 @@ configure: failed program was: | ; | return 0; | } -configure:40762: result: no -configure:40776: checking if getservbyname is compatible with system prototype -configure:40813: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:40819: $? = 0 -configure:40823: test -z +configure:40789: result: no +configure:40803: checking if getservbyname is compatible with system prototype +configure:40840: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40846: $? = 0 +configure:40850: test -z || test ! -s conftest.err -configure:40826: $? = 0 -configure:40829: test -s conftest.o -configure:40832: $? = 0 -configure:40843: result: yes -configure:40857: checking if getsockname is compatible with system prototype -configure:40885: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:40891: $? = 0 -configure:40895: test -z +configure:40853: $? = 0 +configure:40856: test -s conftest.o +configure:40859: $? = 0 +configure:40870: result: yes +configure:40884: checking if getsockname is compatible with system prototype +configure:40912: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40918: $? = 0 +configure:40922: test -z || test ! -s conftest.err -configure:40898: $? = 0 -configure:40901: test -s conftest.o -configure:40904: $? = 0 -configure:40915: result: yes -configure:40929: checking if openlog is compatible with system prototype -configure:40954: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:40960: $? = 0 -configure:40964: test -z +configure:40925: $? = 0 +configure:40928: test -s conftest.o +configure:40931: $? = 0 +configure:40942: result: yes +configure:40956: checking if openlog is compatible with system prototype +configure:40981: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40987: $? = 0 +configure:40991: test -z || test ! -s conftest.err -configure:40967: $? = 0 -configure:40970: test -s conftest.o -configure:40973: $? = 0 -configure:40984: result: yes -configure:40999: checking if crypt needs a prototype -configure:41030: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:40994: $? = 0 +configure:40997: test -s conftest.o +configure:41000: $? = 0 +configure:41011: result: yes +configure:41026: checking if crypt needs a prototype +configure:41057: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:213: error: conflicting types for `crypt' -/usr/include/unistd.h:220: error: previous declaration of `crypt' -conftest.c:213: warning: extern declaration of `crypt' doesn't match global one -configure:41036: $? = 1 +conftest.c:223: error: conflicting types for `crypt' +/usr/include/unistd.h:221: error: previous declaration of `crypt' +conftest.c:223: warning: extern declaration of `crypt' doesn't match global one +configure:41063: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -13211,7 +13494,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -13277,6 +13569,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -13403,31 +13696,31 @@ configure: failed program was: | ; | return 0; | } -configure:41060: result: no -configure:41074: checking for h_errno -configure:41103: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:41109: $? = 0 -configure:41113: test -z +configure:41087: result: no +configure:41101: checking for h_errno +configure:41130: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:41136: $? = 0 +configure:41140: test -z || test ! -s conftest.err -configure:41116: $? = 0 -configure:41119: test -s conftest -configure:41122: $? = 0 -configure:41186: result: yes -configure:41195: checking if h_errno is properly declared -configure:41223: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:208: error: conflicting types for `h_errno' -/usr/include/netdb.h:114: error: previous declaration of `h_errno' -configure:41229: $? = 1 +configure:41143: $? = 0 +configure:41146: test -s conftest +configure:41149: $? = 0 +configure:41213: result: yes +configure:41222: checking if h_errno is properly declared +configure:41250: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:218: error: conflicting types for `h_errno' +/usr/include/netdb.h:129: error: previous declaration of `h_errno' +configure:41256: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -13445,7 +13738,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -13511,6 +13813,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -13634,24 +13937,24 @@ configure: failed program was: | ; | return 0; | } -configure:41258: result: yes -configure:41273: checking for h_errlist -configure:41299: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:41285: result: yes +configure:41300: checking for h_errlist +configure:41326: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `foo': -conftest.c:206: error: `h_errlist' undeclared (first use in this function) -conftest.c:206: error: (Each undeclared identifier is reported only once -conftest.c:206: error: for each function it appears in.) -configure:41305: $? = 1 +conftest.c:216: error: `h_errlist' undeclared (first use in this function) +conftest.c:216: error: (Each undeclared identifier is reported only once +conftest.c:216: error: for each function it appears in.) +configure:41332: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -13669,7 +13972,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -13735,6 +14047,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -13856,40 +14169,40 @@ configure: failed program was: | ; | return 0; | } -configure:41347: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:41353: $? = 0 -configure:41357: test -z +configure:41374: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:41380: $? = 0 +configure:41384: test -z || test ! -s conftest.err -configure:41360: $? = 0 -configure:41363: test -s conftest -configure:41366: $? = 0 -configure:41382: result: yes -configure:41391: checking if h_errlist is properly declared -configure:41416: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:41422: $? = 0 -configure:41426: test -z +configure:41387: $? = 0 +configure:41390: test -s conftest +configure:41393: $? = 0 +configure:41409: result: yes +configure:41418: checking if h_errlist is properly declared +configure:41443: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:41449: $? = 0 +configure:41453: test -z || test ! -s conftest.err -configure:41429: $? = 0 -configure:41432: test -s conftest.o -configure:41435: $? = 0 -configure:41451: result: no -configure:41466: checking for h_nerr -configure:41492: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:41456: $? = 0 +configure:41459: test -s conftest.o +configure:41462: $? = 0 +configure:41478: result: no +configure:41493: checking for h_nerr +configure:41519: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `foo': -conftest.c:207: error: `h_nerr' undeclared (first use in this function) -conftest.c:207: error: (Each undeclared identifier is reported only once -conftest.c:207: error: for each function it appears in.) -configure:41498: $? = 1 +conftest.c:217: error: `h_nerr' undeclared (first use in this function) +conftest.c:217: error: (Each undeclared identifier is reported only once +conftest.c:217: error: for each function it appears in.) +configure:41525: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -13907,7 +14220,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -13973,6 +14295,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -14095,40 +14418,40 @@ configure: failed program was: | ; | return 0; | } -configure:41540: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:41546: $? = 0 -configure:41550: test -z +configure:41567: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:41573: $? = 0 +configure:41577: test -z || test ! -s conftest.err -configure:41553: $? = 0 -configure:41556: test -s conftest -configure:41559: $? = 0 -configure:41575: result: yes -configure:41584: checking if h_nerr is properly declared -configure:41609: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:41615: $? = 0 -configure:41619: test -z +configure:41580: $? = 0 +configure:41583: test -s conftest +configure:41586: $? = 0 +configure:41602: result: yes +configure:41611: checking if h_nerr is properly declared +configure:41636: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:41642: $? = 0 +configure:41646: test -z || test ! -s conftest.err -configure:41622: $? = 0 -configure:41625: test -s conftest.o -configure:41628: $? = 0 -configure:41644: result: no -configure:41659: checking for __progname -configure:41685: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:41649: $? = 0 +configure:41652: test -s conftest.o +configure:41655: $? = 0 +configure:41671: result: no +configure:41686: checking for __progname +configure:41712: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `foo': -conftest.c:208: error: `__progname' undeclared (first use in this function) -conftest.c:208: error: (Each undeclared identifier is reported only once -conftest.c:208: error: for each function it appears in.) -configure:41691: $? = 1 +conftest.c:218: error: `__progname' undeclared (first use in this function) +conftest.c:218: error: (Each undeclared identifier is reported only once +conftest.c:218: error: for each function it appears in.) +configure:41718: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -14146,7 +14469,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -14212,6 +14544,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -14335,38 +14668,38 @@ configure: failed program was: | ; | return 0; | } -configure:41733: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:41739: $? = 0 -configure:41743: test -z +configure:41760: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:41766: $? = 0 +configure:41770: test -z || test ! -s conftest.err -configure:41746: $? = 0 -configure:41749: test -s conftest -configure:41752: $? = 0 -configure:41768: result: yes -configure:41777: checking if __progname is properly declared -configure:41802: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:41808: $? = 0 -configure:41812: test -z +configure:41773: $? = 0 +configure:41776: test -s conftest +configure:41779: $? = 0 +configure:41795: result: yes +configure:41804: checking if __progname is properly declared +configure:41829: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:41835: $? = 0 +configure:41839: test -z || test ! -s conftest.err -configure:41815: $? = 0 -configure:41818: test -s conftest.o -configure:41821: $? = 0 -configure:41837: result: no -configure:41852: checking if optarg is properly declared -configure:41878: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:210: error: conflicting types for `optarg' -/usr/include/unistd.h:154: error: previous declaration of `optarg' -configure:41884: $? = 1 +configure:41842: $? = 0 +configure:41845: test -s conftest.o +configure:41848: $? = 0 +configure:41864: result: no +configure:41879: checking if optarg is properly declared +configure:41905: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:220: error: conflicting types for `optarg' +/usr/include/unistd.h:155: error: previous declaration of `optarg' +configure:41911: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -14384,7 +14717,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -14450,6 +14792,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -14575,22 +14918,22 @@ configure: failed program was: | ; | return 0; | } -configure:41913: result: yes -configure:41925: checking if optind is properly declared -configure:41951: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:211: error: conflicting types for `optind' -/usr/include/unistd.h:156: error: previous declaration of `optind' -configure:41957: $? = 1 +configure:41940: result: yes +configure:41952: checking if optind is properly declared +configure:41978: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:221: error: conflicting types for `optind' +/usr/include/unistd.h:157: error: previous declaration of `optind' +configure:41984: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -14608,7 +14951,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -14674,6 +15026,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -14800,22 +15153,22 @@ configure: failed program was: | ; | return 0; | } -configure:41986: result: yes -configure:41998: checking if opterr is properly declared -configure:42024: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:212: error: conflicting types for `opterr' -/usr/include/unistd.h:155: error: previous declaration of `opterr' -configure:42030: $? = 1 +configure:42013: result: yes +configure:42025: checking if opterr is properly declared +configure:42051: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:222: error: conflicting types for `opterr' +/usr/include/unistd.h:156: error: previous declaration of `opterr' +configure:42057: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -14833,7 +15186,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -14899,6 +15261,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -15026,22 +15389,22 @@ configure: failed program was: | ; | return 0; | } -configure:42059: result: yes -configure:42071: checking if optopt is properly declared -configure:42097: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:213: error: conflicting types for `optopt' -/usr/include/unistd.h:157: error: previous declaration of `optopt' -configure:42103: $? = 1 +configure:42086: result: yes +configure:42098: checking if optopt is properly declared +configure:42124: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:223: error: conflicting types for `optopt' +/usr/include/unistd.h:158: error: previous declaration of `optopt' +configure:42130: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -15059,7 +15422,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -15125,6 +15497,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -15253,58 +15626,58 @@ configure: failed program was: | ; | return 0; | } -configure:42132: result: yes -configure:42145: checking if environ is properly declared -configure:42168: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:42174: $? = 0 -configure:42178: test -z +configure:42159: result: yes +configure:42172: checking if environ is properly declared +configure:42195: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:42201: $? = 0 +configure:42205: test -z || test ! -s conftest.err -configure:42181: $? = 0 -configure:42184: test -s conftest.o -configure:42187: $? = 0 -configure:42203: result: no -configure:42218: checking for tm_gmtoff in struct tm -configure:42240: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:42246: $? = 0 -configure:42250: test -z +configure:42208: $? = 0 +configure:42211: test -s conftest.o +configure:42214: $? = 0 +configure:42230: result: no +configure:42245: checking for tm_gmtoff in struct tm +configure:42267: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:42273: $? = 0 +configure:42277: test -z || test ! -s conftest.err -configure:42253: $? = 0 -configure:42256: test -s conftest.o -configure:42259: $? = 0 -configure:42270: result: yes -configure:42285: checking for tm_zone in struct tm -configure:42307: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:42313: $? = 0 -configure:42317: test -z +configure:42280: $? = 0 +configure:42283: test -s conftest.o +configure:42286: $? = 0 +configure:42297: result: yes +configure:42312: checking for tm_zone in struct tm +configure:42334: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:42340: $? = 0 +configure:42344: test -z || test ! -s conftest.err -configure:42320: $? = 0 -configure:42323: test -s conftest.o -configure:42326: $? = 0 -configure:42337: result: yes -configure:42353: checking for timezone -configure:42377: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:42383: $? = 0 -configure:42387: test -z +configure:42347: $? = 0 +configure:42350: test -s conftest.o +configure:42353: $? = 0 +configure:42364: result: yes +configure:42380: checking for timezone +configure:42404: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:42410: $? = 0 +configure:42414: test -z || test ! -s conftest.err -configure:42390: $? = 0 -configure:42393: test -s conftest -configure:42396: $? = 0 -configure:42460: result: yes -configure:42469: checking if timezone is properly declared -configure:42492: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:214: error: conflicting types for `timezone' +configure:42417: $? = 0 +configure:42420: test -s conftest +configure:42423: $? = 0 +configure:42487: result: yes +configure:42496: checking if timezone is properly declared +configure:42519: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:224: error: conflicting types for `timezone' /usr/include/time.h:127: error: previous declaration of `timezone' -configure:42498: $? = 1 +configure:42525: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -15322,7 +15695,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -15388,6 +15770,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -15517,24 +15900,24 @@ configure: failed program was: | ; | return 0; | } -configure:42527: result: yes -configure:42541: checking for altzone -configure:42565: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:42554: result: yes +configure:42568: checking for altzone +configure:42592: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `foo': -conftest.c:215: error: `altzone' undeclared (first use in this function) -conftest.c:215: error: (Each undeclared identifier is reported only once -conftest.c:215: error: for each function it appears in.) -configure:42571: $? = 1 +conftest.c:225: error: `altzone' undeclared (first use in this function) +conftest.c:225: error: (Each undeclared identifier is reported only once +conftest.c:225: error: for each function it appears in.) +configure:42598: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -15552,7 +15935,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -15618,6 +16010,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -15748,20 +16141,20 @@ configure: failed program was: | ; | return 0; | } -configure:42613: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccuwjIok.o(.text+0x4): In function `foo': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:215: undefined reference to `altzone' -configure:42619: $? = 1 +configure:42640: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cc69vgS8.o(.text+0x4): In function `foo': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:225: undefined reference to `altzone' +configure:42646: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -15779,7 +16172,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -15845,6 +16247,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -15975,96 +16378,96 @@ configure: failed program was: | ; | return 0; | } -configure:42648: result: no -configure:42732: checking for sa_family_t -configure:42758: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:42764: $? = 0 -configure:42768: test -z +configure:42675: result: no +configure:42759: checking for sa_family_t +configure:42785: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:42791: $? = 0 +configure:42795: test -z || test ! -s conftest.err -configure:42771: $? = 0 -configure:42774: test -s conftest.o -configure:42777: $? = 0 -configure:42789: result: yes -configure:42870: checking for socklen_t -configure:42896: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:42902: $? = 0 -configure:42906: test -z +configure:42798: $? = 0 +configure:42801: test -s conftest.o +configure:42804: $? = 0 +configure:42816: result: yes +configure:42897: checking for socklen_t +configure:42923: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:42929: $? = 0 +configure:42933: test -z || test ! -s conftest.err -configure:42909: $? = 0 -configure:42912: test -s conftest.o -configure:42915: $? = 0 -configure:42927: result: yes -configure:43008: checking for struct sockaddr -configure:43034: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:43040: $? = 0 -configure:43044: test -z +configure:42936: $? = 0 +configure:42939: test -s conftest.o +configure:42942: $? = 0 +configure:42954: result: yes +configure:43035: checking for struct sockaddr +configure:43061: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:43067: $? = 0 +configure:43071: test -z || test ! -s conftest.err -configure:43047: $? = 0 -configure:43050: test -s conftest.o -configure:43053: $? = 0 -configure:43065: result: yes -configure:43146: checking for struct sockaddr_storage -configure:43172: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:43178: $? = 0 -configure:43182: test -z +configure:43074: $? = 0 +configure:43077: test -s conftest.o +configure:43080: $? = 0 +configure:43092: result: yes +configure:43173: checking for struct sockaddr_storage +configure:43199: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:43205: $? = 0 +configure:43209: test -z || test ! -s conftest.err -configure:43185: $? = 0 -configure:43188: test -s conftest.o -configure:43191: $? = 0 -configure:43203: result: yes -configure:43284: checking for struct addrinfo -configure:43310: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:43316: $? = 0 -configure:43320: test -z +configure:43212: $? = 0 +configure:43215: test -s conftest.o +configure:43218: $? = 0 +configure:43230: result: yes +configure:43311: checking for struct addrinfo +configure:43337: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:43343: $? = 0 +configure:43347: test -z || test ! -s conftest.err -configure:43323: $? = 0 -configure:43326: test -s conftest.o -configure:43329: $? = 0 -configure:43341: result: yes -configure:43422: checking for struct ifaddrs -configure:43448: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:43454: $? = 0 -configure:43458: test -z +configure:43350: $? = 0 +configure:43353: test -s conftest.o +configure:43356: $? = 0 +configure:43368: result: yes +configure:43449: checking for struct ifaddrs +configure:43475: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:43481: $? = 0 +configure:43485: test -z || test ! -s conftest.err -configure:43461: $? = 0 -configure:43464: test -s conftest.o -configure:43467: $? = 0 -configure:43479: result: yes -configure:43560: checking for struct iovec -configure:43589: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:43595: $? = 0 -configure:43599: test -z +configure:43488: $? = 0 +configure:43491: test -s conftest.o +configure:43494: $? = 0 +configure:43506: result: yes +configure:43587: checking for struct iovec +configure:43616: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:43622: $? = 0 +configure:43626: test -z || test ! -s conftest.err -configure:43602: $? = 0 -configure:43605: test -s conftest.o -configure:43608: $? = 0 -configure:43620: result: yes -configure:43701: checking for struct msghdr -configure:43730: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:43736: $? = 0 -configure:43740: test -z +configure:43629: $? = 0 +configure:43632: test -s conftest.o +configure:43635: $? = 0 +configure:43647: result: yes +configure:43728: checking for struct msghdr +configure:43757: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:43763: $? = 0 +configure:43767: test -z || test ! -s conftest.err -configure:43743: $? = 0 -configure:43746: test -s conftest.o -configure:43749: $? = 0 -configure:43761: result: yes -configure:43842: checking for struct winsize -configure:43875: result: yes -configure:43919: checking for struct spwd -configure:43944: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:43770: $? = 0 +configure:43773: test -s conftest.o +configure:43776: $? = 0 +configure:43788: result: yes +configure:43869: checking for struct winsize +configure:43902: result: yes +configure:43946: checking for struct spwd +configure:43971: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:232: error: storage size of `foo' isn't known -configure:43950: $? = 1 +conftest.c:242: error: storage size of `foo' isn't known +configure:43977: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -16082,7 +16485,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -16148,6 +16560,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -16291,50 +16704,50 @@ configure: failed program was: | ; | return 0; | } -configure:43976: result: no -configure:44021: checking whether to enable OTP library -configure:44023: result: yes -configure:44069: checking for nroff -configure:44087: found /usr/bin/nroff -configure:44099: result: /usr/bin/nroff -configure:44108: checking for groff -configure:44126: found /usr/bin/groff -configure:44138: result: /usr/bin/groff -configure:44145: checking how to format man pages -configure:44182: result: /usr/bin/nroff -mdoc $< > $@ -configure:44198: checking extension of pre-formatted manual pages -configure:44210: result: 0 -configure:44260: checking for readline -configure:44491: result: no -configure:44539: checking for hesiod -configure:44767: result: no -configure:44786: checking whether byte order is known at compile time -configure:44812: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:44818: $? = 0 -configure:44822: test -z +configure:44003: result: no +configure:44048: checking whether to enable OTP library +configure:44050: result: yes +configure:44096: checking for nroff +configure:44114: found /usr/bin/nroff +configure:44126: result: /usr/bin/nroff +configure:44135: checking for groff +configure:44153: found /usr/bin/groff +configure:44165: result: /usr/bin/groff +configure:44172: checking how to format man pages +configure:44209: result: /usr/bin/nroff -mdoc $< > $@ +configure:44225: checking extension of pre-formatted manual pages +configure:44237: result: 0 +configure:44287: checking for readline +configure:44518: result: no +configure:44566: checking for hesiod +configure:44794: result: no +configure:44813: checking whether byte order is known at compile time +configure:44839: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:44845: $? = 0 +configure:44849: test -z || test ! -s conftest.err -configure:44825: $? = 0 -configure:44828: test -s conftest.o -configure:44831: $? = 0 -configure:44842: result: yes -configure:44844: checking whether byte ordering is bigendian -configure:44872: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:44852: $? = 0 +configure:44855: test -s conftest.o +configure:44858: $? = 0 +configure:44869: result: yes +configure:44871: checking whether byte ordering is bigendian +configure:44899: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:234: error: `not' undeclared (first use in this function) -conftest.c:234: error: (Each undeclared identifier is reported only once -conftest.c:234: error: for each function it appears in.) -conftest.c:234: error: syntax error before "big" -configure:44878: $? = 1 +conftest.c:244: error: `not' undeclared (first use in this function) +conftest.c:244: error: (Each undeclared identifier is reported only once +conftest.c:244: error: for each function it appears in.) +conftest.c:244: error: parse error before "big" +configure:44905: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -16352,7 +16765,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -16418,6 +16840,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -16564,82 +16987,82 @@ configure: failed program was: | ; | return 0; | } -configure:44949: result: no -configure:44966: checking for inline -configure:45018: result: inline -configure:45042: checking for dlopen -configure:45075: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:45081: $? = 0 -configure:45085: test -z +configure:44976: result: no +configure:44993: checking for inline +configure:45045: result: inline +configure:45069: checking for dlopen +configure:45102: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:45108: $? = 0 +configure:45112: test -z || test ! -s conftest.err -configure:45088: $? = 0 -configure:45091: test -s conftest -configure:45094: $? = 0 -configure:45231: result: yes -configure:45612: checking for X -configure:45842: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include -configure:46015: gcc -o conftest -DINET6 -g -O2 conftest.c -L/usr/X11R6/lib -lX11 >&5 -configure:46021: $? = 0 -configure:46025: test -z +configure:45115: $? = 0 +configure:45118: test -s conftest +configure:45121: $? = 0 +configure:45258: result: yes +configure:45639: checking for X +configure:45869: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include +configure:46042: gcc -o conftest -DINET6 -g -O2 conftest.c -L/usr/X11R6/lib -lX11 >&5 +configure:46048: $? = 0 +configure:46052: test -z || test ! -s conftest.err -configure:46028: $? = 0 -configure:46031: test -s conftest -configure:46034: $? = 0 -configure:46192: checking for gethostbyname -configure:46280: result: yes -configure:46431: checking for connect -configure:46488: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:46494: $? = 0 -configure:46498: test -z +configure:46055: $? = 0 +configure:46058: test -s conftest +configure:46061: $? = 0 +configure:46219: checking for gethostbyname +configure:46307: result: yes +configure:46458: checking for connect +configure:46515: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:46521: $? = 0 +configure:46525: test -z || test ! -s conftest.err -configure:46501: $? = 0 -configure:46504: test -s conftest -configure:46507: $? = 0 -configure:46519: result: yes -configure:46594: checking for remove -configure:46651: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:46657: $? = 0 -configure:46661: test -z +configure:46528: $? = 0 +configure:46531: test -s conftest +configure:46534: $? = 0 +configure:46546: result: yes +configure:46621: checking for remove +configure:46678: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:46684: $? = 0 +configure:46688: test -z || test ! -s conftest.err -configure:46664: $? = 0 -configure:46667: test -s conftest -configure:46670: $? = 0 -configure:46682: result: yes -configure:46757: checking for shmat -configure:46814: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:46820: $? = 0 -configure:46824: test -z +configure:46691: $? = 0 +configure:46694: test -s conftest +configure:46697: $? = 0 +configure:46709: result: yes +configure:46784: checking for shmat +configure:46841: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:46847: $? = 0 +configure:46851: test -z || test ! -s conftest.err -configure:46827: $? = 0 -configure:46830: test -s conftest -configure:46833: $? = 0 -configure:46845: result: yes -configure:46929: checking for IceConnectionNumber in -lICE -configure:46959: gcc -o conftest -DINET6 -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5 -configure:46965: $? = 0 -configure:46969: test -z +configure:46854: $? = 0 +configure:46857: test -s conftest +configure:46860: $? = 0 +configure:46872: result: yes +configure:46956: checking for IceConnectionNumber in -lICE +configure:46986: gcc -o conftest -DINET6 -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5 +configure:46992: $? = 0 +configure:46996: test -z || test ! -s conftest.err -configure:46972: $? = 0 -configure:46975: test -s conftest -configure:46978: $? = 0 -configure:46991: result: yes -configure:47005: checking for special X linker flags -configure:47059: gcc -o conftest -DINET6 -g -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -lSM -lICE -lX11 >&5 -configure:47062: $? = 0 -configure:47064: ./conftest +configure:46999: $? = 0 +configure:47002: test -s conftest +configure:47005: $? = 0 +configure:47018: result: yes +configure:47032: checking for special X linker flags +configure:47086: gcc -o conftest -DINET6 -g -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -lSM -lICE -lX11 >&5 +configure:47089: $? = 0 +configure:47091: ./conftest Shared object "libSM.so.6" not found -configure:47067: $? = 1 +configure:47094: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -16657,7 +17080,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -16723,6 +17155,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -16869,26 +17302,26 @@ configure: failed program was: | return 0; | } | -configure:47059: gcc -o conftest -DINET6 -g -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -R/usr/X11R6/lib -lSM -lICE -lX11 >&5 -configure:47062: $? = 0 -configure:47064: ./conftest -configure:47067: $? = 0 -configure:47085: result: -R -configure:47114: checking for XauWriteAuth -configure:47147: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lSM -lICE >&5 -/var/tmp//ccCNsMY7.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:232: undefined reference to `XauWriteAuth' -configure:47153: $? = 1 +configure:47086: gcc -o conftest -DINET6 -g -O2 -I/usr/X11R6/include conftest.c -L/usr/X11R6/lib -R/usr/X11R6/lib -lSM -lICE -lX11 >&5 +configure:47089: $? = 0 +configure:47091: ./conftest +configure:47094: $? = 0 +configure:47112: result: -R +configure:47145: checking for XauWriteAuth +configure:47178: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lSM -lICE >&5 +/var/tmp//ccyUxLxr.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:242: undefined reference to `XauWriteAuth' +configure:47184: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -16906,7 +17339,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -16972,6 +17414,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -17115,20 +17558,20 @@ configure: failed program was: | ; | return 0; | } -configure:47147: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lX11 -lSM -lICE >&5 -/var/tmp//ccGg9rJl.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:232: undefined reference to `XauWriteAuth' -configure:47153: $? = 1 +configure:47178: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lX11 -lSM -lICE >&5 +/var/tmp//ccIxGIOC.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:242: undefined reference to `XauWriteAuth' +configure:47184: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -17146,7 +17589,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -17212,6 +17664,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -17355,106 +17808,106 @@ configure: failed program was: | ; | return 0; | } -configure:47147: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lXau -lSM -lICE >&5 -configure:47153: $? = 0 -configure:47157: test -z +configure:47178: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lXau -lSM -lICE >&5 +configure:47184: $? = 0 +configure:47188: test -z || test ! -s conftest.err -configure:47160: $? = 0 -configure:47163: test -s conftest -configure:47166: $? = 0 -configure:47323: result: yes, in -lXau -configure:47334: checking for XauReadAuth -configure:47367: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lXau -lSM -lICE >&5 -configure:47373: $? = 0 -configure:47377: test -z +configure:47191: $? = 0 +configure:47194: test -s conftest +configure:47197: $? = 0 +configure:47354: result: yes, in -lXau +configure:47365: checking for XauReadAuth +configure:47398: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lXau -lSM -lICE >&5 +configure:47404: $? = 0 +configure:47408: test -z || test ! -s conftest.err -configure:47380: $? = 0 -configure:47383: test -s conftest -configure:47386: $? = 0 -configure:47523: result: yes -configure:47553: checking for XauFileName -configure:47586: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lXau -lSM -lICE >&5 -configure:47592: $? = 0 -configure:47596: test -z +configure:47411: $? = 0 +configure:47414: test -s conftest +configure:47417: $? = 0 +configure:47554: result: yes +configure:47584: checking for XauFileName +configure:47617: gcc -o conftest -I/usr/X11R6/include -DINET6 -g -O2 -L/usr/X11R6/lib -R/usr/X11R6/lib conftest.c -lXau -lSM -lICE >&5 +configure:47623: $? = 0 +configure:47627: test -z || test ! -s conftest.err -configure:47599: $? = 0 -configure:47602: test -s conftest -configure:47605: $? = 0 -configure:47742: result: yes -configure:47817: checking for an ANSI C-conforming const -configure:47914: result: yes -configure:47924: checking for off_t -configure:47948: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:47954: $? = 0 -configure:47958: test -z +configure:47630: $? = 0 +configure:47633: test -s conftest +configure:47636: $? = 0 +configure:47773: result: yes +configure:47850: checking for an ANSI C-conforming const +configure:47947: result: yes +configure:47957: checking for off_t +configure:47981: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:47987: $? = 0 +configure:47991: test -z || test ! -s conftest.err -configure:47961: $? = 0 -configure:47964: test -s conftest.o -configure:47967: $? = 0 -configure:47978: result: yes -configure:47990: checking for mode_t -configure:48017: result: yes -configure:48027: checking for sig_atomic_t -configure:48054: result: yes -configure:48067: checking for long long -configure:48124: result: yes -configure:48202: checking whether time.h and sys/time.h may both be included -configure:48257: result: yes -configure:48267: checking whether struct tm is in sys/time.h or time.h -configure:48290: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48296: $? = 0 -configure:48300: test -z +configure:47994: $? = 0 +configure:47997: test -s conftest.o +configure:48000: $? = 0 +configure:48011: result: yes +configure:48023: checking for mode_t +configure:48050: result: yes +configure:48060: checking for sig_atomic_t +configure:48087: result: yes +configure:48100: checking for long long +configure:48157: result: yes +configure:48235: checking whether time.h and sys/time.h may both be included +configure:48290: result: yes +configure:48300: checking whether struct tm is in sys/time.h or time.h +configure:48323: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48329: $? = 0 +configure:48333: test -z || test ! -s conftest.err -configure:48303: $? = 0 -configure:48306: test -s conftest.o -configure:48309: $? = 0 -configure:48320: result: time.h -configure:48331: checking for ANSI C header files -configure:48484: result: yes -configure:48609: checking arpa/ftp.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48336: $? = 0 +configure:48339: test -s conftest.o +configure:48342: $? = 0 +configure:48353: result: time.h +configure:48364: checking for ANSI C header files +configure:48517: result: yes +configure:48642: checking arpa/ftp.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking arpa/ftp.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for arpa/ftp.h -configure:48732: result: yes -configure:48609: checking arpa/telnet.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking arpa/ftp.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for arpa/ftp.h +configure:48765: result: yes +configure:48642: checking arpa/telnet.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking arpa/telnet.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for arpa/telnet.h -configure:48732: result: yes -configure:48609: checking bind/bitypes.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:271:26: bind/bitypes.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking arpa/telnet.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for arpa/telnet.h +configure:48765: result: yes +configure:48642: checking bind/bitypes.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:281:26: bind/bitypes.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -17472,7 +17925,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -17538,6 +18000,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -17717,21 +18180,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking bind/bitypes.h presence -configure:48664: gcc -E conftest.c -conftest.c:237:26: bind/bitypes.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking bind/bitypes.h presence +configure:48697: gcc -E conftest.c +conftest.c:247:26: bind/bitypes.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -17749,7 +18212,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -17815,6 +18287,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -17960,23 +18433,23 @@ configure: failed program was: | #define HAVE_ARPA_TELNET_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for bind/bitypes.h -configure:48732: result: no -configure:48609: checking bsdsetjmp.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:271:23: bsdsetjmp.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for bind/bitypes.h +configure:48765: result: no +configure:48642: checking bsdsetjmp.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:281:23: bsdsetjmp.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -17994,7 +18467,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -18060,6 +18542,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -18239,21 +18722,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking bsdsetjmp.h presence -configure:48664: gcc -E conftest.c -conftest.c:237:23: bsdsetjmp.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking bsdsetjmp.h presence +configure:48697: gcc -E conftest.c +conftest.c:247:23: bsdsetjmp.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -18271,7 +18754,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -18337,6 +18829,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -18482,57 +18975,57 @@ configure: failed program was: | #define HAVE_ARPA_TELNET_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for bsdsetjmp.h -configure:48732: result: no -configure:48609: checking curses.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for bsdsetjmp.h +configure:48765: result: no +configure:48642: checking curses.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking curses.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for curses.h -configure:48732: result: yes -configure:48600: checking for dlfcn.h -configure:48605: result: yes -configure:48609: checking fnmatch.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking curses.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for curses.h +configure:48765: result: yes +configure:48633: checking for dlfcn.h +configure:48638: result: yes +configure:48642: checking fnmatch.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking fnmatch.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for fnmatch.h -configure:48732: result: yes -configure:48600: checking for inttypes.h -configure:48605: result: yes -configure:48609: checking io.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:275:16: io.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking fnmatch.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for fnmatch.h +configure:48765: result: yes +configure:48633: checking for inttypes.h +configure:48638: result: yes +configure:48642: checking io.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:285:16: io.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -18550,7 +19043,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -18616,6 +19118,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -18799,21 +19302,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking io.h presence -configure:48664: gcc -E conftest.c -conftest.c:241:16: io.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking io.h presence +configure:48697: gcc -E conftest.c +conftest.c:251:16: io.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -18831,7 +19334,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -18897,6 +19409,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -19046,23 +19559,23 @@ configure: failed program was: | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for io.h -configure:48732: result: no -configure:48609: checking libutil.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:275:21: libutil.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for io.h +configure:48765: result: no +configure:48642: checking libutil.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:285:21: libutil.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -19080,7 +19593,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -19146,6 +19668,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -19329,21 +19852,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking libutil.h presence -configure:48664: gcc -E conftest.c -conftest.c:241:21: libutil.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking libutil.h presence +configure:48697: gcc -E conftest.c +conftest.c:251:21: libutil.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -19361,7 +19884,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -19427,6 +19959,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -19576,38 +20109,38 @@ configure: failed program was: | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for libutil.h -configure:48732: result: no -configure:48609: checking limits.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for libutil.h +configure:48765: result: no +configure:48642: checking limits.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking limits.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for limits.h -configure:48732: result: yes -configure:48609: checking maillock.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:276:22: maillock.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking limits.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for limits.h +configure:48765: result: yes +configure:48642: checking maillock.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:286:22: maillock.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -19625,7 +20158,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -19691,6 +20233,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -19875,21 +20418,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking maillock.h presence -configure:48664: gcc -E conftest.c -conftest.c:242:22: maillock.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking maillock.h presence +configure:48697: gcc -E conftest.c +conftest.c:252:22: maillock.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -19907,7 +20450,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -19973,6 +20525,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -20123,38 +20676,38 @@ configure: failed program was: | #define HAVE_LIMITS_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for maillock.h -configure:48732: result: no -configure:48609: checking netgroup.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for maillock.h +configure:48765: result: no +configure:48642: checking netgroup.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking netgroup.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for netgroup.h -configure:48732: result: yes -configure:48609: checking netinet/in6_machtypes.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:277:35: netinet/in6_machtypes.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking netgroup.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for netgroup.h +configure:48765: result: yes +configure:48642: checking netinet/in6_machtypes.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:287:35: netinet/in6_machtypes.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -20172,7 +20725,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -20238,6 +20800,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -20423,21 +20986,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking netinet/in6_machtypes.h presence -configure:48664: gcc -E conftest.c -conftest.c:243:35: netinet/in6_machtypes.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking netinet/in6_machtypes.h presence +configure:48697: gcc -E conftest.c +conftest.c:253:35: netinet/in6_machtypes.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -20455,7 +21018,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -20521,6 +21093,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -20672,23 +21245,23 @@ configure: failed program was: | #define HAVE_NETGROUP_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for netinet/in6_machtypes.h -configure:48732: result: no -configure:48609: checking netinfo/ni.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:277:24: netinfo/ni.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for netinet/in6_machtypes.h +configure:48765: result: no +configure:48642: checking netinfo/ni.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:287:24: netinfo/ni.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -20706,7 +21279,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -20772,6 +21354,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -20957,21 +21540,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking netinfo/ni.h presence -configure:48664: gcc -E conftest.c -conftest.c:243:24: netinfo/ni.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking netinfo/ni.h presence +configure:48697: gcc -E conftest.c +conftest.c:253:24: netinfo/ni.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -20989,7 +21572,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -21055,6 +21647,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -21206,38 +21799,38 @@ configure: failed program was: | #define HAVE_NETGROUP_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for netinfo/ni.h -configure:48732: result: no -configure:48609: checking pthread.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for netinfo/ni.h +configure:48765: result: no +configure:48642: checking pthread.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking pthread.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for pthread.h -configure:48732: result: yes -configure:48609: checking pty.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:278:17: pty.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking pthread.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for pthread.h +configure:48765: result: yes +configure:48642: checking pty.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:288:17: pty.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -21255,7 +21848,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -21321,6 +21923,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -21507,21 +22110,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking pty.h presence -configure:48664: gcc -E conftest.c -conftest.c:244:17: pty.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking pty.h presence +configure:48697: gcc -E conftest.c +conftest.c:254:17: pty.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -21539,7 +22142,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -21605,6 +22217,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -21757,23 +22370,23 @@ configure: failed program was: | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for pty.h -configure:48732: result: no -configure:48609: checking sac.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:278:17: sac.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for pty.h +configure:48765: result: no +configure:48642: checking sac.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:288:17: sac.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -21791,7 +22404,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -21857,6 +22479,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -22043,21 +22666,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sac.h presence -configure:48664: gcc -E conftest.c -conftest.c:244:17: sac.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sac.h presence +configure:48697: gcc -E conftest.c +conftest.c:254:17: sac.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -22075,7 +22698,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -22141,6 +22773,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -22293,23 +22926,23 @@ configure: failed program was: | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sac.h -configure:48732: result: no -configure:48609: checking security/pam_modules.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:278:34: security/pam_modules.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for sac.h +configure:48765: result: no +configure:48642: checking security/pam_modules.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:288:34: security/pam_modules.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -22327,7 +22960,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -22393,6 +23035,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -22579,21 +23222,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking security/pam_modules.h presence -configure:48664: gcc -E conftest.c -conftest.c:244:34: security/pam_modules.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking security/pam_modules.h presence +configure:48697: gcc -E conftest.c +conftest.c:254:34: security/pam_modules.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -22611,7 +23254,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -22677,6 +23329,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -22829,38 +23482,38 @@ configure: failed program was: | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for security/pam_modules.h -configure:48732: result: no -configure:48609: checking sgtty.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for security/pam_modules.h +configure:48765: result: no +configure:48642: checking sgtty.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sgtty.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sgtty.h -configure:48732: result: yes -configure:48609: checking siad.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:279:18: siad.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sgtty.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sgtty.h +configure:48765: result: yes +configure:48642: checking siad.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:289:18: siad.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -22878,7 +23531,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -22944,6 +23606,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -23131,21 +23794,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking siad.h presence -configure:48664: gcc -E conftest.c -conftest.c:245:18: siad.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking siad.h presence +configure:48697: gcc -E conftest.c +conftest.c:255:18: siad.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -23163,7 +23826,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -23229,6 +23901,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -23382,38 +24055,38 @@ configure: failed program was: | #define HAVE_SGTTY_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for siad.h -configure:48732: result: no -configure:48609: checking signal.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for siad.h +configure:48765: result: no +configure:48642: checking signal.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking signal.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for signal.h -configure:48732: result: yes -configure:48609: checking stropts.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:280:21: stropts.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking signal.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for signal.h +configure:48765: result: yes +configure:48642: checking stropts.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:290:21: stropts.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -23431,7 +24104,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -23497,6 +24179,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -23685,21 +24368,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking stropts.h presence -configure:48664: gcc -E conftest.c -conftest.c:246:21: stropts.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking stropts.h presence +configure:48697: gcc -E conftest.c +conftest.c:256:21: stropts.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -23717,7 +24400,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -23783,6 +24475,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -23937,23 +24630,23 @@ configure: failed program was: | #define HAVE_SIGNAL_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for stropts.h -configure:48732: result: no -configure:48609: checking sys/bitypes.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:280:25: sys/bitypes.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for stropts.h +configure:48765: result: no +configure:48642: checking sys/bitypes.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:290:25: sys/bitypes.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -23971,7 +24664,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -24037,6 +24739,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -24225,21 +24928,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/bitypes.h presence -configure:48664: gcc -E conftest.c -conftest.c:246:25: sys/bitypes.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/bitypes.h presence +configure:48697: gcc -E conftest.c +conftest.c:256:25: sys/bitypes.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -24257,7 +24960,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -24323,6 +25035,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -24477,23 +25190,23 @@ configure: failed program was: | #define HAVE_SIGNAL_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/bitypes.h -configure:48732: result: no -configure:48609: checking sys/category.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:280:26: sys/category.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for sys/bitypes.h +configure:48765: result: no +configure:48642: checking sys/category.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:290:26: sys/category.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -24511,7 +25224,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -24577,6 +25299,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -24765,21 +25488,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/category.h presence -configure:48664: gcc -E conftest.c -conftest.c:246:26: sys/category.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/category.h presence +configure:48697: gcc -E conftest.c +conftest.c:256:26: sys/category.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -24797,7 +25520,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -24863,6 +25595,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -25017,70 +25750,70 @@ configure: failed program was: | #define HAVE_SIGNAL_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/category.h -configure:48732: result: no -configure:48609: checking sys/file.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for sys/category.h +configure:48765: result: no +configure:48642: checking sys/file.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sys/file.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sys/file.h -configure:48732: result: yes -configure:48609: checking sys/filio.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sys/file.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sys/file.h +configure:48765: result: yes +configure:48642: checking sys/filio.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sys/filio.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sys/filio.h -configure:48732: result: yes -configure:48609: checking sys/ioccom.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sys/filio.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sys/filio.h +configure:48765: result: yes +configure:48642: checking sys/ioccom.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sys/ioccom.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sys/ioccom.h -configure:48732: result: yes -configure:48600: checking for sys/mman.h -configure:48605: result: yes -configure:48609: checking sys/pty.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:284:21: sys/pty.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sys/ioccom.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sys/ioccom.h +configure:48765: result: yes +configure:48633: checking for sys/mman.h +configure:48638: result: yes +configure:48642: checking sys/pty.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:294:21: sys/pty.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -25098,7 +25831,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -25164,6 +25906,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -25356,21 +26099,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/pty.h presence -configure:48664: gcc -E conftest.c -conftest.c:250:21: sys/pty.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/pty.h presence +configure:48697: gcc -E conftest.c +conftest.c:260:21: sys/pty.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -25388,7 +26131,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -25454,6 +26206,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -25612,23 +26365,23 @@ configure: failed program was: | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/pty.h -configure:48732: result: no -configure:48609: checking sys/ptyio.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:284:23: sys/ptyio.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for sys/pty.h +configure:48765: result: no +configure:48642: checking sys/ptyio.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:294:23: sys/ptyio.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -25646,7 +26399,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -25712,6 +26474,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -25904,21 +26667,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/ptyio.h presence -configure:48664: gcc -E conftest.c -conftest.c:250:23: sys/ptyio.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/ptyio.h presence +configure:48697: gcc -E conftest.c +conftest.c:260:23: sys/ptyio.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -25936,7 +26699,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -26002,6 +26774,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -26160,23 +26933,23 @@ configure: failed program was: | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/ptyio.h -configure:48732: result: no -configure:48609: checking sys/ptyvar.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:284:24: sys/ptyvar.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for sys/ptyio.h +configure:48765: result: no +configure:48642: checking sys/ptyvar.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:294:24: sys/ptyvar.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -26194,7 +26967,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -26260,6 +27042,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -26452,21 +27235,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/ptyvar.h presence -configure:48664: gcc -E conftest.c -conftest.c:250:24: sys/ptyvar.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/ptyvar.h presence +configure:48697: gcc -E conftest.c +conftest.c:260:24: sys/ptyvar.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -26484,7 +27267,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -26550,6 +27342,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -26708,38 +27501,38 @@ configure: failed program was: | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/ptyvar.h -configure:48732: result: no -configure:48609: checking sys/select.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for sys/ptyvar.h +configure:48765: result: no +configure:48642: checking sys/select.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sys/select.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sys/select.h -configure:48732: result: yes -configure:48609: checking sys/str_tty.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:285:25: sys/str_tty.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sys/select.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sys/select.h +configure:48765: result: yes +configure:48642: checking sys/str_tty.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:295:25: sys/str_tty.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -26757,7 +27550,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -26823,6 +27625,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -27016,21 +27819,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/str_tty.h presence -configure:48664: gcc -E conftest.c -conftest.c:251:25: sys/str_tty.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/str_tty.h presence +configure:48697: gcc -E conftest.c +conftest.c:261:25: sys/str_tty.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -27048,7 +27851,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -27114,6 +27926,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -27273,23 +28086,23 @@ configure: failed program was: | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/str_tty.h -configure:48732: result: no -configure:48609: checking sys/stream.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:285:24: sys/stream.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for sys/str_tty.h +configure:48765: result: no +configure:48642: checking sys/stream.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:295:24: sys/stream.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -27307,7 +28120,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -27373,6 +28195,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -27566,21 +28389,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/stream.h presence -configure:48664: gcc -E conftest.c -conftest.c:251:24: sys/stream.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/stream.h presence +configure:48697: gcc -E conftest.c +conftest.c:261:24: sys/stream.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -27598,7 +28421,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -27664,6 +28496,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -27823,23 +28656,23 @@ configure: failed program was: | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/stream.h -configure:48732: result: no -configure:48609: checking sys/stropts.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:285:25: sys/stropts.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for sys/stream.h +configure:48765: result: no +configure:48642: checking sys/stropts.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:295:25: sys/stropts.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -27857,7 +28690,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -27923,6 +28765,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -28116,21 +28959,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/stropts.h presence -configure:48664: gcc -E conftest.c -conftest.c:251:25: sys/stropts.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/stropts.h presence +configure:48697: gcc -E conftest.c +conftest.c:261:25: sys/stropts.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -28148,7 +28991,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -28214,6 +29066,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -28373,23 +29226,23 @@ configure: failed program was: | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/stropts.h -configure:48732: result: no -configure:48609: checking sys/strtty.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:285:24: sys/strtty.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for sys/stropts.h +configure:48765: result: no +configure:48642: checking sys/strtty.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:295:24: sys/strtty.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -28407,7 +29260,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -28473,6 +29335,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -28666,21 +29529,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/strtty.h presence -configure:48664: gcc -E conftest.c -conftest.c:251:24: sys/strtty.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/strtty.h presence +configure:48697: gcc -E conftest.c +conftest.c:261:24: sys/strtty.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -28698,7 +29561,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -28764,6 +29636,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -28923,38 +29796,38 @@ configure: failed program was: | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/strtty.h -configure:48732: result: no -configure:48609: checking sys/syscall.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for sys/strtty.h +configure:48765: result: no +configure:48642: checking sys/syscall.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sys/syscall.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sys/syscall.h -configure:48732: result: yes -configure:48609: checking sys/termio.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:286:24: sys/termio.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sys/syscall.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sys/syscall.h +configure:48765: result: yes +configure:48642: checking sys/termio.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:296:24: sys/termio.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -28972,7 +29845,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -29038,6 +29920,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -29232,21 +30115,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking sys/termio.h presence -configure:48664: gcc -E conftest.c -conftest.c:252:24: sys/termio.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking sys/termio.h presence +configure:48697: gcc -E conftest.c +conftest.c:262:24: sys/termio.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -29264,7 +30147,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -29330,6 +30222,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -29490,68 +30383,68 @@ configure: failed program was: | #define HAVE_SYS_SYSCALL_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for sys/termio.h -configure:48732: result: no -configure:48609: checking sys/timeb.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for sys/termio.h +configure:48765: result: no +configure:48642: checking sys/timeb.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sys/timeb.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sys/timeb.h -configure:48732: result: yes -configure:48609: checking sys/times.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sys/timeb.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sys/timeb.h +configure:48765: result: yes +configure:48642: checking sys/times.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sys/times.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sys/times.h -configure:48732: result: yes -configure:48609: checking sys/un.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sys/times.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sys/times.h +configure:48765: result: yes +configure:48642: checking sys/un.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking sys/un.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for sys/un.h -configure:48732: result: yes -configure:48609: checking term.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:289:18: term.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking sys/un.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for sys/un.h +configure:48765: result: yes +configure:48642: checking term.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:299:18: term.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -29569,7 +30462,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -29635,6 +30537,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -29832,21 +30735,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking term.h presence -configure:48664: gcc -E conftest.c -conftest.c:255:18: term.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking term.h presence +configure:48697: gcc -E conftest.c +conftest.c:265:18: term.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -29864,7 +30767,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -29930,6 +30842,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -30093,38 +31006,38 @@ configure: failed program was: | #define HAVE_SYS_UN_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for term.h -configure:48732: result: no -configure:48609: checking termcap.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for term.h +configure:48765: result: no +configure:48642: checking termcap.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking termcap.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for termcap.h -configure:48732: result: yes -configure:48609: checking termio.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:290:20: termio.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking termcap.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for termcap.h +configure:48765: result: yes +configure:48642: checking termio.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:300:20: termio.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -30142,7 +31055,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -30208,6 +31130,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -30406,21 +31329,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking termio.h presence -configure:48664: gcc -E conftest.c -conftest.c:256:20: termio.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking termio.h presence +configure:48697: gcc -E conftest.c +conftest.c:266:20: termio.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -30438,7 +31361,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -30504,6 +31436,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -30668,38 +31601,38 @@ configure: failed program was: | #define HAVE_TERMCAP_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for termio.h -configure:48732: result: no -configure:48609: checking time.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for termio.h +configure:48765: result: no +configure:48642: checking time.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking time.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for time.h -configure:48732: result: yes -configure:48609: checking tmpdir.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:291:20: tmpdir.h: No such file or directory -configure:48627: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking time.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for time.h +configure:48765: result: yes +configure:48642: checking tmpdir.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:301:20: tmpdir.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -30717,7 +31650,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -30783,6 +31725,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -30982,21 +31925,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking tmpdir.h presence -configure:48664: gcc -E conftest.c -conftest.c:257:20: tmpdir.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking tmpdir.h presence +configure:48697: gcc -E conftest.c +conftest.c:267:20: tmpdir.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -31014,7 +31957,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -31080,6 +32032,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -31245,23 +32198,23 @@ configure: failed program was: | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for tmpdir.h -configure:48732: result: no -configure:48609: checking udb.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:291:17: udb.h: No such file or directory -configure:48627: $? = 1 +configure:48723: result: no +configure:48758: checking for tmpdir.h +configure:48765: result: no +configure:48642: checking udb.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:301:17: udb.h: No such file or directory +configure:48660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -31279,7 +32232,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -31345,6 +32307,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -31544,21 +32507,21 @@ configure: failed program was: | # include | #endif | #include -configure:48650: result: no -configure:48654: checking udb.h presence -configure:48664: gcc -E conftest.c -conftest.c:257:17: udb.h: No such file or directory -configure:48670: $? = 1 +configure:48683: result: no +configure:48687: checking udb.h presence +configure:48697: gcc -E conftest.c +conftest.c:267:17: udb.h: No such file or directory +configure:48703: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -31576,7 +32539,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -31642,6 +32614,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -31807,54 +32780,54 @@ configure: failed program was: | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include -configure:48690: result: no -configure:48725: checking for udb.h -configure:48732: result: no -configure:48609: checking utmp.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48723: result: no +configure:48758: checking for udb.h +configure:48765: result: no +configure:48642: checking utmp.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking utmp.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for utmp.h -configure:48732: result: yes -configure:48609: checking utmpx.h usability -configure:48621: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:48627: $? = 0 -configure:48631: test -z +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking utmp.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for utmp.h +configure:48765: result: yes +configure:48642: checking utmpx.h usability +configure:48654: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:48660: $? = 0 +configure:48664: test -z || test ! -s conftest.err -configure:48634: $? = 0 -configure:48637: test -s conftest.o -configure:48640: $? = 0 -configure:48650: result: yes -configure:48654: checking utmpx.h presence -configure:48664: gcc -E conftest.c -configure:48670: $? = 0 -configure:48690: result: yes -configure:48725: checking for utmpx.h -configure:48732: result: yes -configure:48764: checking for logwtmp -configure:48797: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc6ZKwPa.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:263: undefined reference to `logwtmp' -configure:48803: $? = 1 +configure:48667: $? = 0 +configure:48670: test -s conftest.o +configure:48673: $? = 0 +configure:48683: result: yes +configure:48687: checking utmpx.h presence +configure:48697: gcc -E conftest.c +configure:48703: $? = 0 +configure:48723: result: yes +configure:48758: checking for utmpx.h +configure:48765: result: yes +configure:48797: checking for logwtmp +configure:48830: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccwdTdgn.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:273: undefined reference to `logwtmp' +configure:48836: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -31872,7 +32845,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -31938,6 +32920,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -32112,29 +33095,29 @@ configure: failed program was: | ; | return 0; | } -configure:48797: gcc -o conftest -DINET6 -g -O2 conftest.c -lutil >&5 -configure:48803: $? = 0 -configure:48807: test -z +configure:48830: gcc -o conftest -DINET6 -g -O2 conftest.c -lutil >&5 +configure:48836: $? = 0 +configure:48840: test -z || test ! -s conftest.err -configure:48810: $? = 0 -configure:48813: test -s conftest -configure:48816: $? = 0 -configure:48973: result: yes, in -lutil -configure:48982: checking for logout -configure:49015: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccAh8fak.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:265: undefined reference to `logout' -configure:49021: $? = 1 +configure:48843: $? = 0 +configure:48846: test -s conftest +configure:48849: $? = 0 +configure:49006: result: yes, in -lutil +configure:49015: checking for logout +configure:49048: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccEDsdBt.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:275: undefined reference to `logout' +configure:49054: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -32152,7 +33135,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -32218,6 +33210,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -32394,29 +33387,29 @@ configure: failed program was: | ; | return 0; | } -configure:49015: gcc -o conftest -DINET6 -g -O2 conftest.c -lutil >&5 -configure:49021: $? = 0 -configure:49025: test -z +configure:49048: gcc -o conftest -DINET6 -g -O2 conftest.c -lutil >&5 +configure:49054: $? = 0 +configure:49058: test -z || test ! -s conftest.err -configure:49028: $? = 0 -configure:49031: test -s conftest -configure:49034: $? = 0 -configure:49191: result: yes, in -lutil -configure:49200: checking for openpty -configure:49233: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccgNNNuM.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:267: undefined reference to `openpty' -configure:49239: $? = 1 +configure:49061: $? = 0 +configure:49064: test -s conftest +configure:49067: $? = 0 +configure:49224: result: yes, in -lutil +configure:49233: checking for openpty +configure:49266: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccM5OirV.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:277: undefined reference to `openpty' +configure:49272: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -32434,7 +33427,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -32500,6 +33502,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -32678,29 +33681,29 @@ configure: failed program was: | ; | return 0; | } -configure:49233: gcc -o conftest -DINET6 -g -O2 conftest.c -lutil >&5 -configure:49239: $? = 0 -configure:49243: test -z +configure:49266: gcc -o conftest -DINET6 -g -O2 conftest.c -lutil >&5 +configure:49272: $? = 0 +configure:49276: test -z || test ! -s conftest.err -configure:49246: $? = 0 -configure:49249: test -s conftest -configure:49252: $? = 0 -configure:49409: result: yes, in -lutil -configure:49418: checking for tgetent -configure:49451: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cciWy0Oe.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:269: undefined reference to `tgetent' -configure:49457: $? = 1 +configure:49279: $? = 0 +configure:49282: test -s conftest +configure:49285: $? = 0 +configure:49442: result: yes, in -lutil +configure:49451: checking for tgetent +configure:49484: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cccf19Zm.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:279: undefined reference to `tgetent' +configure:49490: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -32718,7 +33721,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -32784,6 +33796,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -32964,30 +33977,30 @@ configure: failed program was: | ; | return 0; | } -configure:49451: gcc -o conftest -DINET6 -g -O2 conftest.c -ltermcap >&5 -configure:49457: $? = 0 -configure:49461: test -z +configure:49484: gcc -o conftest -DINET6 -g -O2 conftest.c -ltermcap >&5 +configure:49490: $? = 0 +configure:49494: test -z || test ! -s conftest.err -configure:49464: $? = 0 -configure:49467: test -s conftest -configure:49470: $? = 0 -configure:49627: result: yes, in -ltermcap -configure:49695: checking for _getpty -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cckbWWBI.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:307: undefined reference to `_getpty' -/var/tmp//cckbWWBI.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:306: undefined reference to `_getpty' -configure:49758: $? = 1 +configure:49497: $? = 0 +configure:49500: test -s conftest +configure:49503: $? = 0 +configure:49660: result: yes, in -ltermcap +configure:49728: checking for _getpty +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccUs6i3P.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:317: undefined reference to `_getpty' +/var/tmp//ccUs6i3P.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:316: undefined reference to `_getpty' +configure:49791: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -33005,7 +34018,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -33071,6 +34093,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -33289,23 +34312,23 @@ configure: failed program was: | ; | return 0; | } -configure:49783: result: no -configure:49695: checking for _scrsize -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccOWNWGW.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:307: undefined reference to `_scrsize' -/var/tmp//ccOWNWGW.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:306: undefined reference to `_scrsize' -configure:49758: $? = 1 +configure:49816: result: no +configure:49728: checking for _scrsize +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccGsXqH3.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:317: undefined reference to `_scrsize' +/var/tmp//ccGsXqH3.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:316: undefined reference to `_scrsize' +configure:49791: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -33323,7 +34346,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -33389,6 +34421,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -33607,716 +34640,95 @@ configure: failed program was: | ; | return 0; | } -configure:49783: result: no -configure:49695: checking for fcntl -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49816: result: no +configure:49728: checking for fcntl +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for grantpt -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc6ObQBr.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:308: undefined reference to `grantpt' -/var/tmp//cc6ObQBr.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:307: undefined reference to `grantpt' -configure:49758: $? = 1 +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for grantpt +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z + || test ! -s conftest.err +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for mktime +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z + || test ! -s conftest.err +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for ptsname +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z + || test ! -s conftest.err +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for rand +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z + || test ! -s conftest.err +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for revoke +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z + || test ! -s conftest.err +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for select +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z + || test ! -s conftest.err +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for setitimer +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z + || test ! -s conftest.err +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for setpcred +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cc8YC4r6.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:325: undefined reference to `setpcred' +/var/tmp//cc8YC4r6.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:324: undefined reference to `setpcred' +configure:49791: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| #define KRB5 1 -| #define HAVE_DB_H 1 -| #define HAVE_DBOPEN 1 -| #define HAVE_DB1 1 -| #define HAVE_NDBM_H 1 -| #define HAVE_DBM_FIRSTKEY 1 -| #define HAVE_NDBM 1 -| #define HAVE_NEW_DB 1 -| #define RETSIGTYPE void -| #define VOID_RETSIGTYPE 1 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_NETINET_IP_H 1 -| #define HAVE_NETINET_TCP_H 1 -| #define HAVE_GETLOGIN 1 -| #define HAVE_SETLOGIN 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_GETPAGESIZE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SSIZE_T 1 -| #define HAVE_LONG_LONG 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_ARPA_NAMESER_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_ERR_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_GRP_H 1 -| #define HAVE_IFADDRS_H 1 -| #define HAVE_NET_IF_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_NETINET_IN_SYSTM_H 1 -| #define HAVE_NETINET6_IN6_VAR_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_RESOLV_H 1 -| #define HAVE_RPCSVC_YPCLNT_H 1 -| #define HAVE_SYS_BSWAP_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_PROC_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_SOCKIO_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TTY_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_SYS_UTSNAME_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_TERMIOS_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIL_H 1 -| #define HAVE_VIS_H 1 -| #define HAVE_SOCKET 1 -| #define HAVE_GETHOSTBYNAME 1 -| #define HAVE_SYSLOG 1 -| #define HAVE_IPV6 1 -| #define HAVE_IN6ADDR_LOOPBACK 1 -| #define HAVE_GETHOSTBYNAME2 1 -| #define HAVE_RES_SEARCH 1 -| #define HAVE_DN_EXPAND 1 -| #define HAVE__RES 1 -| #define HAVE__RES_DECLARATION 1 -| #define HAVE_SNPRINTF 1 -| #define NEED_SNPRINTF_PROTO 1 -| #define HAVE_VSNPRINTF 1 -| #define NEED_VSNPRINTF_PROTO 1 -| #define HAVE_GLOB 1 -| #define HAVE_ASPRINTF 1 -| #define HAVE_ATEXIT 1 -| #define HAVE_CGETENT 1 -| #define HAVE_GETPROGNAME 1 -| #define HAVE_GETRLIMIT 1 -| #define HAVE_INITSTATE 1 -| #define HAVE_ISSETUGID 1 -| #define HAVE_RANDOM 1 -| #define HAVE_SETPROGNAME 1 -| #define HAVE_SETSTATE 1 -| #define HAVE_STRSVIS 1 -| #define HAVE_STRUNVIS 1 -| #define HAVE_STRVIS 1 -| #define HAVE_STRVISX 1 -| #define HAVE_SVIS 1 -| #define HAVE_SYSCONF 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_UNAME 1 -| #define HAVE_UNVIS 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_VIS 1 -| #define HAVE_GETSOCKOPT 1 -| #define HAVE_SETSOCKOPT 1 -| #define HAVE_HSTRERROR 1 -| #define NEED_ASNPRINTF_PROTO 1 -| #define NEED_VASNPRINTF_PROTO 1 -| #define HAVE_BSWAP16 1 -| #define HAVE_BSWAP32 1 -| #define HAVE_PIDFILE 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_FREEADDRINFO 1 -| #define HAVE_GAI_STRERROR 1 -| #define HAVE_CHOWN 1 -| #define HAVE_DAEMON 1 -| #define HAVE_ERR 1 -| #define HAVE_ERRX 1 -| #define HAVE_FCHOWN 1 -| #define HAVE_FLOCK 1 -| #define HAVE_FNMATCH 1 -| #define HAVE_GETCWD 1 -| #define HAVE_GETDTABLESIZE 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETGID 1 -| #define HAVE_GETHOSTNAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_GETOPT 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_GETUID 1 -| #define HAVE_GETUSERSHELL 1 -| #define HAVE_INITGROUPS 1 -| #define HAVE_INNETGR 1 -| #define HAVE_IRUSEROK 1 -| #define HAVE_LOCALTIME_R 1 -| #define HAVE_LSTAT 1 -| #define HAVE_MEMMOVE 1 -| #define HAVE_MKSTEMP 1 -| #define HAVE_PUTENV 1 -| #define HAVE_RCMD 1 -| #define HAVE_READV 1 -| #define HAVE_RECVMSG 1 -| #define HAVE_SENDMSG 1 -| #define HAVE_SETEGID 1 -| #define HAVE_SETENV 1 -| #define HAVE_SETEUID 1 -| #define HAVE_STRCASECMP 1 -| #define HAVE_STRDUP 1 -| #define HAVE_STRERROR 1 -| #define HAVE_STRFTIME 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_STRNCASECMP 1 -| #define HAVE_STRPTIME 1 -| #define HAVE_STRSEP 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_SWAB 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_VERR 1 -| #define HAVE_VERRX 1 -| #define HAVE_VSYSLOG 1 -| #define HAVE_VWARN 1 -| #define HAVE_VWARNX 1 -| #define HAVE_WARN 1 -| #define HAVE_WARNX 1 -| #define HAVE_WRITEV 1 -| #define NEED_STRNDUP_PROTO 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 -| #define NEED_MKSTEMP_PROTO 1 -| #define HAVE_CRYPT 1 -| #define HAVE_LIBCRYPT 1 -| #define GETHOSTBYNAME_PROTO_COMPATIBLE 1 -| #define GETSERVBYNAME_PROTO_COMPATIBLE 1 -| #define GETSOCKNAME_PROTO_COMPATIBLE 1 -| #define OPENLOG_PROTO_COMPATIBLE 1 -| #define HAVE_H_ERRNO 1 -| #define HAVE_H_ERRNO_DECLARATION 1 -| #define HAVE_H_ERRLIST 1 -| #define HAVE_H_NERR 1 -| #define HAVE___PROGNAME 1 -| #define HAVE_OPTARG_DECLARATION 1 -| #define HAVE_OPTIND_DECLARATION 1 -| #define HAVE_OPTERR_DECLARATION 1 -| #define HAVE_OPTOPT_DECLARATION 1 -| #define HAVE_STRUCT_TM_TM_GMTOFF 1 -| #define HAVE_STRUCT_TM_TM_ZONE 1 -| #define HAVE_TIMEZONE 1 -| #define HAVE_TIMEZONE_DECLARATION 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_SOCKLEN_T 1 -| #define HAVE_STRUCT_SOCKADDR 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_IFADDRS 1 -| #define HAVE_STRUCT_IOVEC 1 -| #define HAVE_STRUCT_MSGHDR 1 -| #define HAVE_STRUCT_WINSIZE 1 -| #define HAVE_WS_XPIXEL 1 -| #define HAVE_WS_YPIXEL 1 -| #define OTP 1 -| #define ENDIANESS_IN_SYS_PARAM_H 1 -| #define HAVE_DLOPEN 1 -| #define HAVE_XAUWRITEAUTH 1 -| #define HAVE_LIBXAU 1 -| #define HAVE_XAUREADAUTH 1 -| #define HAVE_XAUFILENAME 1 -| #define HAVE_LONG_LONG 1 -| #define TIME_WITH_SYS_TIME 1 -| #define STDC_HEADERS 1 -| #define HAVE_ARPA_FTP_H 1 -| #define HAVE_ARPA_TELNET_H 1 -| #define HAVE_CURSES_H 1 -| #define HAVE_DLFCN_H 1 -| #define HAVE_FNMATCH_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_NETGROUP_H 1 -| #define HAVE_PTHREAD_H 1 -| #define HAVE_SGTTY_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_SYS_FILE_H 1 -| #define HAVE_SYS_FILIO_H 1 -| #define HAVE_SYS_IOCCOM_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCALL_H 1 -| #define HAVE_SYS_TIMEB_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_UN_H 1 -| #define HAVE_TERMCAP_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UTMP_H 1 -| #define HAVE_UTMPX_H 1 -| #define HAVE_LOGWTMP 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_LOGOUT 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_OPENPTY 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_TGETENT 1 -| #define HAVE_LIBTERMCAP 1 -| #define HAVE_FCNTL 1 -| /* end confdefs.h. */ -| /* Define grantpt to an innocuous variant, in case declares grantpt. -| For example, HP-UX 11i declares gettimeofday. */ -| #define grantpt innocuous_grantpt -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char grantpt (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef grantpt -| -| /* 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 grantpt (); -| /* 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_grantpt) || defined (__stub___grantpt) -| choke me -| #else -| char (*f) () = grantpt; -| #endif -| #ifdef __cplusplus -| } -| #endif -| -| int -| main () -| { -| return f != grantpt; -| ; -| return 0; -| } -configure:49783: result: no -configure:49695: checking for mktime -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z - || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for ptsname -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccgCUz3A.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:309: undefined reference to `ptsname' -/var/tmp//ccgCUz3A.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:308: undefined reference to `ptsname' -configure:49758: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| #define KRB5 1 -| #define HAVE_DB_H 1 -| #define HAVE_DBOPEN 1 -| #define HAVE_DB1 1 -| #define HAVE_NDBM_H 1 -| #define HAVE_DBM_FIRSTKEY 1 -| #define HAVE_NDBM 1 -| #define HAVE_NEW_DB 1 -| #define RETSIGTYPE void -| #define VOID_RETSIGTYPE 1 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_NETINET_IP_H 1 -| #define HAVE_NETINET_TCP_H 1 -| #define HAVE_GETLOGIN 1 -| #define HAVE_SETLOGIN 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_GETPAGESIZE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SSIZE_T 1 -| #define HAVE_LONG_LONG 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_ARPA_NAMESER_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_ERR_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_GRP_H 1 -| #define HAVE_IFADDRS_H 1 -| #define HAVE_NET_IF_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_NETINET_IN_SYSTM_H 1 -| #define HAVE_NETINET6_IN6_VAR_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_RESOLV_H 1 -| #define HAVE_RPCSVC_YPCLNT_H 1 -| #define HAVE_SYS_BSWAP_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_PROC_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_SOCKIO_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TTY_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_SYS_UTSNAME_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_TERMIOS_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIL_H 1 -| #define HAVE_VIS_H 1 -| #define HAVE_SOCKET 1 -| #define HAVE_GETHOSTBYNAME 1 -| #define HAVE_SYSLOG 1 -| #define HAVE_IPV6 1 -| #define HAVE_IN6ADDR_LOOPBACK 1 -| #define HAVE_GETHOSTBYNAME2 1 -| #define HAVE_RES_SEARCH 1 -| #define HAVE_DN_EXPAND 1 -| #define HAVE__RES 1 -| #define HAVE__RES_DECLARATION 1 -| #define HAVE_SNPRINTF 1 -| #define NEED_SNPRINTF_PROTO 1 -| #define HAVE_VSNPRINTF 1 -| #define NEED_VSNPRINTF_PROTO 1 -| #define HAVE_GLOB 1 -| #define HAVE_ASPRINTF 1 -| #define HAVE_ATEXIT 1 -| #define HAVE_CGETENT 1 -| #define HAVE_GETPROGNAME 1 -| #define HAVE_GETRLIMIT 1 -| #define HAVE_INITSTATE 1 -| #define HAVE_ISSETUGID 1 -| #define HAVE_RANDOM 1 -| #define HAVE_SETPROGNAME 1 -| #define HAVE_SETSTATE 1 -| #define HAVE_STRSVIS 1 -| #define HAVE_STRUNVIS 1 -| #define HAVE_STRVIS 1 -| #define HAVE_STRVISX 1 -| #define HAVE_SVIS 1 -| #define HAVE_SYSCONF 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_UNAME 1 -| #define HAVE_UNVIS 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_VIS 1 -| #define HAVE_GETSOCKOPT 1 -| #define HAVE_SETSOCKOPT 1 -| #define HAVE_HSTRERROR 1 -| #define NEED_ASNPRINTF_PROTO 1 -| #define NEED_VASNPRINTF_PROTO 1 -| #define HAVE_BSWAP16 1 -| #define HAVE_BSWAP32 1 -| #define HAVE_PIDFILE 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_FREEADDRINFO 1 -| #define HAVE_GAI_STRERROR 1 -| #define HAVE_CHOWN 1 -| #define HAVE_DAEMON 1 -| #define HAVE_ERR 1 -| #define HAVE_ERRX 1 -| #define HAVE_FCHOWN 1 -| #define HAVE_FLOCK 1 -| #define HAVE_FNMATCH 1 -| #define HAVE_GETCWD 1 -| #define HAVE_GETDTABLESIZE 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETGID 1 -| #define HAVE_GETHOSTNAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_GETOPT 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_GETUID 1 -| #define HAVE_GETUSERSHELL 1 -| #define HAVE_INITGROUPS 1 -| #define HAVE_INNETGR 1 -| #define HAVE_IRUSEROK 1 -| #define HAVE_LOCALTIME_R 1 -| #define HAVE_LSTAT 1 -| #define HAVE_MEMMOVE 1 -| #define HAVE_MKSTEMP 1 -| #define HAVE_PUTENV 1 -| #define HAVE_RCMD 1 -| #define HAVE_READV 1 -| #define HAVE_RECVMSG 1 -| #define HAVE_SENDMSG 1 -| #define HAVE_SETEGID 1 -| #define HAVE_SETENV 1 -| #define HAVE_SETEUID 1 -| #define HAVE_STRCASECMP 1 -| #define HAVE_STRDUP 1 -| #define HAVE_STRERROR 1 -| #define HAVE_STRFTIME 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_STRNCASECMP 1 -| #define HAVE_STRPTIME 1 -| #define HAVE_STRSEP 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_SWAB 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_VERR 1 -| #define HAVE_VERRX 1 -| #define HAVE_VSYSLOG 1 -| #define HAVE_VWARN 1 -| #define HAVE_VWARNX 1 -| #define HAVE_WARN 1 -| #define HAVE_WARNX 1 -| #define HAVE_WRITEV 1 -| #define NEED_STRNDUP_PROTO 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 -| #define NEED_MKSTEMP_PROTO 1 -| #define HAVE_CRYPT 1 -| #define HAVE_LIBCRYPT 1 -| #define GETHOSTBYNAME_PROTO_COMPATIBLE 1 -| #define GETSERVBYNAME_PROTO_COMPATIBLE 1 -| #define GETSOCKNAME_PROTO_COMPATIBLE 1 -| #define OPENLOG_PROTO_COMPATIBLE 1 -| #define HAVE_H_ERRNO 1 -| #define HAVE_H_ERRNO_DECLARATION 1 -| #define HAVE_H_ERRLIST 1 -| #define HAVE_H_NERR 1 -| #define HAVE___PROGNAME 1 -| #define HAVE_OPTARG_DECLARATION 1 -| #define HAVE_OPTIND_DECLARATION 1 -| #define HAVE_OPTERR_DECLARATION 1 -| #define HAVE_OPTOPT_DECLARATION 1 -| #define HAVE_STRUCT_TM_TM_GMTOFF 1 -| #define HAVE_STRUCT_TM_TM_ZONE 1 -| #define HAVE_TIMEZONE 1 -| #define HAVE_TIMEZONE_DECLARATION 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_SOCKLEN_T 1 -| #define HAVE_STRUCT_SOCKADDR 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_IFADDRS 1 -| #define HAVE_STRUCT_IOVEC 1 -| #define HAVE_STRUCT_MSGHDR 1 -| #define HAVE_STRUCT_WINSIZE 1 -| #define HAVE_WS_XPIXEL 1 -| #define HAVE_WS_YPIXEL 1 -| #define OTP 1 -| #define ENDIANESS_IN_SYS_PARAM_H 1 -| #define HAVE_DLOPEN 1 -| #define HAVE_XAUWRITEAUTH 1 -| #define HAVE_LIBXAU 1 -| #define HAVE_XAUREADAUTH 1 -| #define HAVE_XAUFILENAME 1 -| #define HAVE_LONG_LONG 1 -| #define TIME_WITH_SYS_TIME 1 -| #define STDC_HEADERS 1 -| #define HAVE_ARPA_FTP_H 1 -| #define HAVE_ARPA_TELNET_H 1 -| #define HAVE_CURSES_H 1 -| #define HAVE_DLFCN_H 1 -| #define HAVE_FNMATCH_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_NETGROUP_H 1 -| #define HAVE_PTHREAD_H 1 -| #define HAVE_SGTTY_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_SYS_FILE_H 1 -| #define HAVE_SYS_FILIO_H 1 -| #define HAVE_SYS_IOCCOM_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCALL_H 1 -| #define HAVE_SYS_TIMEB_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_UN_H 1 -| #define HAVE_TERMCAP_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UTMP_H 1 -| #define HAVE_UTMPX_H 1 -| #define HAVE_LOGWTMP 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_LOGOUT 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_OPENPTY 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_TGETENT 1 -| #define HAVE_LIBTERMCAP 1 -| #define HAVE_FCNTL 1 -| #define HAVE_MKTIME 1 -| /* end confdefs.h. */ -| /* Define ptsname to an innocuous variant, in case declares ptsname. -| For example, HP-UX 11i declares gettimeofday. */ -| #define ptsname innocuous_ptsname -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char ptsname (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef ptsname -| -| /* 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 ptsname (); -| /* 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_ptsname) || defined (__stub___ptsname) -| choke me -| #else -| char (*f) () = ptsname; -| #endif -| #ifdef __cplusplus -| } -| #endif -| -| int -| main () -| { -| return f != ptsname; -| ; -| return 0; -| } -configure:49783: result: no -configure:49695: checking for rand -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z - || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for revoke -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z - || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for select -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z - || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for setitimer -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z - || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for setpcred -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccWjiWKW.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:313: undefined reference to `setpcred' -/var/tmp//ccWjiWKW.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:312: undefined reference to `setpcred' -configure:49758: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -34334,7 +34746,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -34400,6 +34821,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -34574,7 +34996,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -34624,50 +35048,50 @@ configure: failed program was: | ; | return 0; | } -configure:49783: result: no -configure:49695: checking for setpgid -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49816: result: no +configure:49728: checking for setpgid +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for setproctitle -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for setproctitle +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for setregid -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for setregid +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for setresgid -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc4gxZaI.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:316: undefined reference to `setresgid' -/var/tmp//cc4gxZaI.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:315: undefined reference to `setresgid' -configure:49758: $? = 1 +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for setresgid +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccKymJpO.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:328: undefined reference to `setresgid' +/var/tmp//ccKymJpO.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:327: undefined reference to `setresgid' +configure:49791: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -34685,7 +35109,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -34751,6 +35184,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -34925,7 +35359,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -34978,23 +35414,23 @@ configure: failed program was: | ; | return 0; | } -configure:49783: result: no -configure:49695: checking for setresuid -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc2HSrFT.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:316: undefined reference to `setresuid' -/var/tmp//cc2HSrFT.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:315: undefined reference to `setresuid' -configure:49758: $? = 1 +configure:49816: result: no +configure:49728: checking for setresuid +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccANcEV1.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:328: undefined reference to `setresuid' +/var/tmp//ccANcEV1.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:327: undefined reference to `setresuid' +configure:49791: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -35012,7 +35448,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -35078,6 +35523,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -35252,7 +35698,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -35305,441 +35753,114 @@ configure: failed program was: | ; | return 0; | } -configure:49783: result: no -configure:49695: checking for setreuid -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49816: result: no +configure:49728: checking for setreuid +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for setsid -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for setsid +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for setutent -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for setutent +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for sigaction -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for sigaction +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for strstr -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -conftest.c:304: warning: conflicting types for built-in function `strstr' -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for strstr +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +conftest.c:316: warning: conflicting types for built-in function `strstr' +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for timegm -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for timegm +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for ttyname -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for ttyname +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for ttyslot -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for ttyslot +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for umask -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for umask +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49695: checking for unlockpt -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccewMGog.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:325: undefined reference to `unlockpt' -/var/tmp//ccewMGog.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:324: undefined reference to `unlockpt' -configure:49758: $? = 1 +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for unlockpt +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z + || test ! -s conftest.err +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49728: checking for vhangup +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccAy9cwC.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:338: undefined reference to `vhangup' +/var/tmp//ccAy9cwC.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:337: undefined reference to `vhangup' +configure:49791: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" -| #define _GNU_SOURCE 1 -| #define YYTEXT_POINTER 1 -| #define HAVE___ATTRIBUTE__ 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_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #ifdef __cplusplus -| extern "C" void std::exit (int) throw (); using std::exit; -| #endif -| #define KRB5 1 -| #define HAVE_DB_H 1 -| #define HAVE_DBOPEN 1 -| #define HAVE_DB1 1 -| #define HAVE_NDBM_H 1 -| #define HAVE_DBM_FIRSTKEY 1 -| #define HAVE_NDBM 1 -| #define HAVE_NEW_DB 1 -| #define RETSIGTYPE void -| #define VOID_RETSIGTYPE 1 -| #define TIME_WITH_SYS_TIME 1 -| #define HAVE_NETINET_IP_H 1 -| #define HAVE_NETINET_TCP_H 1 -| #define HAVE_GETLOGIN 1 -| #define HAVE_SETLOGIN 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_GETPAGESIZE 1 -| #define HAVE_MMAP 1 -| #define HAVE_SSIZE_T 1 -| #define HAVE_LONG_LONG 1 -| #define HAVE_ARPA_INET_H 1 -| #define HAVE_ARPA_NAMESER_H 1 -| #define HAVE_DIRENT_H 1 -| #define HAVE_ERRNO_H 1 -| #define HAVE_ERR_H 1 -| #define HAVE_FCNTL_H 1 -| #define HAVE_GRP_H 1 -| #define HAVE_IFADDRS_H 1 -| #define HAVE_NET_IF_H 1 -| #define HAVE_NETDB_H 1 -| #define HAVE_NETINET_IN_H 1 -| #define HAVE_NETINET_IN_SYSTM_H 1 -| #define HAVE_NETINET6_IN6_VAR_H 1 -| #define HAVE_PATHS_H 1 -| #define HAVE_PWD_H 1 -| #define HAVE_RESOLV_H 1 -| #define HAVE_RPCSVC_YPCLNT_H 1 -| #define HAVE_SYS_BSWAP_H 1 -| #define HAVE_SYS_IOCTL_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_PARAM_H 1 -| #define HAVE_SYS_PROC_H 1 -| #define HAVE_SYS_RESOURCE_H 1 -| #define HAVE_SYS_SOCKET_H 1 -| #define HAVE_SYS_SOCKIO_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_SYS_SYSCTL_H 1 -| #define HAVE_SYS_TIME_H 1 -| #define HAVE_SYS_TTY_H 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_UIO_H 1 -| #define HAVE_SYS_UTSNAME_H 1 -| #define HAVE_SYS_WAIT_H 1 -| #define HAVE_SYSLOG_H 1 -| #define HAVE_TERMIOS_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_UTIL_H 1 -| #define HAVE_VIS_H 1 -| #define HAVE_SOCKET 1 -| #define HAVE_GETHOSTBYNAME 1 -| #define HAVE_SYSLOG 1 -| #define HAVE_IPV6 1 -| #define HAVE_IN6ADDR_LOOPBACK 1 -| #define HAVE_GETHOSTBYNAME2 1 -| #define HAVE_RES_SEARCH 1 -| #define HAVE_DN_EXPAND 1 -| #define HAVE__RES 1 -| #define HAVE__RES_DECLARATION 1 -| #define HAVE_SNPRINTF 1 -| #define NEED_SNPRINTF_PROTO 1 -| #define HAVE_VSNPRINTF 1 -| #define NEED_VSNPRINTF_PROTO 1 -| #define HAVE_GLOB 1 -| #define HAVE_ASPRINTF 1 -| #define HAVE_ATEXIT 1 -| #define HAVE_CGETENT 1 -| #define HAVE_GETPROGNAME 1 -| #define HAVE_GETRLIMIT 1 -| #define HAVE_INITSTATE 1 -| #define HAVE_ISSETUGID 1 -| #define HAVE_RANDOM 1 -| #define HAVE_SETPROGNAME 1 -| #define HAVE_SETSTATE 1 -| #define HAVE_STRSVIS 1 -| #define HAVE_STRUNVIS 1 -| #define HAVE_STRVIS 1 -| #define HAVE_STRVISX 1 -| #define HAVE_SVIS 1 -| #define HAVE_SYSCONF 1 -| #define HAVE_SYSCTL 1 -| #define HAVE_UNAME 1 -| #define HAVE_UNVIS 1 -| #define HAVE_VASPRINTF 1 -| #define HAVE_VIS 1 -| #define HAVE_GETSOCKOPT 1 -| #define HAVE_SETSOCKOPT 1 -| #define HAVE_HSTRERROR 1 -| #define NEED_ASNPRINTF_PROTO 1 -| #define NEED_VASNPRINTF_PROTO 1 -| #define HAVE_BSWAP16 1 -| #define HAVE_BSWAP32 1 -| #define HAVE_PIDFILE 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_GETADDRINFO 1 -| #define HAVE_GETNAMEINFO 1 -| #define HAVE_FREEADDRINFO 1 -| #define HAVE_GAI_STRERROR 1 -| #define HAVE_CHOWN 1 -| #define HAVE_DAEMON 1 -| #define HAVE_ERR 1 -| #define HAVE_ERRX 1 -| #define HAVE_FCHOWN 1 -| #define HAVE_FLOCK 1 -| #define HAVE_FNMATCH 1 -| #define HAVE_GETCWD 1 -| #define HAVE_GETDTABLESIZE 1 -| #define HAVE_GETEGID 1 -| #define HAVE_GETEUID 1 -| #define HAVE_GETGID 1 -| #define HAVE_GETHOSTNAME 1 -| #define HAVE_GETIFADDRS 1 -| #define HAVE_GETOPT 1 -| #define HAVE_GETTIMEOFDAY 1 -| #define HAVE_GETUID 1 -| #define HAVE_GETUSERSHELL 1 -| #define HAVE_INITGROUPS 1 -| #define HAVE_INNETGR 1 -| #define HAVE_IRUSEROK 1 -| #define HAVE_LOCALTIME_R 1 -| #define HAVE_LSTAT 1 -| #define HAVE_MEMMOVE 1 -| #define HAVE_MKSTEMP 1 -| #define HAVE_PUTENV 1 -| #define HAVE_RCMD 1 -| #define HAVE_READV 1 -| #define HAVE_RECVMSG 1 -| #define HAVE_SENDMSG 1 -| #define HAVE_SETEGID 1 -| #define HAVE_SETENV 1 -| #define HAVE_SETEUID 1 -| #define HAVE_STRCASECMP 1 -| #define HAVE_STRDUP 1 -| #define HAVE_STRERROR 1 -| #define HAVE_STRFTIME 1 -| #define HAVE_STRLCAT 1 -| #define HAVE_STRLCPY 1 -| #define HAVE_STRNCASECMP 1 -| #define HAVE_STRPTIME 1 -| #define HAVE_STRSEP 1 -| #define HAVE_STRTOK_R 1 -| #define HAVE_SWAB 1 -| #define HAVE_UNSETENV 1 -| #define HAVE_VERR 1 -| #define HAVE_VERRX 1 -| #define HAVE_VSYSLOG 1 -| #define HAVE_VWARN 1 -| #define HAVE_VWARNX 1 -| #define HAVE_WARN 1 -| #define HAVE_WARNX 1 -| #define HAVE_WRITEV 1 -| #define NEED_STRNDUP_PROTO 1 -| #define HAVE_INET_ATON 1 -| #define HAVE_INET_NTOP 1 -| #define HAVE_INET_PTON 1 -| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 -| #define NEED_MKSTEMP_PROTO 1 -| #define HAVE_CRYPT 1 -| #define HAVE_LIBCRYPT 1 -| #define GETHOSTBYNAME_PROTO_COMPATIBLE 1 -| #define GETSERVBYNAME_PROTO_COMPATIBLE 1 -| #define GETSOCKNAME_PROTO_COMPATIBLE 1 -| #define OPENLOG_PROTO_COMPATIBLE 1 -| #define HAVE_H_ERRNO 1 -| #define HAVE_H_ERRNO_DECLARATION 1 -| #define HAVE_H_ERRLIST 1 -| #define HAVE_H_NERR 1 -| #define HAVE___PROGNAME 1 -| #define HAVE_OPTARG_DECLARATION 1 -| #define HAVE_OPTIND_DECLARATION 1 -| #define HAVE_OPTERR_DECLARATION 1 -| #define HAVE_OPTOPT_DECLARATION 1 -| #define HAVE_STRUCT_TM_TM_GMTOFF 1 -| #define HAVE_STRUCT_TM_TM_ZONE 1 -| #define HAVE_TIMEZONE 1 -| #define HAVE_TIMEZONE_DECLARATION 1 -| #define HAVE_SA_FAMILY_T 1 -| #define HAVE_SOCKLEN_T 1 -| #define HAVE_STRUCT_SOCKADDR 1 -| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 -| #define HAVE_STRUCT_ADDRINFO 1 -| #define HAVE_STRUCT_IFADDRS 1 -| #define HAVE_STRUCT_IOVEC 1 -| #define HAVE_STRUCT_MSGHDR 1 -| #define HAVE_STRUCT_WINSIZE 1 -| #define HAVE_WS_XPIXEL 1 -| #define HAVE_WS_YPIXEL 1 -| #define OTP 1 -| #define ENDIANESS_IN_SYS_PARAM_H 1 -| #define HAVE_DLOPEN 1 -| #define HAVE_XAUWRITEAUTH 1 -| #define HAVE_LIBXAU 1 -| #define HAVE_XAUREADAUTH 1 -| #define HAVE_XAUFILENAME 1 -| #define HAVE_LONG_LONG 1 -| #define TIME_WITH_SYS_TIME 1 -| #define STDC_HEADERS 1 -| #define HAVE_ARPA_FTP_H 1 -| #define HAVE_ARPA_TELNET_H 1 -| #define HAVE_CURSES_H 1 -| #define HAVE_DLFCN_H 1 -| #define HAVE_FNMATCH_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_LIMITS_H 1 -| #define HAVE_NETGROUP_H 1 -| #define HAVE_PTHREAD_H 1 -| #define HAVE_SGTTY_H 1 -| #define HAVE_SIGNAL_H 1 -| #define HAVE_SYS_FILE_H 1 -| #define HAVE_SYS_FILIO_H 1 -| #define HAVE_SYS_IOCCOM_H 1 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_SYS_SELECT_H 1 -| #define HAVE_SYS_SYSCALL_H 1 -| #define HAVE_SYS_TIMEB_H 1 -| #define HAVE_SYS_TIMES_H 1 -| #define HAVE_SYS_UN_H 1 -| #define HAVE_TERMCAP_H 1 -| #define HAVE_TIME_H 1 -| #define HAVE_UTMP_H 1 -| #define HAVE_UTMPX_H 1 -| #define HAVE_LOGWTMP 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_LOGOUT 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_OPENPTY 1 -| #define HAVE_LIBUTIL 1 -| #define HAVE_TGETENT 1 -| #define HAVE_LIBTERMCAP 1 -| #define HAVE_FCNTL 1 -| #define HAVE_MKTIME 1 -| #define HAVE_RAND 1 -| #define HAVE_REVOKE 1 -| #define HAVE_SELECT 1 -| #define HAVE_SETITIMER 1 -| #define HAVE_SETPGID 1 -| #define HAVE_SETPROCTITLE 1 -| #define HAVE_SETREGID 1 -| #define HAVE_SETREUID 1 -| #define HAVE_SETSID 1 -| #define HAVE_SETUTENT 1 -| #define HAVE_SIGACTION 1 -| #define HAVE_STRSTR 1 -| #define HAVE_TIMEGM 1 -| #define HAVE_TTYNAME 1 -| #define HAVE_TTYSLOT 1 -| #define HAVE_UMASK 1 -| /* end confdefs.h. */ -| /* Define unlockpt to an innocuous variant, in case declares unlockpt. -| For example, HP-UX 11i declares gettimeofday. */ -| #define unlockpt innocuous_unlockpt -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char unlockpt (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef unlockpt -| -| /* 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 unlockpt (); -| /* 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_unlockpt) || defined (__stub___unlockpt) -| choke me -| #else -| char (*f) () = unlockpt; -| #endif -| #ifdef __cplusplus -| } -| #endif -| -| int -| main () -| { -| return f != unlockpt; -| ; -| return 0; -| } -configure:49783: result: no -configure:49695: checking for vhangup -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccySkYju.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:325: undefined reference to `vhangup' -/var/tmp//ccySkYju.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:324: undefined reference to `vhangup' -configure:49758: $? = 1 -configure: failed program was: -| /* confdefs.h. */ -| -| #define PACKAGE_NAME "Heimdal" -| #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" -| #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" -| #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -35757,7 +35878,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -35823,6 +35953,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -35997,7 +36128,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -36014,6 +36147,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | /* end confdefs.h. */ | /* Define vhangup to an innocuous variant, in case declares vhangup. | For example, HP-UX 11i declares gettimeofday. */ @@ -36059,38 +36193,38 @@ configure: failed program was: | ; | return 0; | } -configure:49783: result: no -configure:49695: checking for yp_get_default_domain -configure:49752: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -configure:49758: $? = 0 -configure:49762: test -z +configure:49816: result: no +configure:49728: checking for yp_get_default_domain +configure:49785: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +configure:49791: $? = 0 +configure:49795: test -z || test ! -s conftest.err -configure:49765: $? = 0 -configure:49768: test -s conftest -configure:49771: $? = 0 -configure:49783: result: yes -configure:49800: checking for stdlib.h -configure:49805: result: yes -configure:49800: checking for unistd.h -configure:49805: result: yes -configure:49949: checking for getpagesize -configure:50037: result: yes -configure:50047: checking for working mmap -configure:50211: result: yes -configure:50240: checking capability.h usability -configure:50252: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:324:24: capability.h: No such file or directory -configure:50258: $? = 1 +configure:49798: $? = 0 +configure:49801: test -s conftest +configure:49804: $? = 0 +configure:49816: result: yes +configure:49833: checking for stdlib.h +configure:49838: result: yes +configure:49833: checking for unistd.h +configure:49838: result: yes +configure:49982: checking for getpagesize +configure:50070: result: yes +configure:50080: checking for working mmap +configure:50244: result: yes +configure:50273: checking capability.h usability +configure:50285: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:337:24: capability.h: No such file or directory +configure:50291: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -36108,7 +36242,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -36174,6 +36317,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -36348,7 +36492,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -36365,6 +36511,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -36406,21 +36553,21 @@ configure: failed program was: | # include | #endif | #include -configure:50281: result: no -configure:50285: checking capability.h presence -configure:50295: gcc -E conftest.c -conftest.c:290:24: capability.h: No such file or directory -configure:50301: $? = 1 +configure:50314: result: no +configure:50318: checking capability.h presence +configure:50328: gcc -E conftest.c +conftest.c:303:24: capability.h: No such file or directory +configure:50334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -36438,7 +36585,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -36504,6 +36660,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -36678,7 +36835,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -36695,6 +36854,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -36702,23 +36862,23 @@ configure: failed program was: | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include -configure:50321: result: no -configure:50356: checking for capability.h -configure:50363: result: no -configure:50240: checking sys/capability.h usability -configure:50252: gcc -c -DINET6 -g -O2 conftest.c >&5 -conftest.c:324:28: sys/capability.h: No such file or directory -configure:50258: $? = 1 +configure:50354: result: no +configure:50389: checking for capability.h +configure:50396: result: no +configure:50273: checking sys/capability.h usability +configure:50285: gcc -c -DINET6 -g -O2 conftest.c >&5 +conftest.c:337:28: sys/capability.h: No such file or directory +configure:50291: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -36736,7 +36896,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -36802,6 +36971,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -36976,7 +37146,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -36993,6 +37165,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -37034,21 +37207,21 @@ configure: failed program was: | # include | #endif | #include -configure:50281: result: no -configure:50285: checking sys/capability.h presence -configure:50295: gcc -E conftest.c -conftest.c:290:28: sys/capability.h: No such file or directory -configure:50301: $? = 1 +configure:50314: result: no +configure:50318: checking sys/capability.h presence +configure:50328: gcc -E conftest.c +conftest.c:303:28: sys/capability.h: No such file or directory +configure:50334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -37066,7 +37239,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -37132,6 +37314,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -37306,7 +37489,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -37323,6 +37508,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -37330,25 +37516,25 @@ configure: failed program was: | #define HAVE_MMAP 1 | /* end confdefs.h. */ | #include -configure:50321: result: no -configure:50356: checking for sys/capability.h -configure:50363: result: no -configure:50382: checking for sgi_getcapabilitybyname -configure:50439: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cccu43xz.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:330: undefined reference to `sgi_getcapabilitybyname' -/var/tmp//cccu43xz.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:329: undefined reference to `sgi_getcapabilitybyname' -configure:50445: $? = 1 +configure:50354: result: no +configure:50389: checking for sys/capability.h +configure:50396: result: no +configure:50415: checking for sgi_getcapabilitybyname +configure:50472: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//cccHzpXH.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:343: undefined reference to `sgi_getcapabilitybyname' +/var/tmp//cccHzpXH.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:342: undefined reference to `sgi_getcapabilitybyname' +configure:50478: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -37366,7 +37552,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -37432,6 +37627,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -37606,7 +37802,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -37623,6 +37821,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -37673,23 +37872,23 @@ configure: failed program was: | ; | return 0; | } -configure:50470: result: no -configure:50382: checking for cap_set_proc -configure:50439: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccoI2WyN.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:330: undefined reference to `cap_set_proc' -/var/tmp//ccoI2WyN.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:329: undefined reference to `cap_set_proc' -configure:50445: $? = 1 +configure:50503: result: no +configure:50415: checking for cap_set_proc +configure:50472: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccG7A69S.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:343: undefined reference to `cap_set_proc' +/var/tmp//ccG7A69S.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:342: undefined reference to `cap_set_proc' +configure:50478: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -37707,7 +37906,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -37773,6 +37981,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -37947,7 +38156,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -37964,6 +38175,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -38014,22 +38226,22 @@ configure: failed program was: | ; | return 0; | } -configure:50470: result: no -configure:50486: checking for getpwnam_r -configure:50519: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccoqA8h0.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:294: undefined reference to `getpwnam_r' -configure:50525: $? = 1 +configure:50503: result: no +configure:50519: checking for getpwnam_r +configure:50552: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccaMup92.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:307: undefined reference to `getpwnam_r' +configure:50558: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -38047,7 +38259,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -38113,6 +38334,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -38287,7 +38509,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -38304,6 +38528,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -38318,19 +38543,19 @@ configure: failed program was: | ; | return 0; | } -configure:50519: gcc -o conftest -DINET6 -g -O2 conftest.c -lc_r >&5 +configure:50552: gcc -o conftest -DINET6 -g -O2 conftest.c -lc_r >&5 ld: cannot find -lc_r -configure:50525: $? = 1 +configure:50558: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -38348,7 +38573,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -38414,6 +38648,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -38588,7 +38823,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -38605,6 +38842,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -38619,23 +38857,23 @@ configure: failed program was: | ; | return 0; | } -configure:50681: result: no -configure:50768: checking for getudbnam -configure:50825: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccOd5cUp.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:330: undefined reference to `getudbnam' -/var/tmp//ccOd5cUp.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:329: undefined reference to `getudbnam' -configure:50831: $? = 1 +configure:50714: result: no +configure:50801: checking for getudbnam +configure:50858: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccy5nHsu.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:343: undefined reference to `getudbnam' +/var/tmp//ccy5nHsu.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:342: undefined reference to `getudbnam' +configure:50864: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -38653,7 +38891,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -38719,6 +38966,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -38893,7 +39141,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -38910,6 +39160,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -38960,23 +39211,23 @@ configure: failed program was: | ; | return 0; | } -configure:50856: result: no -configure:50768: checking for setlim -configure:50825: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//cc8ZcL4D.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:330: undefined reference to `setlim' -/var/tmp//cc8ZcL4D.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:329: undefined reference to `setlim' -configure:50831: $? = 1 +configure:50889: result: no +configure:50801: checking for setlim +configure:50858: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccWWzOeI.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:343: undefined reference to `setlim' +/var/tmp//ccWWzOeI.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:342: undefined reference to `setlim' +configure:50864: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -38994,7 +39245,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -39060,6 +39320,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -39234,7 +39495,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -39251,6 +39514,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -39301,31 +39565,31 @@ configure: failed program was: | ; | return 0; | } -configure:50856: result: no -configure:50871: checking for ut_addr in struct utmp -configure:50893: gcc -c -DINET6 -g -O2 conftest.c >&5 -In file included from conftest.c:290: -/usr/include/utmp.h:51: error: syntax error before "time_t" -/usr/include/utmp.h:54: error: syntax error before '}' token -/usr/include/utmp.h:60: error: syntax error before "time_t" +configure:50889: result: no +configure:50904: checking for ut_addr in struct utmp +configure:50926: gcc -c -DINET6 -g -O2 conftest.c >&5 +In file included from conftest.c:303: +/usr/include/utmp.h:51: error: parse error before "time_t" +/usr/include/utmp.h:54: error: parse error before '}' token +/usr/include/utmp.h:60: error: parse error before "time_t" /usr/include/utmp.h:64: error: syntax error before "int" -/usr/include/utmp.h:65: error: syntax error before "__P" -/usr/include/utmp.h:66: error: syntax error before "__P" -/usr/include/utmp.h:67: error: syntax error before "__P" -conftest.c:291: error: syntax error before "int" +/usr/include/utmp.h:65: error: parse error before "__P" +/usr/include/utmp.h:66: error: parse error before "__P" +/usr/include/utmp.h:67: error: parse error before "__P" +conftest.c:304: error: syntax error before "int" conftest.c: In function `main': -conftest.c:294: error: storage size of `x' isn't known -configure:50899: $? = 1 +conftest.c:307: error: storage size of `x' isn't known +configure:50932: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -39343,7 +39607,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -39409,6 +39682,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -39583,7 +39857,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -39600,6 +39876,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -39614,31 +39891,31 @@ configure: failed program was: | ; | return 0; | } -configure:50923: result: no -configure:50938: checking for ut_host in struct utmp -configure:50960: gcc -c -DINET6 -g -O2 conftest.c >&5 -In file included from conftest.c:290: -/usr/include/utmp.h:51: error: syntax error before "time_t" -/usr/include/utmp.h:54: error: syntax error before '}' token -/usr/include/utmp.h:60: error: syntax error before "time_t" +configure:50956: result: no +configure:50971: checking for ut_host in struct utmp +configure:50993: gcc -c -DINET6 -g -O2 conftest.c >&5 +In file included from conftest.c:303: +/usr/include/utmp.h:51: error: parse error before "time_t" +/usr/include/utmp.h:54: error: parse error before '}' token +/usr/include/utmp.h:60: error: parse error before "time_t" /usr/include/utmp.h:64: error: syntax error before "int" -/usr/include/utmp.h:65: error: syntax error before "__P" -/usr/include/utmp.h:66: error: syntax error before "__P" -/usr/include/utmp.h:67: error: syntax error before "__P" -conftest.c:291: error: syntax error before "int" +/usr/include/utmp.h:65: error: parse error before "__P" +/usr/include/utmp.h:66: error: parse error before "__P" +/usr/include/utmp.h:67: error: parse error before "__P" +conftest.c:304: error: syntax error before "int" conftest.c: In function `main': -conftest.c:294: error: storage size of `x' isn't known -configure:50966: $? = 1 +conftest.c:307: error: storage size of `x' isn't known +configure:50999: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -39656,7 +39933,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -39722,6 +40008,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -39896,7 +40183,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -39913,6 +40202,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -39927,31 +40217,31 @@ configure: failed program was: | ; | return 0; | } -configure:50990: result: no -configure:51005: checking for ut_id in struct utmp -configure:51027: gcc -c -DINET6 -g -O2 conftest.c >&5 -In file included from conftest.c:290: -/usr/include/utmp.h:51: error: syntax error before "time_t" -/usr/include/utmp.h:54: error: syntax error before '}' token -/usr/include/utmp.h:60: error: syntax error before "time_t" +configure:51023: result: no +configure:51038: checking for ut_id in struct utmp +configure:51060: gcc -c -DINET6 -g -O2 conftest.c >&5 +In file included from conftest.c:303: +/usr/include/utmp.h:51: error: parse error before "time_t" +/usr/include/utmp.h:54: error: parse error before '}' token +/usr/include/utmp.h:60: error: parse error before "time_t" /usr/include/utmp.h:64: error: syntax error before "int" -/usr/include/utmp.h:65: error: syntax error before "__P" -/usr/include/utmp.h:66: error: syntax error before "__P" -/usr/include/utmp.h:67: error: syntax error before "__P" -conftest.c:291: error: syntax error before "int" +/usr/include/utmp.h:65: error: parse error before "__P" +/usr/include/utmp.h:66: error: parse error before "__P" +/usr/include/utmp.h:67: error: parse error before "__P" +conftest.c:304: error: syntax error before "int" conftest.c: In function `main': -conftest.c:294: error: storage size of `x' isn't known -configure:51033: $? = 1 +conftest.c:307: error: storage size of `x' isn't known +configure:51066: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -39969,7 +40259,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -40035,6 +40334,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -40209,7 +40509,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -40226,6 +40528,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -40240,31 +40543,31 @@ configure: failed program was: | ; | return 0; | } -configure:51057: result: no -configure:51072: checking for ut_pid in struct utmp -configure:51094: gcc -c -DINET6 -g -O2 conftest.c >&5 -In file included from conftest.c:290: -/usr/include/utmp.h:51: error: syntax error before "time_t" -/usr/include/utmp.h:54: error: syntax error before '}' token -/usr/include/utmp.h:60: error: syntax error before "time_t" +configure:51090: result: no +configure:51105: checking for ut_pid in struct utmp +configure:51127: gcc -c -DINET6 -g -O2 conftest.c >&5 +In file included from conftest.c:303: +/usr/include/utmp.h:51: error: parse error before "time_t" +/usr/include/utmp.h:54: error: parse error before '}' token +/usr/include/utmp.h:60: error: parse error before "time_t" /usr/include/utmp.h:64: error: syntax error before "int" -/usr/include/utmp.h:65: error: syntax error before "__P" -/usr/include/utmp.h:66: error: syntax error before "__P" -/usr/include/utmp.h:67: error: syntax error before "__P" -conftest.c:291: error: syntax error before "int" +/usr/include/utmp.h:65: error: parse error before "__P" +/usr/include/utmp.h:66: error: parse error before "__P" +/usr/include/utmp.h:67: error: parse error before "__P" +conftest.c:304: error: syntax error before "int" conftest.c: In function `main': -conftest.c:294: error: storage size of `x' isn't known -configure:51100: $? = 1 +conftest.c:307: error: storage size of `x' isn't known +configure:51133: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -40282,7 +40585,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -40348,6 +40660,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -40522,7 +40835,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -40539,6 +40854,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -40553,31 +40869,31 @@ configure: failed program was: | ; | return 0; | } -configure:51124: result: no -configure:51139: checking for ut_type in struct utmp -configure:51161: gcc -c -DINET6 -g -O2 conftest.c >&5 -In file included from conftest.c:290: -/usr/include/utmp.h:51: error: syntax error before "time_t" -/usr/include/utmp.h:54: error: syntax error before '}' token -/usr/include/utmp.h:60: error: syntax error before "time_t" +configure:51157: result: no +configure:51172: checking for ut_type in struct utmp +configure:51194: gcc -c -DINET6 -g -O2 conftest.c >&5 +In file included from conftest.c:303: +/usr/include/utmp.h:51: error: parse error before "time_t" +/usr/include/utmp.h:54: error: parse error before '}' token +/usr/include/utmp.h:60: error: parse error before "time_t" /usr/include/utmp.h:64: error: syntax error before "int" -/usr/include/utmp.h:65: error: syntax error before "__P" -/usr/include/utmp.h:66: error: syntax error before "__P" -/usr/include/utmp.h:67: error: syntax error before "__P" -conftest.c:291: error: syntax error before "int" +/usr/include/utmp.h:65: error: parse error before "__P" +/usr/include/utmp.h:66: error: parse error before "__P" +/usr/include/utmp.h:67: error: parse error before "__P" +conftest.c:304: error: syntax error before "int" conftest.c: In function `main': -conftest.c:294: error: storage size of `x' isn't known -configure:51167: $? = 1 +conftest.c:307: error: storage size of `x' isn't known +configure:51200: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -40595,7 +40911,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -40661,6 +40986,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -40835,7 +41161,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -40852,6 +41180,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -40866,31 +41195,31 @@ configure: failed program was: | ; | return 0; | } -configure:51191: result: no -configure:51206: checking for ut_user in struct utmp -configure:51228: gcc -c -DINET6 -g -O2 conftest.c >&5 -In file included from conftest.c:290: -/usr/include/utmp.h:51: error: syntax error before "time_t" -/usr/include/utmp.h:54: error: syntax error before '}' token -/usr/include/utmp.h:60: error: syntax error before "time_t" +configure:51224: result: no +configure:51239: checking for ut_user in struct utmp +configure:51261: gcc -c -DINET6 -g -O2 conftest.c >&5 +In file included from conftest.c:303: +/usr/include/utmp.h:51: error: parse error before "time_t" +/usr/include/utmp.h:54: error: parse error before '}' token +/usr/include/utmp.h:60: error: parse error before "time_t" /usr/include/utmp.h:64: error: syntax error before "int" -/usr/include/utmp.h:65: error: syntax error before "__P" -/usr/include/utmp.h:66: error: syntax error before "__P" -/usr/include/utmp.h:67: error: syntax error before "__P" -conftest.c:291: error: syntax error before "int" +/usr/include/utmp.h:65: error: parse error before "__P" +/usr/include/utmp.h:66: error: parse error before "__P" +/usr/include/utmp.h:67: error: parse error before "__P" +conftest.c:304: error: syntax error before "int" conftest.c: In function `main': -conftest.c:294: error: storage size of `x' isn't known -configure:51234: $? = 1 +conftest.c:307: error: storage size of `x' isn't known +configure:51267: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -40908,7 +41237,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -40974,6 +41312,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -41148,7 +41487,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -41165,6 +41506,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -41179,31 +41521,31 @@ configure: failed program was: | ; | return 0; | } -configure:51258: result: no -configure:51273: checking for ut_exit in struct utmpx -configure:51295: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:51301: $? = 0 -configure:51305: test -z +configure:51291: result: no +configure:51306: checking for ut_exit in struct utmpx +configure:51328: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51334: $? = 0 +configure:51338: test -z || test ! -s conftest.err -configure:51308: $? = 0 -configure:51311: test -s conftest.o -configure:51314: $? = 0 -configure:51325: result: yes -configure:51340: checking for ut_syslen in struct utmpx -configure:51362: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51341: $? = 0 +configure:51344: test -s conftest.o +configure:51347: $? = 0 +configure:51358: result: yes +configure:51373: checking for ut_syslen in struct utmpx +configure:51395: gcc -c -DINET6 -g -O2 conftest.c >&5 conftest.c: In function `main': -conftest.c:295: error: structure has no member named `ut_syslen' -configure:51368: $? = 1 +conftest.c:308: error: structure has no member named `ut_syslen' +configure:51401: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -41221,7 +41563,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -41287,6 +41638,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -41461,7 +41813,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -41478,6 +41832,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -41493,130 +41848,130 @@ configure: failed program was: | ; | return 0; | } -configure:51392: result: no -configure:51406: checking for int8_t -configure:51447: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:51453: $? = 0 -configure:51457: test -z +configure:51425: result: no +configure:51439: checking for int8_t +configure:51480: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51486: $? = 0 +configure:51490: test -z || test ! -s conftest.err -configure:51460: $? = 0 -configure:51463: test -s conftest.o -configure:51466: $? = 0 -configure:51477: result: yes -configure:51487: checking for int16_t -configure:51528: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:51534: $? = 0 -configure:51538: test -z +configure:51493: $? = 0 +configure:51496: test -s conftest.o +configure:51499: $? = 0 +configure:51510: result: yes +configure:51520: checking for int16_t +configure:51561: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51567: $? = 0 +configure:51571: test -z || test ! -s conftest.err -configure:51541: $? = 0 -configure:51544: test -s conftest.o -configure:51547: $? = 0 -configure:51558: result: yes -configure:51568: checking for int32_t -configure:51609: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:51615: $? = 0 -configure:51619: test -z +configure:51574: $? = 0 +configure:51577: test -s conftest.o +configure:51580: $? = 0 +configure:51591: result: yes +configure:51601: checking for int32_t +configure:51642: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51648: $? = 0 +configure:51652: test -z || test ! -s conftest.err -configure:51622: $? = 0 -configure:51625: test -s conftest.o -configure:51628: $? = 0 -configure:51639: result: yes -configure:51649: checking for int64_t -configure:51690: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:51696: $? = 0 -configure:51700: test -z +configure:51655: $? = 0 +configure:51658: test -s conftest.o +configure:51661: $? = 0 +configure:51672: result: yes +configure:51682: checking for int64_t +configure:51723: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51729: $? = 0 +configure:51733: test -z || test ! -s conftest.err -configure:51703: $? = 0 -configure:51706: test -s conftest.o -configure:51709: $? = 0 -configure:51720: result: yes -configure:51730: checking for u_int8_t -configure:51771: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:51777: $? = 0 -configure:51781: test -z +configure:51736: $? = 0 +configure:51739: test -s conftest.o +configure:51742: $? = 0 +configure:51753: result: yes +configure:51763: checking for u_int8_t +configure:51804: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51810: $? = 0 +configure:51814: test -z || test ! -s conftest.err -configure:51784: $? = 0 -configure:51787: test -s conftest.o -configure:51790: $? = 0 -configure:51801: result: yes -configure:51811: checking for u_int16_t -configure:51852: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:51858: $? = 0 -configure:51862: test -z +configure:51817: $? = 0 +configure:51820: test -s conftest.o +configure:51823: $? = 0 +configure:51834: result: yes +configure:51844: checking for u_int16_t +configure:51885: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51891: $? = 0 +configure:51895: test -z || test ! -s conftest.err -configure:51865: $? = 0 -configure:51868: test -s conftest.o -configure:51871: $? = 0 -configure:51882: result: yes -configure:51892: checking for u_int32_t -configure:51933: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:51939: $? = 0 -configure:51943: test -z +configure:51898: $? = 0 +configure:51901: test -s conftest.o +configure:51904: $? = 0 +configure:51915: result: yes +configure:51925: checking for u_int32_t +configure:51966: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:51972: $? = 0 +configure:51976: test -z || test ! -s conftest.err -configure:51946: $? = 0 -configure:51949: test -s conftest.o -configure:51952: $? = 0 -configure:51963: result: yes -configure:51973: checking for u_int64_t -configure:52014: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:52020: $? = 0 -configure:52024: test -z +configure:51979: $? = 0 +configure:51982: test -s conftest.o +configure:51985: $? = 0 +configure:51996: result: yes +configure:52006: checking for u_int64_t +configure:52047: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:52053: $? = 0 +configure:52057: test -z || test ! -s conftest.err -configure:52027: $? = 0 -configure:52030: test -s conftest.o -configure:52033: $? = 0 -configure:52044: result: yes -configure:52054: checking for uint8_t -configure:52095: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:52101: $? = 0 -configure:52105: test -z +configure:52060: $? = 0 +configure:52063: test -s conftest.o +configure:52066: $? = 0 +configure:52077: result: yes +configure:52087: checking for uint8_t +configure:52128: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:52134: $? = 0 +configure:52138: test -z || test ! -s conftest.err -configure:52108: $? = 0 -configure:52111: test -s conftest.o -configure:52114: $? = 0 -configure:52125: result: yes -configure:52135: checking for uint16_t -configure:52176: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:52182: $? = 0 -configure:52186: test -z +configure:52141: $? = 0 +configure:52144: test -s conftest.o +configure:52147: $? = 0 +configure:52158: result: yes +configure:52168: checking for uint16_t +configure:52209: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:52215: $? = 0 +configure:52219: test -z || test ! -s conftest.err -configure:52189: $? = 0 -configure:52192: test -s conftest.o -configure:52195: $? = 0 -configure:52206: result: yes -configure:52216: checking for uint32_t -configure:52257: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:52263: $? = 0 -configure:52267: test -z +configure:52222: $? = 0 +configure:52225: test -s conftest.o +configure:52228: $? = 0 +configure:52239: result: yes +configure:52249: checking for uint32_t +configure:52290: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:52296: $? = 0 +configure:52300: test -z || test ! -s conftest.err -configure:52270: $? = 0 -configure:52273: test -s conftest.o -configure:52276: $? = 0 -configure:52287: result: yes -configure:52297: checking for uint64_t -configure:52338: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:52344: $? = 0 -configure:52348: test -z +configure:52303: $? = 0 +configure:52306: test -s conftest.o +configure:52309: $? = 0 +configure:52320: result: yes +configure:52330: checking for uint64_t +configure:52371: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:52377: $? = 0 +configure:52381: test -z || test ! -s conftest.err -configure:52351: $? = 0 -configure:52354: test -s conftest.o -configure:52357: $? = 0 -configure:52368: result: yes -configure:52384: checking for el_init -configure:52417: gcc -o conftest -DINET6 -g -O2 conftest.c -ltermcap >&5 -/var/tmp//ccOXPaj4.o(.text+0xa): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:307: undefined reference to `el_init' -configure:52423: $? = 1 +configure:52384: $? = 0 +configure:52387: test -s conftest.o +configure:52390: $? = 0 +configure:52401: result: yes +configure:52417: checking for el_init +configure:52450: gcc -o conftest -DINET6 -g -O2 conftest.c -ltermcap >&5 +/var/tmp//ccCK5x1T.o(.text+0xa): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:320: undefined reference to `el_init' +configure:52456: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -41634,7 +41989,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -41700,6 +42064,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -41874,7 +42239,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -41891,6 +42258,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -41918,39 +42286,39 @@ configure: failed program was: | ; | return 0; | } -configure:52417: gcc -o conftest -DINET6 -g -O2 conftest.c -ledit -ltermcap >&5 -configure:52423: $? = 0 -configure:52427: test -z +configure:52450: gcc -o conftest -DINET6 -g -O2 conftest.c -ledit -ltermcap >&5 +configure:52456: $? = 0 +configure:52460: test -z || test ! -s conftest.err -configure:52430: $? = 0 -configure:52433: test -s conftest -configure:52436: $? = 0 -configure:52593: result: yes, in -ledit -configure:52600: checking for four argument el_init -configure:52623: gcc -c -DINET6 -g -O2 conftest.c >&5 -configure:52629: $? = 0 -configure:52633: test -z +configure:52463: $? = 0 +configure:52466: test -s conftest +configure:52469: $? = 0 +configure:52626: result: yes, in -ledit +configure:52633: checking for four argument el_init +configure:52656: gcc -c -DINET6 -g -O2 conftest.c >&5 +configure:52662: $? = 0 +configure:52666: test -z || test ! -s conftest.err -configure:52636: $? = 0 -configure:52639: test -s conftest.o -configure:52642: $? = 0 -configure:52653: result: yes -configure:52731: checking for getmsg -configure:52788: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -/var/tmp//ccmuwt9P.o(.text+0x11): In function `main': -/home/lha/netbsd/heimdal-0.6.2/conftest.c:352: undefined reference to `getmsg' -/var/tmp//ccmuwt9P.o(.data+0x0):/home/lha/netbsd/heimdal-0.6.2/conftest.c:351: undefined reference to `getmsg' -configure:52794: $? = 1 +configure:52669: $? = 0 +configure:52672: test -s conftest.o +configure:52675: $? = 0 +configure:52686: result: yes +configure:52764: checking for getmsg +configure:52821: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +/var/tmp//ccYWpBvG.o(.text+0x11): In function `main': +/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:365: undefined reference to `getmsg' +/var/tmp//ccYWpBvG.o(.data+0x0):/fw/netbsd/heimdal/heimdal-0.6.3/conftest.c:364: undefined reference to `getmsg' +configure:52827: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -41968,7 +42336,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -42034,6 +42411,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -42208,7 +42586,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -42225,6 +42605,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -42297,25 +42678,25 @@ configure: failed program was: | ; | return 0; | } -configure:52819: result: no -configure:52900: checking for compile_et -configure:52916: found /usr/heimdal/bin/compile_et -configure:52926: result: compile_et -configure:52938: checking whether compile_et has the features we need -configure:52979: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 -conftest.c:313:21: com_err.h: No such file or directory -configure:52982: $? = 1 +configure:52852: result: no +configure:52933: checking for compile_et +configure:52949: found /usr/heimdal/bin/compile_et +configure:52959: result: compile_et +configure:52971: checking whether compile_et has the features we need +configure:53012: gcc -o conftest -DINET6 -g -O2 conftest.c >&5 +conftest.c:326:21: com_err.h: No such file or directory +configure:53015: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Heimdal" | #define PACKAGE_TARNAME "heimdal" -| #define PACKAGE_VERSION "0.6.2" -| #define PACKAGE_STRING "Heimdal 0.6.2" +| #define PACKAGE_VERSION "0.6.3" +| #define PACKAGE_STRING "Heimdal 0.6.3" | #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" | #define PACKAGE "heimdal" -| #define VERSION "0.6.2" +| #define VERSION "0.6.3" | #define _GNU_SOURCE 1 | #define YYTEXT_POINTER 1 | #define HAVE___ATTRIBUTE__ 1 @@ -42333,7 +42714,16 @@ configure: failed program was: | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif +| #define KRB4 1 +| #define HAVE_FOUR_VALUED_KRB_PUT_INT 1 +| #define HAVE_KRB_ENABLE_DEBUG 1 +| #define HAVE_KRB_DISABLE_DEBUG 1 +| #define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +| #define HAVE_KRB_KDCTIMEOFDAY 1 +| #define HAVE_KRB_GET_KDC_TIME_DIFF 1 +| #define KRB_MK_REQ_CONST 1 | #define KRB5 1 +| #define HAVE_OPENSSL 1 | #define HAVE_DB_H 1 | #define HAVE_DBOPEN 1 | #define HAVE_DB1 1 @@ -42399,6 +42789,7 @@ configure: failed program was: | #define HAVE_IN6ADDR_LOOPBACK 1 | #define HAVE_GETHOSTBYNAME2 1 | #define HAVE_RES_SEARCH 1 +| #define HAVE_RES_NSEARCH 1 | #define HAVE_DN_EXPAND 1 | #define HAVE__RES 1 | #define HAVE__RES_DECLARATION 1 @@ -42573,7 +42964,9 @@ configure: failed program was: | #define HAVE_TGETENT 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_FCNTL 1 +| #define HAVE_GRANTPT 1 | #define HAVE_MKTIME 1 +| #define HAVE_PTSNAME 1 | #define HAVE_RAND 1 | #define HAVE_REVOKE 1 | #define HAVE_SELECT 1 @@ -42590,6 +42983,7 @@ configure: failed program was: | #define HAVE_TTYNAME 1 | #define HAVE_TTYSLOT 1 | #define HAVE_UMASK 1 +| #define HAVE_UNLOCKPT 1 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 @@ -42628,17 +43022,17 @@ configure: failed program was: | #endif | return (CONFTEST_CODE2 - CONFTEST_CODE1) != 127;} | -configure:53001: result: no -configure:53106: Using our own com_err -configure:53117: checking which authentication modules should be built -configure:53152: result: none -configure:53505: creating ./config.status +configure:53034: result: no +configure:53139: Using our own com_err +configure:53150: checking which authentication modules should be built +configure:53185: result: none +configure:53538: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## -This file was extended by Heimdal config.status 0.6.2, which was +This file was extended by Heimdal config.status 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = @@ -42647,69 +43041,69 @@ generated by GNU Autoconf 2.59. Invocation command line was CONFIG_COMMANDS = $ ./config.status -on hummel.it.su.se +on nutcracker.stacken.kth.se -config.status:874: creating Makefile -config.status:874: creating include/Makefile -config.status:874: creating include/kadm5/Makefile -config.status:874: creating lib/Makefile -config.status:874: creating lib/45/Makefile -config.status:874: creating lib/auth/Makefile -config.status:874: creating lib/auth/afskauthlib/Makefile -config.status:874: creating lib/auth/pam/Makefile -config.status:874: creating lib/auth/sia/Makefile -config.status:874: creating lib/asn1/Makefile -config.status:874: creating lib/com_err/Makefile -config.status:874: creating lib/des/Makefile -config.status:874: creating lib/editline/Makefile -config.status:874: creating lib/gssapi/Makefile -config.status:874: creating lib/hdb/Makefile -config.status:874: creating lib/kadm5/Makefile -config.status:874: creating lib/kafs/Makefile -config.status:874: creating lib/kdfs/Makefile -config.status:874: creating lib/krb5/Makefile -config.status:874: creating lib/otp/Makefile -config.status:874: creating lib/roken/Makefile -config.status:874: creating lib/sl/Makefile -config.status:874: creating lib/vers/Makefile -config.status:874: creating kuser/Makefile -config.status:874: creating kpasswd/Makefile -config.status:874: creating kadmin/Makefile -config.status:874: creating admin/Makefile -config.status:874: creating kdc/Makefile -config.status:874: creating appl/Makefile -config.status:874: creating appl/afsutil/Makefile -config.status:874: creating appl/ftp/Makefile -config.status:874: creating appl/ftp/common/Makefile -config.status:874: creating appl/ftp/ftp/Makefile -config.status:874: creating appl/ftp/ftpd/Makefile -config.status:874: creating appl/kx/Makefile -config.status:874: creating appl/login/Makefile -config.status:874: creating appl/otp/Makefile -config.status:874: creating appl/popper/Makefile -config.status:874: creating appl/push/Makefile -config.status:874: creating appl/rsh/Makefile -config.status:874: creating appl/rcp/Makefile -config.status:874: creating appl/su/Makefile -config.status:874: creating appl/xnlock/Makefile -config.status:874: creating appl/telnet/Makefile -config.status:874: creating appl/telnet/libtelnet/Makefile -config.status:874: creating appl/telnet/telnet/Makefile -config.status:874: creating appl/telnet/telnetd/Makefile -config.status:874: creating appl/test/Makefile -config.status:874: creating appl/kf/Makefile -config.status:874: creating appl/dceutils/Makefile -config.status:874: creating doc/Makefile -config.status:874: creating tools/Makefile -config.status:978: creating include/config.h +config.status:875: creating Makefile +config.status:875: creating include/Makefile +config.status:875: creating include/kadm5/Makefile +config.status:875: creating lib/Makefile +config.status:875: creating lib/45/Makefile +config.status:875: creating lib/auth/Makefile +config.status:875: creating lib/auth/afskauthlib/Makefile +config.status:875: creating lib/auth/pam/Makefile +config.status:875: creating lib/auth/sia/Makefile +config.status:875: creating lib/asn1/Makefile +config.status:875: creating lib/com_err/Makefile +config.status:875: creating lib/des/Makefile +config.status:875: creating lib/editline/Makefile +config.status:875: creating lib/gssapi/Makefile +config.status:875: creating lib/hdb/Makefile +config.status:875: creating lib/kadm5/Makefile +config.status:875: creating lib/kafs/Makefile +config.status:875: creating lib/kdfs/Makefile +config.status:875: creating lib/krb5/Makefile +config.status:875: creating lib/otp/Makefile +config.status:875: creating lib/roken/Makefile +config.status:875: creating lib/sl/Makefile +config.status:875: creating lib/vers/Makefile +config.status:875: creating kuser/Makefile +config.status:875: creating kpasswd/Makefile +config.status:875: creating kadmin/Makefile +config.status:875: creating admin/Makefile +config.status:875: creating kdc/Makefile +config.status:875: creating appl/Makefile +config.status:875: creating appl/afsutil/Makefile +config.status:875: creating appl/ftp/Makefile +config.status:875: creating appl/ftp/common/Makefile +config.status:875: creating appl/ftp/ftp/Makefile +config.status:875: creating appl/ftp/ftpd/Makefile +config.status:875: creating appl/kx/Makefile +config.status:875: creating appl/login/Makefile +config.status:875: creating appl/otp/Makefile +config.status:875: creating appl/popper/Makefile +config.status:875: creating appl/push/Makefile +config.status:875: creating appl/rsh/Makefile +config.status:875: creating appl/rcp/Makefile +config.status:875: creating appl/su/Makefile +config.status:875: creating appl/xnlock/Makefile +config.status:875: creating appl/telnet/Makefile +config.status:875: creating appl/telnet/libtelnet/Makefile +config.status:875: creating appl/telnet/telnet/Makefile +config.status:875: creating appl/telnet/telnetd/Makefile +config.status:875: creating appl/test/Makefile +config.status:875: creating appl/kf/Makefile +config.status:875: creating appl/dceutils/Makefile +config.status:875: creating doc/Makefile +config.status:875: creating tools/Makefile +config.status:979: creating include/config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv___attribute__=yes -ac_cv_build=i386-unknown-netbsdelf2.0C -ac_cv_build_alias=i386-unknown-netbsdelf2.0C +ac_cv_build=i386-unknown-netbsdelf2.0G +ac_cv_build_alias=i386-unknown-netbsdelf2.0G ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline @@ -42820,7 +43214,7 @@ ac_cv_func_getusershell=yes ac_cv_func_getusershell_noproto=no ac_cv_func_glob_noproto=no ac_cv_func_glob_working=yes -ac_cv_func_grantpt=no +ac_cv_func_grantpt=yes ac_cv_func_hstrerror=yes ac_cv_func_hstrerror_noproto=no ac_cv_func_inet_aton=yes @@ -42832,6 +43226,16 @@ ac_cv_func_initstate=yes ac_cv_func_innetgr=yes ac_cv_func_iruserok=yes ac_cv_func_issetugid=yes +ac_cv_func_krb_disable_debug=yes +ac_cv_func_krb_enable_debug=yes +ac_cv_func_krb_get_kdc_time_diff=yes +ac_cv_func_krb_get_our_ip_for_realm=yes +ac_cv_func_krb_kdctimeofday=yes +ac_cv_func_krb_mk_req_const=yes +ac_cv_func_krb_put_int_four=yes +ac_cv_func_krb_sendauth_vers=yes +ac_cv_func_krb_verify_not_secure=yes +ac_cv_func_krb_verify_secure=yes ac_cv_func_localtime_r=yes ac_cv_func_logout=yes ac_cv_func_logwtmp=yes @@ -42845,7 +43249,7 @@ ac_cv_func_on_exit=no ac_cv_func_openlog_proto_compat=yes ac_cv_func_openpty=yes ac_cv_func_pidfile=yes -ac_cv_func_ptsname=no +ac_cv_func_ptsname=yes ac_cv_func_putenv=yes ac_cv_func_rand=yes ac_cv_func_random=yes @@ -42854,7 +43258,7 @@ ac_cv_func_readv=yes ac_cv_func_realloc_broken=no ac_cv_func_recvmsg=yes ac_cv_func_remove=yes -ac_cv_func_res_nsearch=no +ac_cv_func_res_nsearch=yes ac_cv_func_res_search=yes ac_cv_func_revoke=yes ac_cv_func_select=yes @@ -42923,7 +43327,7 @@ ac_cv_func_ttyname=yes ac_cv_func_ttyslot=yes ac_cv_func_umask=yes ac_cv_func_uname=yes -ac_cv_func_unlockpt=no +ac_cv_func_unlockpt=yes ac_cv_func_unsetenv=yes ac_cv_func_unsetenv_noproto=no ac_cv_func_unvis=yes @@ -42967,11 +43371,16 @@ ac_cv_funclib_getnameinfo=yes ac_cv_funclib_getpwnam_r=no ac_cv_funclib_getsockopt=yes ac_cv_funclib_hstrerror=yes +ac_cv_funclib_krb_disable_debug=yes +ac_cv_funclib_krb_enable_debug=yes +ac_cv_funclib_krb_get_kdc_time_diff=yes +ac_cv_funclib_krb_get_our_ip_for_realm=yes +ac_cv_funclib_krb_kdctimeofday=yes ac_cv_funclib_logout=-lutil ac_cv_funclib_logwtmp=-lutil ac_cv_funclib_openpty=-lutil ac_cv_funclib_pidfile=-lutil -ac_cv_funclib_res_nsearch=no +ac_cv_funclib_res_nsearch=yes ac_cv_funclib_res_search=yes ac_cv_funclib_setsockopt=yes ac_cv_funclib_socket=yes @@ -43090,8 +43499,8 @@ ac_cv_header_util_h=yes ac_cv_header_utmp_h=yes ac_cv_header_utmpx_h=yes ac_cv_header_vis_h=yes -ac_cv_host=i386-unknown-netbsdelf2.0C -ac_cv_host_alias=i386-unknown-netbsdelf2.0C +ac_cv_host=i386-unknown-netbsdelf2.0G +ac_cv_host_alias=i386-unknown-netbsdelf2.0G ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xau=yes ac_cv_lib_crypt=yes @@ -43104,12 +43513,13 @@ ac_cv_objext=o ac_cv_path_GROFF=/usr/bin/groff ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_install='/usr/bin/install -c' -ac_cv_prog_AWK=awk +ac_cv_prog_AWK=gawk ac_cv_prog_COMPILE_ET=compile_et ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_LEX=flex ac_cv_prog_LN_S='ln -s' +ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ @@ -43206,7 +43616,7 @@ lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' -lt_cv_path_SED=/usr/bin/sed +lt_cv_path_SED=/usr/pkg/bin/gsed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes @@ -43228,7 +43638,7 @@ lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern in ## Output variables. ## ## ----------------- ## -ACLOCAL='${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run aclocal-1.7' +ACLOCAL='${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run aclocal-1.8' AIX4_FALSE='' AIX4_TRUE='#' AIX_DYNAMIC_AFS_FALSE='#' @@ -43236,13 +43646,13 @@ AIX_DYNAMIC_AFS_TRUE='' AIX_EXTRA_KAFS='' AIX_FALSE='' AIX_TRUE='#' -AMTAR='${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run tar' +AMTAR='${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run tar' AR='ar' -AUTOCONF='${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run autoconf' -AUTOHEADER='${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run autoheader' -AUTOMAKE='${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run automake-1.7' -AWK='awk' -CANONICAL_HOST='i386-unknown-netbsdelf2.0C' +AUTOCONF='${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run autoconf' +AUTOHEADER='${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run autoheader' +AUTOMAKE='${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run automake-1.8' +AWK='gawk' +CANONICAL_HOST='i386-unknown-netbsdelf2.0G' CATMAN='/usr/bin/nroff -mdoc $< > $@' CATMANEXT='0' CATMAN_FALSE='#' @@ -43261,7 +43671,7 @@ DCE_FALSE='' DCE_TRUE='#' DEFS='-DHAVE_CONFIG_H' DIR_com_err='com_err' -DIR_des='des' +DIR_des='' DIR_roken='roken' ECHO='echo' ECHO_C='' @@ -43269,7 +43679,7 @@ ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' -EXTRA_LIB45='' +EXTRA_LIB45='lib45.a' F77='g77' FFLAGS='-g -O2' GROFF='/usr/bin/groff' @@ -43281,14 +43691,14 @@ HAVE_DLOPEN_FALSE='#' HAVE_DLOPEN_TRUE='' HAVE_NDBM_FALSE='' HAVE_NDBM_TRUE='#' -HAVE_OPENSSL_FALSE='' -HAVE_OPENSSL_TRUE='#' +HAVE_OPENSSL_FALSE='#' +HAVE_OPENSSL_TRUE='' HAVE_X_FALSE='#' HAVE_X_TRUE='' INCLUDES_roken='-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken' -INCLUDE_des='' +INCLUDE_des='-I/usr/athena/include' INCLUDE_hesiod='' -INCLUDE_krb4='' +INCLUDE_krb4='-I/usr/athena/include -I/usr/local/openssl/0.9.7b/include' INCLUDE_openldap='' INCLUDE_readline='' INSTALL_DATA='${INSTALL} -m 644' @@ -43297,8 +43707,8 @@ INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' IRIX_FALSE='' IRIX_TRUE='#' -KRB4_FALSE='' -KRB4_TRUE='#' +KRB4_FALSE='#' +KRB4_TRUE='' KRB5_FALSE='#' KRB5_TRUE='' LDFLAGS='' @@ -43322,10 +43732,10 @@ LIB_crypt='-lcrypt' LIB_db_create='' LIB_dbm_firstkey='' LIB_dbopen='' -LIB_des='$(top_builddir)/lib/des/libdes.la' -LIB_des_a='$(top_builddir)/lib/des/.libs/libdes.a' -LIB_des_appl='-ldes' -LIB_des_so='$(top_builddir)/lib/des/.libs/libdes.so' +LIB_des='-L/usr/athena/lib -lkrb' +LIB_des_a='$(LIB_des)' +LIB_des_appl='$(LIB_des)' +LIB_des_so='$(LIB_des)' LIB_dlopen='' LIB_dn_expand='' LIB_el_init='-ledit' @@ -43339,8 +43749,8 @@ LIB_getpwnam_r='' LIB_getsockopt='' LIB_hesiod='' LIB_hstrerror='' -LIB_kdb='' -LIB_krb4='' +LIB_kdb='-lkdb -lkrb' +LIB_krb4='-L/usr/athena/lib -lkrb -L/usr/local/openssl/0.9.7b/lib -lcrypto' LIB_krb_disable_debug='' LIB_krb_enable_debug='' LIB_krb_get_kdc_time_diff='' @@ -43367,7 +43777,7 @@ LTLIBOBJS=' copyhostent$U.lo ecalloc$U.lo emalloc$U.lo erealloc$U.lo estrdup$U.l MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' -MAKEINFO='${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run makeinfo' +MAKEINFO='${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run makeinfo' NEED_WRITEAUTH_FALSE='' NEED_WRITEAUTH_TRUE='#' NROFF='/usr/bin/nroff' @@ -43377,15 +43787,15 @@ OTP_TRUE='' PACKAGE='heimdal' PACKAGE_BUGREPORT='heimdal-bugs@pdc.kth.se' PACKAGE_NAME='Heimdal' -PACKAGE_STRING='Heimdal 0.6.2' +PACKAGE_STRING='Heimdal 0.6.3' PACKAGE_TARNAME='heimdal' -PACKAGE_VERSION='0.6.2' +PACKAGE_VERSION='0.6.3' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/usr/pkg/bin/bash' STRIP='strip' -VERSION='0.6.2' +VERSION='0.6.3' VOID_RETSIGTYPE='' WFLAGS='-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs' WFLAGS_NOIMPLICITINT='' @@ -43394,7 +43804,7 @@ X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib -R/usr/X11R6/lib' X_PRE_LIBS=' -lSM -lICE' -YACC='yacc' +YACC='bison -y' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' @@ -43403,10 +43813,10 @@ ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__leading_dot='.' bindir='${exec_prefix}/bin' -build='i386-unknown-netbsdelf2.0C' +build='i386-unknown-netbsdelf2.0G' build_alias='' build_cpu='i386' -build_os='netbsdelf2.0C' +build_os='netbsdelf2.0G' build_vendor='unknown' datadir='${prefix}/share' do_roken_rename_FALSE='#' @@ -43427,18 +43837,19 @@ have_ifaddrs_h_FALSE='#' have_ifaddrs_h_TRUE='' have_vis_h_FALSE='#' have_vis_h_TRUE='' -host='i386-unknown-netbsdelf2.0C' +host='i386-unknown-netbsdelf2.0G' host_alias='' host_cpu='i386' -host_os='netbsdelf2.0C' +host_os='netbsdelf2.0G' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' -install_sh='/home/lha/netbsd/heimdal-0.6.2/install-sh' +install_sh='/fw/netbsd/heimdal/heimdal-0.6.3/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var/heimdal' mandir='${prefix}/man' +mkdir_p='$(mkinstalldirs)' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' @@ -43494,6 +43905,7 @@ target_alias='' #define HAVE_FNMATCH 1 #define HAVE_FNMATCH_H 1 #define HAVE_FOUR_VALUED_EL_INIT 1 +#define HAVE_FOUR_VALUED_KRB_PUT_INT 1 #define HAVE_FREEADDRINFO 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GETADDRINFO 1 @@ -43518,6 +43930,7 @@ target_alias='' #define HAVE_GETUID 1 #define HAVE_GETUSERSHELL 1 #define HAVE_GLOB 1 +#define HAVE_GRANTPT 1 #define HAVE_GRP_H 1 #define HAVE_HSTRERROR 1 #define HAVE_H_ERRLIST 1 @@ -43541,6 +43954,11 @@ target_alias='' #define HAVE_IPV6 1 #define HAVE_IRUSEROK 1 #define HAVE_ISSETUGID 1 +#define HAVE_KRB_DISABLE_DEBUG 1 +#define HAVE_KRB_ENABLE_DEBUG 1 +#define HAVE_KRB_GET_KDC_TIME_DIFF 1 +#define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 +#define HAVE_KRB_KDCTIMEOFDAY 1 #define HAVE_LIBCRYPT 1 #define HAVE_LIBEDIT 1 #define HAVE_LIBTERMCAP 1 @@ -43574,6 +43992,7 @@ target_alias='' #define HAVE_NET_IF_H 1 #define HAVE_NEW_DB 1 #define HAVE_OPENPTY 1 +#define HAVE_OPENSSL 1 #define HAVE_OPTARG_DECLARATION 1 #define HAVE_OPTERR_DECLARATION 1 #define HAVE_OPTIND_DECLARATION 1 @@ -43581,6 +44000,7 @@ target_alias='' #define HAVE_PATHS_H 1 #define HAVE_PIDFILE 1 #define HAVE_PTHREAD_H 1 +#define HAVE_PTSNAME 1 #define HAVE_PUTENV 1 #define HAVE_PWD_H 1 #define HAVE_RAND 1 @@ -43590,6 +44010,7 @@ target_alias='' #define HAVE_READV 1 #define HAVE_RECVMSG 1 #define HAVE_RESOLV_H 1 +#define HAVE_RES_NSEARCH 1 #define HAVE_RES_SEARCH 1 #define HAVE_REVOKE 1 #define HAVE_RPCSVC_YPCLNT_H 1 @@ -43701,6 +44122,7 @@ target_alias='' #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 +#define HAVE_UNLOCKPT 1 #define HAVE_UNSETENV 1 #define HAVE_UNVIS 1 #define HAVE_UTIL_H 1 @@ -43732,7 +44154,9 @@ target_alias='' #define HAVE__RES_DECLARATION 1 #define HAVE___ATTRIBUTE__ 1 #define HAVE___PROGNAME 1 +#define KRB4 1 #define KRB5 1 +#define KRB_MK_REQ_CONST 1 #define LIBDIR "/usr/lib" #define LIBEXECDIR "/usr/libexec" #define LOCALSTATEDIR "/var/heimdal" @@ -43748,9 +44172,9 @@ target_alias='' #define PACKAGE "heimdal" #define PACKAGE_BUGREPORT "heimdal-bugs@pdc.kth.se" #define PACKAGE_NAME "Heimdal" -#define PACKAGE_STRING "Heimdal 0.6.2" +#define PACKAGE_STRING "Heimdal 0.6.3" #define PACKAGE_TARNAME "heimdal" -#define PACKAGE_VERSION "0.6.2" +#define PACKAGE_VERSION "0.6.3" #define RETSIGTYPE void #define SBINDIR "/usr/sbin" #define STDC_HEADERS 1 @@ -43758,7 +44182,7 @@ target_alias='' #define SYSCONFDIR "/etc" #define TIME_WITH_SYS_TIME 1 #define TIME_WITH_SYS_TIME 1 -#define VERSION "0.6.2" +#define VERSION "0.6.3" #define VOID_RETSIGTYPE 1 #define YYTEXT_POINTER 1 #define _GNU_SOURCE 1 diff --git a/crypto/dist/heimdal/config.status b/crypto/dist/heimdal/config.status index 6363a9718c49..bcc31064c80a 100755 --- a/crypto/dist/heimdal/config.status +++ b/crypto/dist/heimdal/config.status @@ -259,7 +259,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Heimdal $as_me 0.6.2, which was +This file was extended by Heimdal $as_me 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -298,7 +298,7 @@ $config_headers Report bugs to ." ac_cs_version="\ -Heimdal config.status 0.6.2 +Heimdal config.status 0.6.3 configured by ./configure, generated by GNU Autoconf 2.59, with options \"'--prefix=/usr' '--with-krb4=/usr' '--with-krb4-include=/usr/include/kerberosIV'\" @@ -495,8 +495,8 @@ s,@SHELL@,/usr/pkg/bin/bash,;t t s,@PATH_SEPARATOR@,:,;t t s,@PACKAGE_NAME@,Heimdal,;t t s,@PACKAGE_TARNAME@,heimdal,;t t -s,@PACKAGE_VERSION@,0.6.2,;t t -s,@PACKAGE_STRING@,Heimdal 0.6.2,;t t +s,@PACKAGE_VERSION@,0.6.3,;t t +s,@PACKAGE_STRING@,Heimdal 0.6.3,;t t s,@PACKAGE_BUGREPORT@,heimdal-bugs@pdc.kth.se,;t t s,@exec_prefix@,${prefix},;t t s,@prefix@,/usr,;t t @@ -534,33 +534,34 @@ s,@INSTALL_SCRIPT@,${INSTALL},;t t s,@INSTALL_DATA@,${INSTALL} -m 644,;t t s,@CYGPATH_W@,echo,;t t s,@PACKAGE@,heimdal,;t t -s,@VERSION@,0.6.2,;t t -s,@ACLOCAL@,${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run aclocal-1.7,;t t -s,@AUTOCONF@,${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run autoconf,;t t -s,@AUTOMAKE@,${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run automake-1.7,;t t -s,@AUTOHEADER@,${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run autoheader,;t t -s,@MAKEINFO@,${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run makeinfo,;t t -s,@AMTAR@,${SHELL} /home/lha/netbsd/heimdal-0.6.2/missing --run tar,;t t -s,@install_sh@,/home/lha/netbsd/heimdal-0.6.2/install-sh,;t t +s,@VERSION@,0.6.3,;t t +s,@ACLOCAL@,${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run aclocal-1.8,;t t +s,@AUTOCONF@,${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run autoconf,;t t +s,@AUTOMAKE@,${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run automake-1.8,;t t +s,@AUTOHEADER@,${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run autoheader,;t t +s,@MAKEINFO@,${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run makeinfo,;t t +s,@AMTAR@,${SHELL} /fw/netbsd/heimdal/heimdal-0.6.3/missing --run tar,;t t +s,@install_sh@,/fw/netbsd/heimdal/heimdal-0.6.3/install-sh,;t t s,@STRIP@,strip,;t t s,@ac_ct_STRIP@,strip,;t t s,@INSTALL_STRIP_PROGRAM@,${SHELL} $(install_sh) -c -s,;t t -s,@AWK@,awk,;t t +s,@mkdir_p@,$(mkinstalldirs),;t t +s,@AWK@,gawk,;t t s,@SET_MAKE@,,;t t s,@am__leading_dot@,.,;t t s,@MAINTAINER_MODE_TRUE@,#,;t t s,@MAINTAINER_MODE_FALSE@,,;t t s,@MAINT@,#,;t t -s,@build@,i386-unknown-netbsdelf2.0C,;t t +s,@build@,i386-unknown-netbsdelf2.0G,;t t s,@build_cpu@,i386,;t t s,@build_vendor@,unknown,;t t -s,@build_os@,netbsdelf2.0C,;t t -s,@host@,i386-unknown-netbsdelf2.0C,;t t +s,@build_os@,netbsdelf2.0G,;t t +s,@host@,i386-unknown-netbsdelf2.0G,;t t s,@host_cpu@,i386,;t t s,@host_vendor@,unknown,;t t -s,@host_os@,netbsdelf2.0C,;t t -s,@CANONICAL_HOST@,i386-unknown-netbsdelf2.0C,;t t -s,@YACC@,yacc,;t t +s,@host_os@,netbsdelf2.0G,;t t +s,@CANONICAL_HOST@,i386-unknown-netbsdelf2.0G,;t t +s,@YACC@,bison -y,;t t s,@LEX@,flex,;t t s,@LEXLIB@,-lfl,;t t s,@LEX_OUTPUT_ROOT@,lex.yy,;t t @@ -584,29 +585,29 @@ s,@WFLAGS_NOUNUSED@,,;t t s,@WFLAGS_NOIMPLICITINT@,,;t t s,@INCLUDE_openldap@,,;t t s,@LIB_openldap@,,;t t -s,@INCLUDE_krb4@,,;t t -s,@LIB_krb4@,,;t t -s,@EXTRA_LIB45@,,;t t +s,@INCLUDE_krb4@,-I/usr/athena/include -I/usr/local/openssl/0.9.7b/include,;t t +s,@LIB_krb4@,-L/usr/athena/lib -lkrb -L/usr/local/openssl/0.9.7b/lib -lcrypto,;t t +s,@EXTRA_LIB45@,lib45.a,;t t s,@LIB_krb_enable_debug@,,;t t s,@LIB_krb_disable_debug@,,;t t s,@LIB_krb_get_our_ip_for_realm@,,;t t s,@LIB_krb_kdctimeofday@,,;t t s,@LIB_krb_get_kdc_time_diff@,,;t t -s,@KRB4_TRUE@,#,;t t -s,@KRB4_FALSE@,,;t t +s,@KRB4_TRUE@,,;t t +s,@KRB4_FALSE@,#,;t t s,@KRB5_TRUE@,,;t t s,@KRB5_FALSE@,#,;t t s,@do_roken_rename_TRUE@,,;t t s,@do_roken_rename_FALSE@,#,;t t -s,@LIB_kdb@,,;t t -s,@HAVE_OPENSSL_TRUE@,#,;t t -s,@HAVE_OPENSSL_FALSE@,,;t t -s,@DIR_des@,des,;t t -s,@INCLUDE_des@,,;t t -s,@LIB_des@,$(top_builddir)/lib/des/libdes.la,;t t -s,@LIB_des_a@,$(top_builddir)/lib/des/.libs/libdes.a,;t t -s,@LIB_des_so@,$(top_builddir)/lib/des/.libs/libdes.so,;t t -s,@LIB_des_appl@,-ldes,;t t +s,@LIB_kdb@,-lkdb -lkrb,;t t +s,@HAVE_OPENSSL_TRUE@,,;t t +s,@HAVE_OPENSSL_FALSE@,#,;t t +s,@DIR_des@,,;t t +s,@INCLUDE_des@,-I/usr/athena/include,;t t +s,@LIB_des@,-L/usr/athena/lib -lkrb,;t t +s,@LIB_des_a@,$(LIB_des),;t t +s,@LIB_des_so@,$(LIB_des),;t t +s,@LIB_des_appl@,$(LIB_des),;t t s,@DCE_TRUE@,#,;t t s,@DCE_FALSE@,,;t t s,@dpagaix_cflags@,-D_THREAD_SAFE -D_AIX_PTHREADS_D7 -D_AIX32_THREADS=1 -D_AES_SOURCE -D_AIX41 -I/usr/include/dce,;t t @@ -1019,11 +1020,11 @@ t clr : clr ${ac_dA}PACKAGE_NAME${ac_dB}PACKAGE_NAME${ac_dC}"Heimdal"${ac_dD} ${ac_dA}PACKAGE_TARNAME${ac_dB}PACKAGE_TARNAME${ac_dC}"heimdal"${ac_dD} -${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"0.6.2"${ac_dD} -${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"Heimdal 0.6.2"${ac_dD} +${ac_dA}PACKAGE_VERSION${ac_dB}PACKAGE_VERSION${ac_dC}"0.6.3"${ac_dD} +${ac_dA}PACKAGE_STRING${ac_dB}PACKAGE_STRING${ac_dC}"Heimdal 0.6.3"${ac_dD} ${ac_dA}PACKAGE_BUGREPORT${ac_dB}PACKAGE_BUGREPORT${ac_dC}"heimdal-bugs@pdc.kth.se"${ac_dD} ${ac_dA}PACKAGE${ac_dB}PACKAGE${ac_dC}"heimdal"${ac_dD} -${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.6.2"${ac_dD} +${ac_dA}VERSION${ac_dB}VERSION${ac_dC}"0.6.3"${ac_dD} ${ac_dA}_GNU_SOURCE${ac_dB}_GNU_SOURCE${ac_dC}1${ac_dD} ${ac_dA}YYTEXT_POINTER${ac_dB}YYTEXT_POINTER${ac_dC}1${ac_dD} ${ac_dA}HAVE___ATTRIBUTE__${ac_dB}HAVE___ATTRIBUTE__${ac_dC}1${ac_dD} @@ -1038,7 +1039,16 @@ ${ac_dA}HAVE_INTTYPES_H${ac_dB}HAVE_INTTYPES_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_STDINT_H${ac_dB}HAVE_STDINT_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_DLFCN_H${ac_dB}HAVE_DLFCN_H${ac_dC}1${ac_dD} +${ac_dA}KRB4${ac_dB}KRB4${ac_dC}1${ac_dD} +${ac_dA}HAVE_FOUR_VALUED_KRB_PUT_INT${ac_dB}HAVE_FOUR_VALUED_KRB_PUT_INT${ac_dC}1${ac_dD} +${ac_dA}HAVE_KRB_ENABLE_DEBUG${ac_dB}HAVE_KRB_ENABLE_DEBUG${ac_dC}1${ac_dD} +${ac_dA}HAVE_KRB_DISABLE_DEBUG${ac_dB}HAVE_KRB_DISABLE_DEBUG${ac_dC}1${ac_dD} +${ac_dA}HAVE_KRB_GET_OUR_IP_FOR_REALM${ac_dB}HAVE_KRB_GET_OUR_IP_FOR_REALM${ac_dC}1${ac_dD} +${ac_dA}HAVE_KRB_KDCTIMEOFDAY${ac_dB}HAVE_KRB_KDCTIMEOFDAY${ac_dC}1${ac_dD} +${ac_dA}HAVE_KRB_GET_KDC_TIME_DIFF${ac_dB}HAVE_KRB_GET_KDC_TIME_DIFF${ac_dC}1${ac_dD} +${ac_dA}KRB_MK_REQ_CONST${ac_dB}KRB_MK_REQ_CONST${ac_dC}1${ac_dD} ${ac_dA}KRB5${ac_dB}KRB5${ac_dC}1${ac_dD} +${ac_dA}HAVE_OPENSSL${ac_dB}HAVE_OPENSSL${ac_dC}1${ac_dD} ${ac_dA}HAVE_DB_H${ac_dB}HAVE_DB_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_DBOPEN${ac_dB}HAVE_DBOPEN${ac_dC}1${ac_dD} ${ac_dA}HAVE_DB1${ac_dB}HAVE_DB1${ac_dC}1${ac_dD} @@ -1046,15 +1056,6 @@ ${ac_dA}HAVE_NDBM_H${ac_dB}HAVE_NDBM_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_DBM_FIRSTKEY${ac_dB}HAVE_DBM_FIRSTKEY${ac_dC}1${ac_dD} ${ac_dA}HAVE_NDBM${ac_dB}HAVE_NDBM${ac_dC}1${ac_dD} ${ac_dA}HAVE_NEW_DB${ac_dB}HAVE_NEW_DB${ac_dC}1${ac_dD} -${ac_dA}RETSIGTYPE${ac_dB}RETSIGTYPE${ac_dC}void${ac_dD} -${ac_dA}VOID_RETSIGTYPE${ac_dB}VOID_RETSIGTYPE${ac_dC}1${ac_dD} -${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD} -${ac_dA}HAVE_NETINET_IP_H${ac_dB}HAVE_NETINET_IP_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_NETINET_TCP_H${ac_dB}HAVE_NETINET_TCP_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_GETLOGIN${ac_dB}HAVE_GETLOGIN${ac_dC}1${ac_dD} -${ac_dA}HAVE_SETLOGIN${ac_dB}HAVE_SETLOGIN${ac_dC}1${ac_dD} -${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD} CEOF sed -f $tmp/defines.sed $tmp/in >$tmp/out rm -f $tmp/in @@ -1064,6 +1065,15 @@ CEOF /^[ ]*#[ ]*define/!b t clr : clr +${ac_dA}RETSIGTYPE${ac_dB}RETSIGTYPE${ac_dC}void${ac_dD} +${ac_dA}VOID_RETSIGTYPE${ac_dB}VOID_RETSIGTYPE${ac_dC}1${ac_dD} +${ac_dA}TIME_WITH_SYS_TIME${ac_dB}TIME_WITH_SYS_TIME${ac_dC}1${ac_dD} +${ac_dA}HAVE_NETINET_IP_H${ac_dB}HAVE_NETINET_IP_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_NETINET_TCP_H${ac_dB}HAVE_NETINET_TCP_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_GETLOGIN${ac_dB}HAVE_GETLOGIN${ac_dC}1${ac_dD} +${ac_dA}HAVE_SETLOGIN${ac_dB}HAVE_SETLOGIN${ac_dC}1${ac_dD} +${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_GETPAGESIZE${ac_dB}HAVE_GETPAGESIZE${ac_dC}1${ac_dD} ${ac_dA}HAVE_MMAP${ac_dB}HAVE_MMAP${ac_dC}1${ac_dD} ${ac_dA}HAVE_SSIZE_T${ac_dB}HAVE_SSIZE_T${ac_dC}1${ac_dD} @@ -1093,15 +1103,6 @@ ${ac_dA}HAVE_SYS_PROC_H${ac_dB}HAVE_SYS_PROC_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_SYS_RESOURCE_H${ac_dB}HAVE_SYS_RESOURCE_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_SYS_SOCKET_H${ac_dB}HAVE_SYS_SOCKET_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_SYS_SOCKIO_H${ac_dB}HAVE_SYS_SOCKIO_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYS_SYSCTL_H${ac_dB}HAVE_SYS_SYSCTL_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYS_TTY_H${ac_dB}HAVE_SYS_TTY_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYS_UIO_H${ac_dB}HAVE_SYS_UIO_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYS_UTSNAME_H${ac_dB}HAVE_SYS_UTSNAME_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD} -${ac_dA}HAVE_SYSLOG_H${ac_dB}HAVE_SYSLOG_H${ac_dC}1${ac_dD} CEOF sed -f $tmp/defines.sed $tmp/in >$tmp/out rm -f $tmp/in @@ -1111,6 +1112,15 @@ CEOF /^[ ]*#[ ]*define/!b t clr : clr +${ac_dA}HAVE_SYS_STAT_H${ac_dB}HAVE_SYS_STAT_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_SYS_SYSCTL_H${ac_dB}HAVE_SYS_SYSCTL_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_SYS_TIME_H${ac_dB}HAVE_SYS_TIME_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_SYS_TTY_H${ac_dB}HAVE_SYS_TTY_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_SYS_UIO_H${ac_dB}HAVE_SYS_UIO_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_SYS_UTSNAME_H${ac_dB}HAVE_SYS_UTSNAME_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_SYS_WAIT_H${ac_dB}HAVE_SYS_WAIT_H${ac_dC}1${ac_dD} +${ac_dA}HAVE_SYSLOG_H${ac_dB}HAVE_SYSLOG_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_TERMIOS_H${ac_dB}HAVE_TERMIOS_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_UTIL_H${ac_dB}HAVE_UTIL_H${ac_dC}1${ac_dD} @@ -1122,6 +1132,7 @@ ${ac_dA}HAVE_IPV6${ac_dB}HAVE_IPV6${ac_dC}1${ac_dD} ${ac_dA}HAVE_IN6ADDR_LOOPBACK${ac_dB}HAVE_IN6ADDR_LOOPBACK${ac_dC}1${ac_dD} ${ac_dA}HAVE_GETHOSTBYNAME2${ac_dB}HAVE_GETHOSTBYNAME2${ac_dC}1${ac_dD} ${ac_dA}HAVE_RES_SEARCH${ac_dB}HAVE_RES_SEARCH${ac_dC}1${ac_dD} +${ac_dA}HAVE_RES_NSEARCH${ac_dB}HAVE_RES_NSEARCH${ac_dC}1${ac_dD} ${ac_dA}HAVE_DN_EXPAND${ac_dB}HAVE_DN_EXPAND${ac_dC}1${ac_dD} ${ac_dA}HAVE__RES${ac_dB}HAVE__RES${ac_dC}1${ac_dD} ${ac_dA}HAVE__RES_DECLARATION${ac_dB}HAVE__RES_DECLARATION${ac_dC}1${ac_dD} @@ -1139,6 +1150,15 @@ ${ac_dA}HAVE_INITSTATE${ac_dB}HAVE_INITSTATE${ac_dC}1${ac_dD} ${ac_dA}HAVE_ISSETUGID${ac_dB}HAVE_ISSETUGID${ac_dC}1${ac_dD} ${ac_dA}HAVE_RANDOM${ac_dB}HAVE_RANDOM${ac_dC}1${ac_dD} ${ac_dA}HAVE_SETPROGNAME${ac_dB}HAVE_SETPROGNAME${ac_dC}1${ac_dD} +CEOF + sed -f $tmp/defines.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/defines.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/defines.sed <$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/defines.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/defines.sed <$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/defines.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/defines.sed <$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/defines.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/defines.sed <$tmp/out rm -f $tmp/in @@ -1346,6 +1347,18 @@ CEOF /^[ ]*#[ ]*define/!b t clr : clr +${ac_dA}HAVE_OPENPTY${ac_dB}HAVE_OPENPTY${ac_dC}1${ac_dD} +${ac_dA}HAVE_LIBUTIL${ac_dB}HAVE_LIBUTIL${ac_dC}1${ac_dD} +${ac_dA}HAVE_TGETENT${ac_dB}HAVE_TGETENT${ac_dC}1${ac_dD} +${ac_dA}HAVE_LIBTERMCAP${ac_dB}HAVE_LIBTERMCAP${ac_dC}1${ac_dD} +${ac_dA}HAVE_FCNTL${ac_dB}HAVE_FCNTL${ac_dC}1${ac_dD} +${ac_dA}HAVE_GRANTPT${ac_dB}HAVE_GRANTPT${ac_dC}1${ac_dD} +${ac_dA}HAVE_MKTIME${ac_dB}HAVE_MKTIME${ac_dC}1${ac_dD} +${ac_dA}HAVE_PTSNAME${ac_dB}HAVE_PTSNAME${ac_dC}1${ac_dD} +${ac_dA}HAVE_RAND${ac_dB}HAVE_RAND${ac_dC}1${ac_dD} +${ac_dA}HAVE_REVOKE${ac_dB}HAVE_REVOKE${ac_dC}1${ac_dD} +${ac_dA}HAVE_SELECT${ac_dB}HAVE_SELECT${ac_dC}1${ac_dD} +${ac_dA}HAVE_SETITIMER${ac_dB}HAVE_SETITIMER${ac_dC}1${ac_dD} ${ac_dA}HAVE_SETPGID${ac_dB}HAVE_SETPGID${ac_dC}1${ac_dD} ${ac_dA}HAVE_SETPROCTITLE${ac_dB}HAVE_SETPROCTITLE${ac_dC}1${ac_dD} ${ac_dA}HAVE_SETREGID${ac_dB}HAVE_SETREGID${ac_dC}1${ac_dD} @@ -1358,6 +1371,7 @@ ${ac_dA}HAVE_TIMEGM${ac_dB}HAVE_TIMEGM${ac_dC}1${ac_dD} ${ac_dA}HAVE_TTYNAME${ac_dB}HAVE_TTYNAME${ac_dC}1${ac_dD} ${ac_dA}HAVE_TTYSLOT${ac_dB}HAVE_TTYSLOT${ac_dC}1${ac_dD} ${ac_dA}HAVE_UMASK${ac_dB}HAVE_UMASK${ac_dC}1${ac_dD} +${ac_dA}HAVE_UNLOCKPT${ac_dB}HAVE_UNLOCKPT${ac_dC}1${ac_dD} ${ac_dA}HAVE_YP_GET_DEFAULT_DOMAIN${ac_dB}HAVE_YP_GET_DEFAULT_DOMAIN${ac_dC}1${ac_dD} ${ac_dA}HAVE_STDLIB_H${ac_dB}HAVE_STDLIB_H${ac_dC}1${ac_dD} ${ac_dA}HAVE_UNISTD_H${ac_dB}HAVE_UNISTD_H${ac_dC}1${ac_dD} @@ -1371,6 +1385,15 @@ ${ac_dA}HAVE_INT64_T${ac_dB}HAVE_INT64_T${ac_dC}1${ac_dD} ${ac_dA}HAVE_U_INT8_T${ac_dB}HAVE_U_INT8_T${ac_dC}1${ac_dD} ${ac_dA}HAVE_U_INT16_T${ac_dB}HAVE_U_INT16_T${ac_dC}1${ac_dD} ${ac_dA}HAVE_U_INT32_T${ac_dB}HAVE_U_INT32_T${ac_dC}1${ac_dD} +CEOF + sed -f $tmp/defines.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/defines.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/defines.sed <$tmp/out rm -f $tmp/in @@ -1459,6 +1473,15 @@ CEOF /^[ ]*#[ ]*undef/!b t clr : clr +${ac_uA}RETSIGTYPE${ac_uB}RETSIGTYPE${ac_uC}void${ac_uD} +${ac_uA}VOID_RETSIGTYPE${ac_uB}VOID_RETSIGTYPE${ac_uC}1${ac_uD} +${ac_uA}TIME_WITH_SYS_TIME${ac_uB}TIME_WITH_SYS_TIME${ac_uC}1${ac_uD} +${ac_uA}HAVE_NETINET_IP_H${ac_uB}HAVE_NETINET_IP_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_NETINET_TCP_H${ac_uB}HAVE_NETINET_TCP_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_GETLOGIN${ac_uB}HAVE_GETLOGIN${ac_uC}1${ac_uD} +${ac_uA}HAVE_SETLOGIN${ac_uB}HAVE_SETLOGIN${ac_uC}1${ac_uD} +${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_GETPAGESIZE${ac_uB}HAVE_GETPAGESIZE${ac_uC}1${ac_uD} ${ac_uA}HAVE_MMAP${ac_uB}HAVE_MMAP${ac_uC}1${ac_uD} ${ac_uA}HAVE_SSIZE_T${ac_uB}HAVE_SSIZE_T${ac_uC}1${ac_uD} @@ -1488,15 +1511,6 @@ ${ac_uA}HAVE_SYS_PROC_H${ac_uB}HAVE_SYS_PROC_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_SYS_RESOURCE_H${ac_uB}HAVE_SYS_RESOURCE_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_SYS_SOCKET_H${ac_uB}HAVE_SYS_SOCKET_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_SYS_SOCKIO_H${ac_uB}HAVE_SYS_SOCKIO_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYS_SYSCTL_H${ac_uB}HAVE_SYS_SYSCTL_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYS_TTY_H${ac_uB}HAVE_SYS_TTY_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYS_UIO_H${ac_uB}HAVE_SYS_UIO_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYS_UTSNAME_H${ac_uB}HAVE_SYS_UTSNAME_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD} -${ac_uA}HAVE_SYSLOG_H${ac_uB}HAVE_SYSLOG_H${ac_uC}1${ac_uD} CEOF sed -f $tmp/undefs.sed $tmp/in >$tmp/out rm -f $tmp/in @@ -1506,6 +1520,15 @@ CEOF /^[ ]*#[ ]*undef/!b t clr : clr +${ac_uA}HAVE_SYS_STAT_H${ac_uB}HAVE_SYS_STAT_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_SYS_SYSCTL_H${ac_uB}HAVE_SYS_SYSCTL_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_SYS_TIME_H${ac_uB}HAVE_SYS_TIME_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_SYS_TTY_H${ac_uB}HAVE_SYS_TTY_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_SYS_UIO_H${ac_uB}HAVE_SYS_UIO_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_SYS_UTSNAME_H${ac_uB}HAVE_SYS_UTSNAME_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_SYS_WAIT_H${ac_uB}HAVE_SYS_WAIT_H${ac_uC}1${ac_uD} +${ac_uA}HAVE_SYSLOG_H${ac_uB}HAVE_SYSLOG_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_TERMIOS_H${ac_uB}HAVE_TERMIOS_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_UTIL_H${ac_uB}HAVE_UTIL_H${ac_uC}1${ac_uD} @@ -1517,6 +1540,7 @@ ${ac_uA}HAVE_IPV6${ac_uB}HAVE_IPV6${ac_uC}1${ac_uD} ${ac_uA}HAVE_IN6ADDR_LOOPBACK${ac_uB}HAVE_IN6ADDR_LOOPBACK${ac_uC}1${ac_uD} ${ac_uA}HAVE_GETHOSTBYNAME2${ac_uB}HAVE_GETHOSTBYNAME2${ac_uC}1${ac_uD} ${ac_uA}HAVE_RES_SEARCH${ac_uB}HAVE_RES_SEARCH${ac_uC}1${ac_uD} +${ac_uA}HAVE_RES_NSEARCH${ac_uB}HAVE_RES_NSEARCH${ac_uC}1${ac_uD} ${ac_uA}HAVE_DN_EXPAND${ac_uB}HAVE_DN_EXPAND${ac_uC}1${ac_uD} ${ac_uA}HAVE__RES${ac_uB}HAVE__RES${ac_uC}1${ac_uD} ${ac_uA}HAVE__RES_DECLARATION${ac_uB}HAVE__RES_DECLARATION${ac_uC}1${ac_uD} @@ -1534,6 +1558,15 @@ ${ac_uA}HAVE_INITSTATE${ac_uB}HAVE_INITSTATE${ac_uC}1${ac_uD} ${ac_uA}HAVE_ISSETUGID${ac_uB}HAVE_ISSETUGID${ac_uC}1${ac_uD} ${ac_uA}HAVE_RANDOM${ac_uB}HAVE_RANDOM${ac_uC}1${ac_uD} ${ac_uA}HAVE_SETPROGNAME${ac_uB}HAVE_SETPROGNAME${ac_uC}1${ac_uD} +CEOF + sed -f $tmp/undefs.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/undefs.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/undefs.sed <$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/undefs.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/undefs.sed <$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/undefs.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/undefs.sed <$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/undefs.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/undefs.sed <$tmp/out rm -f $tmp/in @@ -1741,6 +1755,18 @@ CEOF /^[ ]*#[ ]*undef/!b t clr : clr +${ac_uA}HAVE_OPENPTY${ac_uB}HAVE_OPENPTY${ac_uC}1${ac_uD} +${ac_uA}HAVE_LIBUTIL${ac_uB}HAVE_LIBUTIL${ac_uC}1${ac_uD} +${ac_uA}HAVE_TGETENT${ac_uB}HAVE_TGETENT${ac_uC}1${ac_uD} +${ac_uA}HAVE_LIBTERMCAP${ac_uB}HAVE_LIBTERMCAP${ac_uC}1${ac_uD} +${ac_uA}HAVE_FCNTL${ac_uB}HAVE_FCNTL${ac_uC}1${ac_uD} +${ac_uA}HAVE_GRANTPT${ac_uB}HAVE_GRANTPT${ac_uC}1${ac_uD} +${ac_uA}HAVE_MKTIME${ac_uB}HAVE_MKTIME${ac_uC}1${ac_uD} +${ac_uA}HAVE_PTSNAME${ac_uB}HAVE_PTSNAME${ac_uC}1${ac_uD} +${ac_uA}HAVE_RAND${ac_uB}HAVE_RAND${ac_uC}1${ac_uD} +${ac_uA}HAVE_REVOKE${ac_uB}HAVE_REVOKE${ac_uC}1${ac_uD} +${ac_uA}HAVE_SELECT${ac_uB}HAVE_SELECT${ac_uC}1${ac_uD} +${ac_uA}HAVE_SETITIMER${ac_uB}HAVE_SETITIMER${ac_uC}1${ac_uD} ${ac_uA}HAVE_SETPGID${ac_uB}HAVE_SETPGID${ac_uC}1${ac_uD} ${ac_uA}HAVE_SETPROCTITLE${ac_uB}HAVE_SETPROCTITLE${ac_uC}1${ac_uD} ${ac_uA}HAVE_SETREGID${ac_uB}HAVE_SETREGID${ac_uC}1${ac_uD} @@ -1753,6 +1779,7 @@ ${ac_uA}HAVE_TIMEGM${ac_uB}HAVE_TIMEGM${ac_uC}1${ac_uD} ${ac_uA}HAVE_TTYNAME${ac_uB}HAVE_TTYNAME${ac_uC}1${ac_uD} ${ac_uA}HAVE_TTYSLOT${ac_uB}HAVE_TTYSLOT${ac_uC}1${ac_uD} ${ac_uA}HAVE_UMASK${ac_uB}HAVE_UMASK${ac_uC}1${ac_uD} +${ac_uA}HAVE_UNLOCKPT${ac_uB}HAVE_UNLOCKPT${ac_uC}1${ac_uD} ${ac_uA}HAVE_YP_GET_DEFAULT_DOMAIN${ac_uB}HAVE_YP_GET_DEFAULT_DOMAIN${ac_uC}1${ac_uD} ${ac_uA}HAVE_STDLIB_H${ac_uB}HAVE_STDLIB_H${ac_uC}1${ac_uD} ${ac_uA}HAVE_UNISTD_H${ac_uB}HAVE_UNISTD_H${ac_uC}1${ac_uD} @@ -1766,6 +1793,15 @@ ${ac_uA}HAVE_INT64_T${ac_uB}HAVE_INT64_T${ac_uC}1${ac_uD} ${ac_uA}HAVE_U_INT8_T${ac_uB}HAVE_U_INT8_T${ac_uC}1${ac_uD} ${ac_uA}HAVE_U_INT16_T${ac_uB}HAVE_U_INT16_T${ac_uC}1${ac_uD} ${ac_uA}HAVE_U_INT32_T${ac_uB}HAVE_U_INT32_T${ac_uC}1${ac_uD} +CEOF + sed -f $tmp/undefs.sed $tmp/in >$tmp/out + rm -f $tmp/in + mv $tmp/out $tmp/in + + cat >$tmp/undefs.sed <$tmp/out - rm -f $tmp/in - mv $tmp/out $tmp/in - - cat >$tmp/undefs.sed <. # @@ -424,8 +424,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Heimdal' PACKAGE_TARNAME='heimdal' -PACKAGE_VERSION='0.6.2' -PACKAGE_STRING='Heimdal 0.6.2' +PACKAGE_VERSION='0.6.3' +PACKAGE_STRING='Heimdal 0.6.3' PACKAGE_BUGREPORT='heimdal-bugs@pdc.kth.se' ac_unique_file="kuser/kinit.c" @@ -467,7 +467,7 @@ ac_includes_default="\ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CANONICAL_HOST YACC LEX LEXLIB LEX_OUTPUT_ROOT LN_S EGREP ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL WFLAGS WFLAGS_NOUNUSED WFLAGS_NOIMPLICITINT INCLUDE_openldap LIB_openldap INCLUDE_krb4 LIB_krb4 EXTRA_LIB45 LIB_krb_enable_debug LIB_krb_disable_debug LIB_krb_get_our_ip_for_realm LIB_krb_kdctimeofday LIB_krb_get_kdc_time_diff KRB4_TRUE KRB4_FALSE KRB5_TRUE KRB5_FALSE do_roken_rename_TRUE do_roken_rename_FALSE LIB_kdb HAVE_OPENSSL_TRUE HAVE_OPENSSL_FALSE DIR_des INCLUDE_des LIB_des LIB_des_a LIB_des_so LIB_des_appl DCE_TRUE DCE_FALSE dpagaix_cflags dpagaix_ldadd dpagaix_ldflags LIB_db_create LIB_dbopen LIB_dbm_firstkey HAVE_DB1_TRUE HAVE_DB1_FALSE HAVE_DB3_TRUE HAVE_DB3_FALSE HAVE_NDBM_TRUE HAVE_NDBM_FALSE DBLIB LIB_NDBM VOID_RETSIGTYPE have_err_h_TRUE have_err_h_FALSE have_fnmatch_h_TRUE have_fnmatch_h_FALSE have_ifaddrs_h_TRUE have_ifaddrs_h_FALSE have_vis_h_TRUE have_vis_h_FALSE LIB_socket LIB_gethostbyname LIB_syslog LIB_gethostbyname2 LIB_res_search LIB_res_nsearch LIB_dn_expand LIBOBJS have_glob_h_TRUE have_glob_h_FALSE LIB_getsockopt LIB_setsockopt LIB_hstrerror LIB_bswap16 LIB_bswap32 LIB_pidfile LIB_getaddrinfo LIB_getnameinfo LIB_freeaddrinfo LIB_gai_strerror LIB_crypt DIR_roken LIB_roken INCLUDES_roken LIB_otp OTP_TRUE OTP_FALSE LIB_security NROFF GROFF CATMAN CATMAN_TRUE CATMAN_FALSE CATMANEXT INCLUDE_readline LIB_readline INCLUDE_hesiod LIB_hesiod AIX_TRUE AIX_FALSE AIX4_TRUE AIX4_FALSE LIB_dlopen HAVE_DLOPEN_TRUE HAVE_DLOPEN_FALSE LIB_loadquery AIX_DYNAMIC_AFS_TRUE AIX_DYNAMIC_AFS_FALSE AIX_EXTRA_KAFS IRIX_TRUE IRIX_FALSE X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS HAVE_X_TRUE HAVE_X_FALSE LIB_XauWriteAuth LIB_XauReadAuth LIB_XauFileName NEED_WRITEAUTH_TRUE NEED_WRITEAUTH_FALSE LIB_logwtmp LIB_logout LIB_openpty LIB_tgetent LIB_getpwnam_r LIB_el_init el_compat_TRUE el_compat_FALSE COMPILE_ET DIR_com_err LIB_com_err LIB_com_err_a LIB_com_err_so LIB_AUTH_SUBDIRS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CANONICAL_HOST YACC LEX LEXLIB LEX_OUTPUT_ROOT LN_S EGREP ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXX CXXFLAGS ac_ct_CXX CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL WFLAGS WFLAGS_NOUNUSED WFLAGS_NOIMPLICITINT INCLUDE_openldap LIB_openldap INCLUDE_krb4 LIB_krb4 EXTRA_LIB45 LIB_krb_enable_debug LIB_krb_disable_debug LIB_krb_get_our_ip_for_realm LIB_krb_kdctimeofday LIB_krb_get_kdc_time_diff KRB4_TRUE KRB4_FALSE KRB5_TRUE KRB5_FALSE do_roken_rename_TRUE do_roken_rename_FALSE LIB_kdb HAVE_OPENSSL_TRUE HAVE_OPENSSL_FALSE DIR_des INCLUDE_des LIB_des LIB_des_a LIB_des_so LIB_des_appl DCE_TRUE DCE_FALSE dpagaix_cflags dpagaix_ldadd dpagaix_ldflags LIB_db_create LIB_dbopen LIB_dbm_firstkey HAVE_DB1_TRUE HAVE_DB1_FALSE HAVE_DB3_TRUE HAVE_DB3_FALSE HAVE_NDBM_TRUE HAVE_NDBM_FALSE DBLIB LIB_NDBM VOID_RETSIGTYPE have_err_h_TRUE have_err_h_FALSE have_fnmatch_h_TRUE have_fnmatch_h_FALSE have_ifaddrs_h_TRUE have_ifaddrs_h_FALSE have_vis_h_TRUE have_vis_h_FALSE LIB_socket LIB_gethostbyname LIB_syslog LIB_gethostbyname2 LIB_res_search LIB_res_nsearch LIB_dn_expand LIBOBJS have_glob_h_TRUE have_glob_h_FALSE LIB_getsockopt LIB_setsockopt LIB_hstrerror LIB_bswap16 LIB_bswap32 LIB_pidfile LIB_getaddrinfo LIB_getnameinfo LIB_freeaddrinfo LIB_gai_strerror LIB_crypt DIR_roken LIB_roken INCLUDES_roken LIB_otp OTP_TRUE OTP_FALSE LIB_security NROFF GROFF CATMAN CATMAN_TRUE CATMAN_FALSE CATMANEXT INCLUDE_readline LIB_readline INCLUDE_hesiod LIB_hesiod AIX_TRUE AIX_FALSE AIX4_TRUE AIX4_FALSE LIB_dlopen HAVE_DLOPEN_TRUE HAVE_DLOPEN_FALSE LIB_loadquery AIX_DYNAMIC_AFS_TRUE AIX_DYNAMIC_AFS_FALSE AIX_EXTRA_KAFS IRIX_TRUE IRIX_FALSE X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS HAVE_X_TRUE HAVE_X_FALSE LIB_XauWriteAuth LIB_XauReadAuth LIB_XauFileName NEED_WRITEAUTH_TRUE NEED_WRITEAUTH_FALSE LIB_logwtmp LIB_logout LIB_openpty LIB_tgetent LIB_getpwnam_r LIB_el_init el_compat_TRUE el_compat_FALSE COMPILE_ET DIR_com_err LIB_com_err LIB_com_err_a LIB_com_err_so LIB_AUTH_SUBDIRS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -956,7 +956,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Heimdal 0.6.2 to adapt to many kinds of systems. +\`configure' configures Heimdal 0.6.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1026,15 +1026,15 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Heimdal 0.6.2:";; + short | recursive ) echo "Configuration of Heimdal 0.6.3:";; esac cat <<\_ACEOF Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-maintainer-mode enable make rules and dependencies not useful - (and sometimes confusing) to the casual installer + --enable-maintainer-mode enable make rules and dependencies not useful + (and sometimes confusing) to the casual installer --disable-largefile omit support for large files --enable-shared[=PKGS] build shared libraries [default=no] @@ -1204,7 +1204,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Heimdal configure 0.6.2 +Heimdal configure 0.6.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1218,7 +1218,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Heimdal $as_me 0.6.2, which was +It was created by Heimdal $as_me 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -2724,7 +2724,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -am__api_version="1.7" +am__api_version="1.8" ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then @@ -2887,7 +2887,6 @@ _ACEOF program_transform_name=`echo $program_transform_name | sed -f conftest.sed` rm conftest.sed - # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` @@ -2901,6 +2900,31 @@ else echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi +if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then + # Keeping the `.' argument allows $(mkdir_p) to be used without + # argument. Indeed, we sometimes output rules like + # $(mkdir_p) $(somedir) + # where $(somedir) is conditionally defined. + # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more + # expensive solution, as it forces Make to start a sub-shell.) + mkdir_p='mkdir -p -- .' +else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + for d in ./-p ./--version; + do + test -d $d && rmdir $d + done + # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. + if test -f "$ac_aux_dir/mkinstalldirs"; then + mkdir_p='$(mkinstalldirs)' + else + mkdir_p='$(install_sh) -d' + fi +fi + for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -2979,7 +3003,7 @@ else fi rmdir .tst 2>/dev/null - # test to see if srcdir already configured +# test to see if srcdir already configured if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 @@ -2999,7 +3023,7 @@ fi # Define the identity of the package. PACKAGE='heimdal' - VERSION='0.6.2' + VERSION='0.6.3' cat >>confdefs.h <<_ACEOF @@ -4786,7 +4810,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 4789 "configure"' > conftest.$ac_ext + echo '#line 4813 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -6015,7 +6039,7 @@ fi # Provide some information about the compiler. -echo "$as_me:6018:" \ +echo "$as_me:6042:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 @@ -7049,11 +7073,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7052: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7076: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7056: \$? = $ac_status" >&5 + echo "$as_me:7080: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -7282,11 +7306,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7285: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7309: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7289: \$? = $ac_status" >&5 + echo "$as_me:7313: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -7342,11 +7366,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7345: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7369: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:7349: \$? = $ac_status" >&5 + echo "$as_me:7373: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -9526,7 +9550,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:11830: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:11810: \$? = $ac_status" >&5 + echo "$as_me:11834: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -11863,11 +11887,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:11866: $lt_compile\"" >&5) + (eval echo "\"\$as_me:11890: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:11870: \$? = $ac_status" >&5 + echo "$as_me:11894: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13224,7 +13248,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:14176: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:14156: \$? = $ac_status" >&5 + echo "$as_me:14180: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -14209,11 +14233,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14212: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14236: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14216: \$? = $ac_status" >&5 + echo "$as_me:14240: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -16243,11 +16267,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16246: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16270: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16250: \$? = $ac_status" >&5 + echo "$as_me:16274: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -16476,11 +16500,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16479: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16503: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:16483: \$? = $ac_status" >&5 + echo "$as_me:16507: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -16536,11 +16560,11 @@ else -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:16539: $lt_compile\"" >&5) + (eval echo "\"\$as_me:16563: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:16543: \$? = $ac_status" >&5 + echo "$as_me:16567: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -18720,7 +18744,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5 echo $ECHO_N "checking for in6addr_loopback... $ECHO_C" >&6 @@ -47111,6 +47138,10 @@ LIBS="$X_PRE_LIBS $X_EXTRA_LIBS $LIBS" save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $X_LIBS" +## check for XauWriteAuth first, so we detect the case where +## XauReadAuth is in -lX11, but XauWriteAuth is only in -lXau this +## could be done by checking for XauReadAuth in -lXau first, but this +## breaks in IRIX 6.5 @@ -47771,6 +47802,8 @@ esac LIBS="$ac_xxx" +## set LIB_XauReadAuth to union of these tests, since this is what the +## Makefiles are using case "$ac_cv_funclib_XauWriteAuth" in yes) ;; no) ;; @@ -53776,7 +53809,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Heimdal $as_me 0.6.2, which was +This file was extended by Heimdal $as_me 0.6.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -53836,7 +53869,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Heimdal config.status 0.6.2 +Heimdal config.status 0.6.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -54100,6 +54133,7 @@ s,@install_sh@,$install_sh,;t t s,@STRIP@,$STRIP,;t t s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t +s,@mkdir_p@,$mkdir_p,;t t s,@AWK@,$AWK,;t t s,@SET_MAKE@,$SET_MAKE,;t t s,@am__leading_dot@,$am__leading_dot,;t t @@ -54781,7 +54815,7 @@ fi cat > include/newversion.h.in <. +`http://www.pdc.kth.se/heimdal/'.  File: heimdal.info, Node: What is Kerberos?, Next: Building and Installing, Prev: Introduction, Up: Top @@ -178,7 +178,6 @@ time, the lifetime of the ticket, and the session key, all encrypted in A's secret key ({B, T, LIFE, K, T}K). A decrypts the reply and retains it for later use. - Before sending a message to B, A creates an authenticator consisting of A's name, A's address, the current time, and a "checksum" chosen by A, all encrypted with the secret session key ({A, A, T, @@ -242,7 +241,7 @@ Authentication System: a Dialogue in Four Scenes' by Bill Bryant, also from 1988. These documents can be found on our web-page at -. +`http://www.pdc.kth.se/kth-krb/'.  File: heimdal.info, Node: Building and Installing, Next: Setting up a realm, Prev: What is Kerberos?, Up: Top @@ -325,8 +324,8 @@ following options: `--with-openldap' Compile Heimdal with support for storing the database in LDAP. - Requires OpenLDAP . See - for more information. + Requires OpenLDAP `http://www.openldap.org'. See + `http://www.padl.com/~lukeh/heimdal/' for more information. `--enable-bigendian' @@ -615,7 +614,7 @@ corresponds to the different commands in `kadmin'. If a GLOB-PATTERN is given on a line, it restricts the right for the principal to only apply for the subjects that match the pattern. The patters are of the same type as those used in shell globbing, see -. +`none,,fnmatch(3)'. In the example below `lha/admin' can change every principal in the database. `jimmy/admin' can only modify principals that belong to the @@ -669,7 +668,7 @@ Code for a password quality checking function that uses the cracklib library can be found in `lib/kadm5/sample_password_check.c' in the source code distribution. It requires the cracklib library built with the patch available at -. +`ftp://ftp.pdc.kth.se/pub/krb/src/cracklib.patch'. If no password quality checking function is configured, it is only verified that it is at least six characters of length. @@ -827,7 +826,6 @@ Common types of salting includes `afs3-salt' is the salting that is used with Transarc kaserver. Its the cell appended to the password. -  File: heimdal.info, Node: Cross realm, Next: Transit policy, Prev: Salting, Up: Setting up a realm @@ -1249,7 +1247,7 @@ big problem, but if you have run your kerberos realm for a few years, chances are big that you have quite a few `junk' principals. If you don't want this you can remove the `default_domain' statement, -but then you will have to add entries for _all_ your hosts in the +but then you will have to add entries for *all* your hosts in the `v4_instance_convert' section. Instead of doing this you can use DNS to convert instances. This is not @@ -1287,6 +1285,6 @@ and you can't set any flags or do any other fancy stuff. To get this to work, you have to add another entry to inetd (since version 4 uses port 751, not 749). -_And then there are a many more things you can do; more on this in a -later version of this manual. Until then, UTSL._ +*And then there are a many more things you can do; more on this in a +later version of this manual. Until then, UTSL.* diff --git a/crypto/dist/heimdal/doc/heimdal.info-2 b/crypto/dist/heimdal/doc/heimdal.info-2 index 9a175e5ee430..42d7466fd814 100644 --- a/crypto/dist/heimdal/doc/heimdal.info-2 +++ b/crypto/dist/heimdal/doc/heimdal.info-2 @@ -1,5 +1,5 @@ -This is heimdal.info, produced by makeinfo version 4.0 from -heimdal.texi. +This is Info file heimdal.info, produced by Makeinfo version 1.68 from +the input file heimdal.texi. INFO-DIR-SECTION Heimdal START-INFO-DIR-ENTRY @@ -43,7 +43,7 @@ server is on the same machine as the AFS-database server. If you do not like to do that you can add a small program that runs on the database servers that forward all kerberos requests to the real kerberos server. A program that does this is `krb-forward' -(). +(`ftp://ftp.stacken.kth.se/pub/projekts/krb-forward').  File: heimdal.info, Node: Windows 2000 compatability, Next: Programming with Kerberos, Prev: Kerberos 4 issues, Up: Top @@ -263,7 +263,7 @@ required. Microsoft seems also to have forgotten to implement the checksum algorithms `rsa-md4-des' and `rsa-md5-des'. This can make Name mapping -(*note Create account mappings::) fail if a `des-cbc-md5' key is used. +(*note Create account mappings::.) fail if a `des-cbc-md5' key is used. To make the KDC return only `des-cbc-crc' you must delete the `des-cbc-md5' key from the kdc using the `kadmin del_enctype' command. @@ -286,44 +286,82 @@ Useful links when reading about the Windows 2000 See also our paper presented at the 2001 usenix Annual Technical Conference, available in the proceedings or at -. +`http://www.usenix.org/publications/library/proceedings/usenix01/freenix01/westerlund.html'. There are lots of text about Kerberos on Microsoft's web site, here is a short list of the interesting documents that we have managed to find. * Step-by-Step Guide to Kerberos 5 (krb5 1.0) Interoperability - - + + + + + + + + + + + + `http://www.microsoft.com/windows2000/library/planning/security/kerbsteps.asp' Kerberos GSS-API (in Windows-ize SSPI), Windows as a client in a non-Windows KDC realm, adding unix clients to a Windows 2000 KDC, and adding cross-realm trust (*Note Inter-Realm keys (trust) between Windows 2000 and a Heimdal KDC::.). * Windows 2000 Kerberos Authentication - - + + + + + + + `http://www.microsoft.com/TechNet/win2000/win2ksrv/technote/kerberos.asp' White paper that describes how Kerberos is used in Windows 2000. * Overview of kerberos - - + `http://support.microsoft.com/support/kb/articles/Q248/7/58.ASP' Links to useful other links. * Klist for windows - - + + + + `http://msdn.microsoft.com/library/periodic/period00/security0500.htm' Describes where to get a klist for Windows 2000. * Event logging for kerberos - - . + `http://support.microsoft.com/support/kb/articles/Q262/1/77.ASP'. Basicly it say that you can add a registry key + + + + + + + + + + + + + + + + + + + `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters\LogLevel' with value DWORD equal to 1, and then you'll get logging in the Event Logger. * Access to the active directory through LDAP - - + `http://msdn.microsoft.com/library/techart/kerberossamp.htm' Other useful programs include these: - * pwdump2 + * pwdump2 `http://www.webspan.net/~tas/pwdump2/'  File: heimdal.info, Node: Programming with Kerberos, Next: Migration, Prev: Windows 2000 compatability, Up: Top @@ -332,7 +370,7 @@ Programming with Kerberos ************************* First you need to know how the Kerberos model works, go read the -introduction text (*note What is Kerberos?::). +introduction text (*note What is Kerberos?::.). * Menu: @@ -629,7 +667,6 @@ Order in what to do things: using KPOP, and Zephyr. Eudora can use the Kerberos 4 kerberos in the Heimdal kdc. -  File: heimdal.info, Node: Acknowledgments, Prev: Migration, Up: Top diff --git a/crypto/dist/heimdal/include/config.h b/crypto/dist/heimdal/include/config.h index ee42a32a906d..ad5635d84f38 100644 --- a/crypto/dist/heimdal/include/config.h +++ b/crypto/dist/heimdal/include/config.h @@ -221,7 +221,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_FOUR_VALUED_EL_INIT 1 /* define if krb_put_int takes four arguments. */ -/* #undef HAVE_FOUR_VALUED_KRB_PUT_INT */ +#define HAVE_FOUR_VALUED_KRB_PUT_INT 1 /* Define to 1 if you have the `freeaddrinfo' function. */ #define HAVE_FREEADDRINFO 1 @@ -321,7 +321,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_GLOB 1 /* Define to 1 if you have the `grantpt' function. */ -/* #undef HAVE_GRANTPT */ +#define HAVE_GRANTPT 1 /* Define to 1 if you have the header file. */ #define HAVE_GRP_H 1 @@ -399,19 +399,19 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_ISSETUGID 1 /* Define to 1 if you have the `krb_disable_debug' function. */ -/* #undef HAVE_KRB_DISABLE_DEBUG */ +#define HAVE_KRB_DISABLE_DEBUG 1 /* Define to 1 if you have the `krb_enable_debug' function. */ -/* #undef HAVE_KRB_ENABLE_DEBUG */ +#define HAVE_KRB_ENABLE_DEBUG 1 /* Define to 1 if you have the `krb_get_kdc_time_diff' function. */ -/* #undef HAVE_KRB_GET_KDC_TIME_DIFF */ +#define HAVE_KRB_GET_KDC_TIME_DIFF 1 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */ -/* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */ +#define HAVE_KRB_GET_OUR_IP_FOR_REALM 1 /* Define to 1 if you have the `krb_kdctimeofday' function. */ -/* #undef HAVE_KRB_KDCTIMEOFDAY */ +#define HAVE_KRB_KDCTIMEOFDAY 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_LIBUTIL_H */ @@ -513,7 +513,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_OPENPTY 1 /* define to use openssl's libcrypto */ -/* #undef HAVE_OPENSSL */ +#define HAVE_OPENSSL 1 /* define if your system declares optarg */ #define HAVE_OPTARG_DECLARATION 1 @@ -540,7 +540,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_PTHREAD_H 1 /* Define to 1 if you have the `ptsname' function. */ -/* #undef HAVE_PTSNAME */ +#define HAVE_PTSNAME 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_PTY_H */ @@ -573,7 +573,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_RESOLV_H 1 /* Define to 1 if you have the `res_nsearch' function. */ -/* #undef HAVE_RES_NSEARCH */ +#define HAVE_RES_NSEARCH 1 /* Define to 1 if you have the `res_search' function. */ #define HAVE_RES_SEARCH 1 @@ -1002,7 +1002,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define HAVE_UNISTD_H 1 /* Define to 1 if you have the `unlockpt' function. */ -/* #undef HAVE_UNLOCKPT */ +#define HAVE_UNLOCKPT 1 /* Define if you have the function `unsetenv'. */ #define HAVE_UNSETENV 1 @@ -1125,13 +1125,13 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } /* #undef IRIX4 */ /* Define if you have the krb4 package. */ -/* #undef KRB4 */ +#define KRB4 1 /* Enable Kerberos 5 support in applications. */ #define KRB5 1 /* Define if krb_mk_req takes const char * */ -/* #undef KRB_MK_REQ_CONST */ +#define KRB_MK_REQ_CONST 1 /* This is the krb4 sendauth version. */ /* #undef KRB_SENDAUTH_VERS */ @@ -1255,13 +1255,13 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } #define PACKAGE_NAME "Heimdal" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Heimdal 0.6.2" +#define PACKAGE_STRING "Heimdal 0.6.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "heimdal" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.6.2" +#define PACKAGE_VERSION "0.6.3" /* Define if getlogin has POSIX flavour (and not BSD). */ /* #undef POSIX_GETLOGIN */ @@ -1297,7 +1297,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "0.6.2" +#define VERSION "0.6.3" /* Define if signal handlers return void. */ #define VOID_RETSIGTYPE 1 diff --git a/crypto/dist/heimdal/include/version.h b/crypto/dist/heimdal/include/version.h index f2c63be7c647..8e8eb85a202b 100644 --- a/crypto/dist/heimdal/include/version.h +++ b/crypto/dist/heimdal/include/version.h @@ -1,2 +1,2 @@ -const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6.2 by lha on hummel.it.su.se (i386-unknown-netbsdelf2.0C) Thu May 6 18:14:43 CEST 2004 $"; -const char *heimdal_version = "Heimdal 0.6.2"; +const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6.3 by lha on nutcracker.stacken.kth.se (i386-unknown-netbsdelf2.0G) Mon Sep 13 22:50:55 CEST 2004 $"; +const char *heimdal_version = "Heimdal 0.6.3"; diff --git a/crypto/dist/heimdal/include/version.h.in b/crypto/dist/heimdal/include/version.h.in index cba61c181a9b..024d811f491d 100644 --- a/crypto/dist/heimdal/include/version.h.in +++ b/crypto/dist/heimdal/include/version.h.in @@ -1,2 +1,2 @@ -const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6.2 by @USER@ on @HOST@ (i386-unknown-netbsdelf2.0C) @DATE@ $"; -const char *heimdal_version = "Heimdal 0.6.2"; +const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6.3 by @USER@ on @HOST@ (i386-unknown-netbsdelf2.0G) @DATE@ $"; +const char *heimdal_version = "Heimdal 0.6.3"; diff --git a/crypto/dist/heimdal/install-sh b/crypto/dist/heimdal/install-sh index 6ce63b9f76bc..77bc38144f23 100755 --- a/crypto/dist/heimdal/install-sh +++ b/crypto/dist/heimdal/install-sh @@ -1,7 +1,8 @@ #!/bin/sh -# # install - install a program, script, or datafile -# + +scriptversion=2004-02-15.20 + # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. @@ -41,13 +42,11 @@ # from scratch. It can only install one file at a time, a restriction # shared with many OS's install programs. - # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" - # put in absolute paths if you don't have them in your path; or use env. vars. mvprog="${MVPROG-mv}" @@ -59,236 +58,259 @@ stripprog="${STRIPPROG-strip}" rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" -transformbasename="" -transform_arg="" +transformbasename= +transform_arg= instcmd="$mvprog" chmodcmd="$chmodprog 0755" -chowncmd="" -chgrpcmd="" -stripcmd="" +chowncmd= +chgrpcmd= +stripcmd= rmcmd="$rmprog -f" mvcmd="$mvprog" -src="" -dst="" -dir_arg="" +src= +dst= +dir_arg= -while [ x"$1" != x ]; do - case $1 in - -c) instcmd=$cpprog - shift - continue;; +usage="Usage: $0 [OPTION]... SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 -d DIRECTORIES... - -d) dir_arg=true - shift - continue;; +In the first form, install SRCFILE to DSTFILE, removing SRCFILE by default. +In the second, create the directory path DIR. - -m) chmodcmd="$chmodprog $2" - shift - shift - continue;; +Options: +-b=TRANSFORMBASENAME +-c copy source (using $cpprog) instead of moving (using $mvprog). +-d create directories instead of installing files. +-g GROUP $chgrp installed files to GROUP. +-m MODE $chmod installed files to MODE. +-o USER $chown installed files to USER. +-s strip installed files (using $stripprog). +-t=TRANSFORM +--help display this help and exit. +--version display version info and exit. - -o) chowncmd="$chownprog $2" - shift - shift - continue;; +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG +" - -g) chgrpcmd="$chgrpprog $2" - shift - shift - continue;; +while test -n "$1"; do + case $1 in + -b=*) transformbasename=`echo $1 | sed 's/-b=//'` + shift + continue;; - -s) stripcmd=$stripprog - shift - continue;; + -c) instcmd=$cpprog + shift + continue;; - -t=*) transformarg=`echo $1 | sed 's/-t=//'` - shift - continue;; + -d) dir_arg=true + shift + continue;; - -b=*) transformbasename=`echo $1 | sed 's/-b=//'` - shift - continue;; + -g) chgrpcmd="$chgrpprog $2" + shift + shift + continue;; - *) if [ x"$src" = x ] - then - src=$1 - else - # this colon is to work around a 386BSD /bin/sh bug - : - dst=$1 - fi - shift - continue;; + --help) echo "$usage"; exit 0;; + + -m) chmodcmd="$chmodprog $2" + shift + shift + continue;; + + -o) chowncmd="$chownprog $2" + shift + shift + continue;; + + -s) stripcmd=$stripprog + shift + continue;; + + -t=*) transformarg=`echo $1 | sed 's/-t=//'` + shift + continue;; + + --version) echo "$0 $scriptversion"; exit 0;; + + *) # When -d is used, all remaining arguments are directories to create. + test -n "$dir_arg" && break + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dstarg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dstarg" + shift # fnord + fi + shift # arg + dstarg=$arg + done + break;; + esac +done + +if test -z "$1"; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +for src +do + # Protect names starting with `-'. + case $src in + -*) src=./$src ;; + esac + + if test -n "$dir_arg"; then + dst=$src + src= + + if test -d "$dst"; then + instcmd=: + chmodcmd= + else + instcmd=$mkdirprog + fi + else + # Waiting for this to be detected by the "$instcmd $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dstarg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + + dst=$dstarg + # Protect names starting with `-'. + case $dst in + -*) dst=./$dst ;; esac + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + dst=$dst/`basename "$src"` + fi + fi + + # This sed command emulates the dirname command. + dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` + + # Make sure that the destination directory exists. + + # Skip lots of stat calls in the usual case. + if test ! -d "$dstdir"; then + defaultIFS=' + ' + IFS="${IFS-$defaultIFS}" + + oIFS=$IFS + # Some sh's can't handle IFS=/ for some reason. + IFS='%' + set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` + IFS=$oIFS + + pathcomp= + + while test $# -ne 0 ; do + pathcomp=$pathcomp$1 + shift + if test ! -d "$pathcomp"; then + $mkdirprog "$pathcomp" || lasterr=$? + # mkdir can fail with a `File exist' error in case several + # install-sh are creating the directory concurrently. This + # is OK. + test ! -d "$pathcomp" && { (exit ${lasterr-1}); exit; } + fi + pathcomp=$pathcomp/ + done + fi + + if test -n "$dir_arg"; then + $doit $instcmd "$dst" \ + && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ + && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ + && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ + && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } + + else + # If we're going to rename the final executable, determine the name now. + if test -z "$transformarg"; then + dstfile=`basename "$dst"` + else + dstfile=`basename "$dst" $transformbasename \ + | sed $transformarg`$transformbasename + fi + + # don't allow the sed command to completely eliminate the filename. + test -z "$dstfile" && dstfile=`basename "$dst"` + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0 + trap '(exit $?); exit' 1 2 13 15 + + # Move or copy the file name to the temp name + $doit $instcmd "$src" "$dsttmp" && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $instcmd $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ + && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ + && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ + && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } && + + # Now remove or move aside any old file at destination location. We + # try this two ways since rm can't unlink itself on some systems and + # the destination file might be busy for other reasons. In this case, + # the final cleanup might fail but the new file should still install + # successfully. + { + if test -f "$dstdir/$dstfile"; then + $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \ + || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \ + || { + echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 + (exit 1); exit + } + else + : + fi + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" + fi || { (exit 1); exit; } done -if [ x"$src" = x ] -then - echo "$0: no input file specified" >&2 - exit 1 -else - : -fi - -if [ x"$dir_arg" != x ]; then - dst=$src - src="" - - if [ -d "$dst" ]; then - instcmd=: - chmodcmd="" - else - instcmd=$mkdirprog - fi -else - -# Waiting for this to be detected by the "$instcmd $src $dsttmp" command -# might cause directories to be created, which would be especially bad -# if $src (and thus $dsttmp) contains '*'. - - if [ -f "$src" ] || [ -d "$src" ] - then - : - else - echo "$0: $src does not exist" >&2 - exit 1 - fi - - if [ x"$dst" = x ] - then - echo "$0: no destination specified" >&2 - exit 1 - else - : - fi - -# If destination is a directory, append the input filename; if your system -# does not like double slashes in filenames, you may need to add some logic - - if [ -d "$dst" ] - then - dst=$dst/`basename "$src"` - else - : - fi -fi - -## this sed command emulates the dirname command -dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` - -# Make sure that the destination directory exists. -# this part is taken from Noah Friedman's mkinstalldirs script - -# Skip lots of stat calls in the usual case. -if [ ! -d "$dstdir" ]; then -defaultIFS=' - ' -IFS="${IFS-$defaultIFS}" - -oIFS=$IFS -# Some sh's can't handle IFS=/ for some reason. -IFS='%' -set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` -IFS=$oIFS - -pathcomp='' - -while [ $# -ne 0 ] ; do - pathcomp=$pathcomp$1 - shift - - if [ ! -d "$pathcomp" ] ; - then - $mkdirprog "$pathcomp" - else - : - fi - - pathcomp=$pathcomp/ -done -fi - -if [ x"$dir_arg" != x ] -then - $doit $instcmd "$dst" && - - if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi && - if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi && - if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi && - if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi -else - -# If we're going to rename the final executable, determine the name now. - - if [ x"$transformarg" = x ] - then - dstfile=`basename "$dst"` - else - dstfile=`basename "$dst" $transformbasename | - sed $transformarg`$transformbasename - fi - -# don't allow the sed command to completely eliminate the filename - - if [ x"$dstfile" = x ] - then - dstfile=`basename "$dst"` - else - : - fi - -# Make a couple of temp file names in the proper directory. - - dsttmp=$dstdir/_inst.$$_ - rmtmp=$dstdir/_rm.$$_ - -# Trap to clean up temp files at exit. - - trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0 - trap '(exit $?); exit' 1 2 13 15 - -# Move or copy the file name to the temp name - - $doit $instcmd "$src" "$dsttmp" && - -# and set any options; do chmod last to preserve setuid bits - -# If any of these fail, we abort the whole thing. If we want to -# ignore errors from any of these, just make sure not to ignore -# errors from the above "$doit $instcmd $src $dsttmp" command. - - if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi && - if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi && - if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi && - if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else :;fi && - -# Now remove or move aside any old file at destination location. We try this -# two ways since rm can't unlink itself on some systems and the destination -# file might be busy for other reasons. In this case, the final cleanup -# might fail but the new file should still install successfully. - -{ - if [ -f "$dstdir/$dstfile" ] - then - $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null || - $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null || - { - echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 - (exit 1); exit - } - else - : - fi -} && - -# Now rename the file to the real destination. - - $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" - -fi && - # The final little trick to "correctly" pass the exit status to the exit trap. - { - (exit 0); exit + (exit 0); exit } + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/crypto/dist/heimdal/lib/asn1/Makefile.am b/crypto/dist/heimdal/lib/asn1/Makefile.am index 76671da3399d..7abac2a46983 100644 --- a/crypto/dist/heimdal/lib/asn1/Makefile.am +++ b/crypto/dist/heimdal/lib/asn1/Makefile.am @@ -1,5 +1,5 @@ -# $Heimdal: Makefile.am,v 1.69.2.2 2003/10/14 16:13:13 joda Exp $ -# $NetBSD: Makefile.am,v 1.1.1.8 2004/04/02 14:47:42 lha Exp $ +# $Heimdal: Makefile.am,v 1.69.2.3 2004/06/21 08:26:44 lha Exp $ +# $NetBSD: Makefile.am,v 1.1.1.9 2004/09/14 07:46:33 lha Exp $ include $(top_srcdir)/Makefile.am.common @@ -24,6 +24,7 @@ gen_files = \ asn1_Authenticator.x \ asn1_AuthorizationData.x \ asn1_CKSUMTYPE.x \ + asn1_ChangePasswdDataMS.x \ asn1_Checksum.x \ asn1_ENCTYPE.x \ asn1_ETYPE_INFO.x \ diff --git a/crypto/dist/heimdal/lib/auth/ChangeLog b/crypto/dist/heimdal/lib/auth/ChangeLog index e2211785504c..c85ad35efa9b 100644 --- a/crypto/dist/heimdal/lib/auth/ChangeLog +++ b/crypto/dist/heimdal/lib/auth/ChangeLog @@ -1,3 +1,8 @@ +2004-09-08 Johan Danielsson + + * afskauthlib/verify.c: pull up 1.27->1.28: use + krb5_appdefault_boolean instead of krb5_config_get_bool + 2003-05-08 Love Hörnquist Åstrand * sia/Makefile.am: 1.15->1.16: inline COMPILE since (modern) diff --git a/crypto/dist/heimdal/lib/auth/afskauthlib/verify.c b/crypto/dist/heimdal/lib/auth/afskauthlib/verify.c index 5edb0e69a280..69fcb86c0cb3 100644 --- a/crypto/dist/heimdal/lib/auth/afskauthlib/verify.c +++ b/crypto/dist/heimdal/lib/auth/afskauthlib/verify.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2000 Kungliga Tekniska Högskolan + * Copyright (c) 1995-2000, 2004 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -33,8 +33,8 @@ #ifdef HAVE_CONFIG_H #include -__RCSID("$Heimdal: verify.c,v 1.25 2001/06/18 13:11:33 assar Exp $" - "$NetBSD: verify.c,v 1.1.1.5 2002/09/12 12:41:43 joda Exp $"); +__RCSID("$Heimdal: verify.c,v 1.25.12.1 2004/09/08 09:14:26 joda Exp $" + "$NetBSD: verify.c,v 1.1.1.6 2004/09/14 07:46:57 lha Exp $"); #endif #include #include @@ -164,47 +164,51 @@ verify_krb5(struct passwd *pwd, } #ifdef KRB4 - if (krb5_config_get_bool(context, NULL, - "libdefaults", - "krb4_get_tickets", - NULL)) { - CREDENTIALS c; - krb5_creds mcred, cred; - krb5_realm realm; + { + krb5_realm realm = NULL; + krb5_boolean get_v4_tgt; - krb5_get_default_realm(context, &realm); - krb5_make_principal(context, &mcred.server, realm, - "krbtgt", - realm, - NULL); - free (realm); - ret = krb5_cc_retrieve_cred(context, ccache, 0, &mcred, &cred); - if(ret == 0) { - ret = krb524_convert_creds_kdc_ccache(context, ccache, &cred, &c); - if(ret) - krb5_warn(context, ret, "converting creds"); - else { - set_krbtkfile(pwd->pw_uid); - tf_setup(&c, c.pname, c.pinst); - } - memset(&c, 0, sizeof(c)); - krb5_free_creds_contents(context, &cred); - } else - syslog(LOG_AUTH|LOG_DEBUG, "krb5_cc_retrieve_cred: %s", - krb5_get_err_text(context, ret)); + krb5_get_default_realm(context, &realm); + krb5_appdefault_boolean(context, "afskauthlib", + realm, + "krb4_get_tickets", FALSE, &get_v4_tgt); + if (get_v4_tgt) { + CREDENTIALS c; + krb5_creds mcred, cred; + + krb5_make_principal(context, &mcred.server, realm, + "krbtgt", + realm, + NULL); + ret = krb5_cc_retrieve_cred(context, ccache, 0, &mcred, &cred); + if(ret == 0) { + ret = krb524_convert_creds_kdc_ccache(context, ccache, &cred, &c); + if(ret) + krb5_warn(context, ret, "converting creds"); + else { + set_krbtkfile(pwd->pw_uid); + tf_setup(&c, c.pname, c.pinst); + } + memset(&c, 0, sizeof(c)); + krb5_free_creds_contents(context, &cred); + } else + syslog(LOG_AUTH|LOG_DEBUG, "krb5_cc_retrieve_cred: %s", + krb5_get_err_text(context, ret)); - krb5_free_principal(context, mcred.server); - } - if (!pag_set && k_hasafs()) { - k_setpag(); - pag_set = 1; - } + krb5_free_principal(context, mcred.server); + } + free(realm); + if (!pag_set && k_hasafs()) { + k_setpag(); + pag_set = 1; + } - if (pag_set) - krb5_afslog_uid_home(context, ccache, NULL, NULL, - pwd->pw_uid, pwd->pw_dir); + if (pag_set) + krb5_afslog_uid_home(context, ccache, NULL, NULL, + pwd->pw_uid, pwd->pw_dir); + } #endif -out: + out: if(ret && !quiet) printf ("%s\n", krb5_get_err_text (context, ret)); return ret; diff --git a/crypto/dist/heimdal/lib/kafs/ChangeLog b/crypto/dist/heimdal/lib/kafs/ChangeLog index 4c125e1e0f72..2f1bb02e7b55 100644 --- a/crypto/dist/heimdal/lib/kafs/ChangeLog +++ b/crypto/dist/heimdal/lib/kafs/ChangeLog @@ -1,3 +1,12 @@ +2004-06-22 Love + + * afssys.c: 1.70->1.72: s/arla/nnpfs/ + +2004-06-22 Love Hörquist Åstrand + + * afssys.c: 1.70: support the linux /proc/fs/mumel/afs_ioctl afs + "syscall" interface + 2003-04-23 Love Hörquist Åstrand * common.c, kafs.h: drop the int argument (the error code) from diff --git a/crypto/dist/heimdal/lib/kafs/afssys.c b/crypto/dist/heimdal/lib/kafs/afssys.c index bdea71d9fac1..c171c4fded8e 100644 --- a/crypto/dist/heimdal/lib/kafs/afssys.c +++ b/crypto/dist/heimdal/lib/kafs/afssys.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995 - 2000, 2002 Kungliga Tekniska Högskolan + * Copyright (c) 1995 - 2000, 2002, 2004 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -33,8 +33,18 @@ #include "kafs_locl.h" -__RCSID("$Heimdal: afssys.c,v 1.69 2003/03/18 04:18:45 lha Exp $" - "$NetBSD: afssys.c,v 1.1.1.4 2003/05/15 20:28:50 lha Exp $"); +__RCSID("$Heimdal: afssys.c,v 1.69.2.2 2004/06/22 14:29:48 lha Exp $" + "$NetBSD: afssys.c,v 1.1.1.5 2004/09/14 07:46:57 lha Exp $"); + +struct procdata { + unsigned long param4; + unsigned long param3; + unsigned long param2; + unsigned long param1; + unsigned long syscall; +}; +#define VIOC_SYSCALL _IOW('C', 1, void *) + int _kafs_debug; /* this should be done in a better way */ @@ -43,10 +53,12 @@ int _kafs_debug; /* this should be done in a better way */ #define MULTIPLE_ENTRY_POINT 2 #define SINGLE_ENTRY_POINT2 3 #define SINGLE_ENTRY_POINT3 4 -#define AIX_ENTRY_POINTS 5 -#define UNKNOWN_ENTRY_POINT 6 +#define LINUX_PROC_POINT 5 +#define AIX_ENTRY_POINTS 6 +#define UNKNOWN_ENTRY_POINT 7 static int afs_entry_point = UNKNOWN_ENTRY_POINT; static int afs_syscalls[2]; +static char *afs_procpath; /* Magic to get AIX syscalls to work */ #ifdef _AIX @@ -133,6 +145,37 @@ map_syscall_name_to_number (const char *str, int *res) return -1; } +static int +try_proc(const char *path) +{ + int fd; + fd = open(path, O_RDWR); + if (fd < 0) + return 1; + close(fd); + afs_procpath = strdup(path); + if (afs_procpath == NULL) + return 1; + afs_entry_point = LINUX_PROC_POINT; + return 0; +} + +static int +do_proc(struct procdata *data) +{ + int fd, ret, saved_errno; + fd = open(afs_procpath, O_RDWR); + if (fd < 0) { + errno = EINVAL; + return -1; + } + ret = ioctl(fd, VIOC_SYSCALL, data); + saved_errno = errno; + close(fd); + errno = saved_errno; + return ret; +} + int k_pioctl(char *a_path, int o_opcode, @@ -153,12 +196,19 @@ k_pioctl(char *a_path, return syscall(afs_syscalls[0], a_path, o_opcode, a_paramsP, a_followSymlinks); #endif + case LINUX_PROC_POINT: { + struct procdata data = { 0, 0, 0, 0, AFSCALL_PIOCTL }; + data.param1 = (unsigned long)a_path; + data.param2 = (unsigned long)o_opcode; + data.param3 = (unsigned long)a_paramsP; + data.param4 = (unsigned long)a_followSymlinks; + return do_proc(&data); + } #ifdef _AIX case AIX_ENTRY_POINTS: return Pioctl(a_path, o_opcode, a_paramsP, a_followSymlinks); #endif - } - + } errno = ENOSYS; #ifdef SIGSYS kill(getpid(), SIGSYS); /* You lose! */ @@ -201,6 +251,10 @@ k_setpag(void) case MULTIPLE_ENTRY_POINT: return syscall(afs_syscalls[1]); #endif + case LINUX_PROC_POINT: { + struct procdata data = { 0, 0, 0, 0, AFSCALL_SETPAG }; + return do_proc(&data); + } #ifdef _AIX case AIX_ENTRY_POINTS: return Setpag(); @@ -389,6 +443,13 @@ k_hasafs(void) goto done; #endif + if (try_proc("/proc/fs/openafs/afs_ioctl") == 0) + goto done; + if (try_proc("/proc/fs/nnpfs/afs_ioctl") == 0) + goto done; + if (env && try_proc(env) == 0) + goto done; + done: #ifdef SIGSYS signal(SIGSYS, saved_func); diff --git a/crypto/dist/heimdal/lib/krb5/Makefile.am b/crypto/dist/heimdal/lib/krb5/Makefile.am index 86cd9b065f90..daf87b08c222 100644 --- a/crypto/dist/heimdal/lib/krb5/Makefile.am +++ b/crypto/dist/heimdal/lib/krb5/Makefile.am @@ -1,5 +1,5 @@ -# $Heimdal: Makefile.am,v 1.156.2.3 2003/10/28 15:49:31 joda Exp $ -# $NetBSD: Makefile.am,v 1.1.1.8 2004/04/02 14:47:48 lha Exp $ +# $Heimdal: Makefile.am,v 1.156.2.4 2004/06/21 10:52:01 lha Exp $ +# $NetBSD: Makefile.am,v 1.1.1.9 2004/09/14 07:46:39 lha Exp $ include $(top_srcdir)/Makefile.am.common @@ -174,6 +174,7 @@ man_MANS = \ krb5_parse_name.3 \ krb5_principal_get_realm.3 \ krb5_set_default_realm.3 \ + krb5_set_password.3 \ krb5_sname_to_principal.3 \ krb5_timeofday.3 \ krb5_unparse_name.3 \ diff --git a/crypto/dist/heimdal/lib/krb5/init_creds_pw.c b/crypto/dist/heimdal/lib/krb5/init_creds_pw.c index 097beb20c820..13b141adf488 100644 --- a/crypto/dist/heimdal/lib/krb5/init_creds_pw.c +++ b/crypto/dist/heimdal/lib/krb5/init_creds_pw.c @@ -33,8 +33,8 @@ #include "krb5_locl.h" -__RCSID("$Heimdal: init_creds_pw.c,v 1.55 2003/03/20 18:07:31 lha Exp $" - "$NetBSD: init_creds_pw.c,v 1.1.1.6 2003/05/15 20:28:47 lha Exp $"); +__RCSID("$Heimdal: init_creds_pw.c,v 1.55.2.1 2004/08/30 23:21:07 lha Exp $" + "$NetBSD: init_creds_pw.c,v 1.1.1.7 2004/09/14 07:46:42 lha Exp $"); static int get_config_time (krb5_context context, @@ -399,6 +399,8 @@ krb5_get_init_creds_password(krb5_context context, krb5_data password_data; int done; + memset(&kdc_reply, 0, sizeof(kdc_reply)); + ret = get_init_creds_common(context, creds, client, start_time, in_tkt_service, options, &addrs, &etypes, &this_cred, &pre_auth_types, @@ -487,8 +489,8 @@ krb5_get_init_creds_password(krb5_context context, data); out: memset (buf, 0, sizeof(buf)); - if (ret == 0) - krb5_free_kdc_rep (context, &kdc_reply); + + krb5_free_kdc_rep (context, &kdc_reply); free (pre_auth_types); free (etypes); diff --git a/crypto/dist/heimdal/libtool b/crypto/dist/heimdal/libtool index 0af9c64232eb..b3d22b66e85a 100755 --- a/crypto/dist/heimdal/libtool +++ b/crypto/dist/heimdal/libtool @@ -1,7 +1,7 @@ #! /usr/pkg/bin/bash # libtoolT - Provide generalized library-building support services. -# Generated automatically by (GNU heimdal 0.6.2) +# Generated automatically by (GNU heimdal 0.6.3) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 @@ -30,10 +30,10 @@ # the same distribution terms that you use for the rest of that program. # A sed program that does not truncate output. -SED="/usr/bin/sed" +SED="/usr/pkg/bin/gsed" # Sed that helps us avoid accidentally triggering echo(1) options like -n. -Xsed="/usr/bin/sed -e s/^X//" +Xsed="/usr/pkg/bin/gsed -e s/^X//" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. @@ -44,7 +44,7 @@ available_tags=" CXX F77" # ### BEGIN LIBTOOL CONFIG -# Libtool was configured on host hummel.it.su.se: +# Libtool was configured on host nutcracker.stacken.kth.se: # Shell to use when invoking shell scripts. SHELL="/usr/pkg/bin/bash" @@ -66,7 +66,7 @@ fast_install=needless # The host system. host_alias= -host=i386-unknown-netbsdelf2.0C +host=i386-unknown-netbsdelf2.0G # An echo program that does not interpret backslashes. echo="echo" @@ -6739,7 +6739,7 @@ build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac` # End: # ### BEGIN LIBTOOL TAG CONFIG: CXX -# Libtool was configured on host hummel.it.su.se: +# Libtool was configured on host nutcracker.stacken.kth.se: # Shell to use when invoking shell scripts. SHELL="/usr/pkg/bin/bash" @@ -6761,7 +6761,7 @@ fast_install=needless # The host system. host_alias= -host=i386-unknown-netbsdelf2.0C +host=i386-unknown-netbsdelf2.0G # An echo program that does not interpret backslashes. echo="echo" @@ -6924,7 +6924,7 @@ predeps="" # Dependencies to place after the objects being linked to create a # shared library. -postdeps="-lstdc++ -lm -lgcc_s -lgcc_s" +postdeps="-lstdc++ -lm -lgcc_s -lgcc_pic -lgcc_s -lgcc_pic" # The library search path used internally by the compiler when linking # a shared library. @@ -7035,7 +7035,7 @@ include_expsyms="" # ### BEGIN LIBTOOL TAG CONFIG: F77 -# Libtool was configured on host hummel.it.su.se: +# Libtool was configured on host nutcracker.stacken.kth.se: # Shell to use when invoking shell scripts. SHELL="/usr/pkg/bin/bash" @@ -7057,7 +7057,7 @@ fast_install=needless # The host system. host_alias= -host=i386-unknown-netbsdelf2.0C +host=i386-unknown-netbsdelf2.0G # An echo program that does not interpret backslashes. echo="echo" diff --git a/crypto/dist/heimdal/missing b/crypto/dist/heimdal/missing index fc54c64ec969..e7ef83a1c251 100644 --- a/crypto/dist/heimdal/missing +++ b/crypto/dist/heimdal/missing @@ -1,6 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 Free Software Foundation, Inc. + +scriptversion=2003-09-02.23 + +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003 +# Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -38,12 +42,23 @@ else configure_ac=configure.in fi +msg="missing on your system" + case "$1" in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 + # Exit code 63 means version mismatch. This often happens + # when the user try to use an ancient version of a tool on + # a file that requires a minimum version. In this case we + # we should proceed has if the program had been absent, or + # if --run hadn't been passed. + if test $? = 63; then + run=: + msg="probably too old" + fi ;; esac @@ -74,11 +89,13 @@ Supported PROGRAM values: lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags - yacc create \`y.tab.[ch]', if possible, from existing .[ch]" + yacc create \`y.tab.[ch]', if possible, from existing .[ch] + +Send bug reports to ." ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) - echo "missing 0.4 - GNU automake" + echo "missing $scriptversion (GNU Automake)" ;; -*) @@ -94,7 +111,7 @@ Supported PROGRAM values: fi echo 1>&2 "\ -WARNING: \`$1' is missing on your system. You should only need it if +WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." @@ -108,7 +125,7 @@ WARNING: \`$1' is missing on your system. You should only need it if fi echo 1>&2 "\ -WARNING: \`$1' is missing on your system. You should only need it if +WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." @@ -122,7 +139,7 @@ WARNING: \`$1' is missing on your system. You should only need it if fi echo 1>&2 "\ -WARNING: \`$1' is missing on your system. You should only need it if +WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." @@ -146,7 +163,7 @@ WARNING: \`$1' is missing on your system. You should only need it if fi echo 1>&2 "\ -WARNING: \`$1' is missing on your system. You should only need it if +WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." @@ -162,8 +179,8 @@ WARNING: \`$1' is missing on your system. You should only need it if fi echo 1>&2 "\ -WARNING: \`$1' is needed, and you do not seem to have it handy on your - system. You might have modified some files without having the +WARNING: \`$1' is needed, but is $msg. + You might have modified some files without having the proper tools for further handling them. You can get \`$1' as part of \`Autoconf' from any GNU archive site." @@ -185,7 +202,7 @@ WARNING: \`$1' is needed, and you do not seem to have it handy on your bison|yacc) echo 1>&2 "\ -WARNING: \`$1' is missing on your system. You should only need it if +WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." @@ -215,7 +232,7 @@ WARNING: \`$1' is missing on your system. You should only need it if lex|flex) echo 1>&2 "\ -WARNING: \`$1' is missing on your system. You should only need it if +WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." @@ -243,7 +260,7 @@ WARNING: \`$1' is missing on your system. You should only need it if fi echo 1>&2 "\ -WARNING: \`$1' is missing on your system. You should only need it if +WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." @@ -268,7 +285,7 @@ WARNING: \`$1' is missing on your system. You should only need it if fi echo 1>&2 "\ -WARNING: \`$1' is missing on your system. You should only need it if +WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, @@ -323,8 +340,8 @@ WARNING: I can't seem to be able to run \`tar' with the given arguments. *) echo 1>&2 "\ -WARNING: \`$1' is needed, and you do not seem to have it handy on your - system. You might have modified some files without having the +WARNING: \`$1' is needed, and is $msg. + You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case @@ -334,3 +351,10 @@ WARNING: \`$1' is needed, and you do not seem to have it handy on your esac exit 0 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" +# End: diff --git a/crypto/dist/heimdal/mkinstalldirs b/crypto/dist/heimdal/mkinstalldirs index d2d5f21b6112..6fbe5e117629 100755 --- a/crypto/dist/heimdal/mkinstalldirs +++ b/crypto/dist/heimdal/mkinstalldirs @@ -1,20 +1,32 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -# Author: Noah Friedman + +scriptversion=2004-02-15.20 + +# Original author: Noah Friedman # Created: 1993-05-16 -# Public domain +# Public domain. +# +# This file is maintained in Automake, please report +# bugs to or send patches to +# . errstatus=0 dirmode="" usage="\ -Usage: mkinstalldirs [-h] [--help] [-m mode] dir ..." +Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... + +Create each directory DIR (with mode MODE, if specified), including all +leading file name components. + +Report bugs to ." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help - echo "$usage" 1>&2 + echo "$usage" exit 0 ;; -m) # -m PERM arg @@ -23,6 +35,10 @@ while test $# -gt 0 ; do dirmode=$1 shift ;; + --version) + echo "$0 $scriptversion" + exit 0 + ;; --) # stop option processing shift break @@ -50,17 +66,37 @@ case $# in 0) exit 0 ;; esac +# Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and +# mkdir -p a/c at the same time, both will detect that a is missing, +# one will create a, then the other will try to create a and die with +# a "File exists" error. This is a problem when calling mkinstalldirs +# from a parallel make. We use --version in the probe to restrict +# ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') - if mkdir -p -- . 2>/dev/null; then + if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" + else + # On NextStep and OpenStep, the `mkdir' command does not + # recognize any option. It will interpret all options as + # directories to create, and then abort because `.' already + # exists. + test -d ./-p && rmdir ./-p + test -d ./--version && rmdir ./--version fi ;; *) - if mkdir -m "$dirmode" -p -- . 2>/dev/null; then + if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && + test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" + else + # Clean up after NextStep and OpenStep mkdir. + for d in ./-m ./-p ./--version "./$dirmode"; + do + test -d $d && rmdir $d + done fi ;; esac @@ -84,17 +120,17 @@ do mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then - errstatus=$lasterr + errstatus=$lasterr else - if test ! -z "$dirmode"; then + if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" - lasterr="" - chmod "$dirmode" "$pathcomp" || lasterr=$? + lasterr="" + chmod "$dirmode" "$pathcomp" || lasterr=$? - if test ! -z "$lasterr"; then - errstatus=$lasterr - fi - fi + if test ! -z "$lasterr"; then + errstatus=$lasterr + fi + fi fi fi @@ -107,5 +143,8 @@ exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-end: "$" # End: -# mkinstalldirs ends here