summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-05 16:13:06 +1100
committerDamien Miller <djm@mindrot.org>2000-09-05 16:13:06 +1100
commitbac2d8aa5e642a70045e713853b13d020b9c5d57 (patch)
tree98ddc81efce2273b3dfaff03b51242c988d30abf /acconfig.h
parent676092fad0b6edca8f1fe731d7c3a000465a9bef (diff)
- (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index c16ec2bf..d855d887 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