Child: [a26eb0] (diff)

Download this file

config.h    14 lines (10 with data), 187 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef _CONFIG_H
#define _CONFIG_H
/* MPD data */
#define HOSTNAME "localhost"
#define PORT 6600
#define PASSWORD ""
/* Last.fm data */
#define LUSER ""
#define LPASSWORD ""
#endif