mirror of https://github.com/aria2/aria2
2010-08-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed AI_V4MAPPED from DEFAULT_AI_FLAGS * src/a2netcompat.hpull/1/head
parent
c685ea9de9
commit
be7012272d
|
@ -1,3 +1,8 @@
|
|||
2010-08-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed AI_V4MAPPED from DEFAULT_AI_FLAGS
|
||||
* src/a2netcompat.h
|
||||
|
||||
2010-08-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Added support for peers6 key in tracker response. Added added6,
|
||||
|
|
|
@ -104,11 +104,7 @@
|
|||
# define AI_ADDRCONFIG 0
|
||||
#endif // !AI_ADDRCONFIG
|
||||
|
||||
#ifndef AI_V4MAPPED
|
||||
# define AI_V4MAPPED 0
|
||||
#endif // !AI_V4MAPPED
|
||||
|
||||
#define DEFAULT_AI_FLAGS (AI_V4MAPPED|AI_ADDRCONFIG)
|
||||
#define DEFAULT_AI_FLAGS AI_ADDRCONFIG
|
||||
|
||||
#ifdef __MINGW32__
|
||||
template<typename T>
|
||||
|
|
Loading…
Reference in New Issue