diff --git a/config.h.in b/config.h.in index 0c0edf5..d9c51ba 100644 --- a/config.h.in +++ b/config.h.in @@ -304,7 +304,7 @@ /* type osip_MD5_CTX */ #undef osip_MD5_CTX -/* Define to `unsigned int' if does not define. */ +/* Define to `unsigned' if does not define. */ #undef size_t /* typedef socklen_t available */ diff --git a/src/resolve.c b/src/resolve.c index be485db..de4621a 100644 --- a/src/resolve.c +++ b/src/resolve.c @@ -20,8 +20,6 @@ #include "config.h" -#ifndef _CYGWIN - #include #include @@ -247,4 +245,3 @@ ERROR("_resolve: NAPTR lookup not yet supported."); return 0; } -#endif /*_CYGWIN */