Bug 784

Summary: HAVE_TCSENDBREAK missing from acconfig.h
Product: Portable OpenSSH Reporter: Dag-Erling Smørgrav <des>
Component: Build systemAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED WORKSFORME    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: All   
OS: Linux   

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