From: Andreas Gustafsson Date: Mon, 27 Aug 2001 18:35:44 +0000 (+0000) Subject: pullup: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52b01718e691e37a1742c514287237ed3a7bd14;p=thirdparty%2Fbind9.git pullup: #define PATH_MAX if it's not already defined (such as on HURD) [RT #1543] (also SCO Open Server 5 [RT #1647]) --- diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index d739f3acfab..ac23c301d50 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_dst.c,v 1.42.4.2 2001/04/10 01:10:20 gson Exp $ */ +/* $Id: t_dst.c,v 1.42.4.3 2001/08/27 18:35:44 gson Exp $ */ #include @@ -47,6 +47,10 @@ #include +#ifndef PATH_MAX +#define PATH_MAX 256 +#endif + /* * Adapted from the original dst_test.c program. * XXXDCL should use isc_dir_*.