diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-01-29 23:12:33 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-07 12:44:55 +0200 |
commit | 40997f84c915415b24655698c21f480e7ff56a4b (patch) | |
tree | 04a93119c374c7a41945d4b8f218b06f5fe395d1 /nx-X11/config/cf | |
parent | f2dc8121d903ddefba96483874dca69aac47fb59 (diff) | |
download | nx-libs-40997f84c915415b24655698c21f480e7ff56a4b.tar.gz nx-libs-40997f84c915415b24655698c21f480e7ff56a4b.tar.bz2 nx-libs-40997f84c915415b24655698c21f480e7ff56a4b.zip |
Makefiles: drop support for NXwin
We have never built nxwin within this tree. And we never shipped
it. So drop the according logic.
We have also removed CYGWIN stuff in the past so nxwin probably would
not compile/work anyway...
Diffstat (limited to 'nx-X11/config/cf')
-rw-r--r-- | nx-X11/config/cf/host.def | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nx-X11/config/cf/host.def b/nx-X11/config/cf/host.def index f9a990ede..3638e0528 100644 --- a/nx-X11/config/cf/host.def +++ b/nx-X11/config/cf/host.def @@ -96,16 +96,6 @@ #endif /* - * Define this symbol to build the NX enhanced MS Windows - * X server for Cygnus environment. - * -#define NXWinServer YES - */ -#if defined(cygwinArchitecture) -#define NXWinServer NO -#endif - -/* * Set the default server (ie the one that gets the sym-link to "X") * #define ServerToInstall Xorg |