Mercurial > pidgin
comparison config.h.mingw @ 10626:06f5cc17cddc
[gaim-migrate @ 12101]
Revert the change to use the g_thread based asynchronous DNS lookup. Use getaddrinfo on Win32.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 23 Feb 2005 02:35:51 +0000 |
parents | 9da77e36d177 |
children | f1e07c3332d9 |
comparison
equal
deleted
inserted
replaced
10625:9eb235c6dc0a | 10626:06f5cc17cddc |
---|---|
123 | 123 |
124 /* Define if you have the fgets_unlocked function. */ | 124 /* Define if you have the fgets_unlocked function. */ |
125 /* #undef HAVE_FGETS_UNLOCKED */ | 125 /* #undef HAVE_FGETS_UNLOCKED */ |
126 | 126 |
127 /* Define if you have the getaddrinfo function. */ | 127 /* Define if you have the getaddrinfo function. */ |
128 /* #undef HAVE_GETADDRINFO */ | 128 #define HAVE_GETADDRINFO 1 |
129 | 129 |
130 /* Define if you have the getcwd function. */ | 130 /* Define if you have the getcwd function. */ |
131 #define HAVE_GETCWD 1 | 131 #define HAVE_GETCWD 1 |
132 | 132 |
133 /* Define if you have the getegid function. */ | 133 /* Define if you have the getegid function. */ |