Displaying 1 result from an estimated 1 matches for "default_stream_name".
2004 Aug 06
0
ices2: ice-url header patch
...===================================================
RCS file: /usr/local/cvsroot/ices/src/config.c,v
retrieving revision 1.13
diff -u -r1.13 config.c
--- src/config.c 16 Aug 2002 14:23:43 -0000 1.13
+++ src/config.c 26 Feb 2003 12:15:13 -0000
@@ -33,6 +33,7 @@
#define DEFAULT_LOG_STDERR 1
#define DEFAULT_STREAM_NAME "unnamed ices stream"
#define DEFAULT_STREAM_GENRE "ices unset"
+#define DEFAULT_STREAM_URL NULL
#define DEFAULT_STREAM_DESCRIPTION "no description set"
#define DEFAULT_PLAYLIST_MODULE "playlist"
#define DEFAULT_HOSTNAME "localhost"
@@ -208,6 +2...