15 lines
345 B
Text
15 lines
345 B
Text
|
$NetBSD: patch-ad,v 1.1.1.1 2001/10/21 21:26:52 seb Exp $
|
||
|
|
||
|
--- src/client.c.orig Fri Aug 3 17:12:56 2001
|
||
|
+++ src/client.c
|
||
|
@@ -64,7 +64,9 @@
|
||
|
* This means you call MyMalloc 30 some odd times,
|
||
|
* rather than 30k times -Dianora
|
||
|
*/
|
||
|
+#ifndef CLIENTS_PREALLOCATE
|
||
|
#define CLIENTS_PREALLOCATE 1024
|
||
|
+#endif
|
||
|
|
||
|
/*
|
||
|
* for Wohali's block allocator
|