diff session.h @ 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 154c8d5a6d1e
children 364a75cfebab
line wrap: on
line diff
--- a/session.h	Mon Dec 20 14:46:12 2004 +0000
+++ b/session.h	Wed Dec 22 15:37:50 2004 +0000
@@ -158,12 +158,11 @@
 
 	
 	/* TCP forwarding - where manage listeners */
-#ifdef USING_LISTENERS
 	struct Listener ** listeners;
 	unsigned int listensize;
+
 	/* Whether to allow binding to privileged ports (<1024). This doesn't
 	 * really belong here, but nowhere else fits nicely */
-#endif
 	int allowprivport;
 
 };