]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Check to see if INADDR_LOOPBACK is defined.
authorTed Lemon <source@isc.org>
Thu, 9 Apr 1998 04:36:45 +0000 (04:36 +0000)
committerTed Lemon <source@isc.org>
Thu, 9 Apr 1998 04:36:45 +0000 (04:36 +0000)
includes/cf/sco.h

index e8be09037615ade30d659fbb03ac0499245e18da..89c5f31c34a2f2401f6d37870a1bb38c4ac4bd1e 100644 (file)
@@ -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 <stdarg.h>