diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-08 13:05:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-08 13:05:33 -0400 |
commit | ddb66a7f8d1bd2ce626522d1d2af97e1ae5cde12 (patch) | |
tree | 930daf04aa6e9d55be8503ab433c06ba4650e526 /standalone/android/openssh.config.h | |
parent | c2470fb3134b71ae3662ddc70d540d77ac3f8943 (diff) |
Revert "Android: Updated bundled ssh from 6.1p1 to 6.4p1."
This reverts commit 742bdf6353ac8e08fb603fe60b53c1495d4fa801.
Build didn't actually seem to succeed, for both versions of android, so
I'll need to revisit this later.
Diffstat (limited to 'standalone/android/openssh.config.h')
-rw-r--r-- | standalone/android/openssh.config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/standalone/android/openssh.config.h b/standalone/android/openssh.config.h index 3464947e6..31e78e0b8 100644 --- a/standalone/android/openssh.config.h +++ b/standalone/android/openssh.config.h @@ -1,6 +1,4 @@ #define DISABLE_SHADOW 1 -#define HAVE_MBLEN 1 -#define HAVE_USLEEP 1 #define DISABLE_UTMP 1 #define DISABLE_UTMPX 1 #define DISABLE_WTMP 1 @@ -219,7 +217,7 @@ #define LOCKED_PASSWD_PREFIX "!" #define LOGIN_PROGRAM_FALLBACK "/bin/login" #define MISSING_FD_MASK 1 -#define HAVE_DECL_HOWMANY 0 +#define MISSING_HOWMANY 1 #define OPENSSL_HAS_ECC 1 #define OPENSSL_PRNG_ONLY 1 #define PACKAGE_BUGREPORT "openssh-unix-dev@mindrot.org" |