Define INADDR_LOOPBACK in a clean way.

This commit is contained in:
Marcus Sundberg 2000-01-06 17:49:39 +00:00
parent 3dc80e29b7
commit 859cdee6a5

View file

@ -40,10 +40,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#undef model_t
#endif
#ifdef __FreeBSD__
#if !defined (__FreeBSD_version) || (__FreeBSD_version < 300000)
#define INADDR_LOOPBACK (u_int32_t)0x7f000001
#endif
#ifndef INADDR_LOOPBACK
# define INADDR_LOOPBACK (u_int32_t)0x7f000001
#endif
// we need to declare some mouse variables here, because the menu system