2008-06-16 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

Applied Ross's aria2-0.13.2+1-mingw-4.patch. In this commit,
	only a2netcompat.h is modified.
	* src/a2netcompat.h: Removed unused getaddrinfo related #define
	directives.
pull/1/head
Tatsuhiro Tsujikawa 2008-06-16 12:09:57 +00:00
parent 4da1360727
commit d9c17fd34d
2 changed files with 7 additions and 21 deletions

View File

@ -1,3 +1,10 @@
2008-06-16 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Applied Ross's aria2-0.13.2+1-mingw-4.patch. In this commit,
only a2netcompat.h is modified.
* src/a2netcompat.h: Removed unused getaddrinfo related #define
directives.
2008-06-16 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Applied Ross's aria2-0.13.2+1-mingw-4.patch. In this commit,

View File

@ -91,25 +91,4 @@
# include "gai_strerror.h"
#endif // HAVE_GAI_STRERROR
#ifdef __MINGW32__
# ifndef AI_PASSIVE
# define AI_PASSIVE 0x0020
# endif // AI_PASSIVE
# ifndef AI_NUMERICHOST
# define AI_NUMERICHOST 0x0008
# endif // AI_NUMERICHOST
# ifndef NI_NUMERICHOST
# define NI_NUMERICHOST 0x0008
# endif // NI_NUMERICHOST
# ifndef NI_NUMERICSERV
# define NI_NUMERICSERV 0x0020
# endif // NI_NUMERICSERV
# ifndef NI_MAXHOST
# define NI_MAXHOST 1025
# endif // NI_MAXHOST
# ifndef NI_MAXSERV
# define NI_MAXSERV 32
# endif // NI_MAXSERV
#endif // __MINGW32__
#endif // _D_A2NETCOMPAT_H_