summaryrefslogtreecommitdiff
path: root/audio/icecast1/patches/patch-ac
blob: e00e2ec60cc4424d7749e97fc391c346f2da636b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1.1.1 2004/01/11 16:59:34 kim Exp $

--- src/icetypes.h.orig	Wed Jul  5 15:51:14 2000
+++ src/icetypes.h	Fri Oct 17 21:49:19 2003
@@ -41,9 +41,9 @@
 typedef enum type_e {integer_e, real_e, string_e, function_e} type_t;
 
 #define BUFSIZE 8192
-#define CHUNKLEN 64
+#define CHUNKLEN @CHUNKLEN@
 #define MAXMETADATALENGTH (16 * 256)
-#define SOURCE_BUFFSIZE 8192
+#define SOURCE_BUFFSIZE @SOURCE_BUFFSIZE@
 #define SOURCE_READSIZE (SOURCE_BUFFSIZE - MAXMETADATALENGTH) /* Please be careful here... */
 #define MAXLISTEN 5		/* max number of listening ports */