From 6501e7a24db373ecf651db8684fb2eefb75e2bd4 Mon Sep 17 00:00:00 2001 From: Sears Russell Date: Tue, 25 Jul 2006 17:43:39 +0000 Subject: [PATCH] MAX_BUFFER_SIZE can now be specified in CFLAGS. --- lladd/constants.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lladd/constants.h b/lladd/constants.h index 144f805..9cd99a9 100644 --- a/lladd/constants.h +++ b/lladd/constants.h @@ -80,6 +80,7 @@ terms specified in this license. #define PAGE_SIZE 4096 +#ifndef MAX_BUFFER_SIZE //#define MAX_BUFFER_SIZE 100003 /*#define MAX_BUFFER_SIZE 20029 */ //#define MAX_BUFFER_SIZE 10007 @@ -88,6 +89,7 @@ terms specified in this license. //#define MAX_BUFFER_SIZE 4006 /* #define MAX_BUFFER_SIZE 71 */ /*#define MAX_BUFFER_SIZE 7 */ +#endif #define MAX_TRANSACTIONS 1000