From bac2d8aa5e642a70045e713853b13d020b9c5d57 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 5 Sep 2000 16:13:06 +1100 Subject: - (djm) Merge cygwin support from Corinna Vinschen --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index c16ec2bf6..d855d887a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -43,6 +43,9 @@ /* Define if your snprintf is busted */ #undef BROKEN_SNPRINTF +/* Define if you are on Cygwin */ +#undef HAVE_CYGWIN + /* Define if you are on NeXT */ #undef HAVE_NEXT @@ -243,6 +246,9 @@ /* getaddrinfo is broken (if present) */ #undef BROKEN_GETADDRINFO +/* vhangup is broken (if present) */ +#undef BROKEN_VHANGUP + /* Workaround more Linux IPv6 quirks */ #undef DONT_TRY_OTHER_AF -- cgit v1.2.3