From aaa4408d553623269b5d091d94f14ad995c8a10d Mon Sep 17 00:00:00 2001 From: des Date: Tue, 20 Apr 2004 09:49:37 +0000 Subject: Regenerate. --- crypto/openssh/config.h | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index cf31a0d..ddf231e 100644 --- a/crypto/openssh/config.h +++ b/crypto/openssh/config.h @@ -1,6 +1,6 @@ /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ -/* $Id: acconfig.h,v 1.173 2004/02/06 05:24:31 dtucker Exp $ */ +/* $Id: acconfig.h,v 1.177 2004/04/15 23:22:40 dtucker Exp $ */ /* $FreeBSD$ */ /* @@ -133,6 +133,9 @@ /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ /* #undef AIX_LOGINFAILED_4ARG */ +/* Define if your skeychallenge() function takes 4 arguments (eg NetBSD) */ +/* #undef SKEYCHALLENGE_4ARG */ + /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ /* #undef WITH_IRIX_ARRAY */ @@ -204,6 +207,9 @@ /* Define if you don't want to use lastlog in session.c */ /* #undef NO_SSH_LASTLOG */ +/* Define if have krb5_init_ets */ +/* #undef KRB5_INIT_ETS */ + /* Define if you don't want to use utmp */ /* #undef DISABLE_UTMP */ @@ -352,6 +358,9 @@ /* getaddrinfo is broken (if present) */ /* #undef BROKEN_GETADDRINFO */ +/* updwtmpx is broken (if present) */ +/* #undef BROKEN_UPDWTMPX */ + /* Workaround more Linux IPv6 quirks */ /* #undef DONT_TRY_OTHER_AF */ @@ -712,6 +721,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_PATHS_H 1 +/* Define to 1 if you have the `prctl' function. */ +/* #undef HAVE_PRCTL */ + /* Define to 1 if you have the `pstat' function. */ /* #undef HAVE_PSTAT */ @@ -889,6 +901,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_MMAN_H 1 +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_PRCTL_H */ + /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_PSTAT_H */ @@ -949,6 +964,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the `unsetenv' function. */ +#define HAVE_UNSETENV 1 + /* Define to 1 if you have the `updwtmp' function. */ /* #undef HAVE_UPDWTMP */ -- cgit v1.1