Bug 784 - HAVE_TCSENDBREAK missing from acconfig.h
Summary: HAVE_TCSENDBREAK missing from acconfig.h
Status: CLOSED WORKSFORME
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: All Linux
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-08 02:16 AEDT by Dag-Erling Smørgrav
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dag-Erling Smørgrav 2004-01-08 02:16:46 AEDT
acconfig.h does not have an entry for HAVE_TCSENDBREAK, so the configure.ac 
check for that function is a noop, and the compatibility tcsendbreak() will 
always be compiled in, even on systems that already have it.
Comment 1 Darren Tucker 2004-01-08 02:33:53 AEDT
With my version of autoconf (2.52), HAVE_TCSENDBREAK gets put into config.h.in
by autoheader because of the AC_CHECK_FUNCS(tcsendbreak), and on RH9, after
running configure I end up with HAVE_TCSENDBREAK defined in my config.h.

Is this dependant on autoconf version?
Comment 2 Darren Tucker 2004-01-08 02:53:28 AEDT
Closed based on further info from the reporter:
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=107355513604933
Comment 3 Damien Miller 2004-04-14 12:24:20 AEST
Mass change of RESOLVED bugs to CLOSED