#ifndef MKCONFIG_H #define MKCONFIG_H #define MK_LOG_FILE "meshkit.log" #define MK_PYTHON_BIN "python2.5" /** Port on which to listen for heartbeat packets. */ #define MK_HEARTBEAT_PORT 8123 /** Port on which to listen for cc packets (python listens on 8124) */ #define MK_CC_PORT 8125 #define TEST_BUILD 1 #endif