From d46749b15d1e2ca737a306e8300e079dd2523cee Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 9 Apr 1998 04:36:45 +0000 Subject: [PATCH] Check to see if INADDR_LOOPBACK is defined. --- includes/cf/sco.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/cf/sco.h b/includes/cf/sco.h index e8be0903..89c5f31c 100644 --- a/includes/cf/sco.h +++ b/includes/cf/sco.h @@ -83,7 +83,9 @@ extern int h_errno; #define _PATH_DHCRELAY_PID "/etc/dhcrelay.pid" #endif +#if !defined (INADDR_LOOPBACK) #define INADDR_LOOPBACK ((u_int32_t)0x7f000001) +#endif /* Varargs stuff: use stdarg.h instead ... */ #include