summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-04-20 09:49:37 +0000
committerdes <des@FreeBSD.org>2004-04-20 09:49:37 +0000
commitaaa4408d553623269b5d091d94f14ad995c8a10d (patch)
tree7199d982388b784de2528e83c41d30e38e6c7109 /crypto
parent6e7fa35a0a238ccf98f0f7958057952d9e467901 (diff)
downloadFreeBSD-src-aaa4408d553623269b5d091d94f14ad995c8a10d.zip
FreeBSD-src-aaa4408d553623269b5d091d94f14ad995c8a10d.tar.gz
Regenerate.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/config.h20
1 files changed, 19 insertions, 1 deletions
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 <paths.h> 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 <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1
+/* Define to 1 if you have the <sys/prctl.h> header file. */
+/* #undef HAVE_SYS_PRCTL_H */
+
/* Define to 1 if you have the <sys/pstat.h> header file. */
/* #undef HAVE_SYS_PSTAT_H */
@@ -949,6 +964,9 @@
/* Define to 1 if you have the <unistd.h> 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 */
OpenPOWER on IntegriCloud