/* * btime_int.h -- */ #ifndef __BTIME_INT_H #define __BTIME_INT_H #define BTIME_PORT 23456 #define BTIME_MSGLEN 128 #define MAX_RETRY 5 #endif /* __BTIME_INT_H */