summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ssh/include/config.h')
-rw-r--r--usr/src/cmd/ssh/include/config.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/include/config.h b/usr/src/cmd/ssh/include/config.h
index 0441e64951..a2a524204b 100644
--- a/usr/src/cmd/ssh/include/config.h
+++ b/usr/src/cmd/ssh/include/config.h
@@ -2,7 +2,7 @@
/* config.h.in. Generated from configure.ac by autoheader. */
/* $Id: acconfig.h,v 1.145 2002/09/26 00:38:48 tim Exp $ */
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -409,6 +409,9 @@ extern "C" {
/* Define if you want smartcard support using sectok */
/* #undef USE_SECTOK */
+/* Use libedit for sftp */
+#undef USE_LIBEDIT
+
/* Define if you want smartcard support using OpenSC */
/* #undef USE_OPENSC */
@@ -434,6 +437,9 @@ extern "C" {
/* Define to 1 if you have the `arc4random' function. */
/* #undef HAVE_ARC4RANDOM */
+/* Define to 1 if you have the `asprintf' function. */
+/* #undef HAVE_ASPRINTF */
+
/* Define to 1 if you have the `b64_ntop' function. */
/* #undef HAVE_B64_NTOP */
@@ -904,6 +910,9 @@ extern "C" {
/* Define to 1 if you have the <utmp.h> header file. */
#define HAVE_UTMP_H 1
+/* Define to 1 if you have the `vasprintf' function. */
+/* #undef HAVE_VASPRINTF */
+
/* Define to 1 if you have the `vhangup' function. */
#define HAVE_VHANGUP 1