Description: Define MAXPATHLEN if missing (e.g. on the Hurd)
Bug-Debian: http://bugs.debian.org/54993
Forwarded: not-needed
Author: Matej Vela <vela@debian.org>
Last-Update: 2011-05-13

--- a/csh.h
+++ b/csh.h
@@ -39,6 +39,10 @@
  *	MAILINTVL	How often to mailcheck; more often is more expensive
  */
 
+#ifndef MAXPATHLEN
+#define MAXPATHLEN BUFSIZ
+#endif
+
 #define FORKSLEEP	10	/* delay loop on non-interactive fork failure */
 #define	MAILINTVL	600	/* 10 minutes */
 
