From: Ted Lemon Date: Thu, 9 Apr 1998 04:36:45 +0000 (+0000) Subject: Check to see if INADDR_LOOPBACK is defined. X-Git-Tag: carrel-2~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d46749b15d1e2ca737a306e8300e079dd2523cee;p=thirdparty%2Fdhcp.git Check to see if INADDR_LOOPBACK is defined. --- diff --git a/includes/cf/sco.h b/includes/cf/sco.h index e8be09037..89c5f31c3 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