blob: 6eaa365d20ac0619d15619180d7be398a8ebfbd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef _QMMP_VERSION_H
#define _QMMP_VERSION_H
#ifndef QMMP_VERSION
#define QMMP_VERSION 0.2.0
#endif
#ifndef QMMP_STR_VERSION
#define QMMP_STR_VERSION "0.2.0"
#endif
#define LISTEN_PORT_BASE 33000
#define UDS_PATH strcat(strdup("/tmp/qmmp.sock."), cuserid(0))
#endif
|