Return to defs.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1.1.1.2.10, 2011/11/29 23:23:31 | version 1.1.1.1.2.11, 2011/11/30 00:12:30 |
---|---|
Line 12 | Line 12 |
#define MQTT_KEEPALIVE 10 | #define MQTT_KEEPALIVE 10 |
#define DEFAULT_CONFIG "/etc/mqtt.conf" | #define DEFAULT_CONFIG "/etc/mqtt.conf" |
#define MQTT_PORT "1883" | |
#define MQTT_HOST "localhost" | |
#define VERB(x) if ((x) <= Verbose) | #define VERB(x) if ((x) <= Verbose) |