Description: simple patches for GNU/Hurd
 one of the patches adds GNU macro to a headers file
 the other patch defines PATH_MAX

Origin: vendor
Forwarded: no
Last-Update: <2013-08-23>

--- a/launcher/launcher_defs.h
+++ b/launcher/launcher_defs.h
@@ -114,3 +114,8 @@ extern const char	*snd_rates[MAX_RATES];
 
 #endif	/* LAUNCHER_COMMONDEFS_H */
 
+// Define PATH_MAX for systems that don't have it, like Hurd 
+#ifndef PATH_MAX 
+#define PATH_MAX 4096 
+#endif 
+
