X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftcpip.c;h=e350cdfa809c741749119c2bcaa421753b5889d1;hb=8d691989077a0addcbd840d769dce6700f3d9622;hp=a16fe5eb202c58d9edaf00a45c5f67a4ec29fb1d;hpb=13f137b81808f6a3359f898614cc988995af3965;p=yaz-moved-to-github.git diff --git a/src/tcpip.c b/src/tcpip.c index a16fe5e..e350cdf 100644 --- a/src/tcpip.c +++ b/src/tcpip.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2006, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tcpip.c,v 1.31 2006-09-21 15:55:25 adam Exp $ + * $Id: tcpip.c,v 1.33 2007-01-03 08:42:15 adam Exp $ */ /** * \file tcpip.c @@ -26,10 +26,17 @@ #endif #ifdef WIN32 + +/* VS 2003 or later has getaddrinfo; older versions do not */ #include +#if _MSC_VER >= 1300 #include #define HAVE_GETADDRINFO 1 #else +#define HAVE_GETADDRINFO 0 +#endif + +#else #include #include #include