Update of /cvsroot/gaim/gaim/src/protocols/oscar
In directory usw-pr-cvs1:/tmp/cvs-serv23162/src/protocols/oscar
Modified Files:
ft.c
Log Message:
eh.
Index: ft.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/ft.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ft.c 2001/11/05 12:25:22 1.6
+++ ft.c 2001/11/13 06:30:37 1.7
@@ -4,6 +4,9 @@
*/
#define FAIM_INTERNAL
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <aim.h>
@@ -776,8 +779,7 @@
*/
static int listenestablish(fu16_t portnum)
{
-#if defined(__linux__)
- /* XXX what other OS's support getaddrinfo? */
+#if HAVE_GETADDRINFO
int listenfd;
const int on = 1;
struct addrinfo hints, *res, *ressave;
|