]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Mon, 27 Aug 2001 18:35:44 +0000 (18:35 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 27 Aug 2001 18:35:44 +0000 (18:35 +0000)
#define PATH_MAX if it's not already defined (such as on HURD) [RT #1543]
(also SCO Open Server 5 [RT #1647])

bin/tests/dst/t_dst.c

index d739f3acfabb69eb710ac693a6e5bf19b881f126..ac23c301d50d6590b2b2f8f5bc32f3b99a22d60b 100644 (file)
@@ -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 <config.h>
 
 
 #include <tests/t_api.h>
 
+#ifndef PATH_MAX
+#define PATH_MAX       256
+#endif
+
 /*
  * Adapted from the original dst_test.c program.
  * XXXDCL should use isc_dir_*.