From a39dd07546ab48648021f03e87b2831ffaf50df8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 18 Jan 2009 23:31:33 +0000 Subject: some cleanup --- src/anytun.cpp | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'src/anytun.cpp') diff --git a/src/anytun.cpp b/src/anytun.cpp index 47d2cb6..6e08f4a 100644 --- a/src/anytun.cpp +++ b/src/anytun.cpp @@ -48,7 +48,7 @@ #include "cipherFactory.h" #include "authAlgoFactory.h" #include "keyDerivationFactory.h" -#ifndef NOSIGNALCONTROLLER +#ifndef NO_SIGNALCONTROLLER #include "signalController.h" #endif #include "packetSource.h" @@ -56,7 +56,7 @@ #include "options.h" #include "seqWindow.h" #include "connectionList.h" -#ifndef NOROUTING +#ifndef NO_ROUTING #include "routingTable.h" #include "networkAddress.h" #endif @@ -92,7 +92,7 @@ void createConnection(const PacketSourceEndpoint & remote_end, window_size_t seq SyncCommand sc (gConnectionList,mux); gSyncQueue.push(sc); #endif -#ifndef NOROUTING +#ifndef NO_ROUTING if (gOpt.getIfconfigParamRemoteNetmask() != "") { NetworkAddress addr(gOpt.getIfconfigParamRemoteNetmask()); @@ -182,7 +182,7 @@ void sender(void* p) continue; //std::cout << "got Packet for plain "<