diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/xmlconfig.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/xmlconfig.c b/src/util/xmlconfig.c index 5907c68012e..5d218eeb927 100644 --- a/src/util/xmlconfig.c +++ b/src/util/xmlconfig.c @@ -42,6 +42,10 @@ #include "xmlconfig.h" #include "u_process.h" +/* For systems like Hurd */ +#ifndef PATH_MAX +#define PATH_MAX 4096 +#endif /** \brief Find an option in an option cache with the name as key */ static uint32_t |