From: zacheiss Date: Thu, 24 Jul 2008 20:46:31 +0000 (+0000) Subject: Change MAXHESSIZE #define for new BIND codebase. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/a32927ab74a9372e61728771ccec4ffa92fc2089 Change MAXHESSIZE #define for new BIND codebase. --- diff --git a/gen/hesiod.pc b/gen/hesiod.pc index b5aa5021..2b490daf 100644 --- a/gen/hesiod.pc +++ b/gen/hesiod.pc @@ -40,7 +40,7 @@ RCSID("$Header$"); * query. This is 512 - overhead (~78) [derived empirically] * (it used to be 446 with older versions of bind) */ -#define MAXHESSIZE 434 +#define MAXHESSIZE 256 char hesiod_dir[MAXPATHLEN];