diff svr-tcpfwd.c @ 156:8c2b3506f112

Rearrange preprocessor parts so that compilation with various options disabled works OK.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 22 Dec 2004 15:37:50 +0000
parents e3adf4cf5465
children 0cfba3034be5
line wrap: on
line diff
--- a/svr-tcpfwd.c	Mon Dec 20 14:46:12 2004 +0000
+++ b/svr-tcpfwd.c	Wed Dec 22 15:37:50 2004 +0000
@@ -33,7 +33,7 @@
 #include "listener.h"
 #include "runopts.h"
 
-#ifndef DISABLE_SVR_REMOTETCPFWD
+#ifdef ENABLE_SVR_REMOTETCPFWD
 
 static void send_msg_request_success();
 static void send_msg_request_failure();