summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2005-06-05 15:46:27 +0000
committerdes <des@FreeBSD.org>2005-06-05 15:46:27 +0000
commitec61b1c40a9d7fb681101a1d7283daabb8614757 (patch)
tree23fff0225ce76c3c709a9b437b6dd652e6907252 /crypto
parent983ad11a1c78949e86a0f51f51ef0d614cc5e665 (diff)
downloadFreeBSD-src-ec61b1c40a9d7fb681101a1d7283daabb8614757.zip
FreeBSD-src-ec61b1c40a9d7fb681101a1d7283daabb8614757.tar.gz
Regenerate.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/config.h95
1 files changed, 82 insertions, 13 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index e4cb781..04be371 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.180 2004/08/16 13:12:06 dtucker Exp $ */
+/* $Id: acconfig.h,v 1.181 2005/02/25 23:07:38 dtucker Exp $ */
/* $FreeBSD$ */
/*
@@ -54,9 +54,6 @@
/* #undef SPT_TYPE */
/* #undef SPT_PADCHAR */
-/* setgroups() NOOP allowed */
-/* #undef SETGROUPS_NOOP */
-
/* SCO workaround */
/* #undef BROKEN_SYS_TERMIO_H */
@@ -318,7 +315,7 @@
/* #undef PAM_SUN_CODEBASE */
/* Set this to your mail directory if you don't have maillock.h */
-#define MAIL_DIRECTORY "/var/mail"
+/* #undef MAIL_DIRECTORY */
/* Data types */
#define HAVE_U_INT 1
@@ -466,9 +463,16 @@
/* #undef HAVE_PROC_PID */
+/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
+ */
+/* #undef AIX_GETNAMEINFO_HACK */
+
/* Define to 1 if the `getpgrp' function requires zero arguments. */
#define GETPGRP_VOID 1
+/* Conflicting defs for getspnam */
+/* #undef GETSPNAM_CONFLICTING_DEFS */
+
/* Define to 1 if you have the `arc4random' function. */
#define HAVE_ARC4RANDOM 1
@@ -484,6 +488,9 @@
/* Define to 1 if you have the `bindresvport_sa' function. */
#define HAVE_BINDRESVPORT_SA 1
+/* Define to 1 if you have the <bsm/audit.h> header file. */
+/* #undef HAVE_BSM_AUDIT_H */
+
/* Define to 1 if you have the <bstring.h> header file. */
/* #undef HAVE_BSTRING_H */
@@ -494,15 +501,39 @@
/* #undef HAVE_CLOSEFROM */
/* Define if gai_strerror() returns const char * */
-/* #undef HAVE_CONST_GAI_STRERROR_PROTO */
+#define HAVE_CONST_GAI_STRERROR_PROTO 1
/* Define to 1 if you have the <crypt.h> header file. */
/* #undef HAVE_CRYPT_H */
+/* Define to 1 if you have the declaration of `authenticate', and to 0 if you
+ don't. */
+/* #undef HAVE_DECL_AUTHENTICATE */
+
/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
don't. */
#define HAVE_DECL_H_ERRNO 1
+/* Define to 1 if you have the declaration of `loginfailed', and to 0 if you
+ don't. */
+/* #undef HAVE_DECL_LOGINFAILED */
+
+/* Define to 1 if you have the declaration of `loginrestrictions', and to 0 if
+ you don't. */
+/* #undef HAVE_DECL_LOGINRESTRICTIONS */
+
+/* Define to 1 if you have the declaration of `loginsuccess', and to 0 if you
+ don't. */
+/* #undef HAVE_DECL_LOGINSUCCESS */
+
+/* Define to 1 if you have the declaration of `passwdexpired', and to 0 if you
+ don't. */
+/* #undef HAVE_DECL_PASSWDEXPIRED */
+
+/* Define to 1 if you have the declaration of `setauthdb', and to 0 if you
+ don't. */
+/* #undef HAVE_DECL_SETAUTHDB */
+
/* Define to 1 if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
@@ -521,6 +552,9 @@
/* 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
@@ -545,6 +579,12 @@
/* Define to 1 if you have the `getaddrinfo' function. */
#define HAVE_GETADDRINFO 1
+/* Define to 1 if you have the `getaudit' function. */
+/* #undef HAVE_GETAUDIT */
+
+/* Define to 1 if you have the `getaudit_addr' function. */
+/* #undef HAVE_GETAUDIT_ADDR */
+
/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1
@@ -618,7 +658,7 @@
/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
/* Define to 1 if you have the <gssapi.h> header file. */
-#define HAVE_GSSAPI_H 1
+/* #undef HAVE_GSSAPI_H */
/* Define to 1 if you have the <gssapi_krb5.h> header file. */
/* #undef HAVE_GSSAPI_KRB5_H */
@@ -641,9 +681,15 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
+/* Define to 1 if the system has the type `in_addr_t'. */
+#define HAVE_IN_ADDR_T 1
+
/* Define to 1 if you have the <lastlog.h> header file. */
/* #undef HAVE_LASTLOG_H */
+/* Define to 1 if you have the `bsm' library (-lbsm). */
+/* #undef HAVE_LIBBSM */
+
/* Define to 1 if you have the `crypt' library (-lcrypt). */
/* #undef HAVE_LIBCRYPT */
@@ -866,6 +912,9 @@
/* Define to 1 if you have the `socketpair' function. */
#define HAVE_SOCKETPAIR 1
+/* Have PEERCRED socket option */
+/* #undef HAVE_SO_PEERCRED */
+
/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
@@ -1062,16 +1111,19 @@
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
-#define PACKAGE_NAME ""
+#define PACKAGE_NAME "OpenSSH"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING ""
+#define PACKAGE_STRING "OpenSSH Portable"
/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME ""
+#define PACKAGE_TARNAME "openssh"
/* Define to the version of this package. */
-#define PACKAGE_VERSION ""
+#define PACKAGE_VERSION "Portable"
+
+/* must supply username to passwd */
+/* #undef PASSWD_NEEDS_USERNAME */
/* The size of a `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
@@ -1088,9 +1140,21 @@
/* The size of a `short int', as computed by sizeof. */
#define SIZEOF_SHORT_INT 2
+/* Use audit debugging module */
+/* #undef SSH_AUDIT_EVENTS */
+
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
+/* Use BSM audit module */
+/* #undef USE_BSM_AUDIT */
+
+/* Use btmp to log bad logins */
+/* #undef USE_BTMP */
+
+/* Use libedit for sftp */
+#define USE_LIBEDIT
+
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
@@ -1101,9 +1165,14 @@
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
-/* Define as `__inline' if that's what the C compiler calls it, or to nothing
- if it is not supported. */
+/* log for bad login attempts */
+/* #undef _PATH_BTMP */
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+#ifndef __cplusplus
/* #undef inline */
+#endif
/* type to use in place of socklen_t if not defined */
/* #undef socklen_t */
OpenPOWER on IntegriCloud