--- a/indent.h
+++ b/indent.h
@@ -49,3 +49,11 @@ void	pr_comment(void);
 void	set_defaults(void);
 void	set_option(char *);
 void	set_profile(const char *);
+
+/* hurd-i386 fixes */
+#ifndef MAXPATHLEN
+#define MAXPATHLEN 1024
+#endif
+#ifndef PATH_MAX
+#define PATH_MAX 1024
+#endif
