#define PATH_MAX if it's not already defined (such as on HURD) [RT #1543]

This commit is contained in:
Brian Wellington
2001-07-26 22:09:25 +00:00
parent 90e289c59f
commit a781910430

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: t_dst.c,v 1.45 2001/07/11 21:46:32 bwelling Exp $ */
/* $Id: t_dst.c,v 1.46 2001/07/26 22:09:25 bwelling Exp $ */
#include <config.h>
@@ -47,6 +47,10 @@
#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_*.