INADDR_LOOPBACK does not exist on all platforms.
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
} \
|
||||
}
|
||||
|
||||
#ifndef INADDR_LOOPBACK
|
||||
#define INADDR_LOOPBACK (unsigned long)0x7F000001UL
|
||||
#endif
|
||||
|
||||
static void buildquery(void);
|
||||
static void buildquery2(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user