Partially revert r247892 and r247904 since our strnvis() does not

behave the way OpenSSH expects.
This commit is contained in:
Dag-Erling Smørgrav 2013-03-07 14:38:43 +00:00
parent af5ab554db
commit 29911fcacc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247916
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -451,6 +451,9 @@
#define start_progress_meter ssh_start_progress_meter
#define stop_progress_meter ssh_stop_progress_meter
#define strdelim ssh_strdelim
#define strnvis ssh_strnvis
#define strvis ssh_strvis
#define strvisx ssh_strvisx
#define sys_tun_open ssh_sys_tun_open
#define temporarily_use_uid ssh_temporarily_use_uid
#define tilde_expand_filename ssh_tilde_expand_filename