define PATH_MAX if needed
Last-Update: 2018-07-22 Fix FTBFS for Hurd/i386. Gbp-Pq: Name fix-Hurd-FTBFS.patch
This commit is contained in:
parent
9f34ca461b
commit
06250a9afe
|
@ -31,6 +31,10 @@
|
|||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
#if defined(__STRICT_ANSI__)
|
||||
# define inline __inline
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue