build: add PATH_MAX definitions (needed on GNU Hurd)

Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
This commit is contained in:
Dmitry Smirnov 2015-04-03 22:16:16 +11:00
parent c17d156d95
commit 0a2f1cd2b6
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// //
#if !defined(PATH_MAX)
#define PATH_MAX 1024
#endif
#ifndef ZM_H #ifndef ZM_H
#define ZM_H #define ZM_H