Fix the log levels not to print out too much information
[deb_shairplay.git] / src / global.h
1 #ifndef GLOBAL_H
2 #define GLOBAL_H
3
4 #define GLOBAL_FEATURES 0x7
5 #define GLOBAL_MODEL "AppleTV2,1"
6 #define GLOBAL_VERSION "104.29"
7
8 #define MAX_HWADDR_LEN 6
9
10 #endif