2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

Check to see if INADDR_LOOPBACK is defined.

This commit is contained in:
Ted Lemon
1998-04-09 04:36:45 +00:00
parent 58dfdef0ea
commit d46749b15d

View 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>