Go to the documentation of this file.
19#ifndef INC_SPF_WIN32_INTERNAL
20#define INC_SPF_WIN32_INTERNAL
26#define inline __inline
28#define NETDB_SUCCESS ERROR_SUCCESS
30#define IN_LOOPBACKNET 127
32#define snprintf _snprintf
33#define vsnprintf _vsnprintf
35char *inet_ntop(
int af,
const void *src,
char *dst,
size_t size);
36int inet_pton(
int af,
const char *src,
void *dst);
38int gethostnameFQDN(
char* name,
int namelen);