comparison cli-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 16584026a1f0
children 83d85b28b353
comparison
equal deleted inserted replaced
1294:56aba7dedbea 1295:750ec4ec4cbe
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 * SOFTWARE. */ 23 * SOFTWARE. */
24 24
25 #include "includes.h" 25 #include "includes.h"
26 26
27 #ifdef ENABLE_CLI_AGENTFWD 27 #if DROPBEAR_CLI_AGENTFWD
28 28
29 #include "agentfwd.h" 29 #include "agentfwd.h"
30 #include "session.h" 30 #include "session.h"
31 #include "ssh.h" 31 #include "ssh.h"
32 #include "dbutil.h" 32 #include "dbutil.h"