summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-03-07 14:38:43 +0000
committerdes <des@FreeBSD.org>2013-03-07 14:38:43 +0000
commit138ec63f93366c0d530aa60d1a472877e1c7d95b (patch)
tree4560fffbfaa2b947c01b8e3563f550d72ce63d3a /crypto/openssh/config.h
parentf6f6d82fce50e77b47d7e853154183007141f011 (diff)
downloadFreeBSD-src-138ec63f93366c0d530aa60d1a472877e1c7d95b.zip
FreeBSD-src-138ec63f93366c0d530aa60d1a472877e1c7d95b.tar.gz
Partially revert r247892 and r247904 since our strnvis() does not
behave the way OpenSSH expects.
Diffstat (limited to 'crypto/openssh/config.h')
-rw-r--r--crypto/openssh/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index 614c2aa..782708b 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -956,7 +956,7 @@
#define HAVE_STRNLEN 1
/* Define to 1 if you have the `strnvis' function. */
-#define HAVE_STRNVIS 1
+/* #undef HAVE_STRNVIS */
/* Define to 1 if you have the `strptime' function. */
#define HAVE_STRPTIME 1
@@ -1196,7 +1196,7 @@
/* #undef HAVE_VHANGUP */
/* Define to 1 if you have the <vis.h> header file. */
-#define HAVE_VIS_H 1
+/* #undef HAVE_VIS_H */
/* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1
OpenPOWER on IntegriCloud