summaryrefslogtreecommitdiff
path: root/src/signalController.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-05 23:47:47 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-05 23:47:47 +0000
commit74f2885ade3fb44784e1fbc2fd0575f69728077c (patch)
tree6f4df7db14f646d277fe3853b887711d976c2230 /src/signalController.cpp
parentfixed daemonizing and boost::thread problem (workaround) (diff)
changed packetSource to use gResolver
Diffstat (limited to 'src/signalController.cpp')
-rw-r--r--src/signalController.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/signalController.cpp b/src/signalController.cpp
index 2ae5791..e8d231e 100644
--- a/src/signalController.cpp
+++ b/src/signalController.cpp
@@ -29,8 +29,6 @@
* along with anytun. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef NO_SIGNALCONTROLLER
-
#include <map>
#include <iostream>
@@ -241,4 +239,3 @@ int SignalController::run()
return 0;
}
-#endif