00001 #ifndef MKCONFIG_H
00002 #define MKCONFIG_H
00003
00004 #define MK_LOG_FILE "meshkit.log"
00005 #define MK_PYTHON_BIN "python2.5"
00006
00008 #define MK_HEARTBEAT_PORT 8123
00009
00010 #define MK_CC_PORT 8125
00011
00012 #define TEST_BUILD 1
00013
00014 #endif