summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-04-05 17:15:08 +0000
committerKevin Steves <stevesk@pobox.com>2001-04-05 17:15:08 +0000
commit86a52b3dc85f6af2ea2e689b64d52edf796d1f41 (patch)
treecee2a6fe83df3683b13203a82832fd881aa8ea21 /acconfig.h
parent5ba23b39bf2d8d2c9c0747b9a66f356180306691 (diff)
- (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes
BROKEN_VHANGUP
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index 928277a36..b4cfe0401 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.109 2001/03/28 04:35:30 djm Exp $ */ 1/* $Id: acconfig.h,v 1.110 2001/04/05 17:15:08 stevesk Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -284,9 +284,6 @@
284/* getaddrinfo is broken (if present) */ 284/* getaddrinfo is broken (if present) */
285#undef BROKEN_GETADDRINFO 285#undef BROKEN_GETADDRINFO
286 286
287/* vhangup is broken (if present) */
288#undef BROKEN_VHANGUP
289
290/* Workaround more Linux IPv6 quirks */ 287/* Workaround more Linux IPv6 quirks */
291#undef DONT_TRY_OTHER_AF 288#undef DONT_TRY_OTHER_AF
292 289