16 lines
581 B
Text
16 lines
581 B
Text
$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 */
|
|
|