$NetBSD: patch-ag,v 1.4 2002/10/03 15:46:57 abs Exp $ --- mserv/defines.h.orig Thu Jul 13 22:35:18 2000 +++ mserv/defines.h @@ -16,6 +16,10 @@ #define PATH_LANGUAGE SHAREDIR "/english.lang" */ +#ifndef PATH_MPG123 +#define PATH_MPG123 BINDIR "/mpg123" +#endif + /* maximum amount to queue in each output buffer */ #define OUTBUFLEN 32*1024 @@ -57,7 +61,7 @@ #define MISCINFOLEN 128 /* maximum number of tracks in each album */ -#define TRACKSPERALBUM 200 +#define TRACKSPERALBUM 250 /* maximum language line length */ #define LANGLINELEN 1024