#define PATH_MAX if it's not already defined (such as on HURD) [RT #1543]
This commit is contained in:
@@ -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_*.
|
||||
|
||||
Reference in New Issue
Block a user