--- mqtt/inc/defs.h 2011/11/29 22:42:23 1.1.1.1.2.9 +++ mqtt/inc/defs.h 2011/11/30 00:12:30 1.1.1.1.2.11 @@ -12,7 +12,11 @@ #define MQTT_KEEPALIVE 10 #define DEFAULT_CONFIG "/etc/mqtt.conf" +#define MQTT_PORT "1883" +#define MQTT_HOST "localhost" + +#define VERB(x) if ((x) <= Verbose) #define LOGERR { \ mqtt_Errno = errno; \