|
|
@ -1,3 +1,6 @@ |
|
|
|
|
|
|
|
#ifndef __ARES_CONFIG_WIN32_H |
|
|
|
|
|
|
|
#define __ARES_CONFIG_WIN32_H |
|
|
|
|
|
|
|
|
|
|
|
/* $Id$ */ |
|
|
|
/* $Id$ */ |
|
|
|
|
|
|
|
|
|
|
|
/* Copyright (C) 2004 - 2005 by Daniel Stenberg et al
|
|
|
|
/* Copyright (C) 2004 - 2005 by Daniel Stenberg et al
|
|
|
@ -13,9 +16,6 @@ |
|
|
|
* without express or implied warranty. |
|
|
|
* without express or implied warranty. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#ifndef __CONFIG_WIN32_H |
|
|
|
|
|
|
|
#define __CONFIG_WIN32_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define HAVE_WINDOWS_H |
|
|
|
#define HAVE_WINDOWS_H |
|
|
|
#define HAVE_WINSOCK2_H |
|
|
|
#define HAVE_WINSOCK2_H |
|
|
|
#define HAVE_WS2TCPIP_H |
|
|
|
#define HAVE_WS2TCPIP_H |
|
|
@ -36,4 +36,4 @@ |
|
|
|
#define HAVE_STRUCT_ADDRINFO |
|
|
|
#define HAVE_STRUCT_ADDRINFO |
|
|
|
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID |
|
|
|
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID |
|
|
|
|
|
|
|
|
|
|
|
#endif /* __CONFIG_WIN32_H */ |
|
|
|
#endif /* __ARES_CONFIG_WIN32_H */ |
|
|
|