From 304044bc0520e9a7b89ed170d964c6c0ba84845c Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Tue, 16 Dec 2014 17:28:01 -0500 Subject: [PATCH] disable syslog so we get the error messages on stderr --- jni/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/config.h b/jni/config.h index 0770207..8e12630 100644 --- a/jni/config.h +++ b/jni/config.h @@ -20,6 +20,7 @@ #define HAVE_NETINET_TCP_H 1 #define DISABLE_ZLIB 1 +#define DISABLE_SYSLOG 1 #define DROPBEAR_SERVER 1