7dfa37057b
r1198 | dcl | 2006-10-26 18:38:13 +1000 (Thu, 26 Oct 2006) | 2 lines
12 lines
135 B
C
12 lines
135 B
C
/*
|
|
* Monitor.h
|
|
*
|
|
*/
|
|
#ifndef _MONITOR_H_
|
|
#define _MONITOR_H_
|
|
|
|
#define DEFAULT_DEVICE "DEV1"
|
|
#define DEFAULT_LISTEN_PORT 3000
|
|
|
|
#endif
|