diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-12-26 22:56:38 -0800 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:26 +0200 |
commit | acceb2cf62a9c732703717eb5b54c5d56af281d2 (patch) | |
tree | 263bddeda88a9ba889a1f3c282fb34063c0f19fd /nx-X11/lib/X11/XimTrInt.h | |
parent | 53e2e92e30138f92f04dc5cd25020ee757560d63 (diff) | |
download | nx-libs-acceb2cf62a9c732703717eb5b54c5d56af281d2.tar.gz nx-libs-acceb2cf62a9c732703717eb5b54c5d56af281d2.tar.bz2 nx-libs-acceb2cf62a9c732703717eb5b54c5d56af281d2.zip |
Remove unused TLI ("STREAMSCONN") code from Xlib
Has never been converted to build in modular builds, so has been unusable
since X11R7.0 release in 2005. All known platforms with TLI/XTI support
that X11R7 & later releases run on also have (and mostly prefer) BSD
socket support for their networking API.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib/X11/XimTrInt.h')
-rw-r--r-- | nx-X11/lib/X11/XimTrInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/XimTrInt.h b/nx-X11/lib/X11/XimTrInt.h index b7e4439d2..58134cdd9 100644 --- a/nx-X11/lib/X11/XimTrInt.h +++ b/nx-X11/lib/X11/XimTrInt.h @@ -73,7 +73,7 @@ extern Bool _XimXConf( char *address ); -#if defined(TCPCONN) || defined(UNIXCONN) || defined(DNETCONN) || defined(STREAMSCONN) +#if defined(TCPCONN) || defined(UNIXCONN) || defined(DNETCONN) extern Bool _XimTransConf( Xim im, |