===================================================================
Gbp-Pq: Name fix-ftbfs-hurd.patch
#if OS(WINDOWS)
static const size_t s_maxPathLength = 260; // Windows value for "MAX_PATH"
+#elif OS(HURD)
+ static const size_t s_maxPathLength = 4096;
#else
static const size_t s_maxPathLength = PATH_MAX;
#endif
#include <wtf/text/CString.h>
#include <wtf/text/StringView.h>
+#if !defined(PATH_MAX)
+#define PATH_MAX 4096
+#endif
+
namespace WebCore {
static const char* const gDictionaryDirectories[] = {