Regenerate.

This commit is contained in:
Dag-Erling Smørgrav 2004-04-20 09:49:37 +00:00
parent cfa59440c5
commit 3c8487013c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128462

View File

@ -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 */