INADDR_LOOPBACK does not exist on all platforms.

This commit is contained in:
Mark Andrews 1999-10-29 00:11:07 +00:00
parent e3533c62b9
commit 006652999a

View file

@ -56,6 +56,10 @@
} \
}
#ifndef INADDR_LOOPBACK
#define INADDR_LOOPBACK (unsigned long)0x7F000001UL
#endif
static void buildquery(void);
static void buildquery2(void);