comparison svr-agentfwd.c @ 1295:750ec4ec4cbe

Convert #ifdef to #if, other build changes
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 May 2016 15:33:40 +0200
parents 7c899f24a85b
children 06d52bcb8094
comparison
equal deleted inserted replaced
1294:56aba7dedbea 1295:750ec4ec4cbe
25 /* This file (agentfwd.c) handles authentication agent forwarding, for OpenSSH 25 /* This file (agentfwd.c) handles authentication agent forwarding, for OpenSSH
26 * style agents. */ 26 * style agents. */
27 27
28 #include "includes.h" 28 #include "includes.h"
29 29
30 #ifdef ENABLE_SVR_AGENTFWD 30 #if DROPBEAR_SVR_AGENTFWD
31 31
32 #include "agentfwd.h" 32 #include "agentfwd.h"
33 #include "session.h" 33 #include "session.h"
34 #include "ssh.h" 34 #include "ssh.h"
35 #include "dbutil.h" 35 #include "dbutil.h"