diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-10-12 22:05:26 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-02 19:46:36 +0100 |
commit | 97d651fcf71057ab7b07d2e9d95bfc1131be64f2 (patch) | |
tree | f8bc21d203c4c1865e322c3bb89540203b9363dd /nx-X11/lib/X11 | |
parent | 0cbc89221f82fa99db511eeef580a1476dfd4087 (diff) | |
download | nx-libs-97d651fcf71057ab7b07d2e9d95bfc1131be64f2.tar.gz nx-libs-97d651fcf71057ab7b07d2e9d95bfc1131be64f2.tar.bz2 nx-libs-97d651fcf71057ab7b07d2e9d95bfc1131be64f2.zip |
Remove OS2PIPECONN transport
Diffstat (limited to 'nx-X11/lib/X11')
-rw-r--r-- | nx-X11/lib/X11/ConnDis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/ConnDis.c b/nx-X11/lib/X11/ConnDis.c index 60b2c2d8d..660b67645 100644 --- a/nx-X11/lib/X11/ConnDis.c +++ b/nx-X11/lib/X11/ConnDis.c @@ -115,7 +115,7 @@ static char *copystring (const char *src, int len) #ifdef UNIXCONN # define UNIX_TRANS "unix" #endif -#if defined(LOCALCONN) || defined(OS2PIPECONN) || defined(UNIXCONN) +#if defined(LOCALCONN) || defined(UNIXCONN) # define LOCAL_TRANS "local" #endif @@ -502,7 +502,7 @@ _X11TransConnectDisplay ( #endif -#if defined(TCPCONN) || defined(UNIXCONN) || defined(LOCALCONN) || defined(MNX_TCPCONN) || defined(OS2PIPECONN) +#if defined(TCPCONN) || defined(UNIXCONN) || defined(LOCALCONN) || defined(MNX_TCPCONN) if (!pprotocol) { #if defined(UNIXCONN) if (phostname && (strcmp (phostname, "unix") == 0)) { |