diff options
Diffstat (limited to 'include/stdinc.h')
-rw-r--r-- | include/stdinc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/stdinc.h b/include/stdinc.h index 09c0939..288f4da 100644 --- a/include/stdinc.h +++ b/include/stdinc.h @@ -87,4 +87,10 @@ #include <sys/param.h> #endif +#ifdef PATH_MAX +#define HYB_PATH_MAX PATH_MAX +#else +#define HYB_PATH_MAX 4096 +#endif + #endif |