5473N/APatch to disable openpty function in expect.
5473N/AThis bug originated in-house. This is a temporary
5473N/Afix until 22706805 is fixed and expect is modified
5473N/Ato use openpty correctly on Solaris and thus
5473N/Awill not be submitted upstream. (see bug 22742744)
5473N/A ######################################################################
5473N/A AC_CHECK_FUNC(openpty, AC_DEFINE(HAVE_OPENPTY) openpty=1 , openpty=0)
5473N/A if test $openpty -eq 0 ; then