Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 386909 | Differences between
and this patch

Collapse All | Expand All

(-)src/shairport.h (-4 / +11 lines)
Lines 16-25 Link Here
16
16
17
#define HWID_SIZE 6
17
#define HWID_SIZE 6
18
#define SHAIRPORT_LOG 1
18
#define SHAIRPORT_LOG 1
19
#define LOG_INFO     1
19
20
#define LOG_DEBUG    5
20
#ifndef LOG_INFO
21
#define LOG_DEBUG_V  6
21
#define LOG_INFO     5
22
#define LOG_DEBUG_VV 7
22
#endif
23
24
#ifndef LOG_DEBUG
25
#define LOG_DEBUG    6
26
#endif
27
28
#define LOG_DEBUG_V  7
29
#define LOG_DEBUG_VV 8
23
30
24
struct shairbuffer
31
struct shairbuffer
25
{
32
{

Return to bug 386909