--- mqtt/inc/defs.h 2011/11/29 23:23:31 1.1.1.1.2.10 +++ mqtt/inc/defs.h 2011/11/30 00:12:30 1.1.1.1.2.11 @@ -12,6 +12,8 @@ #define MQTT_KEEPALIVE 10 #define DEFAULT_CONFIG "/etc/mqtt.conf" +#define MQTT_PORT "1883" +#define MQTT_HOST "localhost" #define VERB(x) if ((x) <= Verbose)