From 32a28d0d9cf7c567671366d6ec71df87627e2c49 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 4 May 2016 15:33:40 +0200 Subject: Convert #ifdef to #if, other build changes --- cli-agentfwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli-agentfwd.c') diff --git a/cli-agentfwd.c b/cli-agentfwd.c index c9bc9db..5b0ea81 100644 --- a/cli-agentfwd.c +++ b/cli-agentfwd.c @@ -24,7 +24,7 @@ #include "includes.h" -#ifdef ENABLE_CLI_AGENTFWD +#if DROPBEAR_CLI_AGENTFWD #include "agentfwd.h" #include "session.h" -- cgit v1.2.3