diff src/xmms-sid.h @ 50:dae6d3c2268d

Minor fixes, updated to support default XMMS configfile
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2003 21:11:02 +0000
parents 1788f4ce6a44
children 0d1df20745dd
line wrap: on
line diff
--- a/src/xmms-sid.h	Sat Jun 21 20:51:01 2003 +0000
+++ b/src/xmms-sid.h	Sat Jun 21 21:11:02 2003 +0000
@@ -39,6 +39,9 @@
  */
 #define XS_BUFSIZE		(4096)		/* Size for some buffers */
 
+#define XS_CONFIG_IDENT		"XMMS-SID"	/* Configuration file identifier */
+#define XS_CONFIG_FILE		"/.xmms/config"
+
 #define XS_MIN_OVERSAMPLE	(2)
 #define XS_MAX_OVERSAMPLE	(8)