[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[screen-devel] [bug #32382] Undefining HAVE_SVR4_PTYS breaks screen on T
From: |
Stephen R Darragh |
Subject: |
[screen-devel] [bug #32382] Undefining HAVE_SVR4_PTYS breaks screen on Tru64 |
Date: |
Mon, 07 Feb 2011 22:01:14 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 |
URL:
<http://savannah.gnu.org/bugs/?32382>
Summary: Undefining HAVE_SVR4_PTYS breaks screen on Tru64
Project: GNU Screen
Submitted by: srd
Submitted on: Mon 07 Feb 2011 10:01:13 PM GMT
Category: Build/Install
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.3
Fixed Release: None
Planned Release: None
Work Required: None
_______________________________________________________
Details:
At line 247 of os.h there is this conditional:
/* Alexandre Oliva: SVR4 style ptys don't work with osf */
#ifdef __osf__
# undef HAVE_SVR4_PTYS
#endif
As __osf__ is defined by the standard Tru64 C compiler, this undefines
HAVE_SVR4_PTYS and breaks screen on Tru64 (5.1B).
Unfortunately I can't see an easy way to distinguish Tru64 via a standard
macro, so maybe it should be done by autoconf?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?32382>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [screen-devel] [bug #32382] Undefining HAVE_SVR4_PTYS breaks screen on Tru64,
Stephen R Darragh <=