mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-20 09:41:17 -04:00
INADDR_LOOPBACK does not exist on all platforms.
This commit is contained in:
parent
e3533c62b9
commit
006652999a
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@
|
|||
} \
|
||||
}
|
||||
|
||||
#ifndef INADDR_LOOPBACK
|
||||
#define INADDR_LOOPBACK (unsigned long)0x7F000001UL
|
||||
#endif
|
||||
|
||||
static void buildquery(void);
|
||||
static void buildquery2(void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue