summaryrefslogtreecommitdiff
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 c16ec2bf6..d855d887a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -43,6 +43,9 @@
43/* Define if your snprintf is busted */ 43/* Define if your snprintf is busted */
44#undef BROKEN_SNPRINTF 44#undef BROKEN_SNPRINTF
45 45
46/* Define if you are on Cygwin */
47#undef HAVE_CYGWIN
48
46/* Define if you are on NeXT */ 49/* Define if you are on NeXT */
47#undef HAVE_NEXT 50#undef HAVE_NEXT
48 51
@@ -243,6 +246,9 @@
243/* getaddrinfo is broken (if present) */ 246/* getaddrinfo is broken (if present) */
244#undef BROKEN_GETADDRINFO 247#undef BROKEN_GETADDRINFO
245 248
249/* vhangup is broken (if present) */
250#undef BROKEN_VHANGUP
251
246/* Workaround more Linux IPv6 quirks */ 252/* Workaround more Linux IPv6 quirks */
247#undef DONT_TRY_OTHER_AF 253#undef DONT_TRY_OTHER_AF
248 254