comparison x11fwd.h @ 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 deed0571cacc
children 06d52bcb8094
comparison
equal deleted inserted replaced
1294:56aba7dedbea 1295:750ec4ec4cbe
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
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 #ifndef DROPBEAR__X11FWD_H_ 24 #ifndef DROPBEAR__X11FWD_H_
25 #define DROPBEAR__X11FWD_H_ 25 #define DROPBEAR__X11FWD_H_
26 #ifndef DISABLE_X11FWD 26 #if DROPBEAR_X11FWD
27 27
28 #include "includes.h" 28 #include "includes.h"
29 #include "chansession.h" 29 #include "chansession.h"
30 #include "channel.h" 30 #include "channel.h"
31 31