summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 4c3941cad..45a187c19 100644
--- a/defines.h
+++ b/defines.h
@@ -348,7 +348,13 @@ struct winsize {
348 348
349#if defined(BROKEN_GETADDRINFO) && defined(HAVE_GETADDRINFO) 349#if defined(BROKEN_GETADDRINFO) && defined(HAVE_GETADDRINFO)
350# undef HAVE_GETADDRINFO 350# undef HAVE_GETADDRINFO
351#endif /* defined(BROKEN_GETADDRINFO) && defined(HAVE_GETADDRINFO) */ 351#endif
352#if defined(BROKEN_GETADDRINFO) && defined(HAVE_FREEADDRINFO)
353# undef HAVE_FREEADDRINFO
354#endif
355#if defined(BROKEN_GETADDRINFO) && defined(HAVE_GAI_STRERROR)
356# undef HAVE_GAI_STRERROR
357#endif
352 358
353#if !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY) 359#if !defined(HAVE_MEMMOVE) && defined(HAVE_BCOPY)
354# define memmove(s1, s2, n) bcopy((s2), (s1), (n)) 360# define memmove(s1, s2, n) bcopy((s2), (s1), (n))