added ignore file
[my-code/dmsd.git] / dmsd.h
1 /*
2  * dmsd.h - dmsd header file
3  *
4  * author: hackbard@hackdaworld.dyndns.org
5  *
6  */
7
8 #ifndef DMSD_H
9 #define DMSD_H
10 #endif
11
12 #define _GNU_SOURCE
13
14 #ifdef DMSD_H
15 #define DBOX2_TS_PORT 31339
16 #define BUFFER_LENGTH 188
17 #define TS_LENGTH 192;
18 #endif
19