diff src/network.c @ 13425:95cc25e78ef6

[gaim-migrate @ 15800] #ifdef HAVE_GETADDRINFO instead of #if HAVE_GETADDRINFO to avoid warnings committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 07 Mar 2006 04:26:44 +0000
parents d7b6e358493d
children 873845ed5b32
line wrap: on
line diff
--- a/src/network.c	Tue Mar 07 04:16:13 2006 +0000
+++ b/src/network.c	Tue Mar 07 04:26:44 2006 +0000
@@ -206,7 +206,7 @@
 	int listenfd = -1;
 	const int on = 1;
 	ListenUPnPData *ld;
-#if HAVE_GETADDRINFO
+#ifdef HAVE_GETADDRINFO
 	int errnum;
 	struct addrinfo hints, *res, *next;
 	char serv[6];