[891] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

lib/zephyr/ZhmStat.c undefined INADDR_LOOPBACK on Ultrix

daemon@ATHENA.MIT.EDU (mhpower@MIT.EDU)
Fri Aug 29 18:53:34 1997

From: <mhpower@MIT.EDU>
Date: Fri, 29 Aug 1997 18:51:32 -0400
To: zephyr-bugs@MIT.EDU

When building the code in /mit/zephyr/src on Ultrix 4.2A, the file
lib/zephyr/ZhmStat.c does not compile because INADDR_LOOPBACK is not
defined. One possible workaround is adding the lines:

  #ifndef INADDR_LOOPBACK
  #define	INADDR_LOOPBACK	(u_long)0x7F000001
  #endif

Matt

home help back first fref pref prev next nref lref last post