You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1995/09/12 14:53:12 UTC

Re: MAXHOSTNAMELEN

> So far I already know about
> 
> 	FreeBSD		/usr/include/sys/param.h (255?, er Paul, I dun't
> 	   2.0.5		remember what we found, wanna check today)
> 	SunOS 4.1.3	/usr/include/sys/param.h (64)
> 	Solaris 2.4	/usr/include/netdb.h     (256)
> 
> 	HPUX?

	BSDI (1.1 and 2.0)
/usr/include/sys/param.h:#define MAXHOSTNAMELEN 256

	HPUX (9.0x)
/usr/include/sys/param.h:#define MAXHOSTNAMELEN 64