build: add PATH_MAX definitions (needed on GNU Hurd)
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
This commit is contained in:
parent
c17d156d95
commit
0a2f1cd2b6
4
src/zm.h
4
src/zm.h
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue