diff options
author | des <des@FreeBSD.org> | 2005-09-03 07:08:51 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-09-03 07:08:51 +0000 |
commit | fbfe6dd7e03c8732774626311c5d2e73d202134d (patch) | |
tree | 7bc8a508a47f2a68c94823de6f15201c06119ee4 /crypto/openssh | |
parent | 88c7c9558ba88abbcc00dcd9133b4996eff74033 (diff) | |
download | FreeBSD-src-fbfe6dd7e03c8732774626311c5d2e73d202134d.zip FreeBSD-src-fbfe6dd7e03c8732774626311c5d2e73d202134d.tar.gz |
Regenerate
Diffstat (limited to 'crypto/openssh')
-rw-r--r-- | crypto/openssh/config.h | 66 |
1 files changed, 55 insertions, 11 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index 04be371..036c54f 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.181 2005/02/25 23:07:38 dtucker Exp $ */ +/* $Id: acconfig.h,v 1.183 2005/07/07 10:33:36 dtucker Exp $ */ /* $FreeBSD$ */ /* @@ -121,9 +121,6 @@ /* Define if you are on NeXT */ /* #undef HAVE_NEXT */ -/* Define if you are on NEWS-OS */ -/* #undef HAVE_NEWS4 */ - /* Define if you want to enable PAM support */ #define USE_PAM 1 @@ -207,9 +204,6 @@ /* 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 */ @@ -467,6 +461,18 @@ */ /* #undef AIX_GETNAMEINFO_HACK */ +/* getgroups(0,NULL) will return -1 */ +/* #undef BROKEN_GETGROUPS */ + +/* ia_uinfo routines not supported by OS yet */ +/* #undef BROKEN_LIBIAF */ + +/* Ultrix mmap can't map files */ +/* #undef BROKEN_MMAP */ + +/* LynxOS has broken setvbuf() implementation */ +/* #undef BROKEN_SETVBUF */ + /* Define to 1 if the `getpgrp' function requires zero arguments. */ #define GETPGRP_VOID 1 @@ -476,6 +482,9 @@ /* Define to 1 if you have the `arc4random' function. */ #define HAVE_ARC4RANDOM 1 +/* OpenBSD's gcc has sentinel */ +/* #undef HAVE_ATTRIBUTE__SENTINEL__ */ + /* Define to 1 if you have the `b64_ntop' function. */ /* #undef HAVE_B64_NTOP */ @@ -534,6 +543,14 @@ don't. */ /* #undef HAVE_DECL_SETAUTHDB */ +/* Define to 1 if you have the declaration of `_getlong', and to 0 if you + don't. */ +#define HAVE_DECL__GETLONG 0 + +/* Define to 1 if you have the declaration of `_getshort', and to 0 if you + don't. */ +#define HAVE_DECL__GETSHORT 0 + /* Define to 1 if you have the <dirent.h> header file. */ #define HAVE_DIRENT_H 1 @@ -552,9 +569,6 @@ /* Define to 1 if you have the `endutxent' function. */ /* #undef HAVE_ENDUTXENT */ -/* Define to 1 if you have the `fchdir' function. */ -#define HAVE_FCHDIR 1 - /* Define to 1 if you have the `fchmod' function. */ #define HAVE_FCHMOD 1 @@ -663,6 +677,9 @@ /* Define to 1 if you have the <gssapi_krb5.h> header file. */ /* #undef HAVE_GSSAPI_KRB5_H */ +/* Define to 1 if you have the <iaf.h> header file. */ +/* #undef HAVE_IAF_H */ + /* Define to 1 if you have the <ia.h> header file. */ /* #undef HAVE_IA_H */ @@ -699,6 +716,9 @@ /* Define to 1 if you have the <libgen.h> header file. */ #define HAVE_LIBGEN_H 1 +/* Define to 1 if you have the `iaf' library (-liaf). */ +/* #undef HAVE_LIBIAF */ + /* Define to 1 if you have the `nsl' library (-lnsl). */ /* #undef HAVE_LIBNSL */ @@ -924,6 +944,9 @@ /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 +/* Define to 1 if you have the `strdup' function. */ +#define HAVE_STRDUP 1 + /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 @@ -951,6 +974,12 @@ /* Define to 1 if you have the `strsep' function. */ #define HAVE_STRSEP 1 +/* Define to 1 if you have the `strtoll' function. */ +#define HAVE_STRTOLL 1 + +/* Define to 1 if you have the `strtonum' function. */ +/* #undef HAVE_STRTONUM */ + /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 @@ -1008,6 +1037,9 @@ /* Define to 1 if you have the <sys/strtio.h> header file. */ /* #undef HAVE_SYS_STRTIO_H */ +/* Force use of sys/syslog.h on Ultrix */ +/* #undef HAVE_SYS_SYSLOG_H */ + /* Define to 1 if you have the <sys/sysmacros.h> header file. */ /* #undef HAVE_SYS_SYSMACROS_H */ @@ -1107,8 +1139,17 @@ /* Define to 1 if you have the `__b64_pton' function. */ #define HAVE___B64_PTON 1 +/* max value of long long calculated by configure */ +/* #undef LLONG_MAX */ + +/* min value of long long calculated by configure */ +/* #undef LLONG_MIN */ + +/* Need setpgrp to acquire controlling tty */ +/* #undef NEED_SETPRGP */ + /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "" +#define PACKAGE_BUGREPORT "des@freebsd.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "OpenSSH" @@ -1146,6 +1187,9 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 +/* Support passwords > 8 chars */ +/* #undef UNIXWARE_LONG_PASSWORDS */ + /* Use BSM audit module */ /* #undef USE_BSM_AUDIT */ |