Introduced a default definition for PATH_MAX.

This commit is contained in:
2009-12-31 08:48:51 +01:00
parent 3852621bc0
commit cbb376a137
10 changed files with 55 additions and 0 deletions

View File

@ -22,6 +22,12 @@
#include <limits.h>
#include <stdio.h>
#ifndef PATH_MAX
#define PATH_MAX Libisofs_default_path_maX
#endif
struct dir_iter_data
{
/* points to the last visited child, to NULL before start */