Description: Define constant to compile on hurd
 Compilation on hurd fails because of this missing constant.
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>

--- xinetd-2.3.15.orig/xinetd/addr.c
+++ xinetd-2.3.15/xinetd/addr.c
@@ -41,6 +41,10 @@
 #define COMMA                   ','
 #define DOT                     '.'
 
+#ifndef MAXHOSTNAMELEN
+# define MAXHOSTNAMELEN 255
+#endif
+
 typedef enum { CANT_PARSE, PARSED, ERROR } result_e ;
 typedef enum {   NUMERIC_ADDR, NET_ADDR, HOST_ADDR } address_e ;
 
